Skip to content

Commit 8eafc60

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ li {
2020
}
2121
</style>
2222

23-
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.
23+
In the [first part of this series](https://developer.hpe.com/blog/from-generative-to-agentic-ai-tracing-the-leap-from-words-to-actions/), 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.
2424

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

@@ -43,10 +43,10 @@ In essence, an AI agent behaves more like a virtual assistant capable of doing a
4343

4444
The heart of an agentic system lies in this continuous loop:
4545

46-
Think: It starts with understanding the objective or problem at hand.
47-
Plan: Based on that understanding, it creates a strategy — often a sequence of steps.
48-
Act: It then begins executing the plan, calling tools, retrieving data, or initiating actions.
49-
Respond: Finally, it summarizes or communicates the results — or loops back to continue solving.
46+
**Think :** It starts with understanding the objective or problem at hand.
47+
**Plan :** Based on that understanding, it creates a strategy — often a sequence of steps.
48+
**Act :** It then begins executing the plan, calling tools, retrieving data, or initiating actions.
49+
**Respond :** Finally, it summarizes or communicates the results — or loops back to continue solving.
5050

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

0 commit comments

Comments
 (0)