Voice-driven coding moved onto phones this year. But talkable documents need an in-file edit surface, not just a microphone.
The bus solves a smaller problem with a looser protocol: documents publish what they are, listen for what they care about.
A HTML file can be a self-modifying document. It is the deployment unit and the modification interface. The browser tab is the habitat.
This piece is about why CLIs are the right endpoint for LLM-callable services and what the architecture looks like.
A tangent about macOS agent users reminded us that the Unix multi-user model has been solving user isolation for over 50 years.
Why are we buying hardware for a problem the operating system handles?Operating systems like Unix have had multi-user isolation since the 1970s.
A skill is a packaged set of instructions that gets injected into a context when it is relevant. In its simplest form, it is a SKILL.md file.
Harness.is everything in an AI agent that is not the model itself.:"If you're not the model, you're the harness."
tmux is a terminal multiplexer built for humans managing remote servers. It splits a terminal into panes, keeps sessions alive across disconnections, and…
Multi-agent communication is an active design space. Google shipped A2A as a dedicated agent-to-agent protocol.