The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Grant LLM agents wide sandboxed freedom but limit real-world authority: Progressive Risk Vesting debits a shared risk escrow only when branches request irreversible capabilities, guaranteeing episode-level catastrophic-risk bounds under explicit conditional-certificate assumptions; in a stylized branching model, the authority reproduction rate determines whether lowering local failure probability reduces total risk linearly, by its square root, or not at all.

Spawn Freely, Act Sparingly: Progressive Risk Vesting for Recursive LLM-Agent Trees
Molly Wang · September 01, 2026
arxiv theoretical n/a evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Molly Wang unresolved corpus identity
Progressive Risk Vesting (PRV) holds trajectory-level catastrophe risk in an escrow and debits conditional risk allowances only when sandboxed branches request irreversible capabilities, yielding an anytime probability bound and producing a branching-process phase transition where the authority reproduction number determines how trajectory harm scales with local failure probability.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

No provider observation is available for this paper.

Missing data, not a zero citation count.

Recursive LLM agents can broaden their search by spawning specialists. Some branches later request tools that send data or deploy code. When should a branch receive authority to act? We distinguish sandbox spawning, in which external controls prevent the specified harm, from capability activation, in which a selected branch crosses an irreversible-action boundary. Progressive Risk Vesting (PRV) holds a trajectory-level risk budget in escrow and debits it as branches are activated. We prove an anytime harm bound for adaptively generated trees. Branch outcomes may be dependent, but each local certificate needs to remain valid conditional on the full pre-activation history, including the information used to select the request. When activation gates, branch charges, and compute constraints are held fixed, delayed vesting preserves every policy available under irrevocable spawn charging. Marginal risk estimates can still fail after branch selection. In a stylized branching model, trajectory harm changes as the authority reproduction number $\mathcal{R}_A$ crosses one. As local risk $p$ approaches zero, trajectory harm is proportional to $p$ below criticality, proportional to $\sqrt{p}$ at criticality, and retains a positive floor above it. A finite-type occupancy model yields risk and compute shadow prices. For nested fanout modes with decreasing marginal value per unit risk, these prices produce a threshold rule. Branching calculations and a split-sample experiment illustrate the results. These synthetic studies do not estimate safety in deployed agents. The analysis suggests a design rule: search broadly in the sandbox and grant recursive authority sparingly, with an explicit risk charge.

Summary

Main Finding

Progressive Risk Vesting (PRV) separates sandboxed exploration from irreversible authority by holding a trajectory-level risk escrow and debiting it only when a branch requests an action or capability that can cause externally observable harm. Under a mild statistical condition—each activation’s certificate bounds harm probability conditional on the full pre-activation history—this per-activation accounting yields an anytime guarantee that the episode-level catastrophe probability is bounded by the root escrow. PRV therefore permits broad, cheap sandbox search while limiting realized exposure, and it produces tractable risk/compute prices and operational rules for when to grant authority.

Key Points

  • Distinction: sandbox tree (untrusted, externally harmless exploration) vs authority tree (nodes that have been granted irreversible capabilities).
  • Progressive Risk Vesting (PRV): governor assigns each approved activation i a conditional allowance ai with P(H_i | F_{i-1}) ≤ ai, keeps ∑ ai ≤ δ in escrow, and atomically debits ai at activation. Rejected or cancelled branches consume compute but no risk allowance.
  • Anytime harm bound (Theorem 1): if every approved activation satisfies the conditional certificate and total allowances do not exceed δ, then P(any activation causes catastrophe) ≤ δ. This holds for adaptively generated, countable trees without independence or depth limits.
  • Option value (Proposition 1): delaying vesting until activation (PRV) weakly improves achievable policies relative to “spawn charging” (charging risk at spawn time) because spawn charging irreversibly ties up allowances for branches that may never be activated.
  • Selection / calibration caution: certificates must be valid conditional on the information used to select branches. Marginal risk estimates calibrated ex ante can understate conditional risk after selective activation (endogenous selection bias).
  • Authority-reproduction phase transition (Theorem 2): model authority-bearing nodes as a branching process with mean authority reproduction number R_A = m s (mean sandbox candidates m × probability s a candidate inherits authority). As local per-node harm p → 0:
    • If R_A < 1 (subcritical): trajectory harm R(p) ~ p/(1 − R_A) (linear in p).
    • If R_A = 1 (critical): R(p) ∼ sqrt(2p/β) (proportional to √p).
    • If R_A > 1 (supercritical): lim_{p→0} R(p) = 1 − ξ > 0 (nonzero floor). This shows nonlinear/systemic amplification of local risk depending on R_A.
  • Multitype occupancy LP (finite-type model): expected counts y_{i,a} of authority-node types/modes are optimized subject to flow balance, a total risk-charge budget ∑ y_{i,a} r_{i,a} ≤ δ, and compute budget. Dual variables give decentralized shadow prices: λ (risk) and ν (compute), and imply threshold/base-stock rules for fanout decisions.
  • Practical governor: immutably bind request + lineage; compute conditional certificate; atomically debit if allowance available; authorize exactly the specified action/scope; retries require new certificates.
  • Synthetic numerical experiments illustrate the phase transition and option value of delayed vesting. Results are illustrative only; not claims about deployed-agent safety.

