Framing
This is the mechanics sub-insight of process architecture — the concrete moves layer. Process beats prompts as a vehicle for judgment because process can encode things a single prompt cannot: when to do what (sequencing), what context must be locked in first (grounding), how much depth to go (depth control), how many passes to take (retrieval and multi-model patterns). This insight collects the specific techniques. The principles for why this works live in the configuration sub-insight; the compounding outcome of doing it consistently lives in the compounding sub-insight.
Core Idea
Reasoning architecture is what the prompt-to-process shift names. It is the recognition that single prompts — even very good ones — can only encode a snapshot of judgment. They cannot encode sequencing (when do I do this versus that?), depth (when do I go shallow versus deep?), or grounding (what context must be locked in before this step is valid?). All of those live in the surrounding process. If the process is sloppy, no individual prompt — however well-crafted — will produce consistent quality.
The mechanics that operate at the process layer:
- Sequencing — multi-pass retrieval (Insight - Multi-Pass Retrieval Turns Shallow Searches Into Strategic Intelligence) and PRD-first workflows (Insight - Use a PRD-First Workflow to Build Apps Without Getting Lost) are sequencing disciplines. They define what runs before what and prevent the model from operating on stale or incomplete context.
- Grounding — Insight - The Grounded Query Principle — Context-Locked Answers Reduce Hallucination and Increase Trust is the canonical move: never ask a question without locking the context first. This is a process discipline, not a prompt discipline — the lock-in happens in the step before the query, not inside the query itself.
- Depth control — Insight - Multi-Level Contextual Prompting Unlocks Deeper AI Thinking and Insight - Control AI Reasoning Effort to Stop Context Pollution both name depth as a tunable. The same model produces different output qualities depending on how much depth you’ve requested at this step in this process.
- Multi-model passes — Insight - Run Your Prompt Through Multiple Models and Synthesize at the Top is a process pattern, not a prompt pattern. The synthesis step is its own process node.
- Prompt-length calibration to step intent — Insight - Prompt Length and Latent Space - Short Prompts Explore, Long Prompts Execute makes the prompt itself a parameter of the process: short for exploratory steps, long for execution steps.
These are not isolated techniques. Each one is a process move — something you do in a specific step for a specific reason, encoded in your workflow rather than re-invented every session.
Practical Application
Run the Process Audit on any piece of work you have done with AI more than three times this month:
- Lay out the steps you actually took, in order.
- For each step, ask: was this step’s quality dependent on the previous step’s quality? Most are.
- Identify the steps where you made an in-the-moment judgment call (which model? what context to load? when to push back?). These are the carriers of your meta-judgment.
- Write those judgment calls down — not as a prompt, but as a step rule. (“Before drafting, always load the last 3 client recaps.” “If the model asks a clarifying question, treat it as a sign the brief was too thin and rewrite it.”)
- Glue the rules together as a process file. Run the next instance through the process explicitly.
- Notice how much less in-the-moment judgment you have to spend. That delta is the leverage.
The audit’s output is a list of process moves in your work — most of them fall into one of the categories above (sequencing, grounding, depth, multi-model, prompt-length). Naming them as moves makes them transferable across workflows.
Sibling Sub-Insights
This is one of three sub-insights that emerged from splitting Insight - Process Architecture Transmits Judgment More Reliably Than Individual Prompts on 2026-05-22. Read together for the full picture:
- Insight - Process as Configuration — The Behavior Layer Belongs in Process Files, Not Prompt Bodies — the architectural principle: why process beats prompts as a vehicle for judgment.
- Insight - Process Compounding — Turn Every Session Into a Reusable Asset, Not a One-Off Output — the maturation outcome: how process discipline turns each interaction into an asset that compounds.
Evolution Across Sessions
The mechanics surfaced individually across many sessions before being unified under the “process beats prompts” claim in the 2026-04-02 Mastermind. The Grounded Query Principle was the earliest formal articulation; multi-pass retrieval came later; multi-model synthesis was Kasimir’s 2026-01-15 contribution. Future sessions should test combinations: which mechanics compose well, which fight each other (e.g., does multi-model synthesis interact badly with PRD-first workflows? how does grounding interact with multi-pass retrieval?).
Source
- Split from Insight - Process Architecture Transmits Judgment More Reliably Than Individual Prompts on 2026-05-22 via
/mastermind-hub-split. - Original underlying session: 2026-04-02_Mastermind (Lou — articulated the prompt-to-process shift).