Designing AI Like a Market: How Plan, Review, Execute Loops Reveal What Actually Works
Hatched by Kevin
Apr 15, 2026
8 min read
4 views
87%
What if the way we build AI systems today is like watching an opaque company trade on a messy market, and the thing we need is not a bigger model but a clearer exchange that reveals who is adding value? Imagine three specialists at a table: one sketches strategy, one critiques the plan, and one carries it out. Now imagine the table keeps score, second by second, of which moves lead to gains and which destroy value. That scoring is not just auditing; it is the experimental infrastructure that turns a swamp of correlations into actionable causal knowledge.
This essay argues that the next step for productive, trustworthy AI is to design orchestration as an experimental market: assign models distinct roles such as planning, reviewing, and execution; instrument their interactions with high-frequency signals; and run micro-experiments to estimate counterfactuals about each model's contribution. When you combine role specialization with rapid, systematic perturbations, you move from black box outputs to interpretable, causal accounts of what decisions matter. The result is systems that learn not only to predict but to explain, attribute, and improve themselves.
The tension: many models, little causal clarity
Modern systems increasingly stitch multiple models together to solve complex tasks: one model generates ideas, another critiques them, a third implements the winners. Practitioners instinctively assign roles: a deliberative planner, a critic for safety, and a worker to execute. This division of labor can dramatically improve outcomes in practice because specialization reduces cognitive load and concentrates strengths. Yet the same arrangement raises a critical problem: when outcomes improve, who deserves the credit? Was the planner conservative and good, or did the reviewer catch a critical flaw, or did the executor implement with superior finesse? Without clear attribution, you cannot optimize the pipeline effectively.
This is more than an accounting problem. It is a problem of inference under uncertainty. In markets, asset prices reflect expectations about future events, but isolating the effect of one factor is hard because many things move at once. Similarly, a complex AI pipeline collapses many interventions into one observed outcome. You can record success or failure, but that single observation confounds the contributions of each participating model and the environment. If you cannot estimate counterfactuals well, you cannot answer the most valuable questions: which model upgrade will actually improve outcomes, and by how much?
The usual response is to scale bigger models and hope emergent capabilities carry you forward. That is a useful path, but it leaves teams blind to marginal returns and fragile to deployment surprises. Bigger capacity can mask coordination failures. A different approach is available: treat orchestration as an experimental design problem and instrument the system so that the contributions of planning, review, and execution become measurable.
From trio to market: treating role-specialized models as traders with signals
Consider a simple rule of thumb: split the workflow into Plan, Review, Execute. Give each agent a clear objective and a way to express its belief about value. For example, the planner outputs candidate strategies and forecasts; the reviewer scores alternatives and proposes edits; the executor returns implemented artifacts and expected final metrics. If each output carries a probabilistic forecast or a confidence score, you now have price-like signals flowing between agents.
This is where the market metaphor becomes useful. In a financial market, traders submit prices and quantities; an unexpected news event creates a shock and the market reveals updated beliefs in high frequency. In an orchestrated AI pipeline, each agent emits bets about outcomes. When you deliberately perturb the planner or the reviewer, the downstream change in realized performance acts like a price response to an information shock. By recording these responses at high frequency and by randomizing small perturbations, you can estimate how much each role causes downstream value.
Concretely, imagine a marketing team using three models to produce social creatives. The planner generates campaign concepts, the reviewer flags risky or low-fit ideas, and the executor assembles ad copy and assets. Instead of only measuring campaign conversion after launch, instrument the pipeline: have the planner attach a predicted lift distribution to each concept; have the reviewer produce alternative predictions conditional on edits; randomize whether the reviewer edits or passes through; and run many small, rapid campaigns rather than one big launch. Each micro-experiment provides data to estimate the marginal value of the planner's foresight, the reviewer's corrections, and the executor's fidelity. Over time, you learn what to invest in: model improvements, better prompts, or reallocation of responsibility.
This is experimentation with purpose. It is not about throwing A/B tests at production blindly. It is about designing the orchestration so that variation is informative about causal contributions. Role specialization gives structure to those experiments; markets provide an analytic lens for interpreting the signals.
A practical framework: Plan-Review-Execute with Counterfactual Probes
The following framework converts the idea into practice. It has three components: role definition, high-frequency signal design, and counterfactual probing.
-
Role definition: make responsibilities explicit. Define what counts as planning, what the reviewer must assess, and which execution steps are under the executor's control. For each role, identify the primary metric the agent should optimize and a secondary metric that expresses confidence or uncertainty.
-
High-frequency signal design: instrument each output with one or more numerical forecasts. These are your price signals. Keep them short and frequent. Examples include predicted conversion lift, estimated risk score, or a probability distribution over outcomes. Store these signals along with timestamps and input context to enable later causal analysis.
-
Counterfactual probing: introduce deliberate, randomized perturbations to test causal influence. Perturbations should be small and ethical: swap in alternative planners occasionally, withhold the reviewer on some runs, change execution parameters slightly. Each perturbation acts as a natural experiment whose downstream effect can be estimated. Collect many such perturbations to estimate marginal effects with statistical power.
This framework yields three immediate benefits. First, it produces an attribution model that tells you which role improvements will yield the highest return on investment. Second, it surfaces miscalibration: if the planner's predicted distribution rarely matches outcomes, you can prioritize recalibration. Third, it creates defensive transparency, because a reviewer that rarely changes outcomes but consistently raises alarm can be audited and retrained or retired.
Concrete analogies and examples
-
Product development. A planner model writes a product requirements draft, a reviewer model highlights ambiguous or risky specs, and an executor drafts a prototype. If the company only looks at launch metrics, it cannot tell whether better planning or better execution would fix poor adoption. By instrumenting intermediate forecasts and running randomized experiments, the team can estimate whether clearer specs or faster prototyping makes a bigger difference. For example, randomly giving some product ideas to a superior planner but the same executor reveals the planner's causal contribution.
-
Content moderation. A planner proposes removal or labeling policies, a reviewer evaluates borderline cases, and an executor enforces the decision. Safety is a public good and mistakes have asymmetric costs. Randomized review withholding is unacceptable at scale, but you can create simulations and mirrored traffic tests that act as safe shocks. Using those controlled probes, teams can estimate whether upgrading the reviewer reduces harms more than tuning the planner.
-
Algorithmic trading. This example is literal: a strategist model generates trade ideas, a risk reviewer adjusts positions, and an execution agent sends orders. Traders are used to high-frequency signals and counterfactual analysis because markets punish unaccounted mistakes quickly. Bring that discipline to product teams: make sure every suggestion carries an expected return distribution, and treat implementation as an action that can be varied and measured.
These examples show how role specialization and experiments produce actionable learning. The difference from standard A/B testing is that you do not treat the system as a black box. You instrument intermediate beliefs and create micro-randomized counterfactuals so that each role is evaluated in the context of the whole pipeline.
Practical pitfalls and how to avoid them
There are real dangers in this approach. First, poorly designed probes can introduce bias. If you only test trivial perturbations, you learn nothing about substantive improvements. The solution is to vary the magnitude and type of perturbation and to randomize assignment sufficiently to avoid confounding.
Second, review agents can become performative: they learn to game the signals rather than improving outcomes. If the reviewer's reward is directly tied to a confidence metric, it may inflate confidence artificially. Design incentives so that the reviewer is rewarded based on downstream realized metrics and calibration, not on the immediate appearance of certainty.
Third, ethical constraints limit the use of randomization when human welfare is at stake. In those cases, use simulations, staged rollouts, or mirrored traffic to create safe counterfactuals. You can also employ off-policy evaluation techniques to estimate impact without exposing users to undue risk.
Finally, complexity can explode. Instrumentation and logging are overhead. Prioritize experiments that answer high-value questions first. Start with small, fast feedback loops and only scale instrumentation when the data proves informative.
Key Takeaways
- Define explicit roles: Plan, Review, Execute. Give each agent a primary objective and a confidence signal to communicate value.
- Instrument outputs with high-frequency forecasts: treat these as price-like signals that can be analyzed for causal influence.
- Run micro-randomized perturbations: small, ethical experiments reveal counterfactuals about each model's contribution to final outcomes.
- Reward calibration and downstream performance, not surface confidence: avoid incentives that encourage gaming intermediate metrics.
- Start small, iterate fast: prioritize experiments that resolve your biggest unknowns about where to invest.
Conclusion: design for discovery, not just for performance
The powerful lesson is that deploying multiple models is only the first step. Without an experimental backbone that reveals who is responsible for outcomes, teams are left guessing how to improve. Treating orchestration as a market of role-specialized agents transforms opaque pipelines into laboratories for causal discovery. Assign clear responsibilities, make agents state their beliefs, and then probe the system with deliberate variation. The result is not merely higher performance. It is a shift from blind scaling to informed investment: you learn which upgrades truly move the needle, you reduce fragility, and you gain a vocabulary for explaining why decisions worked or failed.
Think of your AI pipeline as an exchange where models place bets and the environment returns a price. If you structure those bets and record the trades, you will stop being surprised by output and start being guided by evidence. That is the real leverage: the ability to know, in a noisy world, which changes produce value and which are expensive illusions.
Sources
Hatch New Ideas with Glasp AI 🐣
Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)
Start Hatching 🐣