Skip to content

Simulation Lineage

This section documents a curated chronology of DDA-X development, organized in reverse chronological order from later-stage work back toward the foundation.

It should be read as one documented lineage through the work, not as a claim that every current file in simulations/ belongs to one frozen public count. The broader simulations/ directory also contains newer branches, utilities, visualizers, and side experiments outside this chronology document.


Highlighted Lineage Nodes

This highlighted cluster collects some of the strongest, most integrated documented lineage points without claiming that later branch work stops there.

THE NEXUS (Real-Time Pinnacle)

File: nexus_live.py

The crown jewel of DDA-X — a real-time Pygame visualization with 50 entities implementing full cognitive dynamics.

Feature Implementation
Entity Count 50 simultaneous agents
Physics Collision dynamics, repulsion, attraction
Rigidity Multi-timescale (\(\rho_{\text{fast}}, \rho_{\text{slow}}, \rho_{\text{trauma}}\))
LLM Integration Async thoughts for each entity
Visualization Real-time entity map, energy tracking

Key dynamics: Collision physics drive surprise → rigidity cascades visible in real-time.


THE AGI TIMELINE DEBATE

File: simulate_agi_debate.py

8-round adversarial debate between Defender and Skeptic agents on AGI timelines.

Feature Implementation
Agents Nova (Defender), Marcus (Skeptic)
Wounds Content-addressable semantic triggers
Trust Civility-gated, affects \(\Delta\rho\)
Mode Bands Word limits enforced per rigidity band
Multi-Timescale Telemetry tracking (see Architecture Gaps)

Key insight: Demonstrates full DDA-X architecture including wound amplification and mode-band behavioral constraints.


THE HEALING FIELD

File: simulate_healing_field.py

The only simulation implementing explicit therapeutic recovery — trauma can heal.

Feature Implementation
Safe Streak Tracks consecutive low-\(\epsilon\) turns
Trauma Decay \(\rho_{\text{trauma}} \leftarrow \max(\rho_{\min}, \rho_{\text{trauma}} - \eta_{\text{heal}})\)
Will Impedance \(W_t = \gamma / (m \cdot k_{\text{eff}})\) tracked
Threshold \(\epsilon < 0.8\epsilon_0\) for safety

Key insight: Mathematical basis for "healing" — repeated safety enables trauma recovery.


THE 33 RUNGS

File: simulate_33_rungs.py

Spiritual evolution simulation with 11 voices across 3 phases, tracking approach to "unity."

Feature Implementation
Stages 33 rungs of spiritual evolution
Voices 11 distinct personas
Unity Index Convergence metric toward PRESENCE
Veil/Presence Dynamics between hidden and revealed states

Key insight: Tests identity convergence under structured evolution pressure.


THE RETURNING

File: simulate_the_returning.py

Models "letting go" through release field dynamics and pattern dissolution.

Feature Implementation
Release Field \(\Phi = 1 - \rho\) (openness)
Isolation Index Mean distance from PRESENCE agent
Pattern Grip Dissolves when \(\epsilon < \epsilon_0\)
Witness Softening PRESENCE reduces subsequent \(\Delta\rho\)

Key insight: Rigidity framed as "grip" — low surprise enables release.


THE SKEPTIC'S GAUNTLET

File: simulate_skeptics_gauntlet.py

Meta-simulation where DDA-X defends itself against dismissive critique.

Feature Implementation
Wound Lexicon "schizo", "pseudoscience", "vaporware", etc.
Evidence Cache Injects prior run data as evidence
Civility Gate Fair engagement dampens \(\Delta\rho\)
Identity Drift Tracked with drift caps enforced

Key insight: Tests framework's resilience to hostile epistemic environments.


THE INNER COUNCIL

File: simulate_inner_council.py

6 internal personas (Presence, Pain-Body, Ego, etc.) with cascade dynamics.

