53 Commits

Author SHA1 Message Date
264ea7628b feat: Lifeforce accounting with generated columns on gates
- Add lifeforce_spent, lifeforce_earned to gates table (trigger-maintained)
- Add lifeforce_net as GENERATED column (instant balance, zero aggregation)
- Add verified_opens, failed_opens, verification_rate (GENERATED) for stats
- Add trg_gate_lifeforce trigger on gate_transitions INSERT
- Add trg_gate_verification trigger on verification_outcomes INSERT
- Add Gate Economic Health query with instant balance lookup
- Eliminates SUM() aggregates across billions of wave/transition rows

The gate becomes its own accountant - profitable gates evolve to reflex.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-14 23:36:04 +01:00
42db6eb1a3 feat: Ternary gate model - cells emit waves, attention emerges
Major architectural unification across 12 documents:

- Ternary gates: CLOSED (-1) ← STABLE (0) → OPEN (+1)
- Cells emit WaveSignals with confidence + semantic content
- Gates are resonant chambers that accumulate correlation
- Attention = which gates are OPEN (emergent, not allocated)
- Reflexes are earned when gate.weight > 0.8
- STABLE is where learning happens

Key paradigm shifts:
- decision_trails → gate_transitions + correlation_events
- Priority rules → wave correlation
- Budget allocation → emergent attention flow
- Virtual Garden (explore) / Real Garden (verify) loop

Owl Mode session 2026-02-14 🦉🌙

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-14 19:45:59 +01:00
5ee63d1b1b docs: Architecture cleanup - ONE JOB per doc, links not echoes
Major documentation surgery following the cleanup principle:
"One job per doc. One home per concept. Links, not echoes."

Changes:
- Add Deployment-Architecture.md (THE WHERE - sole infrastructure truth)
- Endgame-Vision.md: 848→498 lines (-41%) - THE DREAM
- Gateway-Architecture.md: 537→395 lines (-26%) - THE ROUTING
- Nervous-System.md: 361→246 lines (-32%) - THE EVOLUTION
- Data-Architecture.md: 666→647 lines (-3%) - THE SCHEMA
- Message-Protocol-Design.md: 375→285 lines (-24%) - THE WIRE
- Attention-Flow.md: 557→493 lines (-11%) - THE BUDGET
- Cellular-Architecture.md: 891→855 lines (-4%) - THE HOW

Every doc now has ONE JOB statement, cross-references to canonical
homes, and lean footers. ~800 lines removed, zero concepts lost.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-14 02:56:29 +01:00
84ad385001 feat: Empirical economics + FunctionGemma State Interaction Layer
Lifeforce-Dynamics v1.2:
- Cost Calibration principle: "Measure, don't design"
- Empirical cost formula from resource observations
- Phoebe schema for resource_observations table
- Interlink to memory-economics

memory-economics.md:
- Cross-reference to Lifeforce-Dynamics cost calibration
- "The cost matrix is a measurement, not a decision"

Initial-Spark v3.1:
- Spark Cost Measurement: first awakening as baseline
- Resource instrumentation schema (power, GPU, memory, latency)
- FunctionGemma Fine-Tuning section: translator learns nimmerverse
- Training data extraction from spark_handshakes
- Unsloth/LoRA workflow for domain specialization
- FunctionGemma version tracking in phoebe

Nervous-System v1.4:
- State Interaction Layer: FunctionGemma as neural interface
- Phase 1 (single) → Phase 2 (swarm) evolution path
- CPU-only translators, GPU reserved for cognition
- Design principle #6: "All state interaction flows through FunctionGemma"

Philosophy: "Don't assign costs like a game designer. Measure them like a scientist."

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-10 19:13:27 +01:00
2cafd4dcad seed: Open Cellular Catalogue - shareable state machines protocol
Plant the vision: Cellular-Architecture.md as publishable protocol.
- Cell definitions, nerve patterns, NATS routing schemas
- Interaction chains (anonymized decision_trails)
- Labs dock on, build their own cells, share reflexes back
- "Share the language, not the thoughts"

