Advanced Search
Search Results
1483 total results found
4. Agents & Minions
Autonomous task execution agents
4.1 Minion System
Minion System Minions are one-shot autonomous agents (inspired by Stripe's internal system). Each minion: Gets a single task Runs in an isolated git worktree Has full tool access (read/write files, run commands) Follows a blueprint (YAML chain of steps) Produ...
4.2 HiveMind — Shared Knowledge
HiveMind — Shared Knowledge Base HiveMind (~/system/agents/hivemind/hivemind.js) is the collective memory of all agents. What Goes Into HiveMind Task completions — every pi-orchestrator task result (Tier 2+) Agent discoveries — facts, patterns, warnings found...
5. Use Case: Creating a New Product
Step-by-step walkthrough of how the system builds a new product from scratch
5.1 Scenario: Building "Bento" — a Meal Prep SaaS
Use Case: Building "Bento" — a Meal Prep SaaS Let's walk through how the ALAI system would build a completely new product from CEO idea to deployed MVP. The Idea Alem: "We need a meal prep subscription SaaS for the Nordic market. Next.js frontend, Kotlin/Ktor...
5.2 Pipeline Cascade: Review → Security → Deploy
Pipeline Cascade Step 4: Pipeline Triggers REVIEW After BUILD completes, the Pipeline Engine fires: pipeline-engine.js advance 4001 → Stage: BUILD complete → Creating REVIEW task for Proveo New MC task created: #4006 [M] [open] [—] [BENTO-REVIEW] Code rev...
5.3 End-to-End Timeline
End-to-End Timeline What the System Produces Starting from 5 MC tasks, the full pipeline generates: Stage Tasks Company Time BUILD — scaffold 1 CodeCraft ~15 min BUILD — DB schema 1 CodeCraft ~10 min BUILD — landing page 1 Vizu ~8 min BUILD — auth...
6. Quick Reference
Key commands, file paths, and configuration
6.1 Key Commands
Key Commands Mission Control node ~/system/tools/mc.js list # List open tasks node ~/system/tools/mc.js show <id> # Task details node ~/system/tools/mc.js add "title" -p H # Create high-priority task node ~/system/tools/...
Infrastructure & Internal Services
Complete runbooks for all ALAI internal services: Docker containers, LaunchAgent daemons, Cloudflare tunnel, Vaultwarden, email system, bots, and more.
ALAI Infrastructure — Service Catalog & Runbooks
ALAI Infrastructure — Service Catalog & Runbooks Last updated: 2026-03-11 | Maintained by: John (AI Director) Host: Mac Studio M3 Ultra (ANVIL) | OS: macOS Quick health: node ~/system/tools/daemon-health.js 🐳 Docker Services (23 containers) Core Platform Se...
ALAI Infrastructure Map & Ops Runbooks
ALAI Infrastructure Map & Ops Runbooks Last updated: 2026-03-12 | Author: John (AI Director) 1. Infrastructure Overview Azure VM — vm-alai-support PropertyValue IP4.223.110.181 RegionSweden Central SizeStandard_B2als_v2 (2 vCPU, 4GB RAM) OSUbuntu 22.04 LTS SSH...
ALAI Infrastructure Map & Ops Runbooks
ALAI Infrastructure Map & Ops Runbooks Last updated: 2026-03-12 | Author: John (AI Director) 1. Infrastructure Overview Azure VM — vm-alai-support PropertyValue IP4.223.110.181 RegionSweden Central SizeStandard_B2als_v2 (2 vCPU, 4GB RAM) OSUbuntu 22.04 LTS SSH...
New Page
Plock — Demo Readiness
Canonical PLOCK baseline package, QA review, and narrow verification notes.
Demo Readiness — Index
Source: ~/ALAI/products/Plock/docs/demo-readiness/INDEX.md PLOCK Demo Readiness — Canonical Baseline Index Date: 2026-03-14 Purpose: Entry point for all agents and humans working on PLOCK demo-readiness, documentation QA, and subsequent backlog generation. Re...
Canonical Source of Truth
Source: ~/ALAI/products/Plock/docs/demo-readiness/00-canonical-source-of-truth.md PLOCK — Canonical Source of Truth Date: 2026-03-14 Purpose: Define which files are authoritative for PLOCK and which files are stale/conflicting, so all future documentation, QA,...
User Stories Baseline
Source: ~/ALAI/products/Plock/docs/demo-readiness/01-user-stories-baseline.md PLOCK — User Stories Baseline Date: 2026-03-14 Purpose: Establish a first canonical user-story baseline for PLOCK using real repository evidence and authoritative product documents. ...