How SolveRight Scores Decisions — Our Methodology

A transparent look at the scoring engine behind every SolveRight analysis.

The Three-Phase Scoring Pipeline

Every decision submitted to SolveRight passes through four sequential stages. The pipeline separates AI understanding from deterministic computation, ensuring scores are reproducible while still leveraging AI for data extraction and explanation.

Phase 1: AI Extraction (~3 seconds)

Four specialized extractors run in parallel using Claude Haiku: strategy, financial, risk, and technical. Each extractor translates your natural language description into structured data points with confidence scores and reasoning traces. Results are cached in Redis with a 24-hour TTL so repeat analyses and sensitivity adjustments skip this phase entirely.

Phase 1.5: Calibration (~100ms)

Five deterministic sanity checks validate every extraction before scoring: cost range plausibility, team size validation, relevance verification (do extracted factors mention the actual options?), internal contradiction detection, and data completeness checks. Failed checks reduce confidence scores or exclude the framework entirely. No LLM is involved — these are pure rule-based guards against hallucinated data.

Phase 2: Deterministic Scoring (~100ms)

Each framework applies its rubric to the calibrated extraction data and computes a 0-100 score per option. Scores are then weighted and aggregated into an overall ranking. Confidence-weighted aggregation ensures low-confidence frameworks contribute less to the final score. This phase runs entirely on the server with no AI involvement — same input always produces the same output.

Phase 3: AI Narrative (~3-5 seconds, async)

Claude Sonnet generates a persona-adapted explanation of the scores. The narrative covers an executive summary, framework-by-framework reasoning, contradiction analysis, sensitivity insights, and recommended next steps. This phase loads asynchronously — users see scores and charts within 3.5 seconds while the narrative streams in afterward. The narrative explains scores; it does not produce them.

10 Rubric Pattern Types

Not every decision framework can be scored the same way. SolveRight implements 10 distinct rubric patterns, each designed for a specific class of analytical methodology.

Qualitative Impact

Maps text-based factors (e.g., 'significant positive impact') to numerical impact scores weighted by confidence. Used by SWOT, Porter's Five Forces, Competitive Positioning.

Quantitative Formula

Applies financial or mathematical formulas to numerical inputs. Normalizes across options for comparable 0-100 scores. Used by Cost-Benefit Analysis, ROI, TCO, NPV.

Categorical

Classifies options into predefined categories (e.g., Cynefin domains, Ansoff quadrants) and scores based on appropriateness of response for the identified category.

Comparative

Evaluates options relative to a baseline or reference option. Scores represent how much better or worse each option performs versus the reference. Used by Pugh Matrix.

Distance-Based

Measures geometric distance from ideal and anti-ideal solutions in multi-dimensional criteria space. Used by TOPSIS and similar MCDA methods.

Logic-Based

Evaluates options against boolean or conditional rules (if-then logic). Options score higher when they satisfy more logical conditions. Used by First Principles, Cynefin.

Multiplicative

Combines factor scores through multiplication rather than addition, so a zero in any critical factor produces a zero overall. Used by FMEA (severity x occurrence x detection).

Outranking

Determines pairwise preference relationships between options using concordance and discordance thresholds. Used by ELECTRE and PROMETHEE methods.

Probabilistic

Incorporates probability distributions and expected values into scoring. Used by Expected Value, Monte Carlo-based frameworks, and Scenario Planning.

Comparative Pairwise

Builds a pairwise comparison matrix, computes priority vectors via eigenvector method, and validates consistency (CR < 0.1). Used by AHP.

155 Frameworks Across 10 Categories

SolveRight's framework library spans strategic analysis, financial modeling, risk assessment, decision science, and six more categories — the most comprehensive multi-criteria decision analysis platform available.

27

Decision Science (MCDA)

20

Strategic Analysis

20

Financial Analysis

16

Risk Assessment

19

Technical Evaluation

14

Product & Market

12

Organizational & Change

11

Innovation & Growth

8

Prioritization & Scoring

8

Operations & Process

Why Deterministic + AI Hybrid?

Pure AI scoring (asking an LLM to rate options) is fast but non-reproducible — ask the same question twice and you may get different scores. Pure deterministic scoring requires structured data that most users cannot provide. SolveRight's hybrid approach uses AI only where non-determinism is acceptable (understanding natural language, generating explanations) and deterministic rubrics where reproducibility is essential (producing scores). The result: auditable, versioned scores that users can trust, combined with the flexibility of natural language input.

Cross-Framework Contradiction Detection

When multiple frameworks are applied to the same decision, they sometimes disagree on which option is best. SolveRight automatically detects every pair of frameworks that rank options differently. When the score divergence exceeds 15 points, the system flags a contradiction with an explanation — for example, "SWOT favors Option A (stronger ecosystem) but Porter's Five Forces favors Option B (less competitive market)." These contradictions are not errors; they surface the genuine trade-offs in your decision that single-framework analysis would miss.

Sensitivity Analysis

After initial scoring, users can adjust the weight of any framework using real-time sliders. Because Phase 1 extraction data is cached, sensitivity adjustments only re-run Phase 2 — the deterministic scoring step — which completes in under 100ms. The system flags when a weight change flips the winning option, helping users understand how robust the recommendation is to changes in their priorities.

See the Methodology in Action

Run your first decision through 155 frameworks and see scored results in seconds.

Try SolveRight Free

14-day Pro trial, no credit card required

Frequently Asked Questions

Are SolveRight scores reproducible?+
Yes. Phase 2 scoring is fully deterministic — the same extracted data always produces the same score. Phase 1 extraction uses AI and may vary slightly between runs, but calibration (Phase 1.5) normalizes edge cases. For maximum reproducibility, you can use Structured Input Mode to bypass AI extraction entirely and provide structured data directly.
How does SolveRight prevent AI hallucinations from affecting scores?+
Phase 1.5 (Calibration) runs five deterministic sanity checks on every AI extraction: cost range validation, team size plausibility, relevance verification, contradiction detection, and completeness checking. Suspicious extractions have their confidence reduced or are excluded entirely. Frameworks with less than 30% confidence are moved to an 'Insufficient Data' section and do not affect the overall ranking.
What happens when frameworks disagree on the winner?+
SolveRight's contradiction detection engine identifies every pair of frameworks that rank options differently. When the score divergence exceeds 15 points, a contradiction is flagged with an explanation of why the frameworks disagree — for example, 'SWOT favors Option A for ecosystem strength, but TCO favors Option B for lower total cost.' This surfaces the real trade-offs in your decision.
How accurate are the scores?+
Accuracy depends on input quality. Each score includes a confidence interval (e.g., '82 +/- 6') computed from extraction confidence, data completeness, and cross-framework agreement. Higher-confidence scores have narrower bands. You can improve accuracy by answering enrichment questions, which fill gaps the AI could not confidently extract from your initial description.
Can I see exactly how a score was calculated?+
Yes. The 'Show Your Work' feature provides triple transparency for every framework score: (1) the extracted data points the AI identified from your input, (2) the reasoning trace explaining why those data points were extracted, and (3) the rubric formula showing how extracted data was converted to a 0-100 score with each factor's contribution.

In Summary

SolveRight's scoring methodology separates AI understanding from deterministic computation. Phase 1 uses AI to extract structured data from natural language. Phase 1.5 applies rule-based calibration to catch hallucinations. Phase 2 computes reproducible 0-100 scores using 10 rubric pattern types across 155 frameworks. Phase 3 generates persona-adapted narrative explanations. Scores are versioned, auditable, and fully transparent through the "Show Your Work" feature. Cross-framework contradiction detection and sub-100ms sensitivity analysis complete the pipeline.