01 Dominant investigation
How do you build an agent harness that doesn't trust agents?
Tau's answer: a contract around every turn — memory-first context before action, bounded subagents, goal-locked handoffs, explicit mocked/live proof boundaries. No receipt, no action.
- GoalContain agent work with a goal, evidence, receipt, and stop condition.
- Bounded dispatchSubagents run under contracts instead of open-ended delegation.
- Captured executionThe public sanity receipt records exit code 0 and 45 passed.
- BoundaryThe receipt names browser UI and live-provider semantics as unproved.
- Receiptskills/tau/proofs/p0-operator-wrapper-20260705T1200Z/sanity.json
What remains unproved: equal proof depth across every skill and fresh live-provider behavior.