Estimate cannibalization adjusted feature value

Estimate feature value after posterior cannibalization of legacy contribution, using aligned adoption scenarios, beta-binomial substitution uncertainty, and value plus substitution-risk gates.

What it's for

Shows when an apparently successful feature mostly moves revenue from an existing product instead of creating incremental enterprise value.

What you give it

Inputs split into evidence read from your connected systems, calibration your team owns, and numerical controls that affect precision but never the result's meaning.

Field Type Role Required
beta_prior_alpha number > 0 Your calibration Optional
beta_prior_beta number > 0 Your calibration Optional
confidence_level number ≥ 0.5, ≤ 0.999 Your calibration Optional
max_detail_rows integer ≥ 1, ≤ 500 Numerical control Optional
maximum_expected_cannibalization_rate number ≥ 0, ≤ 1 Your calibration Optional
minimum_probability_positive_value number ≥ 0, ≤ 1 Your calibration Optional
posterior_draws integer ≥ 1000, ≤ 200000 Numerical control Optional
rollout_cost number ≥ 0 Your calibration Yes
scenario_probabilities array of number ≥ 2 items Evidence Yes
seed integer ≥ 0, ≤ 4294967295 Numerical control Optional
segments array of objects (7 fields) Evidence Yes
tail_probability number ≥ 0.001, ≤ 0.5 Your calibration Optional

Each segments record

Field Type Required
displaced_legacy_contribution_per_cannibalized_adoption number (≥ 0) Yes
feature_contribution_per_adoption number Yes
future_feature_adoption_scenarios array of number (≥ 2 items) Yes
id string (non-empty) Yes
incremental_cost_per_feature_adoption number (≥ 0) Yes
observed_cannibalized_adoptions integer (≥ 0) Yes
observed_feature_adoptions integer (≥ 1) Yes
Example input
{
  "maximum_expected_cannibalization_rate": 0.5,
  "minimum_probability_positive_value": 0.8,
  "posterior_draws": 5000,
  "rollout_cost": 100000,
  "scenario_probabilities": [
    0.2,
    0.5,
    0.3
  ],
  "seed": 31,
  "segments": [
    {
      "displaced_legacy_contribution_per_cannibalized_adoption": 300,
      "feature_contribution_per_adoption": 500,
      "future_feature_adoption_scenarios": [
        1000,
        1500,
        2000
      ],
      "id": "small-business",
      "incremental_cost_per_feature_adoption": 50,
      "observed_cannibalized_adoptions": 50,
      "observed_feature_adoptions": 500
    }
  ]
}

What you get back

This is the actual output of running the example above — computed by the same function the platform calls, not an illustration.

Example output
{
  "assumptions": [
    "Observed cannibalization is causally identified substitution from feature adoption rather than coincident legacy decline, with mature outcomes and stable segment definitions.",
    "Future adoption scenario columns are aligned across segments, and feature contribution, displaced legacy contribution, incremental cost, rollout cost, horizon, and currency are mutually consistent.",
    "The beta posterior covers substitution sampling only; competitive response, cross-segment migration, price changes, churn, expansion, and measurement/design error require separate scenarios or sensitivity analysis."
  ],
  "configuration": {
    "beta_prior_alpha": 1,
    "beta_prior_beta": 1,
    "confidence_level": 0.9,
    "maximum_expected_cannibalization_rate": 0.5,
    "minimum_probability_positive_value": 0.8,
    "posterior_draws": 5000,
    "scenario_count": 3,
    "seed": 31,
    "tail_probability": 0.1
  },
  "decision": "cannibalization_adjusted_feature_value_supported",
  "method": "beta_substitution_cannibalization_adjusted_feature_value_v1",
  "segment_diagnostics": [
    {
      "cannibalization_rate_interval": [
        0.0808,
        0.1255
      ],
      "expected_adjusted_feature_value_before_rollout_cost": 652177.7496,
      "expected_cannibalization_loss": 47482.2504,
      "expected_future_feature_adoptions": 1554.8,
      "expected_naive_feature_value_before_rollout_cost": 699660,
      "posterior_mean_cannibalization_rate": 0.1018,
      "probability_positive_adjusted_segment_value": 1,
      "segment_id": "small-business"
    }
  ],
  "summary": {
    "adjusted_expected_feature_value": 552177.7496,
    "adjusted_feature_value_interval": [
      317031.2725,
      747015.3039
    ],
    "cvar_adjusted_feature_value_loss": -316394.194,
    "expected_aggregate_cannibalization_rate": 0.1018,
    "expected_cannibalization_loss": 47482.2504,
    "naive_expected_feature_value": 599660,

Truncated for display — the full payload is 50 lines.

How it works

Sequential Bayesian & bandits — Learn while deciding — update beliefs as evidence arrives and choose where the next unit of effort is worth spending.

  1. 1 Freeze a causally defensible substitution label, mature feature adoptions, displaced legacy contribution, aligned future adoption scenarios, incremental feature economics, and rollout cost by non-overlapping segment.
  2. 2 Draw posterior cannibalization rates, preserve common scenario identity across segments, subtract displaced legacy contribution from naive feature value, and aggregate the rollout distribution.
  3. 3 Support rollout only when adjusted value clears the probability gate and expected aggregate cannibalization stays below the governed ceiling; report the naive overstatement explicitly.

Before you trust it

Every tool in the catalog ships with the conditions under which its answer is meaningful — and the conditions under which it should abstain instead of guessing.

Assumptions & guardrails

  • The likelihood or reward model, prior support, action logging, delayed outcomes, and any stationarity assumptions match the deployment process.
  • Observed cannibalization identifies substitution caused by feature adoption rather than coincident legacy decline, with complete contribution economics and transportable future adoption scenarios.
  • Posterior probability and adaptive selection are model-conditional; they are not substitutes for randomized propensities or guaranteed safety.
  • The beta posterior represents substitution sampling uncertainty only; competition, migration, pricing, churn, expansion, and design error require separate scenarios and sensitivity analysis.

Minimum evidence

  • segments: required and organization-defined
  • scenario_probabilities: at least 2 rows/items
  • rollout_cost: required and organization-defined

How to validate it

Validate on future periods or held-out aggregate units, compare with a simple baseline, and require stability across plausible metric definitions and decision thresholds.

Calibrating it to your org

Same for everyone

The mathematical kernel, validation rules, method version, and JSON output semantics are organization-independent; no tenant-trained coefficients or company benchmark is embedded in the function.

Specific to you

  • feature adoption and causally attributed cannibalized-adoption counts by frozen segment under a common maturity window
  • substitution estimand and design, exposure, outcome maturity, segment freeze, scenario identity/probabilities, contribution and cost accounting, priors, value probability, cannibalization ceiling, and tail definition

Calibration workflow

  1. 1 Define the management decision, target outcome, aggregate unit, privacy boundary, cadence, and prediction/intervention horizon for this organization.
  2. 2 Build a tenant-scoped historical cohort using only information available before each prediction or decision; preserve zero periods, censoring, assignment probabilities, and unresolved outcomes when the method requires them.
  3. 3 Estimate statistical parameters on training history, but obtain costs, utilities, risk tolerance, practical-effect thresholds, capacity, and policy constraints from accountable decision owners.
  4. 4 Validate on later time windows or held-out aggregate units at the deployment grain, against a simple baseline and the function-specific validation strategy.
  5. 5 Deploy only if the returned decision clears evidence, overlap, calibration, robustness, and guardrail checks; warning, unsupported, schema-gap, and fallback decisions are abstentions.
  6. 6 Monitor realized outcomes, data drift, coverage, and decision regret; recalibrate at a governed cadence or after a detected regime/definition change, never merely because a stakeholder dislikes the result.

Call it from your AI

You don't wire up 388 tools in your MCP client. The GitRevio MCP server exposes 18 tools, three of which let an agent search the catalog, read a tool's schema, and run it — so the assistant finds this one on its own.

gitrevio_capabilities_search
  { "q": "estimate feature value after posterior cannibalization" }
  → finds "estimate_cannibalization_adjusted_feature_value"

gitrevio_capability_describe
  { "capability_id": "estimate_cannibalization_adjusted_feature_value" }
  → returns the input schema and agent guidance shown on this page

gitrevio_capability_run
  { "capability_id": "estimate_cannibalization_adjusted_feature_value", "arguments": { ... } }
  → returns the result shown above

Works in Claude Desktop, Claude Code, Cursor, Cline, Continue.dev, Goose and Aider. See the MCP server.

Related tools

Calculate churn prevention break even

Calculate the absolute churn reduction an intervention must cause to break even, then test aligned baseline/treated scenarios against probability-of-positive-value and portfolio CVaR gates.

Constrained optimization

Forecast customer lifetime value uncertainty

Forecast prospective customer lifetime value by jointly propagating beta-binomial retention uncertainty and lognormal contribution-margin parameter uncertainty through discounted cohort economics.

Forecasting & survival

Audit recurring revenue bridge integrity

Audit recurring revenue as a continuous stock/flow ledger: reconcile opening revenue through new, expansion, reactivation, contraction, churn, FX and acquisition/divestiture movements to closing revenue; require each next opening to equal the prior close; and recompute GRR and NRR on an organic existing-customer perimeter that cannot be inflated by new business, reactivation, FX or M&A.

Statistical audit & measurement

Calculate procurement negotiation range

Calculate an uncertainty-aware procurement bargaining zone from independently governed buyer and supplier BATNA economics; protect both reservation prices at explicit confidence levels, derive a bargaining-weight target, quantify ZOPA probability and tail overpayment, and abstain when evidence cannot support an overlap.

Decision analysis

Estimate feature incremental value

Estimate rollout value from segment-level treated/control outcomes with beta-binomial uplift posteriors, finance-owned contribution economics, and a probability-of-positive-value gate.

Causal inference & experiment design

Estimate pricing experiment value

Choose pricing experiment arms by posterior future contribution, conversion-harm probability, and a model-conditional perfect-information value upper bound.

Sequential Bayesian & bandits

See every tool in Customer, revenue & pricing →

Ready to See Your Engineering work clearly?

Request a free demo