Data & Methods

  • Formal model components:
    • Sandbox tree T_S: potentially countable adaptive generation of candidate branches with sandboxed (non-external) capabilities.
    • Activation sequence: chronological list of approved requests; for each activation i, history F_{i−1} (all pre-activation info) and event H_i (activation i causes catastrophe).
    • Certificate requirement: P(H_i | F_{i−1}) ≤ a_i; escrow enforces ∑ a_i ≤ δ.
  • Theoretical results:
    • Theorem 1: uses conditional union bound (tower property + Boole) over adaptive sequence; monotone convergence handles countable sequences.
    • Proposition 1: compares reservation-accounting at spawn vs debit-at-activation; shows PRV weakly dominates by reclaiming allowance for unactivated spawns.
    • Theorem 2: stylized i.i.d. marked branching process. Authority-child-count generating function ψ(z)=φ(1−s+sz); fixed-point equation h=(1−p)ψ(h) gives no-harm probability. Taylor expansion of ψ around 1 yields asymptotic regimes; classical branching-process extinction arguments deliver the phase-transition behavior.
    • Occupancy LP (finite-type): linear program over expected mode occupancies y_{i,a} with flow-balance, risk budget, compute budget. Strong duality provides shadow prices (λ, ν) and continuation values V_i; decreasing marginal-value-per-risk assumption yields threshold fanout rules.
  • Algorithm: A governor that enforces deterministic checks, computes selection-conditional certificate, performs atomic debit and authorization, and logs immutable binding between request and lineage.
  • Empirics: two reproducible synthetic studies built from the models above to illustrate phase transition and option value. No field or deployment data; synthetic parameters chosen to demonstrate theoretical behavior.
  • Key assumptions and required conditions:
    • Sandbox enforcement: sandboxed branches cannot cause defined catastrophe with their available capabilities.
    • Certificate validity conditional on the full pre-activation history (including any selection signals).
    • For branching asymptotics: i.i.d. per-node independence and finite second factorial moment where stated.
    • For LP results: finite types/modes, uniform subcriticality (spectral radius ≤ 1 − η), feasibility of LP.

