Skip to content

Commit 13b617e

Browse files
committed
Update Blog “from-generative-to-agentic-ai-—-part-2-what-makes-ai-agents-truly-intelligent”
1 parent 18c1021 commit 13b617e

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

content/blog/from-generative-to-agentic-ai-—-part-2-what-makes-ai-agents-truly-intelligent.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ In the first part of this series, we explored the shift from passive large langu
2525

2626
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.
2727

28-
2928
<center><img src="/img/screenshot-2025-07-18-at-4.10.42 pm.png" width="500" height="542" alt="AI Agnet Framework" title="AI Agnet Framework"></center>
3029

31-
## What Are AI Agents?
30+
## What are AI Agents?
3231

3332
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.
3433

@@ -41,7 +40,7 @@ Here’s what makes an agent different:
4140

4241
In essence, an AI agent behaves more like a virtual assistant capable of doing actual work — not just holding a conversation.
4342

44-
## The Agent Workflow: Think → Plan → Act → Respond
43+
## The Agent workflow: Think → Plan → Act → Respond
4544

4645
The heart of an agentic system lies in this continuous loop:
4746

@@ -52,7 +51,7 @@ Respond: Finally, it summarizes or communicates the results — or loops back to
5251

5352
This cycle allows agents to operate with minimal human intervention, even on complex, multi-step workflows.
5453

55-
## Real-World Impact: How Agents Are Already Changing Industries
54+
## Real-World impact: How Agents are already changing industries
5655

5756
**Healthcare:** AI agents can retrieve patient history, summarize medical notes, and monitor for critical conditions, aiding doctors in real-time.
5857

@@ -64,7 +63,7 @@ This cycle allows agents to operate with minimal human intervention, even on com
6463

6564
These are not theoretical applications — they are happening right now, streamlining operations and reducing bottlenecks across the board.
6665

67-
## Agents + Tools = Real-World Superpowers
66+
## Agents + Tools = Real-World superpowers
6867

6968
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.
7069

@@ -76,7 +75,7 @@ For example:
7675

7776
When agents are connected to tools, they don’t just think — they execute.
7877

79-
## Why We Need AI Agents
78+
## Need of AI Agents
8079

8180
The value of AI agents lies in their ability to scale thinking into action:
8281

@@ -96,7 +95,6 @@ If you're ready to build with agents, here are the top frameworks that developer
9695
* LangChain
9796
* Autogen by Microsoft
9897

99-
10098
| Framework | What it does | GitHub Link | ⭐ Stars |
10199
| --------------------- | -------------------------------------------------- | ------------------------------------------------------------- | ------- |
102100
| **AGNO (Phidata)** | Build fast, multi-modal agents (text + images) | [AGNO GitHub](https://github.com/phidatahq/phidata) | ⭐ 21.5k |
@@ -105,11 +103,9 @@ If you're ready to build with agents, here are the top frameworks that developer
105103
| **LangChain Agents** | Powerful and flexible agent toolkit for developers | [LangChain GitHub](https://github.com/langchain-ai/langchain) | ⭐ 104k |
106104
| **Microsoft Autogen** | Build multi-agent systems that work together | [Autogen GitHub](https://github.com/microsoft/autogen) | ⭐ 42k |
107105

108-
109-
110106
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.
111107

112-
**Conclusion**
108+
## **Conclusion**
113109

114110
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.
115111

0 commit comments

Comments
 (0)