I'm excited to show something I've been working on recently: bb, an agentic IDE that builds itself.
This started as a passion project by @_ymichael, and over time I changed from being an early user to a contributor. bb really worked for me in a way no other agent orchestrator has before and I think you'll like it too.
Your first question is: ok, there are dozens of these, why this one?
No two installs look alike
Software of a previous generation looks something like this: there is a team somewhere who is solving a pain point for you. They might not solve it perfectly, but they are solving the problem for a set of people well enough and the economies of scale make it so that it is more efficient to buy their software vs building it yourself.
Software now is cheaper than ever before and I think those previous assumptions might no longer hold true. Software that you use needs to get the fundamentals right and be malleable enough to adapt to your use case.
This is where bb shines. It is a full agent orchestrator with solid fundamentals. It has a beautiful timeline and works with any coding agent using your own subscriptions. But the thing that sets it apart is that you can extend it in any way you see fit. Here is bb the first time you open it:
Here is my bb:
Same install. Your imagination is the limit. Here is a set of things that people have added to bb all by just asking it to build it for them:
A task management system. A full GUI for managing issues and agents automatically know how to read, create, and filter them.
A tiling thread management system. A way to spatially navigate between all of your threads in 2 dimensions.
Automated code review. A GitHub webhook that watches a repo for new PRs, pulls them, reviews them, and uses Codex computer use to test them end to end.
A markdown editor. An Obsidian-like vault for markdown that you and your agents can edit. I'm writing this post in it right now.