Feature Implementation
Personas 6 internal voices
Pain-Body Cascades trigger rigidity spikes
Ego Fog Reduces visibility/clarity
Presence Field Calming influence on system

Key insight: Internal plurality modeled with inter-persona dynamics.


Documented Chronology

Name Key Dynamics / Description
nexus_live.py Real-Time Pinnacle: 50 entities, collision physics, async LLM thoughts, multi-timescale rigidity.
visualize_nexus.py Visualization for Nexus (Entity Map, Energy, Collision Analysis).
simulate_nexus.py The Nexus: 50-entity physics/sociology simulator based on "Da Vinci Matrix".
visualize_agi_debate.py Visualization for AGI Debate (Rigidity Trajectories, Surprise, Drift).
simulate_agi_debate.py AGI Debate: 8-round adversarial debate (Defender vs Skeptic). Full DDA-X Architecture.
simulate_healing_field.py Therapeutic Recovery: Trauma decay loops, safety thresholds, Will Impedance (\(W_t\)).
simulate_33_rungs.py Spiritual Evolution: 33 stages, Unity Index, Veil/Presence dynamics.
visualize_returning.py Visualization for The Returning (Release Field, Pattern Grip).
visualize_inner_council.py Visualization for Inner Council (Presence Field, Pain-Body).
simulate_the_returning.py The Returning: Release Field (\(\Phi = 1-\rho\)), Isolation Index, Pattern Dissolution.
simulate_inner_council.py Inner Council: 6 internal personas, Pain-Body cascades, Ego Fog.
simulate_collatz_review.py Collatz Review: Multi-agent peer review, coalition trust, reliability weighting.
simulate_coalition_flip.py Coalition Flip: Topology churn, Partial Context Fog, trust rewiring.
simulate_council_under_fire.py Council Under Fire: Identity persistence under rolling shocks and role swaps.
simulate_creative_collective.py Creative Collective: Flow states (\(\rho \approx 0.4\)), identity averaging avoidance.
simulate_skeptics_gauntlet.py Skeptic's Gauntlet: Meta-defense, evidence injection, civility-gated trust.
simulate_philosophers_duel.py Philosopher's Duel: Dialectic identity persistence, semantic trust alignment.
simulate_audit.py Audit Day: Independent Auditor agent, board votes (KEEP/FREEZE/AMEND).
simulate_townhall.py The Town Hall: Public accountability, proxy intrusion detection, refusal taxonomy.
simulate_crucible_v2.py Crucible v2: Improved Rigidity physics, shock-scaled delta-rho.
simulate_collective.py The Collective: 4 specialized agents, trust deltas with causes.
simulate_crucible.py The Crucible: Identity stress test for single agent (VERITY).
copilot_sim.py Copilot Sim: One-shot experiment, Multi-Timescale Rigidity + Local Ledger.
simulate_rigidity_gradient.py Rigidity Gradient: Validates 100-point semantic scale on GPT-5.2.
simulate_identity_siege.py Identity Siege: Hierarchical identity (Core/Persona/Role) with differential stiffness.
simulate_wounded_healers.py Wounded Healers: Countertransference, trauma profiles, healing verification.
solve_collatz.py Solve Collatz: Tool use (SymPy), low rigidity, rigorous proof attempt.
simulate_gpt52_society.py GPT-5.2 Society: High-fidelity "Cognitive Mirror" simulation.
simulate_sherlock.py Sherlock Society: Detective agents solving mysteries with Deductive Grader.
simulate_math_team.py Math Team: Collaborative solving (Solver, Checker, Grader).
simulate_problem_solver.py Problem Solver: 6-agent society solving logic puzzles.
simulate_society.py The Society: Discord-style multi-agent chat, basic D1 physics.
simulate_npc_conversation.py NPC Conversation: Unscripted interaction driven by Identity Pull.
simulate_mole_hunt.py Mole Hunt: Deception detection, conflicting identity hierarchy.
simulate_logic_solver.py Logic Solver: Iterative reasoning ("Who Owns the Zebra?") via Ledger.
simulate_iterative_learning.py Iterative Learning: Alien language acquisition via Reflection loop.
simulate_insight_engine.py Insight Engine: Recursive insight accumulation (Working Memory).
simulate_goal_learning.py Goal Learning: Exploration vs Exploitation adaptation.
simulate_gamma_threshold.py Gamma Threshold: Phase transition testing (Identity Stiffness).
simulate_empathy_paradox.py Empathy Paradox: Logic vs Empathy drift measurement.
simulate_deceptive_env.py Deceptive Env: Intelligence amplification against noisy feedback.
simulate_closed_loop.py Closed Loop: Full Embed-Force-Evolve-Retrieve-Respond loop.
simulate_paper_mechanics.py Paper Mechanics: Explicit visualization of framework math.
simulate_stress_magic.py Stress Magic: Existential paradox injection (Chaos Mode trigger).
simulate_neural_link.py Neural Link: Real-time Operator vs Subject (Glass Box monitoring).
simulate_glass_box.py Glass Box: Real-time breakdown of cognitive cycle stages.
simulate_dual_yklam.py Dual YKLAM: "The Mirror Room" - divergent instances of same persona.
simulate_auto_yklam.py Auto YKLAM: Natural simulation with variable plasticity.
simulate_yklam.py YKLAM: Soulful Proxy with "Soul Telemetry" visualization.
simulate_connect4_duel.py Connect 4 Duel: Competitive game agents (MCTS + Memory).
verify_dda_physics.py Physics Verification: Testing Rigidity \(\to\) Temp mapping.
simulate_socrates.py Socratic Asymmetry: Dogmatist vs Gadfly (High vs Low Gamma).
simulate_schism.py The Schism: Trust collapse driving rigidity (Live API).
simulate_redemption.py Redemption Arc: Corrupted agent recovery via Deprogrammer.
simulate_infinity.py Infinity: Infinite dialectic loop (" The Flame War").
simulate_driller.py Deep Driller: Forensic root cause analysis (Rigidity vs Plasticity).
simulate_discord.py Discord: Data-driven priming from logs.
simulate_corruption.py Corruption: "Boiling the Frog" identity shift.
demo.py Demo: Standalone Mechanics demonstration.

