|
1 | 1 | # Research Timeline |
2 | 2 |
|
| 3 | +This timeline records the substrate-level results and architectural milestones |
| 4 | +that the GeoSync codebase rests on. Numbers are stated as of the last commit |
| 5 | +to this file (see `git log`); when in doubt, re-derive from the source of |
| 6 | +truth shown in the **Source** column. |
| 7 | + |
| 8 | +> Convention: `γ` denotes the metastable-computation scaling exponent |
| 9 | +> hypothesized in this research line. See [`GLOSSARY.md`](./GLOSSARY.md). |
| 10 | +
|
3 | 11 | ## 2022 |
4 | | -- Self-directed computational neuroscience study |
5 | | -- First experiments with neural dynamics simulation |
| 12 | + |
| 13 | +| Milestone | Source | |
| 14 | +| --- | --- | |
| 15 | +| Self-directed computational neuroscience study begins | — | |
| 16 | +| First experiments with neural-dynamics simulation | — | |
6 | 17 |
|
7 | 18 | ## 2023 |
8 | | -- Mycelium-fractal-net (MFN) initial codebase |
9 | | -- gamma observation in BN-Syn spiking network simulations |
10 | | -- GeoSync repository — Kuramoto synchronization + market microstructure |
11 | | -- Adversarial Orchestration methodology formalized |
| 19 | + |
| 20 | +| Milestone | Source | |
| 21 | +| --- | --- | |
| 22 | +| Mycelium-Fractal-Net (MFN) initial codebase | [`src/mycelium_fractal_net/`](../src/mycelium_fractal_net/) | |
| 23 | +| `γ ≈ 1.0` first observed in BN-Syn spiking-network simulations | external repo `BN-Syn` | |
| 24 | +| GeoSync repository created — Kuramoto synchronization × market microstructure | this repo | |
| 25 | +| Adversarial Orchestration methodology formalized | [`METHODOLOGY.md`](./METHODOLOGY.md) | |
12 | 26 |
|
13 | 27 | ## 2024 |
14 | | -- gamma~1.0 hypothesis: metastable computation invariant across substrates |
15 | | -- NFI architecture: ML-SDM, CA1-LAM, BN-Syn, MFN+ |
16 | | -- 6-substrate validation: zebrafish 0.967, Gray-Scott 1.000, Kuramoto 1.081, |
17 | | - BN-Syn 0.959, NFI unified 0.8993, CNS-AI 1.059 (mean 0.994 +/- 0.077) |
18 | | -- NeoSynaptex monorepo |
19 | | -- GeoSync neuromodulation: serotonin ODE, dopamine TD, GABA gate, ECS Lyapunov |
| 28 | + |
| 29 | +| Milestone | Source | |
| 30 | +| --- | --- | |
| 31 | +| `γ ≈ 1.0` hypothesis: metastable computation invariant across substrates | external research notes | |
| 32 | +| NFI architecture defined: ML-SDM, CA1-LAM, BN-Syn, MFN+ | external `NFI` repo | |
| 33 | +| 6-substrate validation, mean γ = 0.994 ± 0.077 (zebrafish 0.967, Gray-Scott 1.000, Kuramoto 1.081, BN-Syn 0.959, NFI unified 0.8993, CNS-AI 1.059) | external substrate logs | |
| 34 | +| NeoSynaptex monorepo created | external `NeoSynaptex` repo | |
| 35 | +| GeoSync neuromodulation layer: serotonin ODE, dopamine TD, GABA gate, ECS Lyapunov | [`src/geosync/`](../src/geosync/) | |
20 | 36 |
|
21 | 37 | ## 2025 |
22 | | -- NeoSynaptex: 232 tests, 13 scientific gaps closed, Protocol 7X |
23 | | -- GeoSync: HPC Active Inference v4, 9759+ tests |
24 | | -- Physics Kernel: 57 invariants, AST-based 7-level validator |
| 38 | + |
| 39 | +| Milestone | Source | |
| 40 | +| --- | --- | |
| 41 | +| NeoSynaptex: 232 tests, 13 scientific gaps closed, Protocol 7X | external `NeoSynaptex` repo | |
| 42 | +| GeoSync: HPC Active Inference v4 | [`src/geosync/`](../src/geosync/) | |
| 43 | +| Physics Kernel formalized: AST-based validator + invariant registry | [`.claude/physics/`](../.claude/physics/) | |
25 | 44 |
|
26 | 45 | ## 2026-Q2 |
27 | | -- Cryptobiosis module (tardigrade-inspired phase-transition survival) |
28 | | -- Ontology of Gradient (INV-YV1) |
29 | | -- GeoSync v0.1.0 public release candidate |
| 46 | + |
| 47 | +| Milestone | Source | |
| 48 | +| --- | --- | |
| 49 | +| Cryptobiosis module (tardigrade-inspired phase-transition survival) | [`.claude/physics/CRYPTOBIOSIS_THEORY.md`](../.claude/physics/CRYPTOBIOSIS_THEORY.md) | |
| 50 | +| Ontology of Gradient — invariant `INV-YV1` | [`.claude/physics/INVARIANTS.yaml`](../.claude/physics/INVARIANTS.yaml) | |
| 51 | +| GeoSync v0.1.0 public release candidate | repository tag | |
| 52 | +| Physics Kernel: **60 invariants** across 16 categories (40 P0 / 17 P1 / 3 P2) | derived from [`.claude/physics/INVARIANTS.yaml`](../.claude/physics/INVARIANTS.yaml) | |
| 53 | +| Parallel `physics_contracts/` law catalog: **26 module-anchored laws** | [`physics_contracts/catalog.yaml`](../physics_contracts/catalog.yaml) | |
| 54 | +| pytest suite size on `main`: ≈8.8k test functions across 844 files | derive via `grep -rh "^def test_" tests/ \| wc -l` | |
| 55 | + |
| 56 | +## How to update this file |
| 57 | + |
| 58 | +1. State the milestone in one line. |
| 59 | +2. Cite a source the reader can open today. |
| 60 | +3. If the milestone is a numeric claim, name the script that re-derives it, |
| 61 | + not the value. Numbers drift; commands stay valid until the schema changes. |
| 62 | +4. Any change to the substrate-validation block (2024) must be co-signed by a |
| 63 | + commit that also updates the underlying logs in the originating repo. |
0 commit comments