Skip to content
Back to AutoCoder.dev

A narrow bet on handing work off

Most AI coding tools are built for the moment you are at the keyboard. They are pair programmers, and the good ones are very good: you review as you go, you stay in the loop, you catch things early. That is a real workflow and it deserves the tools it has.

AutoCoder is built for the other moment — the ticket you would rather not sit through. You send it from Telegram, you go and do something else, and five agents discover, plan, execute, verify, and review it on your own machine while you are gone. What comes back is a grouped diff and the exact cost of the run.

That is the whole thesis. It means we are worse than a pair programmer at being a pair programmer, and we would rather say so than pretend the two things are the same product.

What we won't claim

  • That your code never touches a server. The agent loop and your files are local, and we never see your key — but prompt context goes to DeepSeek's API under your own key, because that is how any hosted model works.
  • That you can close the laptop. The orchestrator runs in-process on your desktop. If the machine sleeps, the run pauses. Walk away, yes; shut it down, no.
  • That we are the only tool that does this. We're not. Anthropic ships Telegram control for Claude Code, and several other projects work in this space. We think the fully-autonomous, bring-your-own-key, runs-on-your-hardware combination is a genuinely different shape — not that nobody else is nearby.
  • That it is finished. Windows only. No macOS or Linux build yet. It is a young project and the roadmap is shorter than we would like.

Talk to us

Bug reports, disagreements about the roadmap, and “this claim on your site is wrong” emails are all welcome at support@autocoder.dev. The last category gets answered fastest.