Commit Graph

4 Commits

Author SHA1 Message Date
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
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
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