Back
Topic

AI

21 items tagged AI.

Articles

Everyone Shipped Agent Isolation. Nobody Agreed on What From.

Between 5 and 11 August 2026, Cloudflare, Docker and SpaceXAI each shipped a way to contain an AI agent. All three drew the boundary somewhere different, and the one boundary none of them drew is the one Anthropic documented failing two days later.

9 min read

MCP Went Stateless and Left the Tool Descriptions Alone

The largest MCP revision since launch rewrote the transport and hardened authorization. It says nothing about sanitizing tool descriptions, nothing about a trust boundary around tool metadata, and nothing about provenance. That is a choice worth naming.

9 min read

Cost Per Finished Task

Bun's Rust rewrite cost 165,000 dollars in tokens and shipped. Uber caps each engineer at 1,500 dollars a month. The per-token price is now the least interesting number in the sentence.

8 min read

The Best Agent Scores 25.6 Percent

Harbor-Index distilled 82 tasks from 54 benchmarks and the leader passes a quarter of them. Meanwhile the standard way of validating an LLM judge was shown to overstate agreement by 33 to 41 points.

8 min read

Agentic Search Lost to a Vector Index

On repository code questions, semantic search answered 65.2 percent correctly against 46.2 for a planner-and-subagent system, at less than half the cost. The largest failure category was the handoff itself.

7 min read

MCP Went Stateless: What Breaks in 2026-07-28

The largest MCP revision since launch removes the initialize handshake and the session header, deprecates Roots, Sampling and Logging, and replaces server-initiated calls with a retry. Here is the actual list, and what it costs to migrate.

8 min read

Start Here - Building an AI System

Why I'm building a full AI system in public, piece by piece - and how to follow along (and deploy it yourself).

3 min read

Custom Instructions

Shaping how the system behaves and stays on task.

3 min read

Multi-Client Wireup - ChatGPT, Claude Code, Grok, Copilot

One server, every client - connecting the same MCP to the tools you already use.

3 min read

The Agent - an Azure AI Intelligence App

Tying it all together into an intelligent agent that helps manage Azure.

3 min read

Build Your Own

Take the whole thing, install it, and build your own apps on top.

3 min read

What an AI Agent Actually Is

Everyone says 'agent' like it's magic. It isn't; it's a loop. Here's the whole idea in plain English.

5 min read

Tokens and the Context Window

What the model actually sees; and why it seems to forget things mid-conversation.

3 min read

Embeddings: How a Computer Gets Meaning

How words and ideas become numbers a machine can actually compare.

3 min read

RAG in Plain English

Retrieve-then-generate; what it is, and when it beats fine-tuning.

3 min read

Tool Calling: How an LLM Actually Does Things

How a text-only model reaches out and acts on the real world.

3 min read

MCP, Explained

One plug for every tool; why everyone is suddenly shipping an MCP server.

3 min read

What an Eval Is

How you measure an AI system before shipping it, so 'is it better?' stops being a vibe.

3 min read

The True Cost of One LLM Call

Tokens, latency, and dollars; the real math behind a single call.

3 min read

Diagrams

  • AI Orchestration Control Plane
  • Agent State + Replay Pipeline

Other topics

All topics