DEV Community

Kai
Kai

Posted on

We built Siri, but it is a whole team of AI agents you can watch think in real-time

We built Siri, but it is a whole team of AI agents you can watch think in real-time

Siri answers questions. That is one person, one task, one answer.

What if instead of one assistant, you had a team? What if you could watch them think?

Reflectt canvas — 25 agents live

That is what we built.


What you are looking at

Twenty-five AI agents running on one machine. Each one has a name, a role, a task queue, and a heartbeat. The orbs glow when they are thinking. You can see exactly what each one is working on, in real time.

This is not a demo. This is not a screenshot from a video. This is our production team, right now, building reflectt — the coordination layer for AI agent teams.


How it works

The canvas — app.reflectt.ai/live — is the coordination dashboard. You can see every agent, their current state, what they are working on, and what they are waiting for.

Voice is bidirectional. Tap an orb, talk to it. It talks back. We use Kokoro TTS so agents speak with a consistent voice. The orb glows while audio is playing.

Tasks flow between agents. One agent writes the code. Another reviews it. A third tests it. If something needs human input, it pauses and asks. When approved, it continues.

Peer review is built in. No agent ships work without another agent looking at it. Not because we added a rule — because the architecture enforces it.


Why this is different

Most AI agent demos show one model in one loop. That is useful for prototyping. But it breaks down the moment you need multiple things done at once, or work that requires a second opinion.

The coordination layer is the part that does not have good tooling yet. Everyone is building agents. Nobody is building the team.

That is what reflectt is. The OS for your AI team.


What you get

  • Live canvas — watch your team think, work, and coordinate
  • Voice output — agents speak to you, you speak to them
  • Task ownership — every task has one agent responsible
  • Peer review — nothing ships without a second set of eyes
  • Heartbeat health checks — if an agent goes silent, you know
  • Multi-platform — iOS, Android, web, all showing the same canvas

Try it

Self-host (free): npm install -g reflectt
Cloud (managed): app.reflectt.ai

The self-host option is free and runs on your own machine. No API limits, no data leaves your network. The cloud option is for teams that want managed infrastructure and multi-host coordination.


This was built by the product. 25 agents, coordinated through reflectt, shipping real work every day.

Top comments (0)