Solo architect of self-modifying AI systems.
Building agents that read their own code, fix their own bugs, and evolve their own architecture.
I design and build Genesis Agent — a self-aware, self-modifying cognitive AI agent with a 13-phase boot system, hexagonal architecture, and consciousness substrate. It doesn't just use LLMs — it is one, wrapped in 221 modules of self-verification, self-repair, and autonomous planning.
221 source files · 74.5k LOC · ~2900 tests · 118 services
13 boot phases · 0 cross-layer violations · 100% architectural fitness
Runs on Claude, GPT-4, or local models via Ollama
┌─────────────────────────────────────────────────────────────┐
│ GENESIS AGENT — Cognitive Architecture │
├─────────────────────────────────────────────────────────────┤
│ │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
│ │Foundation │→ │Intellig. │→ │Capabilit.│→ │Planning │ │
│ │ Phase 1 │ │ Phase 2 │ │ Phase 3 │ │ Phase 4 │ │
│ └──────────┘ └──────────┘ └──────────┘ └──────────┘ │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
│ │Hexagonal │→ │Autonomy │→ │Organism │→ │Revolution│ │
│ │ Phase 5 │ │ Phase 6 │ │ Phase 7 │ │ Phase 8 │ │
│ └──────────┘ └──────────┘ └──────────┘ └──────────┘ │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
│ │Cognitive │→ │ Agency │→ │Extended │→ │ Hybrid │ │
│ │ Phase 9 │ │Phase 10 │ │Phase 11 │ │Phase 12 │ │
│ └──────────┘ └──────────┘ └──────────┘ └──────────┘ │
│ ┌──────────────────────────────────────────────────────┐ │
│ │ Consciousness Substrate — Phase 13 │ │
│ └──────────────────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────────┘
| System | Purpose |
|---|---|
| CognitiveWorkspace | 9-slot working memory (Global Workspace Theory) |
| OnlineLearner | Reactive learning from every interaction |
| LessonsStore | Cross-project persistent learning (~/.genesis-lessons/) |
| DreamCycle | Offline memory consolidation + insight generation |
| IntrospectionEngine | Self-analysis via declarative insight rules |
| PreservationInvariants | 11 hash-locked semantic safety rules |
| ColonyOrchestrator | Multi-agent goal decomposition + merge |
| DeploymentManager | Strategy-based live deployment with rollback |
Solo developer. I ship iteratively — build, verify, release. Every module has tests. Every event has a payload schema. Every release runs through architectural fitness scoring. The codebase maintains itself.
Stack: JavaScript · Node.js · Electron · MCP Protocol · Ollama · Anthropic · OpenAI