Engineering writeups on things I have built: keeping credentials away from AI agents, generating hundreds of local pages without inventing facts, and running one CLI's models through another without patching a signed binary.
Agents need to run commands on real machines. The usual answer is to paste a key into a prompt, which puts a live secret in a context window, a log and a chat history all at once. Browser SSH is built so that never has to happen.
28 July 2026 · 5 min read · Browser SSH
Programmatic SEO has an obvious failure mode: generate a page per city, fill the gaps with a template, and ship 500 pages that are the same page. Beamo Sites generates 518 and each one says something true about the place it names.
28 July 2026 · 3 min read · Beamo Sites
Claudex runs Codex GPT models through the Claude Code terminal interface. The obvious way to build that is to fork the client and patch it. The obvious way is also the one that breaks on every release and asks users to run something unsigned.
28 July 2026 · 4 min read · Claudex