Run Economics

Use when choosing between cheap probes, worker runs, expensive ruler runs, or long keepalive waits.

100yenadmin 2d5d24e 902 B Updated

File contents

Run Economics

Match the instrument to the question.

Mechanism

Use cheap probes when the question is "does this mechanism fire?"

Examples:

  • hook blocks stale wait
  • cue reaches worker
  • small parser case passes
  • one narrow acceptance test catches the bug

Ruler

Use premium runs when the question is "does this meet the bar?"

Examples:

  • release readiness
  • final quality score
  • customer-facing proof
  • hard architectural judgment

Cache

For short waits, preserve the prompt cache with a sleep-tick if no inline work remains. For long waits, let the cache die once. Do not ping through multi-hour idle windows by default.

Ledger

For scored or judged runs, record provider, model or lane, scenario, method, score, and proof boundary.

100yenadmin/fable-token-saving-skills-orchestrator/tree/main/skills/run-economics commit 2d5d24e9a0

Frequently asked questions

npx skillmds@latest add 100yenadmin/run-economics