NodalMerge Studio
Git for agent reasoning and execution — not Git for files. NodalMerge Studio is an agent-native collaborative workspace platform built on NodalMerge. It provides agent orchestration, task management, projection-based context, MCP integration, human review workflows, and a VS Code Control Tower — all backed by a persistent, branchable, replayable artifact graph. Every step an agent takes produces a durable artifact in a DAG. Every artifact can be inspected, branched, replayed, merged, and audited. The durable graph is the product; agents are features of it.The artifact pipeline
- You define a goal. A human describes what needs to be accomplished.
- An orchestrator agent plans it. The orchestrator breaks the goal into work units and tasks.
- Worker agents execute tasks. Each worker operates on its own branch, producing changes.
- Merge proposals are generated. Workers submit structured proposals with full lineage.
- A proposal is reviewed and approved. By default a human approves it — a goal can opt into agent or hybrid review instead. See Trust & autonomy.
- State converges. Approved changes land in the authoritative branch.
Why teams use Studio
Durable artifact graph
Every plan, task, proposal, and decision is a persistent DAG node. Trace any
approved change back through its entire lineage to the original goal.
Human-governed by default
Agents propose; humans decide. The merge review workflow enforces human approval
before speculative work lands in the authoritative branch — unless a goal
explicitly opts out.
Branch and replay
Branch from any artifact checkpoint to spawn alternate executions. Replay a
proposal under a different model to compare outcomes. Roll back to any Known
Good State.
MCP-native
A frozen MCP v1 tool surface with 66 tools across 19 namespaces. Integrate any
MCP-compatible client with the Studio host.
Get started
Quickstart
Install the Control Tower VS Code extension and run your first goal.
How Studio works
The three-layer architecture and how Studio relates to the NodalMerge core engine.