How It Works

δημιουργός

DEMIOURGOS

Build and maintain production.

System Architecture

A decentralized intelligence system. Click any component to explore what it does under the hood.

HiveORCHESTRATORBrainREASONINGHandsACTIONMemoryCONTEXT

Hive

Orchestrator

The Nervous System — directs when the Brain thinks, the Hands move, and Memory is queried.

01Orchestration: Directs workflow between Brain, Hands, and Memory.
02Self-Correction: Catches errors and re-prompts the Brain to fix them.
03Validation: Runs the "Worker-Judge" loop until success criteria are met.
04Budget Control: Enforces compute budgets, retry ceilings, and escalation policies.
Control Framework

The 4-Layer Alloy Net

A multi-layered, fully traversable ontology where business intent, human reasoning, and raw code all live in one interconnected graph. Hover any node to trace its connections.

BUSINESS
CAPABILITY
REASONING
STRUCTURAL
Secure AuthUser PrivacyData ComplianceOTP ServiceOAuth2 FlowEncryption APISession MgmtADR-001: RedisADR-002: JWTADR-003: Rate LimitADR-004: Sessionsverify_otp()auth_routes.pytokens.tsrate_limiter.pysession_store.py
Layer 1: BusinessRequirement traceability to business intent and epics.
Layer 2: CapabilityRollout coupling and feature-to-code mapping.
Layer 3: ReasoningArchitectural decisions and trade-offs.
Layer 4: StructuralThe physical AST, routes, and model schemas.

The Worker-Judge Loop

The critical autonomous loop where Hive ensures quality through iterative validation. No code ships without passing the Judge.

TASKDRAFTVERDICTHiveWorkerJudge
HiveInitiate

Receives the task, gathers context from the Alloy Net, and dispatches to the Worker.

WorkerExecute

The Brain + Hands execute: generate code, run tools, produce a draft output.

JudgeValidate

Evaluates output against policy, tests, and graph constraints. Decides pass or retry.

Pass → Ship
Fail → Re-prompt
Budget Hit → Escalate