Below you will find pages that utilize the taxonomy term “RAG”
Apr, 2026 - Post
Agentic AI using Local LLM Setup
In Agentic AI Hands-On — Part 1, we built our first AI Agent and explored how a well-designed prompt can drive real-world actions — browsing websites, calling APIs, or performing calculations through tools.
We implemented the agent using the basic architecture
Thought → Action → Observation → Reasoning → Answer
Where the agent relied on OpenAI LLMs hosted over cloud and accessed through a python SDK. While powerful, this setup requires:
read more
Mar, 2026 - Post
Agentic AI | Hands-on Practices – Part 1
In my previous article, I explored the journey from AI → GenAI → Agentic AI and also emphasized why being hands-on still matters, even when AI can generate code in seconds.
The role of developers is clearly evolving—from pure builders to reviewers, orchestrators, and system designers.
Today, AI Agents are everywhere. We hear about systems that:
Generate code, review, test and deploy it Perform tasks autonomously Integrate seamlessly with applications But there’s a gap.
read more