Dotnetcs

Simply Blogging

Categories: Claude

Build a Mini AI Agent in C# .NET Console From Scratch (Real Code, Real Thinking)

Build a Mini AI Agent in C# .NET Console From Scratch (Real Code, Real Thinking)

Pramod Pramod

We're using the Anthropic Claude API as our LLM brain. You can swap this for OpenAI, Gemini, or any local LLM with minor changes. we'll build a minimal but **real** AI Agent in a C# .NET Console app that: 1. Takes a user goal 2. Thinks about what tool to use 3. Calls the tool 4. Observes the result 5. Loops until done — or knows it's finished

Read More
The Day claude Decided to Be Bun: A Windows Debugging Story

The Day claude Decided to Be Bun: A Windows Debugging Story

Pramod Pramod

How a corrupted npm install led me down a PowerShell rabbit hole — and what it taught me about never trusting file paths blindly

Read More