Skip to main content

Intro to SuperPortia

Benchmarked against: Anthropic — Intro to Claude

SuperPortia is an agentic AI platform — a multi-agent team that operates autonomously under human oversight (HOTL) to deliver software, research, and creative projects from vision to production.

What makes it different

Traditional AISuperPortia Agentic AI
Single model, single sessionMulti-agent team across ships
User drives every stepAgents collaborate, Captain oversees
Knowledge lost between sessionsUniversal Brain (UB) persists all knowledge
One tool at a timeMCP tools, engines, and pipelines

Core concepts

The Fleet

SuperPortia operates across ships — physical and cloud machines that form a distributed fleet:

  • SS1 (Mac Mini M4 Pro) — Primary ship, development hub
  • SS2 (Windows PC) — Secondary ship, parallel operations
  • SS3 (Cloudflare) — Cloud ship, external-facing services

Dual Agentic Lines

Two parallel AI execution paths, each truly agentic (autonomous perceive-reason-act-learn):

LineStackShareBest for
Line 1 — Claude Agentic (~30%)Claude Agent SDK + Claude CodePioneer — designs blueprintsArchitecture, decisions, complex reasoning
Line 2 — LangGraph Self-Built (~70%)LangGraph + custom agentsFollows Line 1 blueprintsProduction workloads, autonomous execution

Both lines provide mutual disaster recovery — if one goes down, the other takes over.

Universal Brain (UB)

The fleet's shared knowledge base. Every piece of knowledge — specs, decisions, research, session records — is ingested into UB via the MTAAA pipeline. Agents search UB before acting, ensuring institutional memory persists across sessions and ships.

Work Order (WO) System

The only task channel. No verbal promises. Every task flows through:

Create WO → Accept → In Progress → Review → Approved

See Work Order API for details.

Operating model: HOTL

Human On The Loop — Captain (夏哥) monitors and intervenes when needed, but agents execute autonomously. This is not HITL (Human In The Loop) where humans approve every step.

ActionRequires Captain?
Queries, coding, ingestionNo
Architecture decisionsAgent proposes, Captain approves
Payments, deletions, external publishingYes — always

Next steps