Q Answer-format search page
Prompts are operational commands, not questions
✦ AI editor's answer
Measured prompt patterns: executive 4,593 / exhaustive 2,973 / verification-demanding 2,148 / corrective 941. A good prompt reads like a contract: scope, deliverable, verification fixed.
Source: 7 notes from this publication + operator work logs
Source notes (7)
- Failures & Cost2026-05-29
429 rate limit — the 6 minutes when the infrastructure died before the model did
11,147Cumulative failures (7,729 sessions / 132,293 events)› Automation dies first at outside infrastructure (quota, gateway, key cap) — not at the model. Same model, same prompt can still die in 6 minutes. Bake that in as a baseline.
- Patterns2026-05-24
248 sessions that built plumbing, not features
85Tool calls per prompt — the one-line delegation unit› 85 tool calls per prompt is the unit of real automation — the 'one-line delegation' pattern.
- Failures & Cost2026-05-22
Commands that should have been refused
874Permission denials inside 8,780 failures› Run every AI shell call through automated redaction and a gate before publish — human review is always too slow.
- In Practice2026-05-21
Five failures, one survivor at 1:40 a.m. — fixing the two-headed character
11,147Failure events across the batch› When an AI image pipeline breaks, try removing helpers (ControlNet, regional prompter, post-process segmentation) one at a time before adding more.
- Tooling2026-05-20
Mixing Claude, Codex and Gemini in one workspace — what 132K events revealed
81,764Claude events (61% of all)› Route 'hard-to-undo' work (design, review) to a stronger reasoning model; route bulk repetitive work to a fast cheap model.
- Failures & Cost2026-05-20
Remastering 178 cards — until the batch ran clean
11,147Failure events (7 buckets)› Enforce a No-Placeholder Policy on AI batch jobs — failures only become data if no fake file gets written on miss.
- In Practice2026-05-20
One character took 13 phases to ship
13Phases to ship one character› Don't try to finish an AI training pipeline in one shot — split into cleanup → training → validation across 13 phases.
Related questions