
I let an AI agent run my terminal for a day
124K views · May 24, 2026
It fixed two bugs, deleted a database, and apologized. A real look at what agents can and can't do.
Related reading
AI & AgentsHow Cursor reads your whole codebase
It doesn't send your repo to a model. It chops it up, embeds it, and retrieves the three files that matter right before it answers. The trick is in what it leaves out.
May 27, 2026 · 12 min read
AI & AgentsHow MCP actually works
Everyone's shipping MCP servers; far fewer can tell you what the protocol does. It's a contract for letting a model call your tools without you hard-coding a single one.
May 20, 2026 · 10 min read
DevOpsHow Vercel deploys in seconds
Push to a branch and a URL is live before you switch tabs. Behind it: immutable builds, a global edge cache, and an atomic swap that can't half-deploy.
May 13, 2026 · 10 min read


