Skip to content

Commit b20284b

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

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

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

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ author: DINESH R SINGH
66
authorimage: /img/dinesh-192-192.jpg
77
disable: false
88
---
9-
## Introduction
10-
119
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.
1210

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+
1413

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>
1614

1715
## What Are AI Agents?
1816

@@ -27,8 +25,6 @@ Here’s what makes an agent different:
2725

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

30-
31-
3228
## The Agent Workflow: Think → Plan → Act → Respond
3329

3430
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
8480
* LangChain
8581
* Autogen by Microsoft
8682

87-
| | | | |
88-
| --- | --- | --- | --- |
89-
| | | | |
90-
| | | | |
91-
| | | | |
92-
| | | | |
93-
| | | | |
94-
| | | | |
95-
9683
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.
9784

9885
**Conclusion**
9986

10087
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.
10188

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.
10390

10491
Until then, keep watching the space where AI stops being a helper… and becomes a doer

0 commit comments

Comments
 (0)