Founder, CentrOS — AI Agent Orchestration Platform
- Built CentrOS production multi-agent orchestration runtime: typed tool contracts, eval gates, LangFuse traces, HITL approval interrupts — collapsed 4 vendor primitives into 1 governed layer.
- Designed agent runtime on LangGraph state graphs + Temporal-style durability: durable execution, checkpointing, crash recovery, retries, versioned rollouts — 0 silent run loss across 6 months.
- Built eval harness + LangFuse trace pipeline: golden datasets, task-level scorers, regression suites, prompt versioning, failure taxonomy — caught 22+ silent regressions before release.
- Implemented hybrid RAG pipelines on pgvector + OpenSearch: query rewriting, source ranking, chunk hygiene, freshness boundaries, selective context packing — cut prompt token use 40% with grounding intact.
- Designed HITL interrupt model: confidence-gated handoff, approval checkpoints before irreversible actions, reversible operations, audit trails, escalation policy — 100% of high-risk tool calls human-reviewed.
- Built MCP-style tool registry with scoped OAuth permissions, JSON-schema validation, retry policy, side-effect logging — turned ad-hoc API calls into 100% audited typed agent tool invocations.
- Deployed CentrOS in production at a 23-unit hospitality operation (guest comms, refunds, vendor invoices, compliance) — 3,980+ Vitest tests passing on main, CI-backed live ops since Feb 2026.
- Shipped 5+ reusable platform primitives (connectors, secrets, approval gates, eval hooks, deploy templates) — cut new-workflow setup from weeks to 2 days while preserving runtime + security standards.
Stack: TypeScript · Hono · PostgreSQL · Drizzle · Vitest · LLM tool-calling