Optimize multi period growth budget saturation
Allocate aggregate growth capital across channels and periods on coherent common scenarios while preserving channel-specific Hill saturation and carryover state: search discrete spend schedules, propagate contribution and unrestricted cash, and maximize expected net incremental value minus CVaR shortfall subject to total/period budgets, liquidity and contribution-probability gates, with exact certification or disclosed deterministic beam search.
What it's for
Creates a board-ready growth-capital plan that prices saturation, carryover, cash pressure and downside together instead of ranking channels by fragile average ROAS.
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 |
|---|---|---|---|
| beam_width | integer ≥ 1, ≤ 5000 | Numerical control | Optional |
| budget_by_period | array of number ≥ 1 item | Evidence | Yes |
| channels | array of objects (7 fields) ≥ 2 items | Evidence | Yes |
| horizon_periods | integer ≥ 1, ≤ 12 | Your calibration | Yes |
| max_detail_rows | integer ≥ 1, ≤ 500 | Numerical control | Optional |
| maximum_cvar_shortfall | any | Your calibration | Optional |
| maximum_exact_schedules | integer ≥ 1, ≤ 1000000 | Your calibration | Optional |
| maximum_liquidity_breach_probability | number ≥ 0, ≤ 1 | Your calibration | Optional |
| minimum_cash_buffer | number | Your calibration | Optional |
| minimum_target_probability | number ≥ 0, ≤ 1 | Your calibration | Optional |
| risk_aversion | number ≥ 0 | Your calibration | Optional |
| scenarios | array of objects (5 fields) ≥ 2 items | Evidence | Yes |
| spend_increment | number > 0 | Your calibration | Yes |
| starting_unrestricted_cash | number ≥ 0 | Your calibration | Yes |
| tail_probability | number > 0, ≤ 0.5 | Your calibration | Optional |
| target_total_incremental_contribution | number ≥ 0 | Your calibration | Optional |
| terminal_net_value_floor | number | Your calibration | Optional |
| total_budget | number ≥ 0 | Your calibration | Yes |
Each channels
record
| Field | Type | Required |
|---|---|---|
| carryover_rate | number (≥ 0, ≤ 1) | Yes |
| evidence_verified | boolean | Yes |
| half_saturation_spend | number (> 0) | Yes |
| hill_shape | number (≥ 0.1, ≤ 10) | Yes |
| id | string (non-empty) | Yes |
| maximum_incremental_contribution_per_period | number (≥ 0) | Yes |
| maximum_spend_per_period | number (≥ 0) | Yes |
{
"budget_by_period": [
20,
20
],
"channels": [
{
"carryover_rate": 0.2,
"evidence_verified": true,
"half_saturation_spend": 30,
"hill_shape": 1,
"id": "events",
"maximum_incremental_contribution_per_period": 80,
"maximum_spend_per_period": 20
},
{
"carryover_rate": 0.5,
"evidence_verified": true,
"half_saturation_spend": 20,
"hill_shape": 1,
"id": "paid-search",
"maximum_incremental_contribution_per_period": 100,
"maximum_spend_per_period": 20
}
],
"horizon_periods": 2,
"scenarios": [
{
"channel_response_multipliers": {
"events": 1,
"paid-search": 1
},
"evidence_verified": true,
"fixed_cash_flow_by_period": [
0,
0
],
"id": "base",
"probability": 0.7
},
{
"channel_response_multipliers": {
"events": 0.8,
"paid-search": 0.7 Truncated for display — the full payload is 58 lines.
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.
{
"configuration": {
"budget_by_period": [
20,
20
],
"horizon_periods": 2,
"maximum_cvar_shortfall": null,
"maximum_liquidity_breach_probability": 1,
"minimum_cash_buffer": 0,
"minimum_target_probability": 0,
"risk_aversion": 0,
"spend_increment": 10,
"tail_probability": 0.1,
"target_total_incremental_contribution": 0,
"terminal_net_value_floor": 0,
"total_budget": 40
},
"decision": "growth_budget_policy_supported",
"failed_gates": [],
"guardrails": [
"The schedule is aggregate and open-loop across common scenarios; it does not target or score named people or individual customers.",
"Hill curves and carryover are organization-calibrated response models, not causal facts outside validated experimental support.",
"Beam search has no global certificate; rerun after material response, auction, pricing, cash, or measurement changes."
],
"method": "multi_period_adstock_hill_saturation_cvar_growth_budget_search",
"scenario_diagnostics": [
{
"minimum_unrestricted_cash": 100,
"probability": 0.7,
"scenario_id": "base",
"terminal_net_value": 80,
"terminal_unrestricted_cash": 180,
"total_incremental_contribution": 120
},
{
"minimum_unrestricted_cash": 100,
"probability": 0.3,
"scenario_id": "downside",
"terminal_net_value": 46,
"terminal_unrestricted_cash": 146,
"total_incremental_contribution": 86
}
], Truncated for display — the full payload is 80 lines.
How it works
Constrained optimization — Pick the best feasible option under real limits — budget, headcount, dependencies, capacity — rather than ranking a list and hoping it fits.
- 1 Freeze evidence-backed local response curves, carryover, per-channel spend ceilings, common probability-weighted response/cash scenarios, horizon, spend grid, total/period budgets and board-owned liquidity, contribution and tail-risk gates.
- 2 Enumerate every feasible channel allocation per period; use exact schedule enumeration inside the declared boundary and otherwise a deterministic beam that scores the same coherent scenarios without claiming a global certificate.
- 3 Propagate adstock state, Hill response, incremental contribution and unrestricted cash for the same open-loop schedule in every scenario; calculate target probability and exact weighted CVaR shortfall, choose only a feasible schedule, and compare expected net value with no spend.
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
- Objectives use commensurable locally governed value units, constraints reflect real feasibility, and uncertainty covers plausible adverse inputs.
- Response curves and carryover are prospectively validated inside spend support; scenario multipliers preserve dependence; the schedule is executable and non-clairvoyant; contribution and spend share a currency/horizon; cash flows, budgets and channel ceilings are complete; cross-channel interaction is absent or in scenarios.
- The recommendation is optimal only for its stated objective, feasible set, evidence, and solver guarantee; it is not a universal management optimum.
- Exactness applies only to the submitted discrete model; beam search withholds global optimality. This is aggregate planning, not named-customer targeting, financial advice or permission to substitute observational platform attribution for causal response evidence.
Minimum evidence
- channels: at least 2 rows/items
- scenarios: at least 2 rows/items
- starting_unrestricted_cash: required and organization-defined
- horizon_periods: required and organization-defined
- total_budget: required and organization-defined
- budget_by_period: at least 1 rows/items
- spend_increment: required and organization-defined
How to validate it
Backtest the chosen action against simple feasible baselines on held-out scenarios, sweep costs/constraints/risk tolerance, and require constraint feasibility under adverse inputs.
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
- finance-approved common growth/cash scenario set joined to locally validated channel response posteriors and an executable aggregate spend calendar without individual targeting
- response-curve validity and support, carryover, cross-channel interactions, scenario dependence/probabilities, spend executability and granularity, contribution/currency/cash perimeter, total/period budgets, liquidity, target, CVaR appetite, solver boundary and human activation authority
Calibration workflow
- 1 Define the management decision, target outcome, aggregate unit, privacy boundary, cadence, and prediction/intervention horizon for this organization.
- 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 Estimate statistical parameters on training history, but obtain costs, utilities, risk tolerance, practical-effect thresholds, capacity, and policy constraints from accountable decision owners.
- 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 Deploy only if the returned decision clears evidence, overlap, calibration, robustness, and guardrail checks; warning, unsupported, schema-gap, and fallback decisions are abstentions.
- 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": "allocate aggregate growth capital across channels" }
→ finds "optimize_multi_period_growth_budget_saturation"
gitrevio_capability_describe
{ "capability_id": "optimize_multi_period_growth_budget_saturation" }
→ returns the input schema and agent guidance shown on this page
gitrevio_capability_run
{ "capability_id": "optimize_multi_period_growth_budget_saturation", "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
Audit growth incrementality experiment integrity
Audit aggregate randomized growth experiments before anyone trusts channel incrementality: enforce unique experimental units, nondegenerate logged propensities, both arms, control-spend discipline, baseline balance, spillover and evidence gates; then estimate propensity-weighted baseline-adjusted contribution, cluster-unit bootstrap uncertainty and incremental return on spend.
Forecast growth channel response saturation
Learn organization-specific channel saturation from resolved aggregate incrementality estimates: fit a likelihood-weighted Bayesian grid of Hill response curves, reserve the newest periods for honest validation against a linear baseline, expose posterior boundary misspecification and evidence failures, and return contribution and marginal-return distributions for proposed spend levels.
Audit causal claim negative controls
Gate a causal effect claim using prespecified negative outcome/exposure controls, Benjamini-Hochberg multiplicity control, and an omnibus chi-square falsification test.
Audit cluster randomization integrity
Audit cluster-randomized experiments for practical baseline imbalance and differential outcome observation, with cluster-size-weighted standardized differences and assignment permutation diagnostics.
Audit joint outcome network integrity
Audit whether a company-specific Bayesian joint-outcome network is fit for reliance by validating point-in-time lineage, DAG and CPT completeness, effective support, protected-attribute exclusions, and strictly out-of-time outcome calibration against a baseline.
Audit staggered rollout identification
Audit staggered team-by-team adoption with not-yet-treated controls and require every simultaneous pre-period interval to fit inside a governed equivalence margin.