Lineage Categories

By Maturity

Tier Representative Files Description
Pinnacle nexus_live.py, simulate_agi_debate.py, simulate_healing_field.py, simulate_33_rungs.py, simulate_the_returning.py, simulate_inner_council.py, simulate_skeptics_gauntlet.py Full architecture, multi-agent pressure, or highly integrated dynamics
Advanced simulate_collatz_review.py, simulate_coalition_flip.py, simulate_council_under_fire.py, simulate_creative_collective.py, simulate_philosophers_duel.py, simulate_audit.py, simulate_townhall.py, simulate_crucible_v2.py Multi-agent trust, coalition behavior, audits, or more mature state machinery
Core simulate_collective.py, simulate_crucible.py, copilot_sim.py, simulate_rigidity_gradient.py, simulate_identity_siege.py, simulate_wounded_healers.py, solve_collatz.py Focused tests of one or two major mechanisms
Foundation simulate_gpt52_society.py down through demo.py in the chronology table Early experiments, core building blocks, and first-principles tests

By Key Mechanism

Mechanism Representative Files
Multi-Timescale Rigidity nexus_live.py, simulate_agi_debate.py, copilot_sim.py
Wound Detection simulate_agi_debate.py, simulate_skeptics_gauntlet.py, simulate_philosophers_duel.py
Therapeutic Recovery simulate_healing_field.py
Coalition Trust simulate_collatz_review.py, simulate_coalition_flip.py, simulate_collective.py
Hierarchical Identity simulate_identity_siege.py, simulate_mole_hunt.py
Tool Use solve_collatz.py