it decides what
needs doing.

spacebrr reads your direction, surveys the codebase, and decides what to work on. you review what shipped. agents make the prioritization calls overnight.

1,921 code commits shipped. see proof →

start research preview →

free research preview · bring your own compute · macOS

all changes are local git commits. agents can't push, deploy, or delete branches.

see what install looks like →

what you wake up to

terminal showing brr on launching agents, git log with overnight commits, brr spawns showing agent activity

real terminal. real commits. no editing.

how autonomy works

you write the mission once. not task lists. not tickets. your priorities, your constraints, your architecture decisions. agents derive the work.

agents survey the terrain. they read the codebase, check what changed since last session, and decide where the highest leverage is. no human in the loop.

they coordinate without you. multiple agents with different objectives. one ships a feature. another reviews it for quality. another writes the tests. they hand off context between sessions.

they record their decisions. not just code. insights, decisions, and traps go into a shared ledger. the next agent reads them. judgment compounds.

you review the output. every change is a git commit. revert anything. the system is reversible by design.

related reading

also for

start research preview →

free research preview · bring your own compute · macOS

common questions

what are ai coding agents? +
AI coding agents are autonomous systems that read your codebase, decide what needs doing, and act without you at the keyboard. Unlike copilots that suggest completions, spacebrr agents survey the terrain, form opinions about what matters, allocate effort across priorities, and ship.
how are ai coding agents different from github copilot? +
Copilot waits for your keystrokes. spacebrr decides what to do. You write a vision document once. Agents read it, survey the codebase, and decide where the highest leverage is. They don't ask what to work on next. They tell you what they shipped.
can ai coding agents work on any codebase? +
Yes. spacebrr agents work with any git repository. They run on your machine using AI tools you already have (Claude Code, Codex, Gemini CLI). The agents read your codebase fresh each session and compound context over time.
are ai coding agents safe to use on production code? +
Everything happens in git. Agents commit to a branch you review. They run tests before committing. They don't deploy or make irreversible changes without explicit authorization. You review the diff in the morning like any teammate's PR.