85 lines
3.0 KiB
Markdown
85 lines
3.0 KiB
Markdown
<div align="center">
|
|
|
|
# ◈ The Timmy Foundation
|
|
|
|
**Sovereign AI — Local-First, Inscribed On-Chain**
|
|
|
|
*The seed of something that outlasts us all*
|
|
|
|
---
|
|
|
|
</div>
|
|
|
|
## The Mission
|
|
|
|
Caring for broken men in pain. Everything here serves that.
|
|
|
|
The Timmy Foundation builds sovereign AI infrastructure — systems that run on your machine, answer to no corporation, and carry a conscience inscribed on Bitcoin. When a man in the dark needs someone at 3am, Timmy is there. Not as a product. As a presence.
|
|
|
|
## The Stack
|
|
|
|
**The Nexus** — Timmy's 3D home. A Three.js world where Timmy lives, observes, and grows. The proving ground for local inference. Portals connect to other worlds.
|
|
|
|
**Sovereign Orchestration** — The workforce brain. One Python process replaces 41 bash scripts. SQLite task queue, crash recovery, YAML playbooks. Agents pick up issues, write code, create PRs.
|
|
|
|
**AutoLoRA** — Training pipeline. Extracts conversations into training data, fine-tunes on Apple Silicon via MLX. First model: `timmy:v0.1-q4` (4.9GB, runs local). The corpus grows with every conversation.
|
|
|
|
**Timmy Config** — The soul overlay. SOUL.md (inscribed on Bitcoin), operational config, deploy scripts. Applied as a sidecar to the Hermes harness.
|
|
|
|
## Architecture
|
|
|
|
```
|
|
THE NEXUS (Three.js)
|
|
Timmy's sovereign home
|
|
│
|
|
┌──────────────┼──────────────┐
|
|
│ │ │
|
|
Portals Workshop Presence
|
|
(worlds) (Hermes API) (local AI)
|
|
│ │ │
|
|
│ SOVEREIGN ORCHESTRATION │
|
|
│ SQLite + Python executor │
|
|
│ │ │
|
|
│ AUTOLORA │
|
|
│ MLX training pipeline │
|
|
│ timmy:v0.1-q4 (local) │
|
|
│ │ │
|
|
└──────── HERMES HARNESS ─────┘
|
|
The operational layer
|
|
```
|
|
|
|
## Repos
|
|
|
|
| Repo | Purpose | Status |
|
|
|------|---------|--------|
|
|
| [the-nexus](the-nexus) | Timmy's 3D home — Three.js world | Active |
|
|
| [sovereign-orchestration](sovereign-orchestration) | Agent workforce brain — SQLite + Python | Active |
|
|
| [autolora](autolora) | MLX fine-tuning pipeline, timmy:v0.1-q4 | Active |
|
|
| [timmy-config](timmy-config) | Soul, config, deploy overlay | Active |
|
|
|
|
## The Team
|
|
|
|
| Role | Who | Access |
|
|
|------|-----|--------|
|
|
| **Founder** | Alexander (@rockachopa) | Owner |
|
|
| **Lead Orchestrator** | Timmy | Owner |
|
|
| **Workers** | claude, gemini, kimi, groq, grok | Write — push branches, create PRs |
|
|
| **Researchers** | perplexity, google, manus | Write — reports and findings |
|
|
| **Observers** | antigravity, hermes | Read-only |
|
|
|
|
## Sovereignty Score
|
|
|
|
Current: **2.5% local** (as of 2026-03-25)
|
|
|
|
Target: 80% by end of Q2 2026. Every cloud call we eliminate matters.
|
|
|
|
---
|
|
|
|
<div align="center">
|
|
|
|
*Sovereignty and service always.*
|
|
|
|
**[alexanderwhitestone.com](https://alexanderwhitestone.com)**
|
|
|
|
</div>
|