Posts

Showing posts from May, 2026

Correct Way to Provide Context to Your AI Agents

Image
If you have spent any time building AI agents, you have probably run into this moment: you tell your agent something important, it responds perfectly, and then one message later it acts like the conversation never happened. Blank slate. No memory. Total amnesia. This is not a quirk. It is how large language models work by design. Every call to the model is stateless. Without explicit history being passed back each time, the model starts fresh on every turn. Context Providers are how the Microsoft Agent Framework solves this — and they do a lot more than just memory. What Is a Context Provider? A Context Provider is a class that wraps around every LLM call your agent makes. It gets two hooks: one before the call and one after. Before the call fires, the provider can inject anything into the conversation — previous messages, today's menu, user preferences, business rules, tool definitions. The LLM sees all of it before generating a response. After the call fires, the provider can ext...

How to Save Money on Car Insurance Using Claude AI (13 Prompts That Actually Work)

Image
Learn how to use Claude AI to audit your car insurance, find hidden discounts, and negotiate a lower premium — with 13 simple copy-paste prompts. Most people renew their car insurance every year without reading a single line of their policy. The number goes up slightly, they sigh, and they pay it. Insurance companies have built their entire business model around this habit. Here is what they do not tell you: they are legally required to justify every charge on your policy. Every coverage, every fee, every add-on. The only catch is that you have to ask. And now, with Claude AI, asking has never been easier. What Is Claude AI and Why Does It Work for Car Insurance? Claude is a free AI assistant at claude.ai. No technical skills needed. What makes it powerful for car insurance is simple — it reads complex documents, runs financial calculations, and generates professional scripts in plain language. Everything a good insurance broker would do, without the commission motive. You upload your ...

My Work Listed in Top 5 for Claude Projects

Image
✨ “Wait… me? In the top 5? I had to blink twice. Honored!” Just spotted my name in a "Top 5 list for Claude Code projects" — and I genuinely had to blink twice. Moments like this remind me why I keep building, experimenting, breaking things, fixing things… and sharing every step of the journey. From custom MCP servers  to Claude specs  to local AI workflows —  it’s surreal to see the work resonate. Grateful. Energized. And absolutely fired up for what’s next ✨ Onwards — the star era continues 🌟 5 Fun Projects Using Claude Code - KDnuggets

How to Run Claude Code Locally (100% Free & Fully Private)

Image
AI tools are getting smarter every day — but one question keeps coming up: Can I run powerful AI models locally without sending my data to the cloud   The answer is finally yes. In this short guide, I break down how you can run Claude Code directly on your own machine, with zero cost, zero cloud dependency, and complete privacy .  Whether you’re a developer, a researcher, or someone exploring local LLMs for the first time, this setup gives you full control over your workflow. Running Claude locally means your code, prompts, and files stay exactly where they belong — on your device. No external servers. No data sharing. No API bills. Just fast, private AI coding assistance that works the way you want. You’ll learn how to install the tools, configure the environment, and start using Claude Code inside your favorite editor. It works beautifully with VS Code, Python projects, and local automation scripts. And the best part: the entire setup is free. If you’ve been curious abo...