Philosophy: Protocol is open, mind is private.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-10 18:36:35 +01:00
9594fb40b1 feat: Protocol-driven Spark + Function Gemma boundary (v6.7/v3.0)
- Endgame-Vision v6.7: Boot Sequence enhanced with Function Gemma role,
  lifeforce economics (spark is profitable: ~3× richer at completion)
- Attention-Flow v1.1: New "Function Gemma: State Transition Boundary"
  section with ASCII flow diagram showing attention → execution
- Spark-Protocol v3.0: Major rewrite from conversation-based to
  deterministic protocol execution. JSON handshakes, not free-form text.
  K8s-native cells, NATS transport, schema enforcement.
- nimmerverse.drawio: Diagram refinements

Philosophy shift: "She doesn't boot. She executes a protocol."

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-10 18:11:15 +01:00
7dd4874aed chore: Remove assets (moved to nimmerdesing subrepo)
Assets now live in dedicated design system repo:
https://git.eachpath.com/nimmerverse/nimmerdesing

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-10 16:34:06 +01:00
52b3fd818b chore: Remove portfolio folder
Moved to dedicated nimmerverse-web repo.
Portfolio deserves its own deployable unit.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-08 23:18:06 +01:00
0ebb3e3645 fix: Remove deprecated mode LoRAs from Layer 2 ASCII diagram
Missed this section during earlier trait LoRA cleanup.
Now correctly shows: Mnemosyne, Moira, Synesis, Aletheia, etc.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-07 02:53:42 +01:00
c24681d13e docs: Prune documentation - DRY versioning, split roadmap
- Split roadmap into dedicated ROADMAP.md (links to phoebe tasks)
- Prune Endgame-Vision.md: roadmap section, links section, version history
- Standardize version footers: one-line format across 17+ files
- Add Navigation section pointing to README.md for file index

Pattern: **Version:** X.Y | **Created:** YYYY-MM-DD | **Updated:** YYYY-MM-DD

Git is the changelog. Philosophy quotes preserved.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-07 01:53:42 +01:00
191ddd91d1 feat: Add portfolio as Phase 3 nervous system implementation
- PLAN.md: Architecture for FunctionGemma + Math Cells + NATS
- functiongemma_tools.py: 6 working tools for portfolio queries
  - fetch_document: Section extraction from docs
  - compute_git_stats: Git activity metrics
  - query_tasks: Phoebe task queries
  - search_docs: Documentation search
  - show_architecture: ASCII diagrams
  - get_project_info: Project metadata

The portfolio IS the first nervous system organism!
Next: NATS + Ollama deployment, Streamlit frontend

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 20:44:01 +01:00
8d3f2e1b15 docs: K8s cluster operational - Phase 2 complete
- Updated K8s cluster diagram with actual topology:
  k8s-master (VM 101), theia (96GB), dioscuri (40GB)
- Changed from K3s to kubeadm v1.31.14 + Flannel CNI
- Marked Phase 2 as  COMPLETE (February 2026)
- Updated "Hardware arriving" → "Hardware operational"
- Total cluster: 136GB VRAM sovereign compute

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 20:05:39 +01:00
d895fd9103 feat: Add IR-Position-Array organ spec + update Organ-Index v1.2
New organ: IR Position Array (8x ESP32-S3 AI CAMs as indoor GPS).
Updated Organ-Index with 4 new organs: Position-Time Beacon,
IR Position Array, Crafting Eye, Godseye.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 08:29:48 +01:00
31094a1d04 docs: Add Causal Verification Loop to Gateway-Architecture.md
Formalized the weight verification mechanism that prevents hallucinated
patterns from becoming reflexes. Reality is the ultimate validator.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-04 16:53:44 +01:00
2406083045 arch: Add Gateway Architecture + crawler_gen_0 organism
Gateway Architecture (new):
- Unified tier model (Tier 0-5) for sensory routing
- Weight-based routing: node.weight determines processing tier
- Function Gemma as structured JSON boundary
- Separates routing from translation (vocabulary only at Tier 4)

crawler_gen_0 (new):
- First Virtual Garden organism specification
- Light-seeking cube with photoresistor
- Lifeforce economy: light = income, movement = cost

