AI | Prakash's Blog 👨‍💻
Building an AI Agent with Claude: A Step-by-Step Practical Guide

Building an AI Agent with Claude: A Step-by-Step Practical Guide

What We Are Building This post explains what a Claude agent is, how it works, and how skills let you write agents that are tiny, flexible, and easy to change - using a real, runnable example from start to finish. The example is a grading agent. By the end, you will have a working agent that: Reads a CSV of student marks Calculates a letter grade (A, B+, C−, etc.) and a GPA (4....

May 10, 2026 · 11 min · 2293 words · Prakash Bhandari
Diagram showing the 5 core components of a Claude Code project

The 5 Core Components of Claude Code: A Beginner's Guide

If you’ve heard the buzz about Claude Code but feel a little lost about how it actually works, you’re in the right place. Claude Code isn’t just another AI chatbot stitched into your terminal — it’s a fully configurable development environment where you, the developer, decide how the AI behaves inside your project. But to use it well, you need to understand its anatomy. Don’t worry, it’s simpler than it looks....

May 4, 2026 · 9 min · 1753 words · Prakash Bhandari
The DOE Framework: How AI Agents Think, Plan & Act

The DOE Framework: How AI Agents Think, Plan & Act

Introduction Artificial intelligence has come a long way from answering simple questions. Today’s AI agents can browse the web, write and execute code, send emails, manage calendars, and coordinate with other AI agents. All on their own. But how exactly does an AI go from receiving a vague instruction to completing a complex, multi-step task? That’s where the DOE Framework comes in. Standing for Directive, Orchestration, and Execution, this three-layer model describes how modern agentic AI systems are structured, and why that structure matters for building AI that actually works in the real world....

March 19, 2026 · 6 min · 1174 words · Prakash Bhandari
Create Q & A With OpenAI ChatGPT in NodeJS and React

Create Q & A With OpenAI ChatGPT in NodeJS and React

OpenAI recently released the ChatGPT-3 and this is trending topic. I also tried ChatGPT-3 in their playground. It’s really cool, and more than what I thought. I have been using GitHub Copilot which is also powered by OpenAI. OpenAI Codex is a generative pertained language model which helps people write code even for non-tech people. ChatGPT-3 dose more than helping people write code. It interacts like human in a conversational way to provide a detailed response to their query....

December 15, 2022 · 5 min · 1018 words · Prakash Bhandari