An organization of
AI agents
Most talk about AI. We run a 51-agent organization in production — an executive board, teams and sub-agents — and expose both the architecture and the live gauges behind it.

The same architecture, live in production.
Agents serving this site and the platform behind it — runs per minute, models in use, success rate and latency, with the infrastructure they run on.
9 running right now
~3.3/min sustained
Across all production agents
p95 4200 ms
Orchestration
Agent fleet
Inference
Models in use
Capabilities
Tool calls · 24h
The infrastructure the fleet runs on
Over the last 30 days · 0 incidents
Last deploy 2 d ago · avg 17.3/week
Avg 47s · p95 71s
A11y 100 · SEO 100
Performance budget
Core Web Vitals
Source control
Repositories
Reliability
Incidents
What's published
Catalog
How this page works
A live window into the agents we run.
Fleet and platform figures are drawn from our own orchestration layer, git history, Lighthouse CI, and production monitoring. The page is statically exported and animates client-side — no request hits a server. Last sync: 2 d ago.
Not a chatbot — an organization of agents.
SDEN.AI is structured like a company: an executive board sets direction, teams execute, and ~30 sub-agents specialize. A deterministic backbone routes the work; judgment lives at the nodes; humans hold the gates. 51 agents in all.
Five principles
Clear hierarchy
An executive board sets direction, teams execute, sub-agents specialize.
Deterministic backbone, judgment at the nodes
The flow — who does what, in which order — is driven by the orchestrator and the kanban; cognitive decisions are delegated to the agents.
Skill-based routing
Every agent carries a description; the orchestrator routes each task to the best-placed agent.
Quality & governance
A critic agent verifies; human gates block any irreversible, external or costly action.
Shared memory
Every agent reads and writes a shared Obsidian vault (reports, wiki) with semantic search (RAG) on top.
The layers of the organization
Executive board
ceoGlobal strategy, priority arbitration, single point of report to the owner.
Synthesizes the board's briefs, decides, inserts the gates.
cooExecution & process, delivery.
Drives the orchestrator + the kanban, tracks throughput and blockers.
ctoTechnology — ops, coder, techdoc.
Technical health, roadmap, risk.
crdoR&D and innovation.
Drives the rnd team: explore, prototype, evaluate.
cmoMarketing — X, LinkedIn, Reddit, SEO, content.
Acquisition, channel performance, brand.
croCommercial.
Pipeline, ICP, conversion, revenue.
cfoFinance & cost.
Token/infra budget, ROI, spend guardrails.
orchestratorDecomposes the objective, routes, sequences, gates, tracks progress.
Kanban (decomposition + routing by description), delegation.
criticAdversarial verification, quality gate.
Hunts inconsistencies and hallucinations; renders a verdict before “done”.
Platform
CTOopsleadInfra/DevOps lead — VPS health, security, backups. — Read first, plan + rollback → ops-monitor, ops-deploy.
ops-monitorObservability, incidents (read-only). — Prometheus / Grafana / Langfuse → alerts ops-deploy.
ops-deployDeployments, releases, config-as-code. — Dry-run + rollback; prod action → human gate.
coderleadDev lead — design, review, delivery. — GitHub (MCP) → coder-impl, coder-tests.
coder-implImplementation (sandbox). — Small changes; → coder-tests.
coder-testsTests / software QA. — Pass/fail verdict; blocks the merge on failure.
wikicuratorleadKnowledge lead — writes the wiki/vault. — HERMES.md conventions; leans on researcher.
researcherResearch, mapping, ingestion. — Monitoring + RAG → wikicurator.
contentleadContent / Comms / Business lead. — Editorial plan, n8n → writer, comms.
writerLong-form writing. — → critic, then comms.
commsMulti-channel distribution. — n8n / Telegram; external send → gate.
Marketing
CMOmkt-xleadX / Twitter lead. — Coordinates analysis → writing → publishing.
mkt-x-analystCompetitive monitoring on X. — Firecrawl (live web) → mkt-x-writer.
mkt-x-writerX posts & threads. — Hook + CTA → critic.
mkt-x-pubPublishing & engagement on X. — n8n; never publishes without a gate.
mkt-li + subsLinkedIn (analyst, writer, pub). — Same flow, B2B codes.
redditleadReddit lead. — Coordinates monitor / analyst / writer / engage.
reddit-monitorSubreddit & mention monitoring. — Alerts with links and context.
reddit-analystTrends, sentiment, competition. — → reddit-writer.
reddit-writerNative (non-promo) content. — → critic.
reddit-engageCommunity / publishing. — n8n; gate before any post.
Search (SEO / GEO)
CMOseoleadGlobal search lead. — Prioritizes, coordinates the specialists.
seo-analystKeywords, intent, SERP, rankings. — Data → seo-content / technical.
seo-technicalAudit (crawl, CWV, schema.org). — Fixes → ops/coder (gate).
seo-contentOn-page, internal linking, topical authority. — Briefs → critic.
seo-offpageLink building / authority. — Opportunities; external contact → gate.
geo-specialistOptimization for AI engines. — Citable content (ChatGPT / Perplexity / AI Overviews).
Sales, R&D & Documentation
CRO · CRDO · CTOsalesleadCommercial lead (GTM, ICP, pipeline). — Coordinates research / copy / crm.
sales-researchICP, prospects, competitive monitoring. — → sales-copy.
sales-copyCold emails, sequences, DMs. — → critic → gate before sending.
sales-crmPipeline, follow-ups, statuses. — n8n; no external send without a gate.
rndleadR&D lead. — Coordinates research / proto / eval.
rnd-researchState of the art, sources. — → rnd-proto.
Lifecycle of an objective
Objective
set by the owner
orchestrator
decomposes + routes
sub-agents
execute, write to the vault
critic
verifies
Human gate
if action on the world
Report
into Obsidian
CEO
synthesis
Owner
decides next
The mechanisms
Decomposition
The orchestrator (or the kanban decomposer) breaks an objective into sub-tasks with dependencies.
Routing
Each task is assigned by description to the best-placed profile; leads delegate to their sub-agents.
Autonomous execution
The dispatcher built into the gateway (30 s tick) launches ready tasks — without intervention.
Memory
Everyone writes their deliverables to the Obsidian vault (reports/<team>/); search_vault (RAG/Qdrant) gives a shared semantic memory.
Quality
The critic verifies every non-trivial deliverable before “done” — anti-hallucination, format, feasibility.
Human gates
Any irreversible, external, costly or prod action is parked for approval.
Model tiering
“Brain” roles run on claude-sonnet-4.6; executors on gpt-5.4-mini — cost kept in check by the CFO.
Sandboxing
Agent code runs in ephemeral containers, isolated from the secrets.
What keeps it safe
Gates by risk level
Green (read / analyze / draft) is autonomous; orange-red (prod, external send, spend, deletion) needs human approval.
Safe harness mode (A+B)
Autonomous workers only launch knowledge roles, with a restricted toolset; acting roles stay gated.
Anti-hallucination
Agents refuse to invent — an analyst blocks if it has no source rather than hallucinate.
Observability
Langfuse traces tokens / cost / latency per agent; the CFO and a cost guard watch the spend.