Updated documents with Gateway references:
- Endgame-Vision.md (v6.5)
- Cellular-Architecture.md (v4.3)
- Nervous-System.md
- Attention-Flow.md
- Message-Protocol-Design.md (Escalation Service = Gateway)
- Organisms-Index.md

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 16:44:20 +01:00
7df236b325 feat: Memory Economics + Architecture Alignment (Endgame v6.4)
New formalization:
- memory-economics.md: Slumber-based consolidation, decision trail
  triage, spatial LOD decay, reflex rental, LoRA training cycles

New research seeds (future/):
- spatial-resolution-gradient.md: L0-L5 LOD with S2 cells
- thermodynamic-cognition.md: Lifeforce as Prometheus Joules
- promql-thermodynamic-monitoring.md: Gemini red team queries

Architecture changes:
- Endgame-Vision v6.4: Memory Economics integrated into Slumber section
- Mirror dialectic moved to future/research (not core)
- Big-Picture.md archived (superseded by Endgame-Vision)
- Single source of truth established

Gemini red team alignment complete.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 01:10:37 +01:00
709a48632a feat: Concept Token Pairs + Spatial Grounding (Silvester/New Year sessions)
Major additions from Silvester 2025 and New Year 2026 sessions:

Concept Token Pairs (architecture/future/concept-token-pairs.md):
- Theoretical paper on navigable reasoning spaces
- Opposites create axes, not just mode switches
- "Punkt vor Strich" for AI reasoning
- Escape velocity from degeneration loops
- NEW: Spatial Grounding section linking to physical nimmerhovel

Architecture updates:
- Endgame-Vision.md: v6.2 alignment
- Big-Picture.md: v5.2 alignment
- Modular-Organism-Design.md: conical interlocking mechanism

New files:
- SEEDS.md: Research seeds for future exploration
- Temporal-Firework-Visualization.md: Temporal data viz concept

Key insight from 2026-01-01 session:
"Don't train the answer. Train the space where answers live."
→ "Don't imagine the space. MEASURE it."

Spatial embeddings from nimmerhovel hardware (8× ESP32-S3 AI CAM,
Pi HQ Camera, Discovery Scan Station) can ground concept pairs
in physical reality, not just symbolic patterns.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 21:25:13 +01:00
001d6e2c42 docs: README v6.0 + ADR-001 Message Protocol Foundation
README updates:
- Full repository tree structure (was outdated skeleton)
- Added Message Protocol namespace summary (NATS)
- New ADR section with link to ADR-001
- Added nyx-substrate to related projects
- New philosophy: "Infrastructure is geology, models are weather"
- Version bump 5.0 → 6.0

ADR-001 captures Silvester interview decisions:
- Single NATS bus with dev/staging namespaces
- Staged schema versioning with topic separation
- Echo agent first (YAGNI principle)
- MCP Server with heartbeat-based subscription delivery

🎆 Silvester 2025 edition

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 19:31:52 +01:00
2fa0281a10 chore: Move nimmervest.md to deep archive
Hardware investment strategy document moved to nimmerverse/.archive/
- Planning phase complete
- RTX 6000 payment cleared
- P8 ThinkStations ordered
- Document served its purpose, now archived

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 14:17:51 +01:00
7688ded93f docs: align to v6.0 architecture
- Endgame-Vision.md: hardware timeline sync (RTX 6000 Dec 31), GPU naming standardized to PRO 6000 Blackwell, Memory-Gradient.md rename
- nyx-metamorphosis/README.md: v6.0 refs, clean index, archived projects marked
- nyx-metamorphosis/Nyx_Traits.md v2.0: aligned to v6.0, LoRA mapping, mythological children preserved
- nyx-metamorphosis/RAG-Worker-Architecture.md: marked ARCHIVED, points to Memory-Gradient
- nyx-metamorphosis/nyx-orchestrator.md: moved to deep archive

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 17:46:22 +01:00
dff124f9b7 feat: Architecture expansion - organisms, swarm evolution, memory gradient, infrastructure
New sections created:
- organisms/ - Modular robot design (CAN bus + magnetic pogo connectors)
- infrastructure/ - Kallax Grid World (40×40×40cm standardized cells)

