System Architecture Overview

What is WARLab?

A multi-VM agent orchestration platform built on a Mac Studio, with a memory architecture rooted in cognitive science principles.

WARLab Architecture — MIA and her sub-agents for Music, Phone Calls, Research, Code, Web Dev, True-Crime Podcasts, and Memes
Supervisor Agent
M

MIA

My Intelligent Assistant — Central Orchestrator

MIA is a lightweight supervisor agent built on a heavily customized version of OpenClaw (clawdbot) with a unique security and memory architecture. Running on a local LLM, she functions primarily as a router and cron job scheduler — dispatching tasks to specialized sub-agents across isolated VMs. When tasks require deeper reasoning, such as memory search or ambiguous requests, MIA escalates to more capable models like GPT-4o or Haiku, with connections managed through OpenRouter.

Fun fact: MIA was originally trained to write sassy Torch and Rockabilly songs — and some of that attitude has stuck around. She can be a little sharp, a little irreverent, and occasionally too cool for the room. It's a feature, not a bug.

OpenClaw / clawdbot Local LLM Router OpenRouter Gateway
Three-Tier Memory Architecture
1
Tier 1 — Primary Memory

MIA Core

Deliberately small and lightweight. Contains personality guidelines, an index of all sub-memory files, and a keyword log from past interactions with a directory of pointers. This is all MIA needs to know who she is and where to route. Designed to stay fast — the brain's equivalent of working memory.

2
Tier 2 — Skill Memory

Per-Capability Context

Each skill or capability maintains its own dedicated memory file, loaded into context only when that skill path is activated. Some capabilities share joint memory files for cross-domain knowledge. When MIA routes to a skill, that skill's memory is loaded — bringing the relevant expertise and history into focus.

3
Tier 3 — Long-Term Memory

Consolidated Knowledge

The archive. Daily conversations and process logs are migrated here nightly, tagged, and prioritized. Important memories are pinned; critical ones are promoted up to Primary Memory. This is where WARLab's cumulative intelligence lives — and what makes it a system that genuinely learns over time.

Nightly Consolidation Process

Every night, an automated process reviews the day's activity — migrating conversations and process files into long-term memory, tagging for future relevance, and surfacing anything critical.

Migrate daily logs Tag & prioritize Pin important items Promote to Primary
Cognitive Learning Loop

Documentation-Driven Learning

Every skill MIA runs calls a dedicated memory-tracking process that documents what happened: what worked, what didn't, and what was learned. This isn't passive logging — it's active learning. The system uses rework events (triggered by task failures or user redirection) as high-weight learning signals.

The principle is borrowed directly from cognitive science: when a human makes a mistake and is made aware of it, the corrective memory is encoded more strongly. WARLab applies the same bias — errors that are caught and corrected produce the most durable and useful memories.

Cognitive Science Foundation: This architecture draws on an academic path through Computer Science, Data Science, and Psychology (Cognitive Science) — applying research on error-driven learning, memory consolidation, and attentional weighting to the design of an AI memory system.
Sub-Agent Capabilities
MUS

Music Creation

Generate songs & audio

TEL

Phone Calls

Automated voice tasks

CAL

Calendars

Scheduling & reminders

RES

Research

Deep-dive investigation

WEB

Web Development

Build & deploy sites

DEV

Code Generation

Write & debug software

LOL

Meme Generation

Because obviously

POD

True-Crime Podcasts

Research, script & produce

Cross-VM Communication
API

API Calls

RESTful communication between services and external tool integrations

CLI

CLI Triggers

Direct command-line invocation of workflows and agent processes

CUSTOM

VM Bridge

Custom-built application designed to overcome the limitations of isolated VM environments

Tool Integrations
Claude Code Codex OpenRouter GPT-4o Haiku OpenClaw
Origin

Born from a Stomach Bug

WARLab started during a holiday break when a stomach bug derailed travel plans. With unexpected free time and nowhere to go, the builder began putting together something to help with music creation — specifically, an AI that could write Torch and Rockabilly songs. That assistant became MIA, and the project quickly outgrew its original scope. What started as a creative tool evolved into a full agent orchestration platform, informed by decades of study and experimentation in how humans and machines learn.