Cross-domain notes
Knowledge hub
Notes on systems I've built, written about, or traded on — organized by domain. Credentials and shipped work live on the home page; this is where the thinking goes.
Browse by topic
Agent architecture
A curated path from Cursor setup through repo-level AGENTS.md, private knowledge bases, MCP tool design, RL-trained models, and single-agent coding loops.
- Getting started with Cursor: automate the loop Treat Cursor as an automation surface — rules, tests, MCP, and agents run the boring parts so you keep one thread for judgment. Read →
- The AGENTS.md standard for AI coding agents One open Markdown file per repo — closest AGENTS.md wins; user prompts override. Read →
- Organizing knowledge for AI agents Pair a public site with a private brain — progressive disclosure, lifespans, verification metadata. Read →
- Building MCP servers with search and execute Two MCP tools — search and execute — beat hundreds of per-operation tool definitions. Read →
- Reinforcement learning for tool calling in agent models RL specializes models for the tool loop — Composer is the public case study. Read →
- Keep the thread: why plan–critique–build pipelines fail modern coding agents One agent, one thread, small units — verify with tests, not lossy handoffs. Read →
Engineering & games
- Scalable session systems in live VR Session architecture is where cross-platform VR becomes a reliable live service. Read →
- Why language models scaled first — and robotics foundation models are likely next LLMs won on static data; GPU sim throughput is closing the gap for robot foundation models. Read →
Technical authorship
- Why Mirror for Unity multiplayer Mirror is a pragmatic default when Unity teams need a complete networking architecture. Read →
- Progressive disclosure for learning: maps, not memorization Orchestrate agents across a navigable map — learn foundations deeply, index everything else, verify with the environment. Read →