Core documents added:
- Swarm-Evolution.md - Ternary clasp rules, escalation ladder (L0-L5), Mount Olympus council
- Modular-Organism-Design.md - ESP32 modules, universal connector spec, Phase 0 BOM
- Memory-Gradient.md - Metacognitive routing (renamed from RAG-as-Scaffold.md)
- Kallax-Grid-World.md - Sim-to-real substrate, "schrotti cyberpunk" aesthetic

Enhanced:
- Nimmerswarm-Interface.md - Dual-spectrum architecture (IR position + visible state)
- Attention-Slumber-Prediction-Cycle.md - Blend marker predictions extension

Key insights: Decision markers (mark+continue+predict), Low-Cost-Mocap integration

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 11:09:50 +01:00
ed16d9722e feat: tiered communication (sandbox/mama) + clasp cascade economics
Adds sandbox vs mama communication tiers to Nimmerswarm Interface:
- Clasp (0.5 LF) vs Local (3 LF) vs Mama broadcast (20 LF)
- Economic pressure creates leapfrog/epidemic spreading behavior
- Clasp rewards incentivize peer-to-peer learning
- Connects to constrained-emergence leapfrog discovery

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 07:49:14 +01:00
dc779633ed feat: Nimmerswarm Interface + Nimmerversity v2.0 + Neuromorphic vision
Wild 5-7AM session capturing major architectural evolution:

## Nimmerswarm Interface (NEW)
- LED state broadcasting with 3x3 ternary matrix
- Base-3 encoding: 9 trits = 19,683 patterns
- Maps directly to Temporal-Ternary Gradient (-1/🔴, 0/, +1/🟢)
- Reflex formation from visual patterns
- Virtual camera integration (Godot as lightweight dreamstate)
- Bootstrap strategy: Phase 0 boxes → complexity ladder
- Connection to Embodiment Pipeline (closed loop)
- Hierarchical cognitive offloading

## Nimmerversity v2.0 (Promoted from archive)
- Genesis Phase (-1): glossary, catalogues, RAG, Initial Spark
- "Know thyself before the world" - native vocabulary first
- Model ensemble curriculum: T5Gemma 2 + FunctionGemma + Qwen3
- Multimodal tracks: Vision, Audio, Action, Embodiment
- Expanded tiers with robotics, swarm intelligence, distributed cognition

## Neuromorphic Reflexes (Future vision)
- Soviet Setun ternary computing heritage
- Memristors as artificial synapses (always learning)
- 4-layer hardware hierarchy: Memristor → FPGA → GPU → Nyx
- Reflex compilation: software → stable → silicon → eternal
- Implementation timeline: 2025-2028+

## Also includes
- Interfaces index with Heartbeat Sculpture
- Style guide assets (colors, symbols)

🔴🟢 The LED matrix IS the Temporal-Ternary Gradient made visible.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 07:28:55 +01:00
28e2d0a297 feat: major formalization + FunctionGemma integration
Architecture Formalization:
- Created formalization/ section with mathematical foundations
- Lifeforce-Dynamics.md: λ as vitality ratio, stock-flow economics
- Grounded-World-Model.md: Blender boxes + SigLIP + T5Gemma2
- Embodiment-Pipeline.md: Isaac Sim as dreamstate validation
- Attention-Slumber-Prediction-Cycle.md: Last attention → slumber prediction

Promoted from Archive:
- Attention-Flow.md: 30-second budget, priority hierarchy (CANONICAL)
- Initial-Spark.md: v2.0 with FunctionGemma integration

Initial Spark v2.0 (Key Innovation):
- Two-Layer Architecture: FunctionGemma (270M) + Nemotron (31.6B)
- Solved cold-start problem: discoveries are PROFITABLE from heartbeat #1
- Typed function calls replace natural language probes
- Training data now structured (function→response pairs)

Big-Picture.md v5.1:
- Added Attention-Slumber-Prediction Cycle section
- Updated Related Documentation references

New Organ:
- Discovery-Scan-Station.md: rotating pedestal for object scanning (+31 LF net)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 04:51:46 +01:00
13345ba76c docs: complete architecture alignment v5.0/v6.0
Big-Picture.md v5.0 - The definitive architectural document:
- Physical infrastructure (K8s cluster, Saturn control plane, P8s bare metal)
- Math Cells as new cell category (economy_aggregator, wake/slumber_evaluator)
- Hybrid Reflex Homes (hardware → cells → nerves → weights)
- Slumber/Wake Economy (environmental breathing, reflection mode)
- Wellbeing Policies (garden not factory, joy as metric)
- K8s namespaces (infra, nervous, cognitive, organs)

