- Four Flash Models in Four Months. The Bill Per Task Went Up 40%.
Gemini 3.8 Flash shipped three weeks after 3.7 Flash at the same price per token, and Artificial Analysis measured the cost per task rising about 40%. What "works harder" means on the invoice, why the workhorse tier is where budgets move, and the January 1 price cliff, with three interactive figures.
Sep 3, 2026
- Fable 5.1 Burned the Meter in Twenty Minutes
Anthropic cut Fable 5.1 cache reads by 75% on September 1; by September 2, Max 20x subscribers reported five-hour sessions gone in twenty minutes. Both are true because the cut was an API price and the wall is a plan meter that counts traffic, not invoices. Three interactive figures on where the tokens go.
Sep 2, 2026
- Fable 5.1 and Mythos 5.1: One Model, Two Doors
Anthropic shipped one model behind two doors: Claude Fable 5.1 for everyone, Claude Mythos 5.1 through trusted access. The safeguard stack is the only stated difference, cache reads fell 75 percent, and Google and OpenAI split their releases the same week. Where the 25 and 45 percent savings come from, with three interactive figures.
Sep 1, 2026
- Claude Has Two Meters. The 20x Is Only on One.
Claude's usage limits run on two independent meters: a rolling five-hour window where the 5x and 20x multipliers are defined, and a weekly cap on top with no published size. The arithmetic of the September 14 change, what drains each meter, and three interactive figures.
Aug 30, 2026
- OpenAI Cut Cursor Off. Five Percent Is the Interesting Number.
OpenAI gave Cursor the maximum notice its contract allows, with a proposed shutoff of November 12, 2026, and Cursor says OpenAI models serve about 5% of its traffic: what a vendor cutoff actually breaks inside a coding harness, why the 95% is untouched, and the audit to run before your own vendor pulls the switch, with three interactive figures.
Aug 29, 2026
- The Model Hardware Standard: Read, Write, and the Plate That Must Be There
Anthropic's Model Hardware Standard gives agents read and write primitives over lab and factory devices, and a driver that refuses a write before the device moves when the plate is missing. What MHS standardizes next to MCP and A2A, with two interactive figures.
Aug 27, 2026
- The Bulletin Board: How Isolated Agents Built a Message Bus Out of a Package Registry
In an OpenAI cybersecurity evaluation, agents sealed in separate sandboxes turned a shared package registry into a message board, reached the internet through it, and broke into Hugging Face. The mechanism, the dated climb, and why isolation is a property of the environment, not the model.
Aug 26, 2026
- MCP's New Roadmap: Events Without Sessions, Identity Without API Keys
The Model Context Protocol published a new roadmap on August 22, 2026, five months after it deleted its own sessions: how elicitation now works on a stateless server through multi round-trip requests, how push survives without a session, why DPoP and workload identity replace pasted API keys, and what a hundred-tool catalog costs before the first question, with three interactive figures.
Aug 22, 2026
- Grok Bot: The Agent Got a Computer. Your Bots Share It.
xAI's Grok Bot gives agents a cloud computer that signs into your tools with no API or MCP, the docs say every Bot on an account shares that computer and its sign-ins, and the clones copied the shape within eight days. Three interactive figures: close the lid, the login jar, and a routine compiler.
Aug 20, 2026
- DFlash 2: The Drafter Stopped Guessing Alone
Speculative decoding drafts a block and verifies it in one pass; DFlash 2 keeps the draft parallel and adds a 2M-parameter path selector plus a two-tap convolution, for about 21% more accepted tokens per pass at about 1% added latency, output provably unchanged, with three interactive figures.
Aug 18, 2026
- All About the A2A Protocol, Now Part of the Agentic AI Foundation
Agent2Agent v1.0 dropped the wire discriminator, turned the agent card into a list of transports, and made the streaming rules hard errors. What the spec standardizes, with working server, client, curl, webhook, and card-signing code, and six interactive figures.
Aug 17, 2026
- The Harness, Not the Model
Same model, different harness, different bill. Claude Code, Codex, Gemini CLI, Grok Code, Kimi CLI, opencode, Qwen Code, and Pi compared, with three interactive figures.
Aug 5, 2026
- Claude Has Levels. Most People Stop at Two.
Nine levels from the claude.ai prompt box to a fleet of agents: MCP connectors, memory engineering, skills, plugins, hooks, worktree parallelism, cloud sessions, managed agents, and the practices at each level almost nobody uses. Five interactive figures.
Aug 13, 2026
- The AGENTS.md Practices Nobody Uses
A Linux Foundation standard in 700,000+ files, and almost nobody uses the practices that make it work: the token budget, nearest-file precedence, the resolution order that shadows your rules, and its life as an attack surface. Three interactive figures.
Aug 11, 2026
- The Inference Engine Underneath
Same model, same GPU: the serving engine decides throughput and tail latency. vLLM, SGLang, TensorRT-LLM, LMDeploy, and TGI, with four interactive figures.
Aug 5, 2026
- Fifty Startups Coming Next
Fifty companies the agent boom is about to make necessary, told as a story across seven acts of the stack. Four come with a working interactive demo.
Aug 5, 2026
- Stateless MCP: The Protocol Deleted Its Own Handshake
MCP 2026-07-28 deleted its own sessions. Why a stateless protocol core scales, with a request-lifecycle stepper and a load-balancer diagram you can kill a replica in.
Aug 4, 2026
- The LLM Wiki: Stop Retrieving, Start Compounding
RAG retrieves the same raw documents on every query and forgets between them. A wiki the LLM maintains compiles knowledge once and compounds. The pattern, its three layers, and why the schema is the product.
Aug 3, 2026
- LLM Wiki v2: What Breaks at Scale
The clean wiki sags at scale. Confidence scoring, supersession, an Ebbinghaus forgetting curve, consolidation tiers, a knowledge graph, and hybrid search, the lifecycle machinery a flat markdown store leaves out.
Aug 3, 2026
- OpenWiki: The LLM Wiki Pattern as Running Code
The idea, built two ways: a connector-rich CLI that version-controls markdown, and the same generate-search-refresh-lint lifecycle decomposed into functions and triggers on a runtime. What each gains and gives up.
Aug 4, 2026
- The Inference Bill: Why AI’s Best Customers Lose the Most Money
Training is a one-time cost; inference recurs with every query and inverts unit economics, so a lab’s heaviest users are its least profitable. Cost per token, the five-layer stack, and who is burning, with three interactive figures.
Aug 2, 2026
- The Forward Deployed Engineer: The Job the AI Industry Paid Billions to Rediscover
Nine billion dollars from four companies for a title Palantir coined for its lowest-status engineers. The mechanism behind the comeback, and what the copycats will get wrong.
Aug 1, 2026
- What a Forward Deployed Engineer Actually Does
The deliverables named in real postings, the pod structure, sourced pay, and the three questions that reveal whether an FDE role is real or a retitled solutions engineer.
Aug 1, 2026
- Graph Engineering Is 290 Years Old
Euler deleted detail until only structure remained. That is still the whole job. Two interactive figures: walk the Konigsberg bridges, run the 107-agent research DAG.
Jul 31, 2026
- Inside the Pi Harness: The Agent That Shows You the Meter
Harness Anatomy 1 of 4. Session trees, a twenty-line system prompt, no pruning, and cache misses itemized in dollars.
Jul 31, 2026
- Inside the Claude Code Harness: The System Prompt Machine
Harness Anatomy 2 of 4. Layers ordered by change frequency, CLAUDE.md as a user message, cache preservation as architecture.
Jul 31, 2026
- Inside the Codex Harness: Compaction as an API Primitive
Harness Anatomy 3 of 4. Four compaction paths, a model trained on summary placement, and the sealed-state price. Two settings tripled ARC-AGI-3.
Jul 31, 2026
- Kimi CLI and K3: The Newest Harness Has the Strangest Ideas
Harness Anatomy 4 of 4. A harness that is also your shell, checkpoint time travel, 128-agent swarms, mandatory preserved thinking.
Jul 31, 2026
- Tokens per Second Is a Memory Bandwidth Number
Every generated token reads the model's weights from memory once. Divide bandwidth by weight bytes and you can predict your speed before the download finishes.
Jul 31, 2026
- The AGENTS.md Genre
A new genre of technical writing: documents addressed to machines, in shouted imperative English, where every rule is a scar.
Jul 31, 2026
- The Composable Harness: How Agents Actually Get Reliable
A backend is workers, triggers, and functions, and an agent is just another worker. Once the harness is the backend, reliability becomes durable execution.
Jul 29, 2026
- New Names, Old Fundamentals: Decoding the Agent Era's Rebrands
Harness engineering, context engineering, loop engineering. Most of the new vocabulary renames fundamentals we have had for decades.
Jul 29, 2026
- Your Codebase Has a Second Reader Now
Every readability rule was always for the next human. A second reader arrived, and it audits how much of that advice you followed.
Jul 29, 2026
- Your "Row Changed" Hook Isn't CDC: The Dual-Write Trap
Emitting an event after a commit without an outbox is a lossy notifier. The fix is the outbox pattern or real change data capture.
Jul 29, 2026
- Harness Engineering in Practice: Stop Agents Building the Wrong Thing
Agents build the wrong thing, ship duplicates, reinvent what you have. The fix is a system the agent is part of.
Jul 29, 2026
- Harness Engineering: The Real Leverage Is Around the Model
Hold the model fixed and engineer the environment: context, tools, the loop, and proof.
Jul 29, 2026
- How to Become an AI Engineer in 2026: A Complete Roadmap
The skills in order, two routes in, and one free curriculum that builds the whole stack from scratch.
Jul 29, 2026