An Agentic IDE that builds itself (4 minute read)

TLDR AI Tools

Summary

An introduction to bb, an open-source, MIT-licensed agentic IDE that functions as an agent orchestrator and can be extended by users to build custom features, including task management, code review, and more.

bb is an agent IDE that builds itself. It is a full agent orchestrator with solid fundamentals. It can be extended any way users see fit. Users just have to ask bb to build the feature for them.
Original Article
View Cached Full Text

Cached at: 08/07/26, 01:37 PM

bb is an agent IDE that builds itself. It is a full agent orchestrator with solid fundamentals. It can be extended any way users see fit. Users just have to ask bb to build the feature for them.


An Agentic IDE that builds itself

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?

Brian Lovin@brian_lovin·Aug 4“Did I cook??“

[picture of generic saas app sidebar]115602.2K93K

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:

Threads on the left! I’ve never seen this before.

Threads on the left! I’ve never seen this before.

Here is my bb:

Yes, I’ve cloned Linear inside of my IDE

Yes, I’ve cloned Linear inside of my IDE

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.

Sawyer Hood@sawyerhood·Jul 31have been playing with doing tiling window management for agents conversations. it is a little too unhinged but i think there is something here.84854.5K

  • 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.

  • A Digital audio workstation. I have a surface that lets me upload samples and prompt agents to create code using Strudel to do music production inside of bb.

A DAW inside of my Agent Orchestrator

A DAW inside of my Agent Orchestrator

Moreover, much of the functionality that ships with bb was built using the same extension system that you can use to have bb customize itself: provider agnostic workflows, the ask user question tool, side chat, crons, inline previews, and remote access are all plugins.

The code is yours

bb is an open source, MIT licensed agent orchestrator. It works with all of the popular coding agents out of the box (Codex, Claude Code, Cursor, etc) and any agent that supports ACP, on your own subscriptions.

Clone it, run it, and then ask it for something it does not do yet.

I have not gone back to a tool I cannot change. I don’t think I will.

Site: https://getbb.app

Github: https://github.com/get-bb/bb

Similar Articles

Free, open-source, 300k Lines of Code - Agentic IDE

Reddit r/openclaw

intentic is a free, open-source 'Agentic IDE' that lets you run AI coding agents (Claude Code, Codex, Grok, Kimi Code, Gemini) in isolated sandboxes on your own hardware, with a browser-based workspace, plan-and-review workflow, and MIT-licensed code.

Aura: Agents + Git + Intent IDE

Product Hunt

Aura is an IDE designed for controlling AI coding agents with built-in loops, integrating agent control, Git, and intent-based development.

Build AI Agent for Company

Reddit r/AI_Agents

The author shares lessons from building an agentic system at work, describing failures with a giant prompt, excessive tools, and dynamic sub-agents, and ultimately finding success with a fixed orchestrator and specialized child agents for each domain.