Build an AI that becomes better at being yours.
Open infrastructure for building persistent AI Minds that improve through governed experience. Intelligence should be optimized, not merely scaled.
Core Capabilities
Model ≠ Mind
A Mind combines model, memory, skills, tools, routing, evaluation, and evolution into a persistent system.
Learn moreCheapest Inference is No Inference
Cognitive compiler checks cache, memory, skills, and tools before calling a model.
Learn moreEvolution with Guardrails
Sandbox → Benchmark → Security/Privacy/Cost Review → Human Approval → Promote/Rollback.
Learn moreIntelligence Efficiency
Metric: Verified Useful Outcome / (Compute + Memory + Latency + Energy + Cost)
Learn moreModel ≠ Mind
A model predicts. A Mind persists. The distinction is fundamental.
| Capability | Raw Model | SE-AI Mind |
|---|---|---|
| Neural Substrate (Weights) | ||
| Persistent Memory | ||
| Skills Library | ||
| Tool System | ||
| Knowledge Base | ||
| Model Routing | ||
| Evaluation Engine | ||
| Evolution Engine | ||
| Genome/Versioning | ||
| Hardware Awareness | ||
| Privacy Gates | ||
| Benchmark Infrastructure |
Memory as Intelligence
10 memory types with lifecycle: capture → validate → score → consolidate → compress → index → retrieve → decay → archive
Skills as Intelligence
Composable, versioned procedures with inputs/outputs, prerequisites, tools, model requirements, and evaluators
Governance as Intelligence
Privacy gates, policy engine, capability permissions, audit trails — all enforced before execution
Governed Evolution Loop
Every improvement passes through 12 gates. No autonomous self-modification. Human approval required for promotion.
Monitor task success, latency, cost, accuracy, hallucination rate, memory retrieval, skill reuse
Details
- Task success rate tracking
- Latency & cost monitoring
- Accuracy & factuality metrics
- Memory & skill utilization
Detect regressions, capability gaps, quality drops, cost overruns, privacy risks
Details
- Regression detection
- Capability gap analysis
- Quality threshold breaches
- Cost anomaly detection
Propose changes across 10 evolution layers: prompts, routing, memory, skills, knowledge, models, adapters, architecture
Details
- Prompt optimization
- Routing rule updates
- Memory config changes
- Skill creation/composition
- Model selection policies
- Adapter/LoRA training
- Architecture modifications
Isolated execution environment with resource limits, no network access, frozen dependencies
Details
- Process/container/VM isolation
- CPU/memory/disk limits
- Network disabled
- Frozen dependency graph
- Deterministic execution
Run MindBench suite: warmup → measurement → cooldown. Compare against baseline genome.
Details
- Warmup runs (2)
- Measurement runs (10)
- Cooldown periods
- Statistical significance
- Hardware profiling
Verify no capability loss on previous task suites. Automated pass/fail with thresholds.
Details
- Full task suite re-run
- Capability preservation check
- Performance delta analysis
- Automated pass/fail
Capability permissions, threat signatures, sandbox escape attempts, privilege escalation checks
Details
- Permission analysis
- Threat signature scan
- Sandbox integrity check
- Escalation attempt detection
Data classification, cross-privilege access, external routing, redaction compliance
Details
- Data flow analysis
- Privacy gate verification
- External routing audit
- Redaction validation
Compute, latency, token, energy delta. Must be within budget or justified by quality gain.
Details
- Compute cost delta
- Latency impact
- Token usage change
- Energy estimation
- Budget compliance
Statistical comparison: candidate vs baseline across all metrics. Minimum 5% improvement threshold.
Details
- Multi-metric comparison
- Statistical significance
- 5% minimum improvement
- Pareto frontier analysis
Human approval required. New genome created with lineage. Old genome preserved for rollback.
Details
- Human-in-the-loop approval
- Genome versioning
- Lineage tracking
- Instant rollback capability
Post-promotion monitoring. Auto-rollback on regression. Continuous evaluation.
Details
- Real-time metric tracking
- Automated rollback triggers
- Canary deployment
- Continuous evaluation
Safety First, Evolution Second
No candidate reaches production without passing all 12 gates. Every promotion creates a new genome with full lineage. Instant rollback is always one click away.
Measuring What Matters
Not benchmark scores. Real efficiency: verified useful outcomes per unit of resources consumed.
MindBench Metrics (20 Dimensions)
Every benchmark run captures all 20 metrics. No cherry-picking. Full provenance recorded.
Evidence-Based Comparison
Every experiment labeled: PLANNED | SIMULATED | EXPERIMENTAL | MEASURED | VERIFIED | PRODUCTION. No fabricated numbers.
Hardware-Aware
Benchmarks include full hardware profile: CPU, RAM, GPU, thermal, battery, load. Results tied to actual capacity.
Reproducible by Design
Fixed seeds, config snapshots, dependency hashes, hardware fingerprints. Anyone can re-run and verify.
Four-Layer Architecture
Clean separation of concerns. Each layer builds on the one below. Swap any component without breaking the stack.
Extension Points
Every layer is extensible. Implement interfaces, register components, compose without forking.
Custom Runtimes
Implement InferenceRuntime interface
Custom Skills
Register via SkillEngine.createSkill()
Custom Tools
Register capability in ToolEngine
Custom Policies
Add rules to PolicyEngine
Custom Evaluators
Implement EvaluationCriteria
Custom Generators
Register per EvolutionLayer
Custom Benchmarks
Add tasks to BenchmarkEngine
Custom Models
Register in Model Registry
Darwin 0.1 — Evolution Infrastructure
The first generation establishes evolution itself. Not a model that evolves — an infrastructure that enables any Mind to evolve.
Evolution Infrastructure
✓ CompleteCandidate generation, sandboxing, benchmarking, reviews, promotion, rollback
Mind Runtime
✓ CompleteIntegrated system with task execution, memory, skills, tools, routing
Cognitive Compiler
✓ CompleteGoal → Task Graph with optimization and caching
Memory Engine
✓ Complete10 memory types with full lifecycle management
Skill Engine
✓ CompleteComposition, validation, built-in templates
Tool System
✓ CompleteCapability-based with sandboxed execution
Model Routing
✓ CompletePolicy-driven with privacy gates
Genome Versioning
✓ CompleteDiff, branch, rollback, reproduce, lineage
Benchmark Engine
✓ CompleteMindBench with 20 metrics and provenance
Ollama Runtime
⟳ In ProgressModel discovery, loading, generation
MLX Runtime
⟳ In ProgressApple Silicon optimized inference
llama.cpp Runtime
⟳ In ProgressGGUF models with quantization
MicroMind Experiment 001
○ PlannedA-K comparison: 0.8B variants vs 2B/4B raw
Foundation Stabilization
- Fix TS strictness issues
- CI/CD with build order
- Pre-commit hooks
Mind Runtime Hardening
- E2E task execution
- Memory persistence
- Skill/tool composition
Model/Provider Integration
- Ollama integration
- MLX for Apple Silicon
- llama.cpp server
- Local model benchmarks
MicroMind Experiment 001
- Run A-K comparison
- Publish results
- Analyze efficiency
First Evolution Demo
- Identify weakness
- Generate candidates
- Sandbox + benchmark
- Human approval → promote
Ready to Build Your First Mind?
Clone the repository, run the doctor, and start evolving intelligence today.