Skip to content
View OrionArchitekton's full-sized avatar

Block or report OrionArchitekton

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
OrionArchitekton/README.md

Dan Mercede. Operator, AI product builder, systems architect. Ambiguous workflow to deployed product to honest evaluation to operating proof.

I turn ambiguous operating workflows into narrow AI products, and carry them from product thesis through working system, evaluation, and operational proof. The full path: finding the decision worth improving, building the product and the infrastructure under it, and proving where it works, where it fails, and where it should abstain.


Selected recent builds

Data catalogs accumulate claims (units, freshness, enums) that nothing re-checks, so an agent grounded on the catalog can quote revenue 100x off with the catalog's authority behind it. Notary cross-examines those claims with deterministic SQL probes and writes CONFIRMED, CONTRADICTED, or UNVERIFIABLE verdicts back into DataHub via MCP.

Replay demo · 9 of 12 planted lies caught · 0 of 6 controls misclassified · evals published verbatim, misses included

Asking a live firehose a question gets you a one-time paragraph that silently rots as the data changes. Each question runs as a durable agent turn that answers with a gated chart, keeps re-evaluating on a schedule, and reopens the thread with a before and after delta.

Keyless live demo · scheduled tasks verified live in production · 59 unit tests · honest limit: ingest is a sampled stream

Community noise acceptance gates advanced air mobility. Whisperways plans eVTOL corridors by who hears them (a census-grounded population-noise raster plus Dijkstra), with Claude drafting a community brief grounded only in engine-computed numbers.

Live demo · LAX to Burbank at night: about 221,000 people hear the direct route, about 51,000 the quiet corridor (77% fewer) · a planning heuristic, not certification acoustics

A diff shows what an agent changed, not which instruction chain governed the change, and confusing missing evidence with compliance corrupts review. The ledger first asks whether the supplied evidence makes any verdict admissible at all; deterministic TypeScript alone owns verdicts and hashes, the LLM only proposes source-linked semantics.

Keyless demo, recorded cases only · 77 tests · lint, typecheck, production build, five Chromium E2E flows

Agents forget everything between sessions, or "solve" it by stuffing the whole chat history into context. Engram treats memory as an engineering problem: typed memories with decay half-lives, budget-bounded recall through a property-tested packer, contradiction adjudication.

Live backend on Alibaba Cloud Function Compute · caveat stated plainly: the instance stores memories in /tmp SQLite, so recycling resets the store


How I build

  • Start from a named user and the specific decision they get wrong today.
  • Models only at the ambiguous edges; deterministic code owns every step where an error touches money or state, fail-closed where a wrong verdict could otherwise pass silently.
  • Publish evaluations verbatim, misses included.
  • Ship the operating proof with the product: live URLs where something is live, frozen replays labeled as replays, prototypes labeled as prototypes.

Foundational systems

  • failclosed runs an LLM code reviewer and then refuses to trust it: unparseable, schema-invalid, or self-contradictory reviewer output never yields MERGE_READY. Its own label: a narrow, runnable demonstration of one principle.
  • proctor QAs non-deterministic AI automations, a UiPath AgentHack 2026 finalist: it learns each automation's behavioral contract, classifies drift as real regression, legitimate evolution, or flake, and pauses on a durable human approval before any mutation; all four surfaces verified live against a UiPath Labs tenant, and the README calls it what it is, a working MVP with disclosed limits.
  • schemafit lints structured-output and tool schemas against each provider's documented constraints in CI, no model calls and no API key: across 50 real public schemas, 44 (88%) would be rejected by at least one major provider.

Production and upstream proof

The production substrate is private: a decision kernel with Chronicle receipts, OPA policy, and Langfuse tracing runs live on a multi-node Tailscale cluster, in continuous personal operation for months, with the operator UI, authority adapter, and Rust signing service built and integration-tested alongside it. Upstream, in the tooling I build on:


Stack

TypeScript Python Rust PostgreSQL ClickHouse Docker AWS Vercel

Anthropic and OpenAI SDKs, MCP, LangChain and LangGraph, Vertex AI, SQL; self-hosted Langfuse for observability; Supabase, SQLite, Neo4j; Terraform and a multi-node Tailscale mesh.


Contact

Site and writing: danmercede.com · Working log: danmercede.online · LinkedIn: linkedin.com/in/danmercede · Email: [email protected] · San Diego, CA

Best technical read: the notary README.

I'm drawn to valuable, messy workflows that lack a clear owner, especially where a narrow AI product can become the system of action.

Pinned Loading

  1. standing-questions standing-questions Public

    Durable monitoring agents over a live data stream: gated charts, scheduled re-evaluation, and visual before/after deltas.

    TypeScript

  2. notary notary Public

    AI agent that cross-examines your data catalog's claims against measured reality and writes verdicts back to DataHub. Built for the DataHub Agent Hackathon 2026.

    Python

  3. whisperways whisperways Public

    Noise-aware eVTOL flight corridors over Los Angeles: census-grounded quiet routing + AI community impact briefs. HTCJ Aviation Futures Innovation Challenge 2026.

    TypeScript

  4. engram engram Public

    A memory engine for AI agents: typed memories, budget-bounded recall, timely forgetting, contradiction adjudication. Built on Qwen Cloud.

    TypeScript

  5. failclosed failclosed Public

    Fail-closed merge admission control for agent-written code.

    Python 1

  6. codex-rule-ledger codex-rule-ledger Public

    Evidence-bound audits for observable Codex repository instructions

    TypeScript