GIOS: Governed Intelligence Operating System

Technical Specification & Architecture Sheet
GIOS enables non-technical business operators to deploy complex automations using only natural language, compiling workflows directly from their own existing business documents. With no coding, no configuration, and no workflow canvas required, GIOS eliminates unconstrained autonomous agent loops to provide enterprises with a highly durable, cost-predictable, and deterministic operating system.

Core Architecture

Framework Causal Structure Execution Framework (CSEF) comprising 4 decoupled, proprietary libraries (Planning, Compiling, Editing, Runtime)
Paradigm Asynchronous, graph-orchestrated microservices (strictly non-agentic)
Data Contracts Strictly typed LLM outputs with rigid schema validation
Core Stack PostgreSQL, FastAPI, Next.js, and distributed microservices engineered for horizontal scaling
AOT Graph Compilation Workflows are compiled ahead-of-time, allowing the system to identify execution gaps, resolve dependencies, and rigidly map input/output data schemas between nodes prior to runtime
Execution Idempotent runtime; demand-driven graph execution where nodes activate precisely when causal dependencies are met
Agent Boundaries When native agents (e.g., Magellan) are deployed, they are scoped to a single node, execute idempotently, and act strictly as individual tools within the broader graph

Compute & Economics

Model Strategy Exclusively Gemini 3.1 Flash-Lite Complex behavior through deterministic architecture rather than frontier-model orchestration
Fast Path Can perform zero-LLM deterministic execution for standard routing (Zapier-like)
Stage-Level Telemetry Granular token tracking per task (isolated by Planner, Compiler, Editor, Runtime and GIOS agents)
Cost Profile Predictable compute expenditure by restricting LLM inference strictly to parsing, bypassing recursive multi-agent loops

State & Reliability

Infrastructure Google Cloud Platform (GCP)
Database PostgreSQL backend for ACID-compliant, durable state tracking
Task Duration Natively supports asynchronous, long-running processes (1+ years)
Continuity Stateful orchestration allows seamless pause, branch, and resume
Durability Workflow state is persisted independently of execution workers; failures, restarts, and extended waits do not require replaying the workflow from its origin
Concurrency Natively handles complex fan-in / fan-out execution paths; a single graph structure supports multiple concurrent listeners without duplicating baseline job state

Security & Governance

Execution Guardrails Graph is pre-compiled with pre-mapped tools assigned to each specific node
Graph Orchestration LLMs are utilized strictly for parsing and field-filling, eliminating "agent sprawl" and drift
Input Isolation External payload data only populates strictly typed fields; never alters causal rules
Auditability Immutable state-change logs for strict enterprise compliance

Experience & Ecosystem

Ingestion Parses natural language user instructions and SOP documents
Interface No-canvas UI; layout derived dynamically from structural graph state
Project Management React-based frontend with live Gantt charts and artifact tracking
Chrome Extension Magellan Agent performs autonomous web tasks in user's browser
Integration N8N bridge API transitioning to embedded native integrations after passing CASA