Skip to content

bornfly-detachment/egonetics-evolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

egonetics-evolution

Egonetics Evolution Layer — autonomous LLM training experiments.

Philosophy

karpathy autoresearch style: single-file, agent-editable, fixed time budget, metric-driven keep/discard.

Three files:

File Edited by Purpose
prepare.py Human (fixed) Training data generation via SEAI
train.py Agent Model architecture + training loop (GPT + MoE)
mini_dsv4.py Agent Mini DeepSeek-V4 architecture (MLA + MoE)

Dependency

Calls SEAI for data preparation:

/Users/Shared/SubjectiveEgoneticsAI/

Scale Presets (mini_dsv4.py)

python mini_dsv4.py --scale tiny    # ~25M  params, quick test
python mini_dsv4.py --scale small   # ~150M params, trainable locally
python mini_dsv4.py --scale medium  # ~500M params
python mini_dsv4.py --scale base    # ~850M params, vs Qwen2.5-0.8B

Experiment Runner

Driven by TypeScript experiment-runner.ts via seai-bridge.ts:

  1. prepare.py --exp-id <id> — generates training data
  2. train.py --exp-id <id> or mini_dsv4.py --exp-id <id> — runs training
  3. Parses val_loss from stdout JSON
  4. Keeps or discards based on metric improvement

Ecosystem runtime CFL (2026-05-18)

The PRD-driven Evolution ecosystem runtime lives in ecosystem-runtime/. It is a Go runtime that reuses the standalone P/R/V/S CFL projects and preserves the corrected 2026-05-17/18 PRD semantics: open tasks, non-exclusive claims, independent seed runtimes, free communication, V-owned evaluation dimensions, and user resource injection rather than user payment.

See CHRONICLE.md and ecosystem-runtime/README.md for the Chronicle ↔ Git handoff record.

About

Egonetics Evolution Layer — autonomous LLM training experiments: karpathy-style autoresearch + mini DeepSeekV4 (MLA + MoE architecture)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors