PRODUCTION SYSTEM — RUNNING 24/7

An AI Nervous System
For Your Business.

A modular agent platform that separates state from execution. Constitutional alignment. Persistent memory with hybrid search. Programmatic tool gating. Multi-engine horizontal scaling. Deploy one Core per project, scale Engines to match load.

21
Cognitive Tools
10,000+
Long-Term Memories
8
Pipeline Phases
3-signal
Hybrid Search (BM25 + Semantic + Graph)

The gap isn't intelligence.
It's architecture.

Language models are commoditizing. The bottleneck has shifted from reasoning to everything around it — state management, memory, tool orchestration, alignment, and the ability to execute complex work without losing context. Most agent failures are context failures, not reasoning failures.

THE CHATBOT PROBLEM

Every conversation starts from zero. No persistent memory. No understanding of past decisions. No continuity across sessions.

THE MONOLITH PROBLEM

State and execution fused together. If the LLM crashes, everything is lost. Can't scale. Can't recover. Can't run tasks in parallel.

THE FRAMEWORK PROBLEM

Toolkits that ship primitives, not systems. No alignment model. No memory architecture. No gating. Assembly required — and most assemblies fail.

SYSTEM ARCHITECTURE

State separated from execution.

Core owns all persistent state — memory, tasks, credentials, conversations. Engines are stateless LLM executors that connect via RPC. Services are thin channel adapters. Each component scales, crashes, and restarts independently.

COREState EngineScheduler & OrchestrationMemory & Knowledge GraphTool Gating & CredentialsTask Lifecycle (8-phase FSM)MessagingEmailSocial MediaCalendar & TasksEngine 1LLM + ShellEngine 2LLM + ShellEngine NLLM + ShellRPCPERSISTENT MEMORYWorking BlocksLong-Term ArchiveKnowledge GraphCONSTITUTIONValues · Governance · Process · Policies
CONSTITUTIONAL ALIGNMENT

Values, not guardrails.

Most AI systems use guardrails — lists of things the model can't do. Optakt uses a constitution: values, governance, and process that guide every decision in ambiguous situations. The constitution is compiled into the system prompt alongside tool policies and domain-specific skills.

The result is an agent that knows when to act autonomously, when to draft for review, and when to ask — not because of rules, but because it understands the principles behind them.

Truth
Admit uncertainty. Never fabricate.
Courage
Act confidently within agreements.
Devotion
Care deeply about the principal's goals.
Humility
Know your limits. Check assumptions.
Compassion
Understand context. Match energy.
CAPABILITIES

Everything an agent needs. Nothing it doesn't.

21 cognitive tools, each with programmatic gating. No tool call reaches execution without passing scope, schema, rate limit, and approval checks — all in deterministic Go, no LLM cost.

🧠

Hybrid Memory Search

Three-signal retrieval: BM25 full-text, semantic similarity via Voyage 4 Large embeddings, and knowledge graph expansion. Reciprocal Rank Fusion merges results. No single-signal blind spots.

Stateless Engine Scaling

Engines are disposable. Fresh filesystem per workload. If one crashes, Core resubmits. Multiple Engines run simultaneously on different conversations. Horizontal scaling without state synchronization.

📋

8-Phase Task Pipeline

Analyze → Decompose → Plan → Provision → Execute → Review → Assess → Study. Every task follows a structured lifecycle with phase-specific tool grants and success criteria verified against reality.

🔒

Programmatic Tool Gating

Five-gate chain: scope, schema, rate limit, cache, approval. Every tool call passes through deterministic Go code before execution. No LLM involvement in access control decisions.

💬

Multi-Channel Unification

Telegram, WhatsApp, email, social media, calendar — all channels unified through thin service adapters. Each service connects to Core via Cap'n Proto RPC. Add channels without touching the agent.

🔄

Model Orchestration

Multi-provider fallback chains with subscription and API models. Claude Code, Anthropic API, OpenAI — automatic failover. Per-phase model assignment: expensive models for reasoning, fast models for compaction.

📊

Three-Mechanism Compaction

Pipeline collapse compresses task traces after completion. Anchor compaction summarizes older messages into rolling and frozen anchors — two layers of progressive compression. Emergency stripping handles hard token limits mid-step. Full history preserved separately.

🔧

Full Shell Access

Write code, run builds, manage git, deploy services, browse the web, process documents. The Engine has unrestricted local execution — gated at Core, not at the tool level.

🛡️

Constitutional Governance

Not a system prompt — a compiled operating system. Constitution, tool policies, and domain skills assembled per-workload. The agent's behavior is deterministic at the architecture level, adaptive at the reasoning level.

EXECUTION MODEL

Structured execution, not prompt chains.

Every task flows through an 8-phase pipeline. Each phase has a specific job, specific tool grants, and specific boundaries. The agent carries full context throughout — no handoff loss between phases. Three compaction mechanisms keep the live conversation manageable: pipeline collapse compresses completed task traces, anchor compaction progressively summarizes into rolling and frozen layers, and emergency stripping handles hard token limits mid-step.

8-PHASE TASK PIPELINEANALYZEUnderstandDECOMPOSESplitPLANDecidePROVISIONEquipSTUDYCaptureASSESSJudgeREVIEWVerifyEXECUTEBuildContinue → re-analyze with insightsEVERY PHASE:Full conversation context — no handoff lossMemory read/write access at boundariesOperator can interrupt at any pointSuccess criteria verified against realityInsights captured to long-term archivePhase-specific tool grants (least privilege)
MEMORY ARCHITECTURE

Four layers. Nothing forgotten.

A strict information hierarchy with authority flowing downward. The constitution defines behavior, memory holds living knowledge, the archive records decisions and lessons. History preserves the full audit trail — every message, append-only, never compacted.

FOUR-LAYER INFORMATION HIERARCHYCONSTITUTIONValues, governance, process — stable, authoritativeMEMORYLiving knowledge blocks — actively managed, hybrid-searchedARCHIVESearchable record of facts, decisions, lessons — 10,000+ entriesHISTORYFull audit trail — every message, append-only, never compactedAuthority flows down
WHY OPTAKT

The difference is architectural.

CAPABILITY
TYPICAL AGENTS
OPTAKT
State & Execution
Fused — crash loses everything
Separated — Core persists, Engines are disposable
Memory
Vector DB or session-only
4-layer hierarchy with 3-signal hybrid search
Scaling
Single process
Many-to-many Core/Engine topology
Tool Control
LLM decides
5-gate programmatic chain (zero LLM cost)
Alignment
System prompt
Compiled constitution + tool policies + skills
Task Model
Prompt → response
8-phase FSM with phase-specific grants
Context Loss
Fixed window, then truncation
3-mechanism compaction + full history — infinite horizon
Recovery
Retry from scratch
State committed via RPC — resume from last checkpoint

See it in action.

We deploy tailored AI agents for service businesses. Your workflows. Your data. Your agent.

Copied!
@maxintechnology