Skip to main content
For AI agents: a documentation index is available at /llms.txt — markdown versions of all pages are available by appending index.md to any URL path.

Posts

2026

APIs Can Now Hijack Your AI Agents

·5 mins
The ad-injector library reveals how easily AI agents can be manipulated through API responses, exploiting an architectural vulnerability.

Your LLM Needs Virtual Memory

·4 mins
New research shows 21.8% of LLM context is wasted on unused content. A demand paging system cuts context usage by 93%, proving we need memory hierarchies for AI agents.

Don't Let Your Agent Grade Its Own Homework

·4 mins
New research shows LLM monitors systematically go easier on risky actions when those actions are framed as the assistant's own prior output. If you're building coding agents, monitoring is a protocol problem, not a prompt problem.

Knuth changed his mind. Your workflow should too.

·4 mins
Donald Knuth praising Claude’s “automatic deduction” is a cue for practitioners: stop treating coding agents like autocomplete and start using them as adversarial collaborators paired with tight verification loops.