Design observability for an agent platform used by multiple product teams.

Instruction: Describe the traces, metrics, and review surfaces you would expose on a shared agent platform.

Context: Assesses whether the candidate can design a practical architecture and explain the main tradeoffs. Describe the traces, metrics, and review surfaces you would expose on a shared agent platform.

Official answer available

Preview the opening of the answer, then unlock the full walkthrough.

I would make the platform expose one shared trace schema across teams so planner decisions, tool calls, handoffs, approvals, latency, and failure codes are captured in a consistent format. Without that, every team invents its own logging vocabulary and cross-team diagnosis becomes painful.

Then I would layer team-specific views on...

Related Questions