Welcome to AI Sauce!
A blog about the intersection of artificial intelligence, agentic software architecture, and the evolving craft of software development.
If you're a developer, educator, or just trying to stay ahead of the curve, this blog is for you. No hype - no fluff, just real talk about where we're headed and how to build for it.
Articles
Agentic Software Architecture: Changing MVC
Software development being turned on it's head, and not just by Claude Code... The Model View Controller architecture changing. The user interface is getting smart, and the bandwidth between your application and your users is widening. June 13th, 2025
A mental model for MCP tool development
How local MCP (Model Context Protocol) tools work with remote LLMs as a mediator with the LLM running in the cloud with locally-running tools. The key insight is that an "agent" (the local software wrapper) is different from the LLM itself, and this agent handles the stateful conversation and tool execution while using the remote LLM for natural language processing. May 16th, 2025