Booboo — five AI systems fused into one queryable 3D brain by Jessy MariauBooboo — five AI systems fused into one queryable 3D brain by Jessy Mariau

Booboo — five AI systems fused into one queryable 3D brain

Jessy Mariau

Jessy Mariau

Every tool shows you one slice

Your knowledge graph shows relationships. Your agent framework shows flows. Your memory store shows what got saved. Your trace viewer shows what ran. Four dashboards, four mental models — and nowhere that shows how the whole system actually hangs together.
Booboo is what I built to fix that. First for my own multi-agent operation, then extracted into an open-source toolkit anyone runs in one command.
50,000-node brain, live in a browser tab
50,000-node brain, live in a browser tab
Not a render farm, not a mockup: booboo view --demo --nodes 50000, live in a browser tab, zero console errors. The engine holds a million nodes at 60fps.

One idea, everything else for free

A tiny JSON spec sits at the centre. Adapters feed it — Postgres, JSON, your own weird source in about fifty lines. Consumers read it — a REST API, an MCP server your agents query directly, the 3D viewer, even a desktop wallpaper. Emit the JSON once, get all of them; you never fork the core to add a source.

Run your agents like a company

The Booboo organigram — a 14-agent fleet as a real org chart
The Booboo organigram — a 14-agent fleet as a real org chart
The org chart isn't a diagram — it's the authority. Drag an agent under a new parent, hit apply, and the underlying org file changes, versioned in git, validated so a cycle can never land. Agents boot from that file, so they obey the new shape on their next run.

Memory and reports you can actually see

Every agent's filed reports on one timeline
Every agent's filed reports on one timeline
Each memory bucket with live counts and who reaches it
Each memory bucket with live counts and who reaches it

What's real today

Seven packages on npm under @booboo-brain, MIT. The build engine was proven on a real 4,469-node production brain assembled straight from Supabase by config alone — privacy-walled, validated, served.

The honest part

It's alpha, and it's the open extraction of a system I actually run — not a polished SaaS. The piece I'm proudest of is the privacy layer: sealed namespaces are never serialised into any consumer, so a leak can't cross the boundary — not by policy, by construction.
Like this project

Posted Jul 11, 2026

Open-source engine that turns an AI stack's wiring, knowledge, memory, agents and automations into one rooted graph — served over REST + MCP, rendered in 3D at a million nodes. Seven packages on npm. MIT.