This replication framework operationalizes the BLEI welfare measurement suite as a computational agent-based simulation. It is a calibrated institutional simulation architecture — not a conventional econometric study — designed to identify optimal system parameters and test framework behavior across thousands of parameter draws. Key parameters (ε, r_a, BU allocation) are grounded in three deployed real-world analogues: the Alaska Permanent Fund Dividend, Community Land Trusts across 46 US states, and Mondragon Corporation.
The BU purchasing power accounting convention distinguishes food BU contributions to BLEI ($990/adult/month, food excluded from C_basic) from utility BU contributions (offset cash utility cost in C_basic; full value captured in EPPM). The v3.0/3.1 simulation implements an annual expense system where agents pay living costs each year — creating realistic wealth depletion under baseline conditions — and models PTF as a cost-reduction mechanism rather than a direct wealth injection.
Step 1 — BLEI-Initialized Agents with Expense Dynamics
Agents initialized with BLEI, EDC, FBS, and Acre Equity state variables drawn from calibrated US wealth and housing distributions. PTH payments route to Acre Equity from initialization, at the appropriate liquidity haircut by tenure cohort. v3.1 addition: each agent is assigned a heterogeneous automationRisk ∈ [0.2, 1.0] governing their individual exposure to AI labour displacement. Agents can accumulate debt to a floor of −$10,000 (v3.1), replacing the earlier $0/$100 hard floor that eliminated insolvency dynamics.
Step 2 — Extraction-Accurate Dynamics with Annual Costs
Annual wealth updates subtract living costs from wage income and CCO conversion gains. PTF is modelled as a cost-reduction factor (12–16% reduction in annual living costs), not as a wealth-addition channel — correcting the ex nihilo money creation in earlier versions. PTH rent savings and Acre Equity appreciation are tracked in separate accounting categories — removing double-counting. FBS uses EDC_residual (consumer debt only) to avoid double-counting housing costs already in C_basic.
Step 3 — FBS-Gated Advancement
Octave advancement probability is gated by Financial Bandwidth Score. P(advance) = 1 − exp(−λ × FBS). Agents at FBS = 0 cannot advance regardless of quality score. This reflects Mullainathan & Shafir's (2013) cognitive bandwidth research. γ transitions from 0.12 (entry) to 0.20 (CCO-established) as the guaranteed BU floor matures. v3.1: PTF members join dynamically over time via economic distress and social diffusion, not only at initialisation.
Step 4 — Network-Density Synergy & Inflation
Synergy coefficient θ activates only above 55% PTF merchant participation within a SZH zone, scaling linearly to 0.25 at 90%+ density. v3.1 inflation mechanism: annual costs compound at a configurable rate (0–6%). PTF presence dampens effective inflation (community pricing stability); PTH dampens housing-component inflation. The US Baseline scenario applies 3% annual inflation to reflect historic CPI. Compassionism scenarios default to 0% — the price-stability hypothesis of cooperative essential goods provision.
Step 5 — Recession Model (Population-Level)
v3.1 update: Recessions are modelled as population-level events with 10% annual probability, persisting 2–4 years. v3.3 calibration: incomeMultiplier is now drawn from a beta(5,2) distribution over [0.70, 0.95], yielding a mode of approximately 0.86 (14% income loss) with a realistic tail extending to 0.70 (30% loss). This replaces the v3.1 uniform distribution over [0.65, 0.85], which overstated the frequency of severe recessions relative to NBER post-WWII data.
Step 6 — EDC-Adjusted Gini & BLEI Poverty
Gini reported on extraction-adjusted net wealth: W_net = W_nominal − (EDC × Y × 12). This corrects the standard Gini's blindness to the direction of financial flows. v3.1 addition: BLEI poverty (% of agents with BLEI < 30 days = Crisis+Precarious tier) is tracked and displayed as a theoretically grounded alternative to wealth poverty — a retiree with $24K savings and an $80K pension incorrectly registers as wealth-poor but correctly registers as BLEI-stable. BLEI poverty is the primary poverty indicator in v3.3.
The six BLEI tiers replace binary poverty/non-poverty classification and gate agent advancement probability in the simulation. Tier assignment derives from BLEI score (days of basic living covered). The Flourishing tier threshold of 730 days reflects the capital commitment horizon required for entrepreneurial ventures to become viable without required break-even within the first year. v3.1 tier naming: the top tier (≥730 days) is labelled Flourishing when both CCO and PTF are active — reflecting the maturing generative effects of the full system. Without CCO+PTF, reaching 730+ days represents strong temporal stability but is labelled Comfortable, consistent with BLEI §4.
| Tier | BLEI Range | Characterization | P(Advance) |
|---|---|---|---|
| 0 — Crisis | < 7 days | Survival-mode cognition; zero advancement capacity; immediate intervention required | ≈ 0 |
| 1 — Precarious | 7–30 days | One disruption from crisis; income fully consumed by extraction and basic needs; Lusardi et al. (2011) $2,000-shock vulnerability zone. BLEI poverty = Crisis + Precarious combined. | ≈ 0.02 |
| 2 — Threshold | 30–120 days | BLEI-defined poverty line; limited advancement feasible; positive FBS emerging | 0.08–0.15 |
| 3 — Stable | 120–365 days | One full year covered; measured risk-taking and education investment viable; Carroll (1997) buffer-stock target zone | 0.20–0.35 |
| 4 — Secure | 365–730 days | One to two years covered; creative and entrepreneurial participation feasible within two-year payoff horizon | 0.40–0.60 |
| 5 — Flourishing (or Comfortable without CCO+PTF) | > 730 days | Two-year capital commitment horizon unlocked; ventures without early-stage break-even are viable; extended planning horizon with reduced liquidity-constrained decision-making | 0.65+ |
The v3.1 agent class adds an annual expense system, heterogeneous AI automation risk, negative wealth floor, and PTF dynamic adoption. The corrected agent also separates PTF benefits (cost reduction) from PTH benefits (Acre Equity growth), preventing the double-counting present in earlier versions. The BLEI income buffer uses actual agent wage rather than the wealth/60 proxy. BU_food_eff ($990) is used for BLEI; BU·ε_blended ($2,502) is used for EPPM. v3.3 addition: wage growth stability premium applies diminishing returns above WAGE_MEDIAN_SIU (35 SIU), preventing structural compounding at high wages. The constant ANNUAL_BASE_COST is renamed SIM_COST_SCALE to avoid apparent contradiction with BASE_DAILY_COST.
automation_risk ∈ [0.2, 1.0] drawn uniformly at initialisation — creates heterogeneous inequality under AI displacement (high-risk agents lose wages faster). wealth floor changed from 0 to −$10,000 — allows debt and insolvency dynamics. PTF adoption now dynamic: agents join via economic distress (BLEI < Precarious) or social diffusion at low base rate, not only at initialisation.
The Monte Carlo engine adds the annual expense system, AI automation displacement, negative wealth floor, BLEI poverty tracking, and population-level recession model. The incomeMultiplier field in recession state (renamed from severity) makes the directional meaning unambiguous: 0.86 means agents earn 86% of normal income (14% loss). v3.3: recession severity now drawn from a beta(5,2) distribution over [0.70, 0.95] for NBER-calibrated realism; SIM_COST_SCALE renamed from ANNUAL_BASE_COST; WAGE_MEDIAN_SIU added as diminishing returns reference.
Parameters identified across 10,000+ Monte Carlo simulations as producing strong welfare outcomes. Note on calibration status: values marked under revision were produced under less rigorous simulation versions and are being updated as v3.x matures. An open goal of this work is identifying parameter configurations that deliver best welfare outcomes across all points simultaneously — analogous to a structural engineer ensuring load capacity.
ANNUAL_BASE_COST to avoid apparent contradiction with BASE_DAILY_COST ($68.33/day ≈ $24,941/yr vs. 1,500 SIU simulation scale — different unit systems). Operative quantity: income×12 / SIM_COST_SCALE <1 for baseline agents (cost pressure); >1 for CCO participants (accumulation). under revisionincomeMultiplier now drawn from beta(5,2) distribution over [0.70, 0.95]: mode ≈ 0.86 (14% income loss), tail to 0.70 (30% loss). Calibrated against NBER post-WWII data. Replaces v3.1 Uniform(0.65, 0.85), which overstated severe recession frequency.Results from 10,000 simulation runs under calibrated parameter ranges. BLEI-based metrics are the primary welfare standard; BLEI poverty (% Crisis+Precarious) is the primary poverty indicator in v3.3. These are internally calibrated simulation outcomes under optimal parameters — they represent the design target, not a prediction of outcomes under any specific deployment scenario. BLEI values at Month 0 use γ = 0.12 (entry) and BU food-BU effective value ($990) per the corrected accounting convention. v3.3 calibration changes (wage diminishing returns, beta recession distribution) produce slightly more conservative poverty outcomes than v3.1.
incomeMultiplier (renamed from ambiguous "severity"); (4) negative wealth floor −$10,000 allowing debt/insolvency; (5) PTF dynamic adoption via distress and diffusion; (6) BLEI poverty KPI (% Crisis+Precarious) alongside wealth poverty.
156 parameter sensitivity tests across all key variables. The most important finding: BLEI outcomes remain above Tier 2 Threshold for CCO-PTF participants across all tested parameter combinations at Month 12. Month 0 values use γ = 0.12 (entry) and food BU effective value ($990). Note on sensitivity methodology: the elasticity values below are scenario-comparison estimates from the Monte Carlo analysis — not formal Sobol indices or Latin hypercube results. Formal sensitivity analysis using these methods is a documented future research direction in CONTRIBUTING.md. v3.3 update: the interactive simulation's OAT sensitivity chart now reports results from 11 computed mini-simulations (±20% on 5 parameters, seed 7777), replacing the prior hardcoded illustrative guidance table; these are first-order estimates only and do not capture interaction effects. v3.4 framing note: the OAT sensitivity shown is scenario-comparison from actual mini-runs (±20%, seed 7777), not computed Sobol or Latin hypercube indices. This correctly flags first-order parameter effects but does not quantify interactions. For formal Sobol analysis, use the simulation's CSV export with external Python/R.
1. BLEI Temporal Stability Index — Three-Component Structure
2. Wealth Dynamics with Annual Expense System
3. Heterogeneous AI Automation Displacement
4. FBS-Gated Advancement Probability
5. EDC-Adjusted Gini & BLEI Poverty
6. EPPM and IPBI
7. Wage Growth Diminishing Returns & Recession Distribution (v3.3)
These benchmarks function as internal calibration checks — they confirm the simulation reaches its design targets under optimal parameters. They are not external empirical validation criteria. All benchmarks must be satisfied for a parameter set to be considered fully calibrated for v3.3. The four v3.3 validation suite checks (BU monotonicity, participation threshold, CCO benefit direction, PTF inflation dampening) must all return PASS.
The following limitations are documented as part of the ODD protocol (Grimm et al. 2010) and in the interests of transparent calibration. They identify directions for future model development and should be considered when interpreting simulation outputs.
- No demographic structure. The model does not represent age, retirement, disability, household composition, or life-cycle income profiles. All agents are treated as working-age adults. Age-stratified welfare analysis and retirement dynamics require an extension to the agent class.
- No direct agent-to-agent interaction. All social and economic effects are mediated through zone-level SZH parameters. Peer effects, social learning, and network contagion operate only via PTF adoption diffusion and recession propagation — not via bilateral agent interactions.
- OAT sensitivity only. The computed sensitivity analysis (v3.3) reports one-at-a-time results from 11 mini-simulations. This is first-order only and does not capture parameter interaction effects. Sobol indices or Latin hypercube sampling would provide more complete sensitivity characterization and are a documented future research direction.
- No external deployment validation. All calibration is against real-world analogues (Alaska PFD, CLT networks, Mondragon). No post-deployment data from a Compassionism implementation exists. Simulation outcomes should be treated as design-target projections, not empirical forecasts.
- 20% annual wage floor is a policy assumption. The minimum wage update of
max(income × 0.80, income × (1 + wageGrowth))prevents wage collapse below 80% of prior year. This is a deliberate policy boundary, not an emergent market outcome, and should be re-examined for scenarios modelling institutional failure or extreme automation. - Linear automation displacement model. Automation impact is modelled as a linear wage drag (population_rate × automationRisk) with no task-complexity structure, no new-job creation dynamics, and no occupational transition pathways. The model captures displacement magnitude only, not the labour market reallocation that historically accompanies technology transitions.
- automationRisk uniform distribution (added in v3.4). automationRisk ∈ [0.2, 1.0] is drawn from a uniform distribution. Real automation exposure is highly bimodal and occupation-dependent (Frey & Osborne, 2013; Autor, 2015): low-routine cognitive workers face minimal risk, while high-routine manual/clerical workers face extreme risk. The uniform assumption may understate polarization in High Automation scenarios. Priority calibration refinement in CONTRIBUTING.md.
Complete JSON dataset with v3.3 calibrated parameters. v3.1 additions: annual expense system, wealth floor, heterogeneous AI automation risk, PTF as cost-reduction mechanism, BLEI poverty metric, incomeMultiplier recession field. v3.3 additions: wage diminishing returns, beta(5,2) recession distribution, SIM_COST_SCALE rename, Gini zero-wealth fix, participant stratification, computed OAT sensitivity, validation suite, 50× Monte Carlo CI.
🖥️ Compassionism Framework Simulation v3.4 — Interactive Tool
Browser-based HTML/JavaScript agent-based simulation implementing all five architectures with BLEI-calibrated welfare metrics. v3.3 builds on the v3.1 accuracy improvements (annual expense system, PTF as cost-reduction factor, PTH without double-counting, heterogeneous AI automation risk, multi-year population-level recessions, negative wealth floor, PTF dynamic adoption, BLEI poverty KPI) and adds: wage growth diminishing returns, beta(5,2) recession distribution calibrated to NBER data, parameterized 50× Monte Carlo with 95% CI, CCO participant vs. non-participant stratification, computed OAT sensitivity (11 mini-runs), a four-check validation suite, JSON export, High Automation preset, and ODD protocol documentation. No installation required — runs directly in any modern browser.
The Basic Living Economic Index (BLEI) — Foundation Paper
Full mathematical formalization of BLEI, EDC, EPPM, FBS, CSI, and IPBI including BU purchasing power accounting convention, Appendix A (symbol table), Appendix B (worked numerical example), ε cost pass-through model (§3.3), expanded literature review, and updated references.
Risk Mitigation Framework for CCO-PTH-CIP-SZH Implementation
Comprehensive risk identification and mitigation for the failure modes identified in the BLEI paper: governance capture, participation collapse, ε degradation from network density failure, and Acre Equity liquidity risk.
Optimal Transfer Design in Post-Scarcity Economies
Mathematical proof that CCO-PTF allocation Pareto dominates traditional welfare systems under the BLEI welfare criterion.
Dual Currency Systems and Inflation: CCO's Price Stability Mechanisms
GE analysis of BU-stimulated demand effects on non-PTF market price levels. Addresses the inflationary pressure failure mode and confirms 12% conversion tax sufficiency. PTF and PTH deflationary effects relevant to v3.1 inflation mechanism.
U.S. Real Estate Market Transformation Through PTH Integration
Validates Acre Equity parameter calibration and 20% PTH uptake modeling against US real estate market structure. Primary reference for r_a range selection and CLT analogue grounding.
Executive Summary & Research Index
Complete architectural overview of the Compassionism framework: formal definitions of CCO, PTF, PTH, SZH, and CIP, their interdependencies, and the full 18+ paper research corpus.