You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/from-generative-to-agentic-ai-—-part-2-what-makes-ai-agents-truly-intelligent.md
+3-16Lines changed: 3 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,11 @@ author: DINESH R SINGH
6
6
authorimage: /img/dinesh-192-192.jpg
7
7
disable: false
8
8
---
9
-
## Introduction
10
-
11
9
In the first part of this series, we explored the shift from passive large language models to more capable, action-oriented AI. Now, we take a closer look at what actually powers this transformation — the concept of the AI agent. Far from being just an advanced chatbot, an agent is a structured system that can understand, plan, execute, and respond — much like a real-world assistant, only faster and smarter.
12
10
13
-
This blog is inspired by a Medium article written by Dinesh R. It builds upon the original work with added clarity, practical examples, and a more conversational tone to help you truly grasp how agentic AI is reshaping automation across industries.
11
+
Inspired by [my post on Medium](https://dineshr1493.medium.com/all-you-need-to-know-about-the-evolution-of-generative-ai-to-agentic-ai-part-2-agentic-ai-74dcf045aff0), It builds upon the original work with added clarity, practical examples, and a more conversational tone to help you truly grasp how agentic AI is reshaping automation across industries.
12
+
14
13
15
-
Medium : <https://dineshr1493.medium.com/all-you-need-to-know-about-the-evolution-of-generative-ai-to-agentic-ai-part-2-agentic-ai-74dcf045aff0>
16
14
17
15
## What Are AI Agents?
18
16
@@ -27,8 +25,6 @@ Here’s what makes an agent different:
27
25
28
26
In essence, an AI agent behaves more like a virtual assistant capable of doing actual work — not just holding a conversation.
29
27
30
-
31
-
32
28
## The Agent Workflow: Think → Plan → Act → Respond
33
29
34
30
The heart of an agentic system lies in this continuous loop:
@@ -84,21 +80,12 @@ If you're ready to build with agents, here are the top frameworks that developer
84
80
* LangChain
85
81
* Autogen by Microsoft
86
82
87
-
|||||
88
-
| --- | --- | --- | --- |
89
-
|||||
90
-
|||||
91
-
|||||
92
-
|||||
93
-
|||||
94
-
|||||
95
-
96
83
Each offers a different approach — some focus on chaining tasks, others on autonomy and memory. Together, they make it easier than ever to bring agentic AI to life.
97
84
98
85
**Conclusion**
99
86
100
87
AI agents are no longer a futuristic idea — they’re here, and they’re transforming how work gets done. By combining decision-making, planning, and tool usage, agents represent the leap from intelligent text generation to intelligent action. They’re bridging the gap between knowing what needs to be done and actually doing it.
101
88
102
-
In Part 3 of this series, we’ll dig deeper into the architecture behind agentic systems — what components make them tick, how memory and feedback loops work, and how they can scale. If you're building the future or just trying to understand it, you're in the right place.
89
+
In Part 3 of this series, I'll dig deeper into the architecture behind agentic systems — what components make them tick, how memory and feedback loops work, and how they can scale. If you're building the future or just trying to understand it, you're in the right place.
103
90
104
91
Until then, keep watching the space where AI stops being a helper… and becomes a doer
0 commit comments