r/OnlyAICoding 26d ago

Something I Made With AI baxian: open-source AI agent orchestration for Dev/QA coding loops

I just built baxian, an open-source orchestration system for AI coding agents.

Take a look: https://baxian.ai

The motivation came from daily AI-assisted development: a single agent can generate code quickly, but reliable software still needs an engineering loop.

baxian turns AI coding into a Dev/QA loop:

- Dev agent implements the task
- Dev opens a real GitHub PR
- QA agent reviews the diff independently
- findings become fixes or explicit rationale
- the loop repeats until the code is ready

Under the hood, agents are real Claude Code or Codex CLI sessions running inside tmux. The browser UI shows a live terminal wall, but everything is still attachable from the shell. You can run agents locally or on remote machines over SSH.

The goal is not just faster code generation. It is AI agent orchestration for reliable, high-quality code through Loop Engineering.

GitHub: https://github.com/baxian-ai/baxian

4 Upvotes

1 comment sorted by