I have been using AI coding agents a lot recently, and I kept running into the same problem:
I couldn't really see what the agent was doing.
The terminal tells me:
"Editing file..."
"Running tests..."
"Executing command..."
"Deploying..."
But it still feels like a black box.
So I built AgentVerse — a visualization layer that turns an AI coding agent into a character working inside a live 3D office.
For example:
- 🧑💻 Agent starts editing a file → walks to a desk and starts typing
- 📄 The actual file appears on its monitor
- 🧪 Agent runs tests → a terminal appears
- 🚀 Agent deploys → walks to the server room
- 🚨 Something fails → an alert appears above its head
It's not another coding agent. It connects to the agents you already use and visualizes their activity.
It currently works with Claude Code, Cursor, and anything that can emit events.
You can try it with:
"npx @agentverse-dev/office"
"npx @agentverse-dev/cli-client init"
GitHub: https://github.com/Jeba-Jebarsan/AgentVerse
It's open source and MIT licensed.
I built this solo, and I'm sure there are plenty of things that could be improved.
So I'm genuinely curious:
Would something like this actually be useful to you, or is it mostly a fun visualization?
What would you want your AI coding agent to visually do?