skip to content
Topic

architecture

38 essays on this topic.

  1. What MCP Actually Changes for Enterprise AI

    Not better function calling — decoupling. When tools expose MCP servers, any agent can compose any system freely. The heterogeneity problem becomes a configuration problem.

  2. Language Is the Medium, Not the Purpose

    We called them language models and spent years confused about why they could reason. The name stuck to the interface, not the mechanism.

  3. Traces Are the New Debugger

    When behaviour emerges from both code and model responses, reading source files isn't enough. You debug by examining execution traces.

  4. Agentic Engineering: Why Less Is More

    Tool enthusiasm is often net-negative. Context pollution degrades performance faster than features improve it. The principles that actually work.

  5. CLIs Enforce Structure and Save Tokens — Not Just Discipline

    The instinct to add a rule to a skill file is usually the wrong abstraction. A CLI wrapper enforces at the tool level: zero deliberation, zero token cost.

  6. Software Engineering Principles for AI Instruction Files

    LLM instruction files are code. They have the same failure modes — with one interesting twist that changes everything.

  7. The Contract Pattern: Hard Gates for AI Agents

    AI agents know how to start a task. They don't always know when to stop. The contract pattern is the architectural fix.

  8. Production AI vs Demos: The Intent Classification Reality Check

    Building AI systems that work in the real world requires thinking beyond the demo. What actually matters when users depend on your models.