Local AI literacy for every person. No cloud. No subscription. No permission needed.
"Your legacy runs local."
A modular, CLI-based training system that teaches people how to build, run, and own local AI — starting from zero. 36 modules across 5 phases take you from installing your first model to building a personal AI brain you can pass down to your family.
Every module runs on Windows .bat scripts, respects a 7.4GB RAM ceiling, and requires zero cloud accounts.
This is the training layer of the Angel Cloud ecosystem.
800 million Windows users are about to lose security update support. Most of them have never touched AI. This project exists to give them the skills to run AI on their own hardware before that window closes.
We believe AI literacy is a right, not a subscription.
- Install Ollama: https://ollama.com
- Install Docker Desktop (for Weaviate + MCP server)
- Open a terminal in this folder
- Run:
launch-training.bat - Start with Module 1.1
The launcher handles health checks, progress tracking, and module navigation.
All 5 phases are complete and shipped. 36 modules. Zero to AI sovereignty.
AI-Trainer-MAX/
├── launch-training.bat # Main entry point — start here
├── config.json # Module registry + metadata
├── phases/
│ ├── phase-1-builders/ # 5 modules — Ollama, vectors, RAG, prompts, packaging
│ ├── phase-2-operators/ # 7 modules — Business brain, Q&A, drafts, workflows
│ ├── phase-3-everyday/ # 7 modules — Vault, chat, drafting, security, briefings
│ ├── phase-4-legacy/ # 7 modules — YourNameBrain, journaling, storytelling
│ └── phase-5-multipliers/ # 10 modules — Hardening, teaching, export, protocol
├── progress/
│ └── user-progress.json # Auto-tracked completion data
└── shared/
├── ascii-art/ # CLI branding assets
└── utils/
├── health-check.bat # Ollama + Weaviate health check
├── mcp-call.py # MCP client helper (stdlib only)
└── mcp-health-check.bat # MCP server health check
Every module follows the same pattern:
LESSON → EXERCISE → VERIFY → NEXT
- lesson.md — What you need to know (starts with WHAT YOU'LL BUILD, ends with WHAT YOU PROVED)
- exercise.bat — Hands-on tasks (guided, under 15 minutes)
- verify.bat — Automated pass/fail checks with specific failure reasons
- hints.md — Progressive hints if you get stuck (3 levels)
- LLM Runtime: Ollama (localhost:11434)
- Default Model: llama3.2:1b (Phase 1-2), shanebrain-3b (Phase 3-5)
- Vector DB: Weaviate (localhost:8080)
- MCP Server: ShaneBrain MCP (localhost:8100) — 42 tools via Model Context Protocol
- Scripting: Windows .bat (CMD compatible)
- Content Format: Markdown
- JSON Handling: Python stdlib only — zero pip installs
- Dependencies: curl (built into Windows 10+), Python 3.x in PATH
All thebardchat repos run on the same physical hardware stack.
| Hardware | Role |
|---|---|
| Raspberry Pi 5 (16GB RAM) | Local AI inference node — the brain |
| Pironman 5-MAX by Sunfounder | NVMe RAID chassis — the spine |
| 2x WD Blue SN5000 2TB NVMe | RAID 1 via mdadm — the memory |
Core services path: /mnt/shanebrain-raid/shanebrain-core/
- Windows 10 or 11
- 7.4GB RAM minimum (4GB+ free recommended)
- Ollama installed
- Docker Desktop (for Weaviate + MCP server)
- Python 3.x in PATH
- curl (included in Windows 10+)
Phases 3-5 use the ShaneBrain MCP server for 19 AI tools:
| Category | Tools |
|---|---|
| Knowledge | search_knowledge, add_knowledge, chat_with_shanebrain |
| Vault | vault_add, vault_search, vault_list_categories |
| Notes | daily_note_add, daily_note_search, daily_briefing |
| Drafting | draft_create, draft_search |
| Security | security_log_search, privacy_audit_search |
| Social | search_friends, get_top_friends |
| System | system_health |
The MCP server runs in Docker alongside Weaviate. See the shanebrain-core repo for server setup.
This is a family-driven project, but contributions are welcome.
Ground rules:
- Every script must run on Windows .bat (no PowerShell-only unless fallback provided)
- No cloud dependencies in Phase 1
- Peak memory per module: 3GB (reserve the rest for Ollama + Weaviate)
- Lesson tone: direct, encouraging, zero fluff, Grade 8-10 reading level
- Every lesson starts with "WHAT YOU'LL BUILD" and ends with "WHAT YOU PROVED"
- Banned words: "streamline", "revolutionary", "in today's rapidly evolving landscape"
To add a module:
- Create a folder under the appropriate phase:
module-X.X-short-name/ - Include all 4 files: lesson.md, exercise.bat, verify.bat, hints.md
- Register it in config.json
- Add it to launch-training.bat menu
- Test on a machine with 4GB free RAM
ShaneBrain (Pi 5 · local AI · private)
└── Angel Cloud (VPS · public platform · families)
└── Pulsar AI (enterprise · secure · post-quantum)
└── TheirNameBrain (personalized · legacy AI · generational)
└── ~800M users losing Windows 10 support
This project is part of Angel Cloud — a faith-rooted, family-driven AI platform built on the belief that every person deserves access to AI literacy and local AI sovereignty.
Built in Alabama. Built for everyone.
If what I'm building matters to you -- local AI for real people, tools for the left-behind -- here's how to help:
- Sponsor me on GitHub
- Buy the book -- You Probably Think This Book Is About You
- Star the repos -- visibility matters for projects like this
|
Claude by Anthropic AI partner and co-builder. claude.ai
|
Raspberry Pi 5 Local AI compute node. raspberrypi.com
|
Pironman 5-MAX NVMe RAID 1 chassis by Sunfounder. sunfounder.com
|
"I could not have done any of this without them."
Part of the ShaneBrain Ecosystem · Built under the Constitution
"Your legacy runs local."




