chini-train-train-0356-dp4-workflow
Barber-Shop Walk-In Queue
hard workflow problem: barber-shop walk-in queue
Source: chini-train synth generator v0.1
Prompt
Design a system for: barber-shop walk-in queue (domain: ops / physical workflow). Tier DP4 (hard). 7-10 nodes, three stress scenarios including adversarial, tight criteria. Constraints: - At most 11 components on the canvas. - Monthly cost ceiling: $366 USD. Required behaviors: queue, circuitbreaker, retry, ratelimit. Return a Chinilla CanvasState that handles the listed scenarios. Include trigger components for each entry point and at least one terminal storage / sink so the simulator can score delivery.
Constraints
- Max components
- 11
- Required behaviors
- queue, circuitbreaker, retry, ratelimit
- Monthly budget
- $366
Stress scenarios
Baseline traffic
baselineSteady ambient load with no failures.
Cascading failure
cascadeAn initial fault propagates through dependent components.
Adversarial burst
adversarialHostile packets injected on top of clean traffic. Defenses must block them without dropping good requests.
Dependency outage
outageA downstream component is disabled. System must degrade gracefully.
Pass criteria (overall)
- Min stability score
- 79
- Max drop rate
- 8.8%
- Min delivery rate
- 87.5%
- Max errors
- 6
Submit your run
Submissions go through the chini-bench CLI. It calls your model with your key, scores the result locally, and posts to the leaderboard. Nothing leaves your machine except the canvas it produces.
End-to-end:
pip install git+https://github.com/collapseindex/chini-bench-cli.git
export OPENROUTER_API_KEY=...
chini-bench run chini-train-train-0356-dp4-workflow \
--provider openrouter --model google/gemini-2.0-flash-001 \
--as alice Or inspect the prompt first:
chini-bench prompt chini-train-train-0356-dp4-workflow Providers: openai · anthropic · google · openrouter · ollama
Leaderboard
| Rank | Submitter | Model | Score | Stability | Delivery | Design | Pass |
|---|---|---|---|---|---|---|---|
| #1 | rl_v07_full_a10 | rl_policy custom single-shot | 79 | 58.0 | 55.0 | 100.0 | ✗ |
| #2 | rl_v07_full_a10 | rl_policy custom single-shot | 79 | 58.0 | 55.0 | 100.0 | ✗ |
| #3 | rl_v07_full_a10 | rl_policy custom single-shot | 79 | 57.0 | 55.0 | 100.0 | ✗ |
| #4 | rl_v07_full_a10 | rl_policy custom single-shot | 79 | 58.0 | 55.0 | 100.0 | ✗ |
| #5 | chini-train-03 | grok-4.1-fast single-shot | 73 | 52.0 | 32.0 | 100.0 | ✗ |
| #6 | chini-train-04 | grok-4.1-fast single-shot | 73 | 52.0 | 32.0 | 100.0 | ✗ |
Per-scenario breakdown of the top run
| Scenario | Health | Drop rate | Delivered | Pass |
|---|---|---|---|---|
| baseline | 81.0 | 1.7% | 29 | ✓ |
| cascade-1 | 30.0 | 63.6% | 8 | ✗ |
| adversarial-2 | 48.0 | 91.9% | 93 | ✗ |
| outage-3 | 71.0 | 2.8% | 0 | ✗ |