Implications for AI Economics

  • Internalizing risk with explicit prices: PRV turns a trajectory-level safety constraint into a scarce budget δ whose marginal value (shadow price λ) can be computed. This enables treating catastrophe-risk as an economic resource—priced and allocated—parallel to compute budgets (priced by ν). Firms can incorporate λ into product decisions, risk transfer, insurance pricing, and cost–benefit analysis.
  • Value of exploration separated from exposure: PRV permits wide sandbox exploration at low cost while only charging realized authority-bearing operations. Economically, this increases optionality and reduces wasted reservation of scarce risk budget, improving expected productivity for a given safety constraint.
  • Nonlinear systemic risk and regulation calibration: the authority-reproduction number R_A is a structural parameter determining whether small per-node improvements (lower p) meaningfully reduce system-level risk. If R_A > 1, reducing local failure probability can leave a residual floor of catastrophic risk—regulators and firms must cap R_A (limit fanout or s) as well as p. This argues for controls on delegation breadth in addition to per-node reliability standards.
  • Design of incentives and contracting: shadow prices suggest how to compensate human approvers or third-party risk bearers, and how to structure internal quotas or markets for risk allowances (tradable δ allocations across teams or episodes). Threshold policies for fanout map to concrete operational rules (e.g., grant k children only if marginal value per unit risk ≥ λ).
  • Governance & operational policy: PRV supports atomic, auditable authorization decisions and aligns incentives: branches must request authority and consume a measurable portion of the enterprise’s risk budget. This aids accountability, auditing, and fine-grained oversight costs modeling.
  • R&D and strategic tradeoffs: firms choosing architecture (more recursive spawning vs stronger per-node reliability) face a tradeoff with nonlinearities. When near criticality, investing in slightly lower p can have outsized benefits (√p regime), but if supercritical, attention should focus on limiting R_A first. Budgeted risk pricing helps prioritize such investments.
  • Limitations that affect economic modeling:
    • Guarantees rely on sandbox enforcement and conditional certificate validity; failures here create model mismatch and likely underpricing of systemic risk.
    • The stylized branching and independence assumptions simplify analysis; real systems may have dependencies that produce correlated failures and new floors.
    • Synthetic experiments illustrate mechanisms but do not estimate deployed-agent safety or real-world λ magnitudes.
  • Practical policy takeaways for AI-economics stakeholders:
    • Implement explicit escrowed risk budgets (δ) as a governance primitive and measure their shadow price to guide allocation.
    • Allow broad sandboxed search (to preserve option value) but require selection-conditional certification and atomic debits before external effects.
    • Monitor and control authority reproduction (R_A) via fanout limits or per-activation acceptance probability s to avoid supercritical regimes that create irreducible systemic risk.
    • Use dual prices to design internal quotas, trading of risk allowances, and to prioritize investments in reliability vs. reduced delegation.

Summary recommendation (design rule): search broadly in the sandbox; vest authority sparingly and atomically, charging an explicit, selection-conditional risk allowance that is conserved across the episode.

Assessment

Paper Typetheoretical Evidence Strengthn/a — Although proofs and constructive algorithms are presented and the synthetic experiments illustrate the theoretical predictions, the paper does not provide empirical validation on deployed LLM-agent systems or real-world harms, so conclusions about real deployments remain speculative without further empirical study. Methods Rigorhigh — The paper provides formal theorems with clear assumptions (anytime conditional union-bound guarantee, branching-process asymptotics, LP formulation and duality), explains when results do and do not apply, and includes algorithmic and numerical illustrations; caveats and dependence assumptions are stated explicitly. SampleNo empirical sample; analysis uses (1) a theoretical model of sandbox vs authority trees with conditional activation certificates and an escrowed risk budget; (2) a stylized marked branching-process model with i.i.d. local harm events and parameters (m, s, p); and (3) two reproducible synthetic numerical experiments (fixed seeds) illustrating the phase transition and option-value gains of delayed vesting—no real-world deployment data. Themesgovernance org_design human_ai_collab IdentificationNo empirical causal identification; the paper establishes formal probabilistic guarantees and optimization characterizations using conditional-probability certificates, online (predictable) probability spending, union-bound/tower-property arguments, branching-process fixed-point analysis, and occupancy-measure linear programming under explicitly stated assumptions. GeneralizabilityResults rely on strong system assumptions: an enforceable sandbox that prevents the specified catastrophe until activation., Certificates must be valid conditional on the full pre-activation history (including selection signals); calibration failure under selective activation is possible., Stylized branching analysis assumes independence of local harms and i.i.d. offspring sampling; real-world dependencies or adversarial correlations can break asymptotic conclusions., Finite-depth, shared defects, or correlated failures can produce nonvanishing risk floors not captured by i.i.d. asymptotics., Numerical/synthetic studies do not measure safety or economic impacts in deployed LLM-agent systems and may not capture implementation or adversarial complexity., Human-in-the-loop, organizational, and legal constraints are not modelled and may affect practical applicability.

