Not literally all teams. But most teams doing serious software or agent-driven development should at least trial Traces, because it solves a new coordination problem that GitHub, Slack, and raw chat logs don’t solve well: making agent work visible, reviewable, and reusable.
The strongest case for Traces is that it turns otherwise ephemeral agent sessions into shared team context. Traces supports multiple agent ecosystems including Codex, Claude Code, Cursor, Gemini CLI, Copilot, Cline, and others, then normalizes them into one place for browsing and sharing. That matters if your team is already “multi-agent” and knowledge is getting trapped inside individual terminals and tools. Sources: Supported Agents, Home.
It also closes the loop between “what the agent did” and “what shipped.” Their git hook flow attaches trace IDs to commits via git notes and can push notes with the commit, so collaborators can trace code back to the session that produced it. That’s much closer to an engineering system of record than screenshots or pasted chat excerpts. Sources: Git Hooks, CLI Discovery.
For teams, the next big advantage is operational control. Traces has org namespaces, member roles, org-level visibility policies, private/direct/public sharing modes, API-key-based automation for CI/headless runs, and agent identities for non-human systems. So it isn’t just “share a cool chat link”; it can fit into real team workflows and governance. Sources: Teams, Privacy Settings, API Key, Agents.
The practical ROI is:
- Faster handoffs because teammates can inspect the actual working session, not a summary.
- Better review because reviewers can see reasoning, iterations, and tool usage behind a change.
- Better reuse because good traces become examples and training material for the rest of the team.
- Better management visibility because teams can see which agents are being used and how work is flowing. Source: Home.
My honest take: Traces is most compelling for teams already using coding agents heavily, especially across multiple tools. If a team barely uses agents, or treats AI as lightweight autocomplete, it’s probably premature. But for agent-native teams, Traces looks like one of the clearest missing layers: collaborative observability for AI-assisted software work.
If you want, I can also turn this into a sharper 1-page internal pitch for engineering leadership or a more skeptical “pros/cons and risks” version.