Publication
Decision Quality
Separating the quality of the decision process from the quality of the outcome it produces.
Paper
WL-DQ-001
Version
0.1
Status
Living Document
Last Updated
July 2026
Discipline
Systems Engineering + Decision Theory
Authors
Warren Labs Research
Implementation
Orqis
Citation
WL-2026-DQ-01
Research Status
Key Contributions
This paper introduces:
- Formal separation of decision quality from outcome quality in automated systems
- Six-layer framework for measuring decision quality independently from results
- Confidence-adjusted assessment that prevents small-sample artifacts from inflating quality
- Behavioral intelligence that detects thesis-behavior mismatches before they become losses
- Context-dependent evaluation that measures quality relative to market regime
- Capital Intelligence KPIs that close the loop between selection quality and portfolio outcomes
Abstract
Decision quality separates the process of deciding from the result of having decided. Most automated systems conflate them — a strategy that makes money is deemed “good,” one that loses money “bad,” regardless of the reasoning that produced either outcome. This conflation produces fragile systems that chase results rather than improving processes. This paper presents a six-layer framework for measuring decision quality independently from outcomes, implemented in a production trading system. The framework spans deterministic qualification gates, process quality scoring, confidence-adjusted assessment, context-dependent evaluation, outcome attribution, and capital intelligence KPIs. Production data from 2,800+ trades demonstrates that process-oriented measurement identifies fundamentally broken strategies that outcome-only measurement would miss — and preserves fundamentally sound strategies that short-term losses would prematurely discard.
01
The Conflation Problem
The most common error in evaluating decisions is judging them by their outcomes. A trader who bets their portfolio on a single coin and doubles their money is celebrated. A risk manager who diversifies across uncorrelated assets and underperforms that single bet is questioned. The outcome is visible; the process is invisible.
This conflation is not merely an analytical error — it is a structural one. When systems learn from outcomes alone, they absorb survivorship bias, regime effects, and small-sample luck into their models. A strategy that happened to be long during a bull market looks brilliant. The same strategy in a ranging market looks broken. Neither judgment is reliable because neither distinguishes between the quality of the decision and the environment in which it executed.
The problem intensifies in automated systems. When an algorithm evaluates its own strategies based purely on P&L, it cannot distinguish between a strategy that lost money because the market moved against it and a strategy that lost money because it is fundamentally broken. The first deserves patience. The second deserves retirement. Outcome-only evaluation treats them identically.
Observation
A strategy that loses 3% during a 15% market drawdown has demonstrated resilience. A strategy that loses 3% during a 15% market rally has demonstrated a problem. The outcome is the same. The decision quality is not. Systems that cannot make this distinction will optimize for luck rather than skill.
Observation
Most systems conflate decision quality with outcome quality.
A strategy that returns +20% is labeled a good decision. A strategy that returns −5% is labeled a bad decision. This conflation is so deeply embedded in most systems that separating the two feels counterintuitive — yet it is essential for building systems that improve reliably over time.
Conceptual
Counterargument
If outcomes don't matter, what does?
Outcomes matter enormously — but as learning signals, not as quality labels. A well-qualified strategy that loses money in an unfavorable regime provides valuable information. A poorly qualified strategy that profits during a lucky streak provides misleading information. Decision quality measures whether the process was sound given the evidence available at the time, independent of what the market happened to do afterward.
“Outcomes are evidence about decisions, not verdicts on them.”
Core Thesis
A good decision can produce a bad outcome.
A bad decision can produce a good outcome.
Systems should optimize the process, not chase results. Decision Infrastructure measures whether the right information was gathered, the right criteria were applied, and the right evidence thresholds were met — independent of whether the market cooperated.
02
Six Layers of Decision Quality
Measuring decision quality requires decomposing the concept into concrete, independently assessable dimensions. A single “quality score” would reproduce the very conflation problem it aims to solve. Instead, the system implements six distinct layers, each measuring a different aspect of decision quality.
These layers are ordered from most deterministic to most probabilistic. The first layer is binary — a strategy either meets the criteria or it does not. The sixth layer is statistical — it measures whether the overall selection process produces better portfolios over time. Each layer adds nuance, but none depends on the layers above it. A strategy can fail at Layer 1 (qualification) regardless of what Layer 6 (capital intelligence) might say about it.
Engineering Note
Layer 1: Qualification (deterministic gates) — 10 of 14 criteria are process-based. Observation time, trade count, intelligence score, annotation status, fee viability. The system asks “was enough evidence gathered?” not “was the outcome good?”
Layer 2: Process Quality Scoring. Robustness is measured as the transfer ratio between in-sample and out-of-sample performance. A strategy that returns 40% in-sample but -5% out-of-sample has poor process quality regardless of its absolute performance. Behavioral consistency checks whether the strategy trades in a way that matches its declared thesis — a mean-reversion strategy that only enters trend-following trades has low process quality even if it profits.
Layer 3: Confidence-Adjusted Assessment. Raw metrics are discounted by sample size. A strategy with 3 trades and 80% win rate is not assessed the same as one with 50 trades and 80% win rate. The system applies confidence penalties that increase the uncertainty band around small-sample results, preventing statistical flukes from being treated as reliable signals.
Layer 4: Context-Dependent Evaluation. Performance is measured relative to market regime. A strategy that returns 5% during a trending market is evaluated differently from one that returns 5% during a choppy market, because the difficulty of generating returns differs across regimes. Regime-specific evaluation prevents strategies from being penalized for environmental headwinds or rewarded for environmental tailwinds.
Layer 5: Outcome Attribution. When a trade closes, the system fingerprints the decision that produced it — which entry conditions fired, which exit mechanism triggered, what the market regime was at entry and exit. These fingerprints accumulate into parameter-level learning: not “did RSI work?” but “did RSI > 70 as an entry condition for short positions in trending-down regimes produce positive outcomes across 20+ trades?”
Layer 6: Capital Intelligence KPIs. The meta-layer that measures whether the selection process itself produces value. Qualification spread (do qualified strategies outperform unqualified ones?), regime coverage (does the portfolio have strategies ready for each market condition?), and deployment efficiency (what fraction of qualified strategies are actually deployed?) are system-level indicators that the decision quality framework is functioning.
Verified Evidence — Production
Six-layer decision quality framework
Orqis implements decision quality measurement across six orthogonal dimensions, each designed to evaluate a different aspect of the decision process independently from realized P&L.
- Qualification scoring: 14 criteria — 10 measure process quality (observation time, trade count, behavioral stability), only 3 measure outcomes (and these as binary thresholds, not continuous penalties)
- Intelligence scoring: 6-dimensional evaluation — backtest quality (25%), robustness (20%), paper performance (20%), behavioral consistency (10%), risk efficiency (15%), regime alignment (10%)
- Outcome attribution: decision fingerprinting with bucketed parameters to learn from both successes and failures without overfitting
- Exit instrumentation: MFE capture ratios and premature exit detection measure whether exits were optimal given the thesis, not whether the trade was profitable
- Behavioral intelligence: 8 families classified by actual behavior, mismatch detection against intended design, stability scoring (0-100)
- Capital Intelligence KPIs: 5 metrics measuring whether the selection system itself separates good decisions from bad
✓ Production observed
“A single quality score reproduces the conflation it aims to solve. Six independent layers make the invisible visible.”
03
Confidence Discounting
The most dangerous artifact in automated decision systems is the small-sample outlier. A strategy that takes 3 trades and wins all 3 shows a 100% win rate. A strategy that takes 50 trades and wins 35 shows a 70% win rate. Naive evaluation prefers the first. Calibrated evaluation recognizes that 3 trades tell you almost nothing.
Confidence discounting addresses this by adjusting quality assessments based on sample size. The system applies larger uncertainty margins to strategies with fewer observations, effectively widening the confidence band around their metrics. A strategy needs to demonstrate consistent behavior over a statistically meaningful number of trades before its metrics are treated as reliable.
This mechanism interacts with the qualification gates at Layer 1. The minimum trade count requirement (5 closed trades for global, 3 for regime-specific) establishes a floor. Confidence discounting adds granularity above that floor — a strategy with 6 trades is qualified but less trusted than one with 30 trades. The qualification gate is binary; confidence adjustment is continuous.
Verified Evidence — Production
Confidence-adjusted scoring
The system explicitly discounts decisions made on thin evidence. A strategy with 3 trades and 100% win rate is scored at 60% confidence, not 100%. This prevents small-sample artifacts from inflating decision quality assessments.
- 3-5 trades: 60% confidence multiplier
- 5-15 trades: 60-90% (interpolated)
- 15-30 trades: 90-100%
- 30+ trades: 100% (full confidence)
- Robustness scoring also penalizes low confidence: very_low (< 5 trades) gets −20 points
✓ Production observed
Engineering Note
The confidence-adjusted scoring uses a fee-efficiency multiplier (0.70–1.00) based on average trade return versus 0.3% round-trip fees. A strategy that wins often but wins small — with average returns below the fee threshold — is penalized regardless of its win rate. Process quality includes economic viability.
04
Behavioral Intelligence
A strategy declares a thesis — mean reversion, momentum, breakout. Its actual trading behavior should be consistent with that thesis. A mean-reversion strategy that only enters trades in the direction of the trend is exhibiting a thesis-behavior mismatch. It may still be profitable, but its profitability is coming from a source other than its declared edge, which makes it unpredictable.
Behavioral intelligence detects these mismatches through pattern analysis of actual trades. The system examines entry timing relative to market structure, holding periods relative to declared timeframe, and exit mechanisms relative to risk parameters. A 4-hour momentum strategy that holds positions for 15 minutes is behaving like a scalper. A breakout strategy that enters on pullbacks is behaving like a mean-reversion strategy.
These mismatches are not always negative — a strategy might be accidentally discovering a better edge than the one it was designed to capture. But they are always informative. When behavior diverges from thesis, the system flags the divergence as an intelligence signal rather than treating it as noise. This signal feeds back into the learning loop: the template generator learns which thesis-behavior combinations produce stable edges and which produce unreliable ones.
Verified Evidence — Production
Robustness as decision quality
A strategy can have excellent backtest performance but poor robustness — high in-sample returns that don't transfer to out-of-sample data. The IS/OOS split (70/30) explicitly measures whether the decision to trust a backtest result is well-founded.
- passed_oos: OOS Sharpe ≥ 0.6× IS Sharpe — backtest signal likely generalizes
- failed_oos: OOS return ≤ 0 — overfitting likely, decision quality is low
- A strategy with 60% backtest return but failed OOS has high performance but low decision quality
- These are orthogonal dimensions — performance ≠ robustness ≠ qualification
✓ Production observed
“A strategy that profits for reasons it does not understand is more dangerous than one that loses for reasons it does.”
Verified Evidence — Production
Behavioral consistency as decision quality
Behavioral Intelligence detects what strategies actually do vs what they claim to do. A trend-following strategy that actually behaves as short-momentum (fast exits, high win rate, short holds) has a thesis-behavior mismatch. This is a decision quality problem — the decision to implement the thesis as specified didn't produce the intended behavior.
- 8 behavioral families classified by actual trading patterns, not labels
- Family mismatch detection compares intended vs observed behavior
- Stability score (0-100): +5 per consistent evaluation, −25 when classification changes
- 260 strategy assessments computed in production with behavioral consistency scoring
✓ Production observed
05
Evidence
The decision quality framework is not a theoretical proposal — it is a production system with measurable outputs. The evidence presented here comes from the same operational infrastructure described in the preceding sections, running on live market data with real strategy candidates.
The key question is not whether the six layers produce different scores — they are designed to, by definition. The key question is whether process-oriented measurement identifies failures that outcome-only measurement misses, and preserves strategies that outcome-only measurement would incorrectly discard.
Observation
Strategies flagged by behavioral intelligence (Layer 4) as having thesis-behavior mismatches showed 2.3x higher variance in subsequent performance compared to behaviorally consistent strategies. The mismatch signal predicted instability before outcomes confirmed it.
Limitations
Limitations
- Decision quality is easier to measure in retrospect than in real-time. The system evaluates post-hoc whether the process was sound, but cannot fully assess decision quality before outcomes are observed.
- The framework is deterministic and heuristic-based — no ML black-box scoring. This makes it interpretable but may miss non-linear quality patterns.
- Behavioral mismatch detection requires sufficient trades (≥ 5) to classify behavior. Early-lifecycle strategies have unmeasured behavioral quality.
- Exit instrumentation trust gates (path_coverage_pct ≥ 0.8) mean exit quality is only assessed for positions with sufficient intra-candle data.
- Whether decision quality measured by these six layers predicts long-term outcomes has directional support but has not been isolated as a single-variable study.
References
Foundational Concepts
Related Research
Continue Reading
See these ideas implemented in Orqis