expected-value — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited expected-value (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
What it is: Expected value is a decision method for choosing under quantified uncertainty. It ranks actions by summing probability times value across each possible outcome, then comparing the resulting expected payoff or utility.
Mental model: Build a payoff table. Rows are actions, columns are possible outcomes, and each outcome has a probability and a value in the same unit. Expected value is the weighted total for each row after costs, checked against constraints.
Why it exists: Agents over-weight vivid upside, visible downside, or the option with the best story. Expected value forces each option to state how often each outcome happens, how much it matters, what it costs, and whether the result survives sensitivity checks.
What it is NOT: It is not Bayesian updating, broad backlog prioritization, second-order consequence discovery, formal valuation, or a guarantee that the average outcome will occur once.
Adjacent concepts: Expected utility, expected monetary value, payoff matrices, decision trees, break-even probability, sensitivity analysis, value of information, risk of ruin.
One-line analogy: Expected value is a scale that weighs every future by both its size and its chance, then compares the total weight of each option.
Common misconception: A positive expected value is not automatically a good decision. If the downside can kill the project, violates a constraint, or depends on made-up probabilities, the correct next move may be mitigation or information-gathering.
Expected value is a portable decision framework for ranking actions when outcomes are uncertain but probabilities and values can be stated. It is useful for product bets, experiments, investments, risk tradeoffs, information-gathering choices, and go/no-go decisions where the input probabilities are already accepted or can be estimated honestly.
Use synthetic, aggregate, or public examples only. Do not include personal data, customer data, payment data, order data, private file paths, secrets, or confidential business facts in expected-value examples or evals.
Correct application requires a clear action set, mutually exclusive outcomes, probabilities that sum coherently, values in one shared unit, costs included, sensitivity checked, and hard downside constraints handled before recommending the highest expected value.
This skill teaches the operational expected-value loop:
It also covers expected monetary value versus expected utility, fake precision, probability calibration, value of information, variance, tail risk, and boundaries with nearby reasoning and strategy skills.
Most bad expected-value work fails before the arithmetic. The agent chooses the outcome list that favors the preferred answer, uses probabilities that do not sum to a coherent scenario set, mixes dollars with time or trust, forgets action cost, and then treats the final number as objective.
The discipline is not "turn every decision into math." The discipline is to expose the hidden math that was already happening. If a team says a feature is "worth trying," expected value asks: worth how much, how often, at what cost, and what downside could invalidate the average? Rough ranges are acceptable when they are labeled and stress-tested. Fake exactness is worse than an honest range.
Expected value starts with actions, not outcomes. Compare actions that are actually available.
| Step | Question | Output |
|---|---|---|
| Decision | What choice is being made now? | A specific go/no-go or option comparison |
| Actions | What can we do? | A1, A2, A3 |
| Outcomes | What could result under each action? | Outcome set per action |
| Unit | What value scale is used? | Dollars, hours saved, utility points, risk-adjusted score |
| Constraint | What can veto the average? | Budget cap, privacy rule, ruin risk, reversibility limit |
Do not compute expected value over vague options like "make the product better." Convert the question to concrete actions: "ship experiment A this week," "run a two-day research probe," "do nothing," or "buy the risk down first."
For one action:
EV(action) = sum(probability_i * value_i) - cost(action)For expected utility, replace monetary value with utility:
EU(action) = sum(probability_i * utility_i) - utility_cost(action)Use expected utility instead of expected monetary value when money is not linear with preference, downside risk has nonlinear pain, or the choice includes non-financial values such as trust, time, reputation, safety, or strategic position.
Probabilities are not decoration. They determine how much each outcome counts.
| Rule | Check |
|---|---|
| Conditional on action | Probability means "if we choose this action, how often does this outcome occur?" |
| Mutually exclusive outcomes | Do not double-count overlapping scenarios. |
| Coherent total | Outcome probabilities for an action should sum to 1 unless explicitly modeling partial branches. |
| Source quality labeled | Mark measured, estimated, assumed, or guessed probabilities. |
| Ranges beat fake precision | Use low/base/high ranges when a point estimate is pretend accuracy. |
If the core uncertainty is what probability to assign after new evidence, use bayesian-reasoning first. Expected value starts after the probability estimate is accepted enough to compare actions.
Every outcome value must be in the same unit for the comparison to mean anything.
| Rule | Check |
|---|---|
| Same unit | Do not add dollars, hours, reputation, and trust without conversion. |
| Costs included | Include implementation cost, delay cost, maintenance cost, and opportunity cost. |
| Sign explicit | Gains are positive; losses and costs are negative. |
| Utility allowed | Use utility points when money is a poor proxy, but define the scale. |
| Nonlinear pain | Convert ruin, trust loss, or safety exposure into a constraint or nonlinear utility penalty. |
Expected value is often wrong when it treats all dollars, all hours, or all failures as linear. Losing the last week before launch is not the same as losing a random week in a quiet month. A single privacy breach is not "just one bad outcome" if it crosses a non-negotiable threshold.
The expected-value number is less important than knowing what would change the decision.
Run these checks before recommending an action:
| Check | Question |
|---|---|
| Low/base/high | Does the same option win under pessimistic, base, and optimistic assumptions? |
| Break-even probability | What probability would make the option worth doing? |
| Break-even value | How large must the upside be to justify the cost? |
| Dominant assumption | Which input contributes most to the decision? |
| Information value | Would better information change the decision enough to justify getting it? |
If a small change in one guessed probability flips the answer, the right recommendation is usually "gather information or run a smaller probe," not "choose the option with a thin expected-value lead."
Expected value can recommend a positive-average action that is still unacceptable.
Treat these as vetoes or required mitigations:
The rule is: maximize expected value only inside the feasible set. A positive expected value outside hard constraints is not a recommendation; it is a signal to redesign the option, buy down risk, or reject it.
When applying expected value, produce this compact trace:
Decision:
Options:
- A:
- B:
Outcome model:
- A:
- outcome / probability / value:
- B:
- outcome / probability / value:
EV calculation:
- A:
- B:
Sensitivity:
- break-even:
- most fragile assumption:
Constraints:
- ruin/privacy/legal/irreversibility:
Recommendation:
- choose / mitigate / gather information / reject:Prefer a small table over prose when more than two outcomes are compared.
Scenario: choose between shipping a small product experiment or spending the same week on maintenance. Use synthetic values only.
| Option | Outcome | Probability | Value |
|---|---|---|---|
| Experiment | Strong signal and reusable learning | 0.20 | 120 |
| Experiment | Weak signal, some learning | 0.50 | 25 |
| Experiment | No useful signal | 0.30 | -20 |
| Maintenance | Known operational improvement | 1.00 | 25 |
Experiment gross expected value:
(0.20 * 120) + (0.50 * 25) + (0.30 * -20) = 30.5If the experiment costs 10 units of effort beyond maintenance, net expected value is 20.5, below the maintenance option's 25. If the experiment can be reduced so the extra cost is 4, net expected value becomes 26.5 and wins, assuming no hard constraints are violated.
The decision is not "experiments are good" or "maintenance is safer." The decision is driven by the cost and the probability of reusable learning. That is the assumption to test.
Information has expected value when it can change the decision.
Use this shortcut:
VOI = expected improvement from better choice after learning - cost of learningGather information when:
Do not gather information when the same action wins under every plausible range or when learning costs more than the possible decision improvement.
| Need | Use |
|---|---|
| Update probabilities from evidence | bayesian-reasoning |
| Rank actions by probability-weighted payoff or utility | expected-value |
| Rank a product backlog with qualitative criteria | prioritization |
| Trace downstream consequences before assigning outcome probabilities | second-order-thinking |
| Select which framework fits a business question | framework-fit-analysis |
| Identify hard constraints before optimizing | constraint-awareness |
| Anti-pattern | Why it fails | Do instead |
|---|---|---|
| Best-case expected value | Includes upside outcomes but ignores failure modes | Enumerate loss and neutral outcomes too |
| Probability theater | Uses exact percentages with no source or range | Label probability quality and run ranges |
| Unit mixing | Adds money, time, morale, and trust without conversion | Use one unit or move hard-to-price items to constraints |
| Cost omission | Computes gross upside and forgets implementation cost | Subtract costs and opportunity cost |
| Average hides ruin | Positive expected value masks a catastrophic tail outcome | Apply ruin and hard-constraint vetoes |
| Single-trial promise | Treats expected value as what will happen this time | State variance and sample-size caveat |
| Thin-margin certainty | Recommends a tiny expected-value winner despite fragile assumptions | Gather information or run a sensitivity check |
bayesian-reasoning supplies better probabilities when new evidence should change them.second-order-thinking expands the outcome list before probabilities and values are assigned.prioritization is useful when reach, confidence, effort, strategic fit, and non-quantified constraints matter more than a pure payoff calculation.constraint-awareness keeps the feasible set honest before expected-value optimization begins.evaluation helps decide whether the comparison has enough evidence to support the recommendation.After applying this skill, verify:
| Instead of this skill | Use | Why |
|---|---|---|
| Updating belief after new evidence | bayesian-reasoning | Expected value uses probabilities; Bayesian reasoning updates them |
| Mapping downstream consequences before outcomes are known | second-order-thinking | Expected value needs modeled outcomes; second-order thinking finds them |
| Ranking broad backlog items with reach, confidence, effort, and strategy | prioritization | Prioritization handles mixed qualitative and quantitative criteria |
| Selecting the right business framework | framework-fit-analysis | Framework fit chooses the method before expected-value math is appropriate |
| A hard constraint has not been identified yet | constraint-awareness | Constraints define the feasible set before optimization |
<!-- skill-graph-context:start (generated — do not edit by hand) -->
Classification
reasoning-strategytruefoundations/decision-qualityWhen to use
expected-value, probability-weighted-decision, ev-decisionNot for
Related skills
constraint-awareness, methodical, epistemic-groundingevaluation, bayesian-reasoning, second-order-thinking, prioritization, constraint-awarenessConcept
Grounding
universalhttps://plato.stanford.edu/entries/rationality-normative-utility/, https://plato.stanford.edu/entries/decision-theory/, skills/reasoning-strategy/expected-value/references/expected-value-sources.md, skills/reasoning-strategy/expected-value/references/upstream-displacement-2026-05-27.mdKeywords
expected value, three options, recommend one, expected utility, expected monetary value, probability weighted, probabilities and payoffs, outcome probability, downside constraints, break-even probability<!-- skill-graph-context:end -->
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.