dafit f640dbdd65 feat: complete Phase 1 - vocabulary expansion & DriftProbe infrastructure
- CLI: nyx-probe scan with --summary/--delta/--full flags
- DriftProbe: training safety with Gini coefficient + Angular Drift
- Vocabulary: 54 terms (30 nimmerverse + 24 German philosophical)
- Sentinels: ANCHOR/BRIDGE/CANARY/TARGET monitoring system

Key findings:
- German philosophical terms: 37.5% depth≥2 hit rate (vs 3.3% nimmerverse)
- Super Cluster validated: heart cross-lang sim = 1.000
- Isolated Zone confirmed: being EN↔DE sim = 0.195
- Gini signature: Philosophy ~0.5 (diffuse), Technical ~0.8 (sparse)

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-06 22:39:03 +01:00

nyx-probing

Probing framework for understanding Qwen2.5-7B-Base before curriculum design.

Overview

Part of the nimmerverse project. This framework implements the probing protocols defined in nimmerversity.md.

Probing Capabilities

  • Surface Probe - Feed single words, capture raw completions
  • Echo Probe - Depth measurement via completion echo
  • Multilingual Probe - Cross-language triangulation (EN/DE/AR/ZH)
  • Activation Probe - Hidden state analysis

Hardware

  • THE SPINE: Prometheus with RTX 3090 (24GB VRAM)
  • Model: Qwen2.5-7B-Base (~14GB loaded)
  • RAM: 64GB for activation capture

Quick Start

# On Prometheus
cd ~/nimmerverse/nyx-probing
source venv/bin/activate
python probe_test.py

Status

Active development. First successful probe: 2025-12-06.

License

Apache 2.0 - See LICENSE

Description
No description provided
Readme 122 KiB
Languages
Python 100%