Skip to content

Commit 9da2a56

Browse files
committed
Update Blog “from-generative-to-agentic-ai-—-part-2-what-makes-ai-agents-truly-intelligent”
1 parent 2a635ca commit 9da2a56

File tree

1 file changed

+13
-27
lines changed

1 file changed

+13
-27
lines changed

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

Lines changed: 13 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,15 @@ author: DINESH R SINGH
66
authorimage: /img/dinesh-192-192.jpg
77
disable: false
88
---
9-
Introduction
9+
## Introduction
1010

1111
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.
1212

1313
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.
1414

1515
Medium : <https://dineshr1493.medium.com/all-you-need-to-know-about-the-evolution-of-generative-ai-to-agentic-ai-part-2-agentic-ai-74dcf045aff0>
1616

17-
18-
19-
What Are AI Agents?
17+
## What Are AI Agents?
2018

2119
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.
2220

@@ -29,9 +27,9 @@ Here’s what makes an agent different:
2927

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

32-
- - -
3330

34-
The Agent Workflow: Think → Plan → Act → Respond
31+
32+
## The Agent Workflow: Think → Plan → Act → Respond
3533

3634
The heart of an agentic system lies in this continuous loop:
3735

@@ -42,23 +40,19 @@ Respond: Finally, it summarizes or communicates the results — or loops back to
4240

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

43+
## Real-World Impact: How Agents Are Already Changing Industries
4544

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

47-
Real-World Impact: How Agents Are Already Changing Industries
48-
49-
Healthcare: AI agents can retrieve patient history, summarize medical notes, and monitor for critical conditions, aiding doctors in real-time.
47+
**Finance:** Agents can analyze markets, detect fraud, and automate reporting — operating at speeds no human team could match.
5048

51-
Finance: Agents can analyze markets, detect fraud, and automate reporting — operating at speeds no human team could match.
49+
**Customer Support**: Instead of generic replies, agents can pull data from CRM systems, open service tickets, or resolve technical issues directly.
5250

53-
Customer Support: Instead of generic replies, agents can pull data from CRM systems, open service tickets, or resolve technical issues directly.
54-
55-
IT and DevOps: Agents are now monitoring systems, fixing bugs, deploying updates — all without waiting on a human operator.
51+
**IT and DevOps:** Agents are now monitoring systems, fixing bugs, deploying updates — all without waiting on a human operator.
5652

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

59-
60-
61-
Agents + Tools = Real-World Superpowers
55+
## Agents + Tools = Real-World Superpowers
6256

6357
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.
6458

@@ -70,9 +64,7 @@ For example:
7064

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

73-
74-
75-
Why We Need AI Agents
67+
## Why We Need AI Agents
7668

7769
The value of AI agents lies in their ability to scale thinking into action:
7870

@@ -82,9 +74,7 @@ The value of AI agents lies in their ability to scale thinking into action:
8274
* They reduce repetitive manual work across industries
8375
* They can collaborate as multi-agent teams to solve broader, interconnected problems
8476

85-
86-
87-
Top 5 Frameworks to Build AI Agents
77+
## Top 5 Frameworks to Build AI Agents
8878

8979
If you're ready to build with agents, here are the top frameworks that developers swear by:
9080

@@ -103,13 +93,9 @@ If you're ready to build with agents, here are the top frameworks that developer
10393
| | | | |
10494
| | | | |
10595

106-
107-
108-
 
109-
11096
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.
11197

112-
Conclusion
98+
**Conclusion**
11399

114100
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.
115101

0 commit comments

Comments
 (0)