I'm a California workers' compensation claims professional with a decade in the field. I designed and architected ClaimLayer and own every consequential call in it — the domain model, the agent boundaries, the deterministic guardrails, the eval design, and the acceptance criteria. Claude Code, Anthropic's AI coding agent, accelerated the implementation; deciding what to build and where the model must not be trusted is the work, and it's what this project demonstrates.
My role. I defined the workflow, product requirements, agent boundaries, safety rules, statutory logic, demo dataset, acceptance criteria, and test expectations — including the eval gate that replays golden documents through the live model in CI — then reviewed the implementation, corrected architecture, hardened edge cases, and iterated from code-review feedback. Domain architect, product lead, and QA reviewer on one head count.
Domain workflow design · AI agent boundary design · Human-in-the-loop decision architecture · Model evals & CI gating · Test & acceptance criteria · Demo data & product narrative · Review-driven hardening
ClaimLayer is both an active project and a public worked example of a question I think matters: how do you get real leverage from AI agents in an environment where a wrong automated decision has legal consequences? The answer it takes: agents execute, humans decide, code enforces the boundary, and everything is logged.
The result is a concrete, reviewable artifact — prompts, guardrails, statutory math, and the full automated test suite (1,300+ tests), open for inspection on GitHub — showing how regulated AI deployment can be designed, tested, explained, and bounded in code.
BuilderAkash Dixit
Background10 yrs · CA workers' compensation
AIAnthropic Claude · 5 agents + 1 deterministic gate
StackNode / Express · React · PostgreSQL
Tests1,300+ · backend, frontend, schema contract
Evals13 golden documents · live-model CI gate
Audit trailEvery model call, queryable
StatusReference implementation · demo data