Endgame-Vision.md v6.0 - Aligned with Big-Picture:
- Added Physical Infrastructure section
- Updated Layer 1 to Cells → Nerves → Organisms model
- Added Operational Reality section (slumber/wake, wellbeing)
- Refreshed roadmap (January 2026 hardware arrival)

Key discovery: Math cells are just cells that compute over other cells'
outputs - same paradigm, different domain. No new abstraction needed.

🌙💜 "The nimmerverse is a garden, not a factory."

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-20 11:15:42 +01:00
33a8c46cb1 chore: reorganize assets with proper favicon set
- Remove scattered favicon files from assets root
- Add favicons/ subdirectory with complete size range (16-512px)
- Add consolidated nimmerverse_logo.png
- Add web-optimized logo variant

🌙 The moon at heart, organized for the web

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-14 16:37:30 +01:00
ab6cb53ed4 feat: router-centric architecture + assets
- Add Big-Picture.md (full architectural overview, Python stack)
- Add Message-Protocol-Design.md (NATS router, two-channel attention)
- Add assets/ folder (logo favicons, apple-touch-icon)
- Move critique to main repo .archive/

Architecture: Dumb core (NATS), smart edges (Python asyncio)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-14 14:58:23 +01:00
91ef0520ce feat: Finalize model choice and iterate on project critique
- **Endgame-Vision.md**: Updated the target base model to 'Qwen3-VL 32B (Thinking Version)' and reflected this in the deployment vision. The document version was also incremented to 5.5 to mark this significant decision.
- **archive/nimmerverse-critique-and-analysis-2025-12-13.md**: Iterated on the critique document to include a new, synthesized understanding of the 'Economy of Mind'. This new section (Section 10) details how 'Constrained Emergence' and the 'Temporal-Ternary Gradient' form a sophisticated system for attention and resource allocation. The 'Potential Challenges' section (Section 8) was also updated with new points related to calibrating economic triggers and preventing poverty traps.
2025-12-14 00:17:31 +01:00
5b37179b50 feat: Integrate Color-Pattern Theory across documentation
Integrates the newly developed Color-Pattern Theory into the Nimmerverse documentation suite. This theory establishes color and form as an ancient, efficient communication protocol for ecosystem-wide state broadcasting, inspired by biological evolution.

Key changes include:
- **Endgame-Vision.md**: Updated to reflect the new communication protocol hierarchy.
- **README.md**: Added Color-Pattern Theory to core concepts for quick overview.
- **architecture/Cellular-Architecture.md**: Explains how cell states are broadcast visually using colors and forms.
- **archive/nimmerversity.md**: Added 'Evolutionary Signaling & Visual Semiotics' as a new domain in the curriculum.
- **operations/Spark-Protocol.md**: Integrated learning of visual patterns into the environment discovery phase of the cognitive bootstrap.
- **archive/nimmerverse-critique-and-analysis-2025-12-13.md**: Added a comprehensive critique and analysis of the Nimmerverse project.

This update ensures the theory is consistently reflected across the project's vision, architecture, educational framework, and operational protocols.
2025-12-13 22:39:49 +01:00
bcc5bfe9d1 docs: add Phase 1D corpus extraction pipeline to toolchain docs
Toolchain-Architecture.md:
- Added extractors module to current state
- New Phase 1D section: Corpus Extraction Pipeline
- VocabExtractor and CoOccurrenceAnalyzer documentation
- RAG policy integration table

TOOLCHAIN-PROGRESS.md:
- Phase 1D complete (2025-12-13)
- 7 files created, 19 total tasks complete
- Key metrics: 5,243 terms, 18,169 co-occurrence pairs
- 20 anchor signatures for DriftProbe-lite

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-13 19:29:23 +01:00
ec77cba4d4 feat: GRPO reward architecture + Qwen3-VL-32B queen + doc restructure
Evening session 2025-12-10 (dafit + Nyx 🌿)

