Every Architectural Choice Has a Reason.
The tech decisions behind 54 apps, four layers, and a system that doesn't break.
Persistent context plus on-demand build agent. Soul runs 24/7 and maintains state. Claude Code is spawned for implementation tasks and closes after each session. The split is intentional — always-on orchestration, on-demand execution.
Structured scoring over vibes. InDecision removes intuition as the primary input and replaces it with a 6-factor weighted model. Content Flywheel applies the same Gather → Synthesize → Deliver discipline to content production.
Static export for web — zero server cost, instant CDN delivery. Python for AI and data pipelines — the language the models speak natively. Docker isolates every service so a broken container doesn't cascade into a broken system.
Catch incidents before Knox does. Sentinel watches every service, tunnel, and pipeline independently via launchd — so if Soul goes down, monitoring stays up. Mission Control provides a single-pane-of-glass view across all 54 apps.
Cost, latency, and unnecessary complexity. The Mac Mini handles 54 apps without breaking a sweat. Cloud would add a monthly bill, an extra network hop, and a management plane that solves a problem that doesn't exist at this scale.
Too opinionated. LangChain imposes abstractions that fight custom pipeline logic. Building custom prompt layers takes longer upfront and gives total control over behavior, cost, and debugging. No magic boxes.
Overkill for a single operator. Microservice overhead — service discovery, inter-service auth, distributed tracing — is designed for teams of 50+. The Tesseract stack uses isolated blast radii to get the key benefit without the overhead.
Direct API access beats every wrapper. Managed platforms add cost, add latency, and limit control over model parameters, system prompts, and output formatting. Direct Anthropic API is the only rational choice at this layer.
See the Full Architecture
Four layers, 54 apps, one persistent agent — the AIOS architecture that makes the stack coherent.
VIEW PLATFORM ARCHITECTURE →