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
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,9 @@ In the first part of this series, we explored the shift from passive large langu
25
25
26
26
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.
An AI agent is not just something that responds to prompts — it’s something that takes initiative. Unlike traditional LLMs, which generate output only when asked, agents can independently decide what actions to take, how to take them, and when to stop.
34
33
@@ -41,7 +40,7 @@ Here’s what makes an agent different:
41
40
42
41
In essence, an AI agent behaves more like a virtual assistant capable of doing actual work — not just holding a conversation.
43
42
44
-
## The Agent Workflow: Think → Plan → Act → Respond
43
+
## The Agent workflow: Think → Plan → Act → Respond
45
44
46
45
The heart of an agentic system lies in this continuous loop:
47
46
@@ -52,7 +51,7 @@ Respond: Finally, it summarizes or communicates the results — or loops back to
52
51
53
52
This cycle allows agents to operate with minimal human intervention, even on complex, multi-step workflows.
54
53
55
-
## Real-World Impact: How Agents Are Already Changing Industries
54
+
## Real-World impact: How Agents are already changing industries
56
55
57
56
**Healthcare:** AI agents can retrieve patient history, summarize medical notes, and monitor for critical conditions, aiding doctors in real-time.
58
57
@@ -64,7 +63,7 @@ This cycle allows agents to operate with minimal human intervention, even on com
64
63
65
64
These are not theoretical applications — they are happening right now, streamlining operations and reducing bottlenecks across the board.
66
65
67
-
## Agents + Tools = Real-World Superpowers
66
+
## Agents + Tools = Real-World superpowers
68
67
69
68
What truly empowers agents is their ability to interface with tools. Think of APIs, web services, internal databases, scripts, and even IoT systems. These integrations allow agents to interact with the real world, not just the digital one.
70
69
@@ -76,7 +75,7 @@ For example:
76
75
77
76
When agents are connected to tools, they don’t just think — they execute.
78
77
79
-
## Why We Need AI Agents
78
+
## Need of AI Agents
80
79
81
80
The value of AI agents lies in their ability to scale thinking into action:
82
81
@@ -96,7 +95,6 @@ If you're ready to build with agents, here are the top frameworks that developer
96
95
* LangChain
97
96
* Autogen by Microsoft
98
97
99
-
100
98
| Framework | What it does | GitHub Link | ⭐ Stars |
@@ -105,11 +103,9 @@ If you're ready to build with agents, here are the top frameworks that developer
105
103
|**LangChain Agents**| Powerful and flexible agent toolkit for developers |[LangChain GitHub](https://github.com/langchain-ai/langchain)| ⭐ 104k |
106
104
|**Microsoft Autogen**| Build multi-agent systems that work together |[Autogen GitHub](https://github.com/microsoft/autogen)| ⭐ 42k |
107
105
108
-
109
-
110
106
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.
111
107
112
-
**Conclusion**
108
+
## **Conclusion**
113
109
114
110
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.
0 commit comments