You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/from-generative-to-agentic-ai-tracing-the-leap-from-words-to-actions.md
+12-19Lines changed: 12 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ date: 2025-07-03T10:33:21.361Z
4
4
author: DINESH R SINGH
5
5
authorimage: /img/Avatar1.svg
6
6
disable: false
7
+
tags:
8
+
- Agentic AI
9
+
- Gen AI
10
+
- LLM
7
11
---
8
12
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 kicks off a 10-part series where we trace that incredible journey — from basic generative models to fully autonomous agents. Along the way, we’ll unpack the key shifts, architectures, and mindsets that shaped this evolution.
9
13
@@ -13,9 +17,7 @@ Inspired by a Medium post by Dinesh R, this piece reimagines and expands on the
13
17
14
18
Whether you're an AI developer, tech leader, or just curious about where all this is headed — welcome. Let’s dive in.
15
19
16
-
17
-
18
-
Phase 1: LLMs — The Linguistic Powerhouse
20
+
## Phase 1: LLMs — The Linguistic Powerhouse
19
21
20
22
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:
21
23
@@ -30,12 +32,9 @@ LLMs are great at “saying” things… but they don’t do anything.
30
32
On their own, LLMs are like brilliant thinkers without hands — capable of deep analysis, but unable to act in the real world.
Phase 2: LLMs + Tools — Giving the Brain Some Hands
37
+
## Phase 2: LLMs + Tools — Giving the Brain Some Hands
39
38
40
39
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:
41
40
@@ -45,15 +44,13 @@ The next leap came when developers began connecting LLMs with external tools —
45
44
46
45
This expanded what AI could do. Suddenly, the models weren’t just conversational — they became useful assistants.
47
46
48
-
But there was still a problem:
47
+
**But there was still a problem:**
49
48
50
49
Tool-based systems are fragile. APIs break, schemas change, and workflows can become unreliable.
51
50
52
51
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.
53
52
54
-
55
-
56
-
Phase 3: LLMs + Agents — The Rise of Agentic AI
53
+
## Phase 3: LLMs + Agents — The Rise of Agentic AI
57
54
58
55
This is where things get truly exciting.
59
56
@@ -69,19 +66,15 @@ In essence, AI stops being reactive and starts becoming proactive. These agents
69
66
70
67
This isn’t just a better assistant — it’s the early form of AI co-workers.
71
68
72
-
73
-
74
-
TL;DR Breakdown
69
+
**TL;DR Breakdown**
75
70
76
71
* LLMs = Great with words, but passive
77
72
* LLMs + Tools = Adds capabilities, but brittle and manual
78
73
* LLMs + Agents = Autonomous systems that think, plan, and act
79
74
80
-
We’ve moved from “talking AI” to “doing AI.”
81
-
82
-
75
+
**We’ve moved from “talking AI” to “doing AI.”**
83
76
84
-
Conclusion
77
+
## Conclusion
85
78
86
79
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.
0 commit comments