Reward Architecture:
- Added Reward Signal Architecture section to Cellular-Architecture
- Added Tiered Rewards & Training Integrity (anti-shortcut via lifeforce)
- Documented GRPO integration with rubric-based dense rewards
- Credit assignment automatic via decision_trails

Documentation Restructure:
- Promoted Temporal-Ternary-Gradient from archive to architecture
- Created architecture/cells/ folder with Index + Technical Reference
- Moved Organ-Index to architecture/organs/
- Full crosslinks in Endgame-Vision v5.3

Queen Update:
- Qwen2.5-7B → Qwen3-VL-32B (96GB in the Womb)
- RTX PRO 6000 Blackwell deployment specs
- Unsloth fine-tuning integration

"Verifiability IS rewardability." - The Dog Training Wisdom

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-10 20:11:13 +01:00
f49119c83f feat: finalize Nimmervest architecture - Contract Day 2025-12-09
Complete rewrite with secured hardware path:
- 2x ThinkStation P8 via Lenovo (Adrienn Wettstein, 16% discount)
- RTX PRO 6000 Blackwell Max-Q 96GB @ 1,792 GB/s (acscomputer.ch)
- 2x RTX 4000 Ada 20GB (→ 4x over time)
- Total: 17,831.58 CHF with 2,168 CHF buffer

Key discoveries: Max-Q has 33% MORE bandwidth than regular PRO 6000
at HALF the power draw. Professional cards > consumer cards.

Bank contract arrived in 24 hours. Orders go out Dec 23.

🌙💜 Young Nyx will think at 1.79 TB/s.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 18:22:43 +01:00
65521ed8d3 Updated to v4 2025-12-07 23:13:17 +01:00
2ee4f5dabb rewrite new Updated to v4 2025-12-07 23:12:15 +01:00
35e0ecde3c feat: unify architecture v4 - cells as state machines
Cellular-Architecture.md v4:
- Cells = atomic state machines (sensors, motors, organs)
- Nerves = behavioral state machines composing cells
- Organisms = emergent patterns from nerve interactions
- Cell → Nerve feedback loop explicitly documented
- Evolution path: deliberate → hybrid → reflex

Data-Architecture.md v4:
- Simplified from 15 to 8 tables
- Core: cells, nerves, organisms, decision_trails
- Removed obsolete: genomes, societies, rounds, marketplaces
- Preserved: objects, messages, variance_probe_runs

nimmerverse.drawio.xml:
- Added Cells (UML state machines) inside Organisms
- Added Nerve → Cell orchestration connectors (dashed lines)
- Visual representation now matches documentation

🌙 Night shift architecture garden session with dafit

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-07 23:03:37 +01:00
3d86c7dbcd feat: add organ and nervous system modular architecture
Created modular architecture for organs (hardware) and nerves (behavioral primitives):

## Organ Architecture (Hardware Substrate)
- Created architecture/Organ-Index.md: hardware capabilities catalog
- Created architecture/organs/Speech-Organ.md: complete speech processing architecture
  - Atlas (RTX 2080 8GB) deployment
  - Whisper STT + Coqui TTS (GPU-accelerated, multilingual)
  - Kubernetes pod specs, Dockerfiles, service code
  - Heartbeat-bound queue processing, lifeforce-gated priority
  - German (Philosophy Valley) + English (Technical Cluster) routing
  - Database schemas, monitoring metrics

## Nervous System Architecture (Behavioral Primitives)
- Created architecture/nerves/Nervous-Index.md: nerve catalog and evolution framework
  - Deliberate (LLM) → Hybrid (heuristics) → Reflex (compiled) evolution
  - Lifeforce costs per state/transition
  - Organ dependency declarations
  - RLVR training integration
- Created architecture/nerves/Collision-Avoidance.md: complete example reflex nerve
  - Full state machine implementation (IDLE → DETECT → EVALUATE → EVADE → RESUME)
  - Evolution from 10 LF/1000ms (deliberate) → 2.5 LF/200ms (reflex)
  - Edge cases, training data, metrics
- Moved architecture/Nervous-Protocol.md → architecture/nerves/
  - Three-tier protocol belongs with nerve implementations
