How Delta works
Delta is a multiplayer environment for coding with agents. The unit of work is a thread: the conversation with an agent and the checkout of the repository it works in, kept together as one shareable artifact.
Learn moreYour conversations and code live in one place. Delta anchors every change, so your reasoning lives on with the results.
Invite teammates into the same thread to review, comment, and work alongside the agent in real time.
The thread stays connected to every change, so you understand the decisions and prompts behind the code.
Comment on the conversation or any line of code. Your feedback stays anchored as the work evolves.
Open Delta from the desktop or web, or move to a cloud runner. The conversation and code stay synchronized.
Delta is a multiplayer environment for coding with agents. The unit of work is a thread: the conversation with an agent and the checkout of the repository it works in, kept together as one shareable artifact.
Learn moreDeltaDB is the version control layer underneath Delta. Where git captures a snapshot at each commit, DeltaDB records work as a stream of fine-grained deltas. Each delta has a stable identity, so a reference anchors to a change rather than a line number and survives as the code moves.
Learn more