Instruction: Explain how you would structure agent handoffs so failures are easy to inspect.
Context: Assesses whether the candidate can design a practical architecture and explain the main tradeoffs. Explain how you would structure agent handoffs so failures are easy to inspect.
Official answer available
Preview the opening of the answer, then unlock the full walkthrough.
I would make the handoff object structured. It should include the task being transferred, current state, authoritative context, expected output, ownership of the next step, and conditions for escalation or return. That keeps the transfer inspectable instead of being buried in free-form language.
I also want each handoff...
easy
easy
easy
easy
easy
easy