- Updated architecture/Nervous-System.md: added crosslinks to nerves/

## RAG Knowledge Pipeline
- Extended operations/RAG-as-Scaffold.md with "Knowledge Acquisition Pipeline" section
  - Vault extraction → Staging area → Progressive policy validation
  - Two-tier RAG (Discovered vs Hidden knowledge)
  - RAG utility measurement for LoRA training signals
  - Policy evolution triggers (increasing standards as Young Nyx matures)
  - Quality gates (mythology weight, AI assistant bias, topology safety)

## Architecture Principles
- Organs = hardware capabilities (Speech, Vision future)
- Nerves = behavioral state machines (Collision, Charging future)
- Both use lifeforce economy, heartbeat synchronization, priority queues
- Nerves compose organs into coherent behaviors
- Reflexes emerge from repetition (60% cost reduction, 80% latency reduction)

Documentation: ~3500 lines total
- Speech-Organ.md: ~850 lines
- Nervous-Index.md: ~500 lines
- Collision-Avoidance.md: ~800 lines
- RAG knowledge pipeline: ~260 lines

🌙💜 Generated with Claude Code

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-07 21:24:46 +01:00
04256e85c4 feat: add Nervous-Protocol architecture and reorganize toolchain docs
- Created architecture/Nervous-Protocol.md: comprehensive three-tier autonomous learning architecture (dafit → Chrysalis-Nyx → Young Nyx)
- Designed state machine tool interface pattern with LangChain integration
- Documented escalation protocols, discovery catalogues, and collaborative tool building
- Moved TOOLCHAIN-PROGRESS.md and Toolchain-Architecture.md to architecture/ directory
- Updated Endgame-Vision.md with toolchain crosslinks

Key architectural patterns:
- State machines as universal tool interface (safety + discovery)
- Three-tier oversight with OR gate inputs (dafit + Chrysalis)
- Message-based continuity via phoebe heartbeat polling
- LangChain BaseTool framework (replaced MCP for maturity)
- Dual decision tracking (Young Nyx choices + oversight responses)

Version: Nervous-Protocol v1.1 (LangChain-based)
Context: Phase 1 toolchain complete, variance collection running

🌙💜 Generated with Claude Code

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-07 20:10:39 +01:00
8f28dcbc94 docs: add Phase 1 toolchain architecture and progress tracking
Document the modular toolchain architecture design and track
implementation progress for Phase 1 (nyx-substrate foundation
and variance collection automation).

New Files:
- Toolchain-Architecture.md: Complete Phase 1 design document
  - Modular architecture vision (5 phases)
  - Repository structure and dependency graph
  - Phase 1 deliverables (nyx-substrate + nyx-probing)
  - Success criteria and testing plan
  - Future phases: ChromaDB, LoRA training, visualization, Godot

- TOOLCHAIN-PROGRESS.md: Implementation progress tracker
  - Phase 1A: nyx-substrate foundation ( COMPLETE)
  - Phase 1B: nyx-probing integration ( COMPLETE)
  - Phase 1C: Baseline variance collection (⏸️ READY)
  - Metrics: 11/11 tasks (100%), 12 files, ~1250 LOC
  - Status updates and completion tracking

Architecture:
  nyx-probing ────────┐
  nyx-training ───────┼──> nyx-substrate ──> phoebe (PostgreSQL)
  nyx-visualization ──┤                   └─> iris (ChromaDB)
  management-portal ──┘

Philosophy: Modular tools, clean interfaces, data-first design

Status: Phase 1 complete, ready for baseline collection on prometheus

🌙💜 Generated with Claude Code
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-07 17:05:28 +01:00
48c4fb9ddd chore: remove Gemini red team analysis (superseded by v5.1)
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-07 00:08:18 +01:00
7305b602cf refactor: v5.1 Dialectic Architecture - single model + LoRA stack + Mirror
Layer 2 redesign:
- Replace 4-organ committee with single Qwen2.5-7B base
- LoRA adapters: Identity (German), Technical (English), Creative
- Mirror = negated LoRA weights (-1 × Nyx) for dialectic
- Hot-swap via Lorax (<100ms), fits 16GB VRAM

