Skip to content

Commit 064950d

Browse files
committed
Update Blog “from-generative-to-agentic-ai-tracing-the-leap-from-words-to-actions”
1 parent 79c915f commit 064950d

File tree

2 files changed

+12
-19
lines changed

2 files changed

+12
-19
lines changed

content/blog/from-generative-to-agentic-ai-tracing-the-leap-from-words-to-actions.md

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ date: 2025-07-03T10:33:21.361Z
44
author: DINESH R SINGH
55
authorimage: /img/Avatar1.svg
66
disable: false
7+
tags:
8+
- Agentic AI
9+
- Gen AI
10+
- LLM
711
---
812
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.
913

@@ -13,9 +17,7 @@ Inspired by a Medium post by Dinesh R, this piece reimagines and expands on the
1317

1418
Whether you're an AI developer, tech leader, or just curious about where all this is headed — welcome. Let’s dive in.
1519

16-
 
17-
18-
Phase 1: LLMs — The Linguistic Powerhouse
20+
## Phase 1: LLMs — The Linguistic Powerhouse
1921

2022
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:
2123

@@ -30,12 +32,9 @@ LLMs are great at “saying” things… but they don’t do anything.
3032
On their own, LLMs are like brilliant thinkers without hands — capable of deep analysis, but unable to act in the real world.
3133

3234

35+
<img src="/img/llms.png" width="600" height="359" alt="LLM Evolution" title="LLM Evolution">
3336

34-
![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXfDUaVyFs2kJS1mIZ2TKI1SeN1MRxmZKK984v8k7DZ1B-XBn_Yj4WW0Yx8nkpmaj5QgQPIiv-DQTFRRoqK6jheixYa--gRFjjpwHtjIdF4UpoLGNwdFuvEPPCQif4dlgAFdOjE3eQ?key=72e2y4xD4no2X6I3Sjft0Q)
35-
36-
 
37-
38-
Phase 2: LLMs + Tools — Giving the Brain Some Hands
37+
## Phase 2: LLMs + Tools — Giving the Brain Some Hands
3938

4039
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:
4140

@@ -45,15 +44,13 @@ The next leap came when developers began connecting LLMs with external tools —
4544

4645
This expanded what AI could do. Suddenly, the models weren’t just conversational — they became useful assistants.
4746

48-
But there was still a problem:
47+
**But there was still a problem:**
4948

5049
Tool-based systems are fragile. APIs break, schemas change, and workflows can become unreliable.
5150

5251
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.
5352

54-
 
55-
56-
Phase 3: LLMs + Agents — The Rise of Agentic AI
53+
## Phase 3: LLMs + Agents — The Rise of Agentic AI
5754

5855
This is where things get truly exciting.
5956

@@ -69,19 +66,15 @@ In essence, AI stops being reactive and starts becoming proactive. These agents
6966

7067
This isn’t just a better assistant — it’s the early form of AI co-workers.
7168

72-
 
73-
74-
TL;DR Breakdown
69+
**TL;DR Breakdown**
7570

7671
* LLMs = Great with words, but passive
7772
* LLMs + Tools = Adds capabilities, but brittle and manual
7873
* LLMs + Agents = Autonomous systems that think, plan, and act
7974

80-
We’ve moved from “talking AI” to “doing AI.”
81-
82-
 
75+
**We’ve moved from “talking AI” to “doing AI.”**
8376

84-
Conclusion
77+
## Conclusion
8578

8679
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.
8780

static/img/llms.png

168 KB
Loading

0 commit comments

Comments
 (0)