- GenAI → A smart function (Creates content when you ask)
- AI Agent → A running service (Observes, decides and acts toward a goal - loop)
- Agentic AI → A coordinated system of services with control logic (Autonomously plans, coordinates actions, and adapts until the goal is achieved).
Wednesday, January 7, 2026
GenAI vs AI Agent vs Agentic AI
Agentic AI
Agentic AI refers to AI systems that can autonomously plan, decide, and take actions over multiple steps to achieve a goal - not just generate an answer.
Agentic AI = advanced AI Agents with autonomy + reasoning
AI Agents are the building blocks of Agentic AI - An architecture and behavior, not a single model.
e.g., Imaging workflow orchestration (DICOM/PACS), SCADA self-healing agents, Vehicle diagnostic agents (CAN, UDS)
AI Agents
An AI Agent is a software system that can: Observe → Decide → Act to achieve a goal.
AI Agent = Goal-driven software that takes actions based on observations.
Reads data (logs, sensors, messages, files, APIs) -> Applies rules, models, or LLM reasoning -> Executes commands (API calls, device control, alerts, updates) -> Observes results and adjusts behavior (loop repeats)
Perception -> Decision -> Action -> Feedback Loop (repeats)
e.g., Clinical workflow agents (Medical), SCADA monitoring agents (Industrial Automation), Diagnostic agents (CAN, UDS) (Automotive)
GenAI
AI systems that generate new content— text, images, code, audio, video —based on patterns learned from data.
Generative AI is content generation, works reactively (responds to input, doesn't act on its own) - usually not autonomous.
e.g., ChatGPT, DALL·E, Claude, Gemini, Stable Diffusion.
Sunday, March 4, 2018
Why is Python?
Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.
Sunday, February 25, 2018
What is Python?
Saturday, October 28, 2017
OpenGL client-server Model
Wednesday, September 20, 2017
GLU
Friday, August 4, 2017
AI vs Machine Learning vs Deep Learning
Tuesday, August 1, 2017
Deep Learning
Today's driver-less cars do use this mechanism underneath.
Sunday, June 4, 2017
Machine Learning
Tuesday, May 9, 2017
Saturday, April 22, 2017
OpenCV
It has C, C++, Python, Java and MATLAB interfaces and supports Windows, Linux, Android and Mac OS.
Saturday, March 18, 2017
Tuesday, February 7, 2017
OpenCL
Sunday, January 1, 2017
CUDA vs OpenGL
Friday, December 9, 2016
CUDA
Friday, November 4, 2016
OpenGL
OpenGL deals with only rendering and provides, no APIs related to input, audio or windowing.
