Alex Roessner 罗轩阳
selected work · MMXXVI
← selected work

Engine

Autonomous multi-agent civilization platform — the substrate the empire runs on.

Operational. The substrate underneath every other long-running agent in the rotation. Python 4.9 MB active 23d ago
Hierarchy is the architecture. Every cycle records its own death.

Origin

Most production AI systems are single-agent: one model, one prompt, one task. That works until you need a system that runs unattended for weeks, holds opinions, and learns from its own failures. Engine was the bet that an autonomous civilization of agents — with hierarchy, lifecycle, prediction, and self-modification — would beat any single-shot orchestration.

Problem

How do you get hundreds of agents to cooperate without a central planner? How do you let them propose changes to their own architecture without losing the ability to roll back? How do you keep them honest when they grade their own predictions? Engine's answer is structure, not eloquence: hierarchy, lifecycle states, calibration loops, and explicit self-modification proposals.

Approach

Four empires — covering AI, marketing, quantitative finance, and crypto — each with its own lieutenants and operating cadence. Lieutenants spawn heroes; each hero walks a deterministic lifecycle and dispatches small specialist sub-agents (scout, analyst, executor, monitor) for the work it cannot do alone. A central panel sits above the empires for cross-domain intelligence, judgment, and the morning brief. A five-tier memory system makes institutional memory survive any single hero's death. A tiered model router routes calls by stakes — cheap models for the routine, capable models for the consequential — measuring cost in cents per cycle, not per query.

Methodology

A relational substrate, not a vector blob. Every fact, decision, prediction, and correction is a structured row with explicit relationships, queryable in real time. Compounding loops run on top — source reliability is updated against outcome, predictions are graded on a fixed cadence and miscalibration propagates into the directive set, and a self-improvement pipeline produces and audits proposals to the system's own architecture. The emperor still approves; the system proposes.

Selected milestones

Open questions

Ask me about

Stack

relational backendedge runtimeTypeScripttiered model routing
To dig in — alex.roessner@landseed.earth