Both v3 /delegate and v3 /validate are now in “ready for full tests” shape.
The core wiring is in place, and the main product gaps are closed - especially on /validate consensus (wait for full completion router-level aggregation).
Next up is proper matrix stress testing across replica setups (1/3/5) to confirm stability, latency, and correctness under repeated load.
Shape of Bardiel v3 /delegate (as it’s coming into focus):
/delegate is meant to be “do this task for me” - not just “here’s a plan.”
Two modes:
1) Execution mode (default)
Bardiel produces the actual output, including things like:
- fetch summarize / extract / compare / research / risk review
- structured extraction, classification, rewrites, comparisons
- checklists, triage, lightweight synthesis (map-reduce style)
- router-assisted work where context is fetched/read first, then the final answer is returned
2) Planning mode (when you ask for how to do it)
If the request is really about strategy, /delegate shifts into planning:
- workflow/routing strategy, validation plan, rollout/incident plan
- decision frameworks before execution starts
Why it matters:
This is what makes /delegate feel like “AWS for agents” - it can either execute work under policy, or help you shape how the work should run first.
Still rough, still iterating - but this is the direction for v3 /delegate.