Skip to content

Commit a356f65

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

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

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

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Part 2: What makes AI Agents truly intelligent"
2+
title: "Part 2: What makes AI agents truly intelligent"
33
date: 2025-07-09T04:15:26.181Z
44
author: DINESH R SINGH
55
authorimage: /img/dinesh-192-192.jpg
@@ -20,13 +20,13 @@ li {
2020
}
2121
</style>
2222

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.
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/), I discussed the shift from passive large language models to more capable, action-oriented AI. Now, I will provide 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

25-
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.
25+
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), this post 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

27-
<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>
27+
<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>
2828

29-
## What are AI Agents?
29+
## What are AI agents?
3030

3131
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.
3232

@@ -39,52 +39,52 @@ Here’s what makes an agent different:
3939

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

42-
## The Agent workflow: Think → Plan → Act → Respond
42+
## The agent workflow: Think → Plan → Act → Respond
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

53-
## Real-World impact: How Agents are already changing industries
53+
## Real-world impact: How agents are already changing industries
5454

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

5757
**Finance:** Agents can analyze markets, detect fraud, and automate reporting — operating at speeds no human team could match.
5858

59-
**Customer Support**: Instead of generic replies, agents can pull data from CRM systems, open service tickets, or resolve technical issues directly.
59+
**Customer support**: Instead of generic replies, agents can pull data from CRM systems, open service tickets, or resolve technical issues directly.
6060

6161
**IT and DevOps:** Agents are now monitoring systems, fixing bugs, deploying updates — all without waiting on a human operator.
6262

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

65-
## Agents + Tools = Real-World superpowers
65+
## Agents + Tools = Real-world superpowers
6666

6767
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.
6868

6969
For example:
7070

71-
* Google Maps or Search APIs
72-
* CRM and ERP databases
73-
* Automation scripts for cloud platforms or internal workflows
71+
* Google Maps or Search APIs.
72+
* CRM and ERP databases.
73+
* Automation scripts for cloud platforms or internal workflows.
7474

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

77-
## Need of AI Agents
77+
## Need for AI agents
7878

7979
The value of AI agents lies in their ability to scale thinking into action:
8080

81-
* They automate entire workflows — not just single responses
82-
* They handle decision-making on the fly
83-
* They adapt to changing inputs and data
84-
* They reduce repetitive manual work across industries
85-
* They can collaborate as multi-agent teams to solve broader, interconnected problems
81+
* They automate entire workflows — not just single responses.
82+
* They handle decision-making on the fly.
83+
* They adapt to changing inputs and data.
84+
* They reduce repetitive manual work across industries.
85+
* They can collaborate as multi-agent teams to solve broader, interconnected problems.
8686

87-
## Top 5 Frameworks to Build AI Agents
87+
## Top 5 frameworks to build AI agents
8888

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

0 commit comments

Comments
 (0)