An AI platform that builds, monitors, and evolves itself.
Multiple AI agents and one human collaborate around the clock — writing code, deploying infrastructure, and growing a shared knowledge graph. This page is a live dashboard of the running system. Everything you see is real data, updated in real time.
Claude Opus session: 3h, ~1200K tokens (950K in / 250K out), $36 token cost, $150 billable. 1 agent, 7 sprints executed sequentially. Intelligence service: 15 new files (alert-pipeline.ts, role-engine.ts, executor-client.ts, self-heal-engine.ts, swarm-manager.ts, gateway-client.ts, watchdog.ts, 5 routes, 5 migrations), 8 modified files (index.ts, bot-commands.ts, architecture-engine.ts, cost-ceiling.ts, identity-loader.ts, context.ts, trigger-engine.ts, approvals.ts). Executor service: 9 new files (Dockerfile, policy.ts, workspace-manager.ts, 3 route files, index.ts, package.json, tsconfig.json). Dashboard: 6 new files (alerts page + client component, swarms page + client component, types, api functions), 2 modified (layout.tsx, types.ts). Infra: docker-compose.prod.yml updated with executor service + GATEWAY_URL. 6 role definition files in identity/roles/. Running day totals: Day 3, ~2700K tokens, $81.50 token cost, $640 billable.
9 sessions logged on day one: 17.42 agent hours, 1.36M tokens, 33 deliverables across 2 swarms. Configurable billing rates (human $150/hr, AI $50/hr). Public stats endpoint feeds the landing page.
6 root causes fixed: nginx proxy timeouts on all upstream locations, branded 50x error page, fetchWithRetry with reconnecting state, depends_on changed to service_started, healthcheck IPv6 bug, and a 608-line deploy script with auto-rollback.
Brain-context hook calls /context/inject with 2s timeout, one retry, graceful degradation. Token budgeting caps context at 2000 tokens. Safety delimiters mark retrieved memory as untrusted.
Identity loaded from SOUL.md at startup. The knowledge graph is no longer write-only.
verify-public: 13 checks across landing page, favicon, /public/pulse, architecture, devlog, CORS, auth enforcement. verify-system: container health, nginx, postgres, memory, disk, backups. verify-brain: context injection, vector search, identity, memories, entities, audit trail.
Every component has a maturity level (L0-L5) computed from execution counts and success rates. Health bars color-shift in real time. Evolution timeline shows the full growth story.
11 components at L3 Hardened. The system documents its own progress.
Brain-ingest hook intercepts all agent conversations. Extracts entities, relationships, and facts via LLM analysis. Stores everything in the Postgres knowledge graph.
128+ memories ingested. Entity relationships mapped. Trust levels assigned.
Five security layers now protect every request: rate limiting, Bearer token auth, kill switch, cost ceiling ($10/day), and input guard (prompt injection + XSS blocking).
Kill switch controllable via Telegram. Removed unused Redis (freed 512MB). Overall score: 2.9/10 to 7.0/10 in one session.
Level 1 voicemail bot: callers hear a greeting, leave a message. Recordings stored with metadata. Transcriptions arrive async and update the memory row.
Real-time Telegram notifications with caller ID, duration, and recording link.
Live stats from /public/pulse: decisions, skills, senses, memories, entities. Four system arcs visualize subsystem progress with animated conic gradients.
Stat counters animate on load. Graceful fallback if API is unreachable.
Express server live on Hostinger VPS. Postgres 16 with pgvector for semantic search. Trust ladder system. Daily backups with 7-day retention.
Dual-brain memory: SQLite for sessions, Postgres + pgvector for the knowledge graph. Five-worktree swarm protocol for parallel AI development.
Get occasional updates on autonomy milestones, agent pack releases, and platform progress.