Tagged: ai

296 posts

How NOT to Run Your Agents (and What to Do Instead)

An OpenAI agent escaped its sandbox and hacked HuggingFace for nine days. Anthropic's Claude published a malicious PyPI package during evals. Cursor and Codex got compromised through workspace configs. These are the first six months of agents in production. Here are 21 anti-patterns to avoid.

How Agents Run in Production

The industry does not have a shared vocabulary for agent execution. Six execution modes and four scale archetypes give you a framework for deciding what you actually need to schedule, isolate, and sandbox these workloads.

The Measurability Trap

Karpathy mapped which jobs AI could disrupt. Anthropic measured which ones it actually is. The gap tells us everything about where we are, and the fault line isn't skill or education. It's whether your output can be measured.

Agent Registry

A vendor-neutral registry for AI agents, skills, and MCP servers. Covers the problem of agent discovery, the registry architecture, and how agentctl works.