MCP: A Common Protocol for Connecting LLMs to Tools

Posted on Sun 12 July 2026 in GenAI • Tagged with GenAI, LLM, MCP, Tool Use, Agents

Every LLM app that wants to read a file, query a database, or call an API needs some way to describe that capability to the model and route the model's requests back to the right system. Before MCP, every vendor built that wiring differently. MCP is Anthropic's attempt at a …


Continue reading

Agents vs. Chains in LangChain: Who's Actually Driving?

Posted on Fri 10 July 2026 in GenAI • Tagged with GenAI, LLM, LangChain, Agents

A chain follows the map you drew. An agent draws its own.

LangChain gives you two ways to wire an LLM into a workflow: chains and agents. Both connect prompts, tools, and models into something useful, but the control flow works in opposite directions.

Chains: fixed routes

A chain is …


Continue reading

Stop Feeding Your LLM Guesses. Feed It Facts.

Posted on Sat 04 July 2026 in GenAI • Tagged with GenAI, AI-agents, LLM, agentic-systems, design-patterns, reliability

The trick that turns a language model into a research assistant.

Large language models are great at reasoning and writing, but they only know what they were trained on. Ask one about a document it's never seen, or something that happened after its training cutoff, and it will either say …


Continue reading

The Five Building Blocks of LangChain

Posted on Sat 04 July 2026 in GenAI • Tagged with GenAI, AI-agents, LLM, agentic-systems, design-patterns, reliability

Most people's first LangChain project looks the same. They copy a snippet, swap in their API key, run it, and get a working chatbot in about ten minutes. Then they try to add memory, or connect a second tool, or make the thing reason through a multi-step task, and the …


Continue reading

Fine-Tuning Your AI: The Upgrade Everyone Wants and Almost No One Needs.

Posted on Sun 21 June 2026 in GenAI • Tagged with GenAI, AI-agents, LLM, agentic-systems, design-patterns, reliability

It sounds like the obvious next step for any serious AI product. In practice, it's one of the most misunderstood — and most expensive — decisions in AI development.

It sounds like the obvious next step for any serious AI product. In practice, it’s one of the most misunderstood — and most …


Continue reading

The AI Menu Is Huge. Here's How to Order.

Posted on Tue 16 June 2026 in GenAI • Tagged with GenAI, AI-agents, LLM, agentic-systems, design-patterns, reliability

If you’ve ever Googled “best AI model” and ended up more confused than when you started — you’re not alone.

GPT this. Llama that. Claude, Mistral, Phi... it can feel like you’ve walked into a hardware store where every tool looks the same but nobody will tell you …


Continue reading

Agentic System Design Concepts - Patterns Every AI Engineer Should Know

Posted on Sat 11 April 2026 in GenAI • Tagged with GenAI, AI-agents, LLM, agentic-systems, design-patterns, reliability

Building reliable AI agents isn't just about picking the right model — it's about the patterns you wire around it. Here's a concise reference of 15 agentic system design concepts worth knowing. Two lines each — just enough to understand what they do and why they matter.

Resilience & Failure Isolation

Agent Circuit …


Continue reading

Every Claude Code Concept You Need to Know

Posted on Sat 11 April 2026 in GenAI • Tagged with GenAI, Claude-Code, LLM, agents, developer-tools, local-AI

Claude Code is not a chatbot. It lives in your terminal, reads your actual files, writes code, runs commands, and executes multi-step workflows — all with your permission. Here are 30 concepts you need to understand it properly. No fluff, no hand-holding.

The 30 Concepts

1. The Terminal — Claude Code doesn't …


Continue reading

AI Agent Directory - Few Shots LLM Models

Posted on Fri 10 April 2026 in GenAI • Tagged with GenAI, AI-agents, LLM, startups, directory

The AI agent ecosystem is growing fast. Here's a quick directory of notable AI startups and a couple of few-shot LLM models worth knowing about. Two lines each — just enough to know what they do and why they matter.

AI Agent Directory

Can of Soup — An AI-powered app that lets …


Continue reading

My GenAI Blogs

Posted on Sat 10 January 2026 in Announcement • Tagged with GenAI, LLM, machine-learning, deep-learning, announcement

Why GenAI?

Generative AI has completely changed how I think about software, creativity, and problem-solving. Over the past year, I've gone deep into the world of large language models, prompt engineering, retrieval-augmented generation, fine-tuning, and AI agents. The pace of change is incredible, and I wanted a place to document …


Continue reading