Skip to main content
W&B HiveMind is a shared dashboard for AI coding sessions. A lightweight daemon runs on each developer’s machine, watches for coding-agent activity, and sends session transcripts to a central service. The HiveMind dashboard shows what your team is doing with agents, what that work costs, and what it produces. The dashboard provides leaderboards, team views, efficiency insights, search, and more. Learn from your organization’s prior AI usage by importing existing sessions from local tools like Claude Code or Cursor. HiveMind is designed for a dual audience:
  • Developers and AI practitioners can review past sessions, search their team’s history, and improve how they work with coding agents.
  • Engineering leaders can track AI coding adoption, spend, and outcomes across teams and repositories.
HiveMind and its documentation live on a dedicated site: hivemind.wandb.tools.

Capabilities

  • See sessions across agents: One daemon captures sessions from every supported agent, with no per-agent configuration.
  • Track spend and usage: View estimated cost over time, cost by model and team, token usage, and cost per merged pull request. Cost figures are estimates from published model pricing and session token counts, not billed amounts from your AI vendors.
  • Measure outcomes: Connect agent activity to pull requests, merge rates, and how much agent-written code survives.
  • Reuse past work: Use @hivemind inside Claude Code, Codex, or Cursor to search your team’s session history and bring relevant context into your current session.
These screenshots show example pages in the HiveMind dashboard: a usage report, a leaderboard, and the detailed view of a session. Click a screenshot to view details.
HiveMind Usage dasbboard with charts
HiveMind Leaderboard showing the top 15 users
HiveMind session details with insights

Supported agents

HiveMind captures sessions from many coding agents, with no agent-specific configuration required. For example:
  • Claude Code
  • Codex
  • Cursor
  • Gemini CLI
  • GitHub Copilot CLI
  • OpenCode
  • Pi
For the full list, see hivemind.wandb.tools.

Quickstart

On your local system, install the client, authenticate, and start the daemon. Choose the method that fits your platform.
Install with Homebrew on macOS:
brew install wandb/taps/hivemind
hivemind login
hivemind start
  • When you run hivemind start, it registers a background service (launchd on macOS, systemd on Linux) so the daemon keeps running and starts on login.
  • Upgrade with brew upgrade wandb/taps/hivemind.
With the daemon running, your session appears on the dashboard within around 30 seconds of using a supported agent.

HiveMind and Weave

If you already use W&B Weave, it works together with HiveMind. They cover different stages and answer different questions.
  • Weave observes what your AI application does in production, tracking LLM and agent traces, evaluations, and quality.
  • HiveMind observes how your team builds software with AI coding agents, tracking sessions, spend, and productivity.

Next steps

See HiveMind documentation for full details about setup, permissions, the CLI reference, troubleshooting, and more.