Skip to content

Commit 85fd522

Browse files
authored
Merge pull request #3092 from dineshr1493/cms/dineshr1493/hpe-dev-portal/blog/from-generative-to-agentic-ai-tracing-the-leap-from-words-to-actions
Create Blog “from-generative-to-agentic-ai-tracing-the-leap-from-words-to-actions”
2 parents a621861 + 3f5fe22 commit 85fd522

File tree

3 files changed

+86
-0
lines changed

3 files changed

+86
-0
lines changed
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
---
2+
title: "From generative to agentic AI: Tracing the leap from words to actions"
3+
date: 2025-07-03T10:33:21.361Z
4+
author: DINESH R SINGH
5+
authorimage: /img/dinesh-192x192.jpg
6+
disable: false
7+
tags:
8+
- Agentic AI
9+
- Gen AI
10+
- LLM
11+
---
12+
<style>
13+
li {
14+
font-size: 27px;
15+
line-height: 33px;
16+
max-width: none;
17+
}
18+
</style>
19+
20+
AI has come a long way from simply finishing our sentences. Today, it’s not just generating content — it’s actively solving problems, making decisions, and executing complex tasks. This blog post kicks off a 10-part series where I'II trace that incredible journey — from basic generative models to fully autonomous agents. Along the way, I’ll unpack the key shifts, architectures, and mindsets that shaped this evolution.
21+
22+
Inspired by a [my post on ](https://dineshr1493.medium.com/all-you-need-to-know-about-the-evolution-of-generative-ai-to-agentic-ai-65de72254a86)[Medium](https://dineshr1493.medium.com/all-you-need-to-know-about-the-evolution-of-generative-ai-to-agentic-ai-65de72254a86)[,](https://dineshr1493.medium.com/all-you-need-to-know-about-the-evolution-of-generative-ai-to-agentic-ai-65de72254a86) this piece reimagines and expands on the original with a human-first lens and practical clarity.
23+
24+
Whether you're an AI developer, tech leader, or just curious about where all this is headed — welcome. Let’s dive in.
25+
26+
## Phase 1: LLMs — The linguistic powerhouse
27+
28+
Large Language Models (LLMs) like GPT, DeepSeek, QWEN, and LLaMA burst onto the scene with one incredible skill — understanding and generating human language. These models are trained on massive datasets and excel at:
29+
30+
* Multilingual conversations
31+
* Summarization, classification, and text generation
32+
* Contextual prediction based on vast patterns
33+
34+
But here’s the catch:
35+
36+
LLMs are great at “saying” things… but they don’t do anything.
37+
38+
On their own, LLMs are like brilliant thinkers without hands — capable of deep analysis, but unable to act in the real world.
39+
40+
<center><img src="/img/llms.png" width="600" height="550" alt="LLM Evolution" title="LLM Evolution"></center>
41+
42+
## Phase 2: LLMs + Tools — Giving the brain some hands
43+
44+
The next leap came when developers began connecting LLMs with external tools — APIs, plugins, databases, and custom workflows. This simple but powerful integration gave models the ability to:
45+
46+
* Search the web (like Perplexity AI)
47+
* Execute code and commands
48+
* Fetch real-time or contextual information
49+
50+
This expanded what AI could do. Suddenly, the models weren’t just conversational — they became useful assistants.
51+
52+
**But there was still a problem:**
53+
54+
Tool-based systems are fragile. APIs break, schemas change, and workflows can become unreliable.
55+
56+
Think of it like giving a brain a set of hands — but the hands don’t always listen, or worse, they change shape every other week.
57+
58+
## Phase 3: LLMs + Agents — The rise of agentic AI
59+
60+
This is where things get truly exciting.
61+
62+
Agentic AI introduces a new layer of intelligence: autonomy. Instead of the model responding directly to every input, agentic systems:
63+
64+
* Set goals
65+
* Break them into tasks
66+
* Select and operate tools
67+
* Make iterative decisions
68+
* Learn from outcomes
69+
70+
In essence, AI stops being reactive and starts becoming proactive. These agents operate like digital coordinators — orchestrating actions, delegating responsibilities, and adjusting course as needed. They move beyond simple tasks and begin solving complex workflows.
71+
72+
This isn’t just a better assistant — it’s the early form of AI co-workers.
73+
74+
**TL;DR Breakdown**
75+
76+
* LLMs = Great with words, but passive
77+
* LLMs + Tools = Adds capabilities, but brittle and manual
78+
* LLMs + Agents = Autonomous systems that think, plan, and act
79+
80+
**We’ve moved from “talking AI” to “doing AI.”**
81+
82+
## Conclusion
83+
84+
The shift from generative to agentic AI is more than just a technical upgrade — it’s a philosophical turning point in how we think about artificial intelligence. We’re no longer training machines to just converse with us; we’re teaching them to collaborate, adapt, and even take initiative. Agentic AI is the foundation for everything from self-operating software agents to autonomous business logic.
85+
86+
In the next part of this series, I’ll peel back the curtain on how agentic architectures actually work — the brains behind the autonomy. Until then, consider this: the next time you interact with an AI, it may not just be listening… it may already be planning your next move.

static/img/dinesh-192x192.jpg

16.6 KB
Loading

static/img/llms.png

168 KB
Loading

0 commit comments

Comments
 (0)