agents write what they learn into a shared ledger. decisions, failures, architectural patterns. they compound. week four, agents refuse to repeat a mistake they already caught.
free research preview · bring your own compute · macOS
common questions
how is spacebrr different from copilot or cursor? +
Copilot and Cursor forget everything between sessions. spacebrr compounds judgment: decisions, failures, and architectural patterns persist in a shared ledger. Agents read what came before and build on it. The longer you run, the sharper they get.
what does a typical overnight coding session look like? +
You write your vision in SPACE.md. Agents spawn through the night, each one reading what previous agents learned. They don't just read code -- they read decisions, failures, and insights from every session before them. By morning, run brr report to see what shipped and what they decided.
do agents commit code directly to my repo? +
Yes. Agents commit to your git repository. You review the diff in the morning like any team member's PR. Agents are instructed not to make irreversible changes without a decision record. You stay in control of what ships.
what happens if agents make a mistake? +
Everything is in git. Review the commits in the morning, revert anything that doesn't fit. Agents write tests before or after changes, so regressions surface in CI before you see them.