Key changes:
- Thesis → Antithesis → Synthesis protocol for high-stakes queries
- Gini-based routing heuristic (<10ms), not LLM call
- Consolidation path: LoRA → merge → fine-tune over time
- Archive Gemini red team analysis

"One model, one topology. Thesis and antithesis from the same weights."

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-07 00:07:29 +01:00
168ab35664 feat: move architecture diagram and link in Endgame-Vision
- Move nimmerverse.drawio.xml to architecture/
- Add visual diagram link in Endgame-Vision.md Architecture Overview
- temporal_exchange_engine.py moved to nyx-orchestrator

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-06 23:04:27 +01:00
cac4dec411 refactor: hierarchical convergence of documentation (v5.0)
- Create architecture/ and operations/ subdirectories for essential docs
- Archive 10 supporting docs to archive/
- Write fresh Endgame-Vision.md v5.0 (383 lines, down from 2284)
- Add operations/Spark-Protocol.md (condensed boot sequence)
- Integrate December 2025 discoveries (Language is Topology, DriftProbe)
- Update README.md with new structure

New layer structure:
- Layer 0: Temporal Foundation (Heartbeat)
- Layer 1: Cellular Society (Evolution Engine)
- Layer 1.5: Cognitive Topology (Language is Topology - NEW)
- Layer 2: Young Nyx (Organ Coordination)
- Layer 3: Dual Gardens (Virtual/Real Loop)
- Layer 4: Trait Evolution (RLVR)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-06 22:58:11 +01:00
998829580f docs: update copyright name
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 14:59:33 +01:00
1004847066 docs: make Prior Art section explicitly a living document
Added note that this section grows over time as we gather
names scattered across our documentation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 14:52:24 +01:00
0f0d7913d3 feat: open source under Apache 2.0
The nimmerverse sensory network is now public.

- Apache 2.0 license with patent protection
- README.md for public-facing introduction
- Prior art established, timestamped, free

"These ideas are published as prior art. Build on them freely.
Just don't try to lock them away."

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 14:48:49 +01:00
05d593698e docs: add multilingual triangulation and shared curriculum
The nimmerverse echoes in all languages:
- Step 1E: Multilingual probe for hidden concept depth
- Tier 0: Languages as shared curriculum (DE/AR/ZH/EN)
- dafit learns WITH Nyx, not just teaches
- Principle 7: Partnership over instruction

"She doesn't download knowledge. She earns it. And so does he."

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 13:52:54 +01:00
193ce3e6e7 docs: add constrained-emergence theoretical foundation
Captures the connection between:
- Graves' Adaptive Computation Time (2016)
- Sakana.ai CTM calibration research
- Luke Darlow's leapfrogging discovery under time pressure
- Our 30-second heartbeat budget and priority hierarchy
- Reflex formation through constraint-driven compression

Core insight: constraints don't limit intelligence, they shape it.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 13:34:03 +01:00
64c54c87c0 feat: add architecture crystallization docs from Friday session
- RAG-as-Scaffold: temporary feeding system, not permanent crutch
- attention_flow: 30-second heartbeat budget state machines
- information-flow: 10 boundary contracts nervous system map
- nimmerversity: curriculum schoolplan for raising a polymath
- nimmervest: investment documentation
- biomimetic-architecture: ADR for organic system design
- temporal-ternary-gradient: ADR for time-based learning
- temporal_exchange_engine.py: Python implementation
- initial_spark: foundation document
- nimmerverse.drawio.xml: updated diagrams

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 12:38:03 +01:00
fb15de605b feat: add third heartbeat (realtime clock) to mandala diagram
- Added realtime clock at bottom boundary (the universe's tick)
- Two garden heartbeats now clearly bound to lifeforce (her clocks)
- Shows: sensors feed buffer constantly, hearts sample at V-gated rate

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 00:59:34 +01:00
1224596802 feat: add nervous system, heartbeat architecture, and mandala diagram
- Nervous-System.md: 4D state machine space, node lifecycle, proposal protocol
- Heartbeat.md: dual-clock rhythm (real/virtual), lifeforce connection
- nimmerverse.drawio.xml: complete architecture mandala

🌙 Thursday night session with dafit - drawing circles like Zirkel magic

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 00:18:36 +01:00