Hypothesis and Experiment Prioritization Automation: Testing Cheap Instead of Guessing Expensive

Why "test everything" backlogs rarely test the right thing first
Once a team accepts that testing cheap beats guessing expensive, the next problem is deciding what to test first — and a backlog with no consistent scoring system tends to get worked in whatever order feels most urgent, most exciting, or most politically convenient that particular week. A genuinely high-impact idea that happens to be hard to execute competes unfairly against an easy, low-impact idea that just happens to be quick to ship, and without a forced, closing decision on every finished experiment, the backlog also fills with tests nobody ever circled back to interpret.
How the underlying problem shows up before you fix it
A backlog of testable ideas gets worked in whatever order feels most urgent that week, not the order that would teach the most relative to the effort involved.
A high-impact idea that happens to require real engineering effort keeps losing priority to an easy, low-impact idea, because nothing forces the two to be compared on the same numeric scale.
An experiment finishes — the test period ends, the data is in — and nobody formally records the interpretation or the decision, so the same idea quietly resurfaces months later as if it had never been tried.
Two people on the same team rank the same hypothesis completely differently, because "high impact" and "easy to test" mean different things to different people without a shared, structured scoring convention.
A hypothesis and the experiments meant to test it live in someone's notes rather than a shared, structured backlog, so a new team member joining mid-project has no fast way to see what has already been tried.
Why disciplined hypothesis scoring and closed-loop experimentation rarely happen by default
Scoring frameworks like ICE and RICE are well known conceptually, but applying them consistently requires someone to actually assign four separate numbers to every single idea and trust the resulting math over gut feeling — a discipline that tends to erode under deadline pressure unless the tool itself makes scoring the path of least resistance. And forcing every experiment to close with a real decision, rather than just quietly ending, requires the system to make "still pending" visibly different from "actually finished" — most informal tracking (a spreadsheet, a doc, a chat thread) has no such enforced state.
How Centriu Oracle's lab scores hypotheses and closes the loop
A hypothesis is created with a required statement plus optional origin, supporting evidence, an expected metric, and an expected outcome — and four scoring inputs a person assigns directly: impact (1-5), ease (1-5), reach (1-10), and confidence (1-5), alongside a required risk level (low, medium, high, or critical). From those inputs, a pure scoring function computes an ICE score (impact times confidence times ease, 1 to 125), a reach-weighted RICE score (reach times impact times confidence, divided by the inverse of ease), a PIE score kept for record alongside ICE, and a separate risk-learning score (the risk level's weight multiplied by six minus confidence) that surfaces hypotheses where testing would teach the most precisely because confidence is currently low. The same inputs classify every hypothesis into exactly one of four quadrants by crossing impact against ease: quick wins (high impact, high ease), big bets (high impact, low ease), fill-ins (low impact, high ease), or thankless (low impact, low ease) — plotted on a visual matrix so a backlog's shape is visible at a glance, not buried in a sorted table. A hypothesis moves through six explicit states — proposed, prioritized, in experiment, validated, refuted, or archived — and each experiment created against it declares one of seven kinds (A/B test, paid channel, page/landing, offer, message/copy, qualitative, or other) plus a design, audience, channel, primary metric, and explicit success and failure criteria declared up front, before the test runs. Every experiment is required to close with one of six decisions — pending, escalate, iterate, pivot, kill, or no action — alongside a result, an interpretation, and recorded learnings, so a finished test can never just silently vanish from the backlog without anyone stating what was concluded. Before any experiment is saved, the system verifies server-side that its declared hypothesis genuinely belongs to the same project and organization the experiment is being created in — a cross-object integrity check that stops a hypothesis from one engagement from silently absorbing an experiment meant for another.
What is actually built today
Four scoring dimensions per hypothesis — impact, ease, reach, confidence — feeding three parallel scores (ICE, RICE, PIE) plus a distinct risk-learning score that specifically surfaces low-confidence, high-uncertainty ideas worth testing to learn, not just to win.
An automatic impact-times-ease quadrant classification (quick wins, big bets, fill-ins, thankless) with a dedicated visual priority matrix, confirmed directly in the classifier function's own source.
A six-state hypothesis lifecycle (proposed, prioritized, in experiment, validated, refuted, archived) that keeps a tested idea's current status visibly distinct from one still waiting.
Seven typed experiment kinds (A/B test, paid channel, page/landing, offer, message/copy, qualitative, other), each declaring success and failure criteria up front, before the test starts.
A mandatory closing decision on every experiment — escalate, iterate, pivot, kill, or explicitly no action — so a finished test always leaves a recorded conclusion behind.
A server-side referential-integrity check confirmed in the experiment-save function itself: an experiment can only be attached to a hypothesis that verifiably belongs to the same project and organization, never assumed from client input.
Per-organization access control on every hypothesis and experiment read and write — one organization's testing backlog is never reachable from another organization's session.
Confirmed distinct from wave 12's consulting-plan priority formula and wave 21's market-signal priority formula: this scoring system applies specifically to unproven, testable hypotheses, using a different formula set (ICE/RICE/PIE plus risk-learning) than either prior page.
A backlog of five ideas gets an honest order (illustrative scenario, not a real client)
A consultant logs a bold repositioning idea — impact 5, ease 2, reach 8, confidence 2 — alongside a small landing-page copy tweak — impact 2, ease 5, reach 9, confidence 4. On ICE alone (impact times confidence times ease) the repositioning idea scores 20 and the copy tweak scores 40 — the "smaller" idea actually wins on pure ICE, because low confidence and low ease both drag the bolder idea down. But the risk-learning score tells a different part of the story: the repositioning idea's low confidence (2) against a high declared risk level pushes its risk-learning score well above the copy tweak's, meaning testing it cheaply would resolve real uncertainty, not just add a small, well-understood win. The quadrant view shows the repositioning idea as a "big bet" (high impact, low ease) and the copy tweak as a "quick win" (low impact, high ease) side by side — both worth doing, for genuinely different reasons the raw ICE ranking alone would have obscured.
What changes operationally
A testing backlog gets worked in an order two different people would actually agree on, because the scoring inputs and the resulting math are the same for everyone, not a matter of individual gut feeling. A bold, uncertain idea and a safe, incremental one both get a fair, differentiated hearing instead of the safer idea always winning by default. And a finished experiment always leaves behind an explicit decision and a recorded learning, so the same already-tested idea never quietly resurfaces as if it were new.
When this is not the right fit
A team running dozens of simultaneous, statistically powered A/B tests with automated traffic-splitting and significance calculations needs a dedicated experimentation platform — this lab is a structured hypothesis-and-decision backlog for a consulting engagement's handful of concurrent tests, not a high-volume statistical testing engine.
An unscored idea list vs. a four-dimension, quadrant-classified backlog
An unscored list of "things we could try" gets worked by instinct, and a finished test's conclusion lives in someone's memory at best. Centriu Oracle's lab instead scores every hypothesis on the same four dimensions, classifies it visually by impact and ease, and refuses to let an experiment disappear without an explicit closing decision — so the backlog's priority order is something two people would actually agree on, and nothing tested is ever silently forgotten.
Related systems
Main system: Centriu Oracle.
What it does NOT do
- Does not compute impact, ease, reach, or confidence automatically — all four are numbers a person assigns directly; the ICE, RICE, PIE, and risk-learning scores are deterministic calculations from those four human judgments, never an independent AI assessment.
- Does not choose which hypothesis to test next — the quadrant classification and the scores inform the decision; a human consultant still decides the actual testing order.
- Does not run statistically powered A/B tests, traffic-splitting, or significance calculations itself — it is a structured hypothesis-and-experiment backlog with a mandatory closing decision, not a dedicated experimentation or analytics platform.
- Does not let an experiment save against a hypothesis from a different project or organization — every experiment write is checked server-side against the declared hypothesis's actual project and organization first.
- Does not share this scoring system with wave 12's consulting-plan priority formula or wave 21's market-signal priority formula — all three are confirmed separate calculations applied to three different kinds of records (plan items, market signals, and testable hypotheses, respectively).
Security and governance
Every organization using Centriu Oracle sees only its own projects, hypotheses and experiments; access is scoped by organization membership and re-checked on every write, including deletes, with an additional server-side check that an experiment's declared hypothesis genuinely belongs to the same project and organization. Personal data follows Brazil's LGPD (Law No. 13,709/2018). Full detail on access control lives at /governanca.
Pricing and contracting
Available by monthly subscription, with tiered plans. Values and terms come from the official pricing table at /precos (Centriu's central source — never restated here).
Frequently asked questions
What is the difference between ICE, RICE, and the risk-learning score?
ICE multiplies impact, confidence, and ease. RICE additionally weights by reach and divides by the inverse of ease, favoring ideas that touch more people. The risk-learning score is separate again — it multiplies the hypothesis's risk-level weight by (6 minus confidence), specifically surfacing low-confidence, higher-risk ideas where testing would resolve real uncertainty.
What are the four priority quadrants?
Quick wins (high impact, high ease), big bets (high impact, low ease), fill-ins (low impact, high ease), and thankless (low impact, low ease) — computed automatically from the same impact and ease scores used in ICE.
Can an experiment be left open indefinitely without a conclusion?
It can stay in "planned" or "in progress" status, but the decision field defaults to "pending" and is a required, explicit field on every experiment — the interface makes an unresolved decision visibly distinct from a genuinely closed one.
Can an experiment be attached to a hypothesis from a different project?
No. Before saving, the system verifies server-side that the declared hypothesis belongs to the exact same project and organization as the experiment being created — a mismatch is rejected, not silently allowed.
Is this the same prioritization formula used elsewhere in Oracle?
No. Oracle's consulting-plan feature and its market-signal-radar feature each use a different formula, applied to different kinds of records (plan items and market signals, respectively) — this ICE/RICE/PIE/risk-learning set is specific to testable hypotheses.
What does Centriu Oracle cost?
It is sold by subscription with a published starting price — exact current values are on the central pricing page.
See how Centriu Oracle scores and closes the loop on testable hypotheses
Reach our commercial team directly, or leave your details below — we'll follow up with guidance for your case.