{"slug": "show-hn-zuse-69x-causal-compression-of-a-period-15-ca-oscillator", "title": "Show HN: ZUSE – 69x causal compression of a period-15 CA oscillator", "summary": "ZUSE Automat Agent v1.11 achieves 69.1x causal compression of a period-15 cellular automaton oscillator, reducing 25 cells over 12 steps to recover defect_state0 in 20/20 trials. The deterministic system discovers empirical laws for elementary cellular automata without language models, using policy-driven world selection and law evaluation.", "body_md": "Deterministic empirical law discovery for elementary cellular automata (ECA).\n\nZUSE Automat Agent runs cellular-automata worlds, applies a fixed observer stack, evaluates seven binary cycle laws, and stores multi-seed evidence in reproducible journals. The discovery loop is policy-driven and deterministic: no language model participates in world selection, law evaluation, scoring, or acceptance.\n\n**Latest: v1.11** - Early causal-cone compression of the T=15 mechanism: 25 cells for 12 steps recover `defect_state0`\n\nin 20/20, a 69.1x reduction.\n\n- v1.11 DOI:\n[10.5281/zenodo.21034813](https://doi.org/10.5281/zenodo.21034813) - v1.10 DOI:\n[10.5281/zenodo.21009303](https://doi.org/10.5281/zenodo.21009303) - v1.9 DOI:\n[10.5281/zenodo.21001633](https://doi.org/10.5281/zenodo.21001633) - v1.8 DOI:\n[10.5281/zenodo.21000646](https://doi.org/10.5281/zenodo.21000646) - v1.7 DOI:\n[10.5281/zenodo.20971738](https://doi.org/10.5281/zenodo.20971738) - v1.6 DOI:\n[10.5281/zenodo.20792051](https://doi.org/10.5281/zenodo.20792051) - v1.5 DOI:\n[10.5281/zenodo.20768585](https://doi.org/10.5281/zenodo.20768585) - v1.4 DOI:\n[10.5281/zenodo.20767477](https://doi.org/10.5281/zenodo.20767477) - v1.3 DOI:\n[10.5281/zenodo.20753499](https://doi.org/10.5281/zenodo.20753499) - v1.2 DOI:\n[10.5281/zenodo.20738025](https://doi.org/10.5281/zenodo.20738025) - v1.1 DOI:\n[10.5281/zenodo.20687470](https://doi.org/10.5281/zenodo.20687470) - v1.0 DOI:\n[10.5281/zenodo.20516375](https://doi.org/10.5281/zenodo.20516375) - v1.11 series DOI:\n[10.5281/zenodo.21034812](https://doi.org/10.5281/zenodo.21034812) - v1.10 series DOI:\n[10.5281/zenodo.21009302](https://doi.org/10.5281/zenodo.21009302) - v1.9 series DOI:\n[10.5281/zenodo.21001632](https://doi.org/10.5281/zenodo.21001632) - v1.8 series DOI:\n[10.5281/zenodo.21000645](https://doi.org/10.5281/zenodo.21000645) - v1.7 series DOI:\n[10.5281/zenodo.20971737](https://doi.org/10.5281/zenodo.20971737) - v1.6 series DOI:\n[10.5281/zenodo.20792050](https://doi.org/10.5281/zenodo.20792050) - v1.5 series DOI:\n[10.5281/zenodo.20768584](https://doi.org/10.5281/zenodo.20768584) - v1.4 series DOI:\n[10.5281/zenodo.20767476](https://doi.org/10.5281/zenodo.20767476) - v1.3 series DOI:\n[10.5281/zenodo.20753498](https://doi.org/10.5281/zenodo.20753498) - Previous-series DOI (v1.2 and earlier):\n[10.5281/zenodo.20738024](https://doi.org/10.5281/zenodo.20738024) - PDF:\n[paper/zuse_preprint.pdf](/conchaestradamiguelangel-droid/zuse-automat-agent/blob/master/paper/zuse_preprint.pdf)\n\n[World taxonomy and law coverage matrix](/conchaestradamiguelangel-droid/zuse-automat-agent/blob/master/outputs/world_taxonomy/law_map.md): formal classification of 20 worlds, seven-law coverage, and measured fragility where available.[Scientific synthesis](/conchaestradamiguelangel-droid/zuse-automat-agent/blob/master/outputs/scientific_synthesis/FINDINGS.md): consolidated findings across world families, law coverage, fragility mechanisms, and open questions.[Physical-tree findings](/conchaestradamiguelangel-droid/zuse-automat-agent/blob/master/outputs/pysr_fase7/FINDINGS.md): meta-analysis of physical metrics that predict law richness.[Fragility report](/conchaestradamiguelangel-droid/zuse-automat-agent/blob/master/outputs/fragility_fase10/fragility_report.md): basin fragility spectrum and observed mechanisms.[Rule 54 noise-gate anatomy](/conchaestradamiguelangel-droid/zuse-automat-agent/blob/master/outputs/rule54_gate_fase13/rule54_gate_report.md): diagnosis of the dedup noise-boundary mechanism.[Local oscillator family sweep](/conchaestradamiguelangel-droid/zuse-automat-agent/blob/master/outputs/local_oscillator_family_fase18/local_oscillator_family_report.md): exhaustive quiescent ECA sweep;`rule_108`\n\nis unique under the current local oscillator protocol.[Periodicity sweep](/conchaestradamiguelangel-droid/zuse-automat-agent/blob/master/outputs/periodicity_fase21/periodic_ic_sweep_report.md): designed periodic ICs validate`periodicidad`\n\nacross ECA.\n\n```\npython -m venv .venv\n.\\.venv\\Scripts\\Activate.ps1\npip install -r requirements.txt\n```\n\nRun a simulation:\n\n```\npython -m zaa simulate --rule 110 --steps 200 --width 256 --out outputs\\rule110\n```\n\nRun a short deterministic discovery loop:\n\n```\npython -m zaa discover --world rule_110 --cycles 5 --journal journal.jsonl\n```\n\nRun the test suite:\n\n```\npython -m unittest discover -s tests\n```\n\nSee [REPRODUCIBILITY.md](/conchaestradamiguelangel-droid/zuse-automat-agent/blob/master/REPRODUCIBILITY.md) for the commands used to regenerate\nthe atlas, fragility reports, oscillator sweeps, and periodicity results.\n\nLarge raw JSONL outputs are not tracked in git when they exceed 1 MB. The corresponding scripts and summary reports are tracked, and the raw files can be regenerated from the commands in the reproducibility guide.\n\n```\nConcha Estrada, M. A. (2026). ZUSE Automat Agent: Empirical Law Discovery in\nElementary Cellular Automata (v1.11). Zenodo.\nhttps://doi.org/10.5281/zenodo.21034813\n```\n\nCode is released under the [MIT License](/conchaestradamiguelangel-droid/zuse-automat-agent/blob/master/LICENSE). The preprint is distributed\nunder Creative Commons Attribution 4.0 International via Zenodo.", "url": "https://wpnews.pro/news/show-hn-zuse-69x-causal-compression-of-a-period-15-ca-oscillator", "canonical_source": "https://github.com/conchaestradamiguelangel-droid/zuse-automat-agent", "published_at": "2026-06-29 13:37:33+00:00", "updated_at": "2026-06-29 13:50:49.451698+00:00", "lang": "en", "topics": ["machine-learning", "ai-research", "ai-tools"], "entities": ["ZUSE Automat Agent", "Zenodo"], "alternates": {"html": "https://wpnews.pro/news/show-hn-zuse-69x-causal-compression-of-a-period-15-ca-oscillator", "markdown": "https://wpnews.pro/news/show-hn-zuse-69x-causal-compression-of-a-period-15-ca-oscillator.md", "text": "https://wpnews.pro/news/show-hn-zuse-69x-causal-compression-of-a-period-15-ca-oscillator.txt", "jsonld": "https://wpnews.pro/news/show-hn-zuse-69x-causal-compression-of-a-period-15-ca-oscillator.jsonld"}}