Blog
All the articles I've posted.
- genaiagentic-ai
Building Robust Intent Classifiers with Generative AI
LLM-based intent classifiers route zero-shot, with reasoning and no per-intent training data. How to build one robust enough for production multi-agent systems.
- genaiagentic-ai
The Unseen Engine of Modern AI Agents: A Deep Dive into JSON-RPC
Every AI agent that calls a tool is speaking JSON-RPC under the hood. A look at the decades-old protocol quietly powering MCP and the modern agent stack.
- genaiagentic-ai
Model Context Protocol: The "USB-C" for AI
Anthropic's Model Context Protocol gives LLMs a plug-and-play standard for tools and data — what it is, how it works, and why it ends the N×M integration problem.
- mathematicsprogramming
Essential Mathematics for Better Programming
The maths that actually earns its place in everyday programming — Boolean algebra, logic, and the concepts that make code simpler, starting with De Morgan's laws.
- golangtooling
VS Code Setup for Golang Programming
The VS Code setup I run for Go — the extensions, gopls settings, and debugging config that turn a stock install into a real Go IDE.
- pythontooling
Python Dependency Management for AI Projects: pipx + Poetry
AI projects drown in heavy, conflicting Python dependencies. How pipx (isolated global tools) and Poetry (per-project deps) keep your environment reproducible.