A new coroutine-bridge harness for tool-using agents won Track 2 of the CAR-bench evaluation, achieving a 60.0% Pass@3 score on the official hidden test set. The system decouples model invocation from tool round-trips by having the model emit Python programs that block and resume across evaluator exchanges.
- The agent uses a median of two model calls against seven agent turns per task, resolving tasks in a median of 1.8 seconds of model latency on Cerebras gpt-oss-120b.
- It achieved 4.5 times the organizer baseline at the lowest estimated cost and fastest median task latency (3.14 s) among entries scoring above that baseline.
- The unchanged harness reproduced an identical 60.0% Pass@3 on GPT-5.5 in the Open track, matching frontier-model agents.
- A single static prompt served 78% of input tokens from cache, significantly reducing nominal input compute.
The approach enforces compliance at zero reasoning cost by encoding deterministic policies as logic in the tool layer rather than prompt rules.