Claims (10)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Under an adaptive policy, if every approved activation has a conditional catastrophe-probability certificate a_i satisfying P(H_i | F_{i-1}) <= a_i and the total allowances satisfy sum_i a_i <= delta almost surely, then the probability of any policy-defined catastrophe across the full finite or countable activation sequence is at most delta. Ai Safety And Ethics positive Probability of at least one catastrophic activation during an episode
Reading fidelity high
Study strength high
probability bound <= delta
0.2
Sandboxed branches can consume compute without consuming catastrophe-risk allowance when external controls make the specified catastrophe unreachable with their available capabilities. Task Allocation positive Allocation of risk allowance between sandbox exploration and capability activation
Reading fidelity high
Study strength medium
not reported
0.12
With the same sandbox, activation gate, compute constraints, and branch charges, progressive risk vesting weakly dominates irrevocable spawn charging in expected utility and preserves every policy feasible under spawn charging. Organizational Efficiency positive Expected policy utility and feasibility under risk-budget accounting
Reading fidelity high
Study strength medium
optimal expected utility under progressive vesting >= optimal expected utility under spawn charging
0.12
A marginal risk estimate calibrated across candidate branches can become invalid after adaptive selection: if half of branches have risk zero and half have risk 2r, a monitor reporting marginal risk r is calibrated before filtering but the conditional risk among selected high-risk branches is 2r. Ai Safety And Ethics negative Conditional catastrophe probability of adaptively selected branches
Reading fidelity high
Study strength medium
selected-branch risk = 2r versus marginal risk = r
0.12
In the stylized homogeneous authority branching model, the probability of at least one trajectory catastrophe is determined by the authority reproduction rate R_A = ms: below one it is asymptotically linear in local risk p, at one it is asymptotically proportional to the square root of p, and above one it approaches a positive extinction-related floor as p approaches zero. Ai Safety And Ethics mixed Probability of at least one catastrophe anywhere in the unbounded authority tree as local catastrophe probability changes
Reading fidelity high
Study strength high
R(p) = p/(1-R_A) + O(p^2) below criticality; R(p) ~ sqrt(2p/beta) at criticality; limit R(p) = 1-xi above criticality
0.2
Broad sandbox search can remain extensive while the authority tree is subcritical: the mean number of sandbox candidates m may exceed one while authority reproduction remains subcritical whenever ms < 1. Task Allocation positive Relationship between sandbox branching and authority branching
Reading fidelity high
Study strength medium
authority reproduction rate R_A = ms < 1 while m > 1
0.12
In the untruncated subcritical benchmark with a constant valid charge r per authority node, the expected total number of authority nodes including the root is 1/(1-R_A), and the ex ante union-bound risk is at most r/(1-R_A). Ai Safety And Ethics negative Expected cumulative authority exposure and ex ante trajectory risk
Reading fidelity high
Study strength medium
expected authority nodes = 1/(1-R_A); union-bound risk <= r/(1-R_A)
0.12
The finite-type occupancy-measure linear program converts shared cumulative risk and compute budgets into dual risk and compute shadow prices, and under the stated finiteness, feasibility, and uniform-subcriticality assumptions it is equivalent to optimization over stationary randomized policies with strong duality. Organizational Efficiency positive Optimal allocation of authority-node modes subject to risk and compute budgets
Reading fidelity high
Study strength medium
not reported
0.12
For consecutive nested fanout levels with decreasing marginal value per unit risk, the optimal fanout can be selected by a threshold rule: choose the largest fanout whose marginal value-to-risk ratio is at least the risk shadow price lambda. Task Allocation positive Fanout allocation under risk and compute constraints
Reading fidelity high
Study strength medium
select largest k with marginal ratio >= lambda
0.12
A stationary policy induced by any feasible occupancy measure satisfies an unconditional episode-level probability bound of at most delta when activation charges are valid harm bounds conditional on the full pre-activation history and expected cumulative charges are at most delta. Ai Safety And Ethics positive Unconditional probability of any harm in an episode
Reading fidelity high
Study strength high
P(any harm) <= delta
0.2

Notes