WunderCorp Field Notes

Agentic development

Local-First Agentic Development Is Really About Keeping the Evidence

Why builders should be able to see the files, commands, previews, and decisions behind AI-assisted software.

4 min read

The phrase “local-first” can sound like a preference for where bytes happen to rest. Its more important meaning is social: the builder keeps the evidence. Source files are available, commands can be read, previews can be reproduced, and the project does not vanish behind a hosted conversation the moment a subscription changes or a browser tab closes.

BuilderStudio brings agents into a workspace where the code remains an ordinary project. That ordinariness is a virtue. A developer can inspect a diff, run the application, replace a dependency, or hand the repository to another engineer without translating an entire product out of a proprietary chat history.

Local-first does not require every model to run on the laptop. OpenModel can connect local inference and compatible remote services through one gateway. The project remains local even when a particular request is sent elsewhere, because the files, workflow, and model choice are not confused with one another.

The terminal deserves similar visibility. Commands that install packages, modify configuration, or prepare a release should not be treated as incidental stage directions. BuilderStudio CLI can make known workflows repeatable, while the IDE gives the team a place to review what the agent wishes to execute.

When a remote machine is appropriate, AgentVM can extend the same principle to a managed box: the agent receives a real environment, while the team retains a clear boundary around that environment. Local-first is therefore not the same as local-only. It is a commitment that the builder can understand and recover the work.

Agents become easier to trust when their work leaves conventional artifacts behind. The local-first approach favoured across the WunderCorp development tools does not diminish automation; it gives automation a home in which its choices can be examined, repeated, and, when necessary, politely overruled.