run: voice_fleet
status: completedongoing · in productionAnswer and place phone calls no one has time for.
A fleet of real-time voice agents for appointment scheduling at US clinics: outbound calls that run screening questionnaires, book into real calendars in legacy enterprise software, and hand off to humans on edge cases. Multilingual: English, Mandarin, Spanish.
outcome: Live with real callers daily; call outcomes classified and audited by a second model.
run: citrix_operator
status: completedongoing · in productionOperate desktop software that has no API, through Citrix.
Screen-level agents that log into legacy enterprise applications, create records, file documents, and book into calendars. All of it across a Citrix boundary where the automation sees only rendered frames, with human approval on every write.
outcome: Replaced hours of daily manual data entry; runs unattended with operator review.
run: document_pipeline
status: completedongoing · in productionTurn inbound fax queues into structured data.
OCR + LLM extraction pipeline (PaddleOCR + Claude) over scanned documents from regulated workflows: classification, field extraction, and triage rules, with labeled-set evals gating every deploy.
outcome: Production scale; measured field-level accuracy in the mid-to-high 90s on labeled evals.
run: sre_agent
status: completedin productionDetect, investigate, and safely heal agent-runtime incidents.
Scoped MCP tools over GCP logs/Cloud Run/Cloud Tasks, GitHub, voice provider, and a read-only DB proxy. Anomaly detection → root-cause hypothesis with confidence → proposed heal behind confirmation gates → drafted postmortem playbooks.
outcome: Read-only by default; no prod mutation without explicit human confirm.
run: healthadmin_models
status: in_progressearly research · in progressExplore specialized agentic models for long-horizon healthcare-admin workflows.
Structuring and de-identifying our production healthcare-admin data, reproducing results from HealthAdminBench (Stanford Shah Lab), and standing up training and eval pipelines to explore RL and SFT on agentic tasks, driven by our in-house agent harness.
outcome: Early stage on purpose: data and benchmark pipelines first, models next. Reproductions before claims.
HealthAdminBench ↗
run: physical_ai
status: in_progressnights & weekends · in progressLearn physical AI by building, not reading.
Getting robotics, PCB, and drone kits onto the bench to tinker toward something at the intersection of agents and the physical world.
outcome: Just started. The point is reps and taste, not a launch.
run: schedlab_rs
status: completedopen source · RustFind out when shortest-job-first actually wins in an LLM inference scheduler, and whether that answer survives your cost-model assumptions.
A deterministic vLLM-V1-mechanism scheduler + paged-KV simulator in Rust: unified token budget, chunked prefill, recompute preemption, watermark KV. Hard policy/mechanism split with type-enforced no-future-info leakage, three parametric cost families swept as a first-class dimension, golden + property tests, and a multi-tenant fairness study.
outcome: Predicted-SRPT captures ~97% of oracle goodput (regret 0.012 vs FCFS 0.358), but the winning policy is cost-model-dependent in 16 of 45 regimes. A single-equation sim would report that as fact. Findings replicate on a real Azure LLM trace (~98% of oracle). MIT.
repo ↗writeup ↗
run: voice_eval_harness
status: completedopen sourceMake voice agents testable before they embarrass you.
An eval harness for voice agents: structural linter, adversarial caller simulator, production-call replay into PHI-scrubbed fixtures, LLM-judge with a hard budget guardrail, tool-arg contract validator, regression-diff CI gate.
outcome: Caught 13 fatal config bugs across 8 production agents on day one. Apache-2.0.
repo ↗demo ↗
run: skill_pack
status: completedopen source · npmPackage the agent-engineering playbook as a skill pack.
27 production-incident-mapped skills for agentic healthcare engineering: PHI redaction, FHIR generation, HIPAA review on diffs, HL7 transforms, SMART-on-FHIR OAuth, Da Vinci prior-auth, webhook HMAC, multi-tenant RLS guards, plus 7 zero-dep TypeScript reference impls.
outcome: MIT, v0.4.x; iterating in public.
repo ↗
run: mcp_server
status: completedopen sourceShip an MCP server so agents can consume clinical tooling safely.
A Model Context Protocol server bridging FHIR R4 to AI agents: typed tools, reproducible evals against frozen golden datasets, and reversible keyed de-identification so agents work on realistic records without holding real identities.
outcome: Open source; audit-log ↔ LLM-trace correlation included.
repo ↗live ↗
run: research
status: completedIIT GandhinagarPublish ML research that survives review.
First-author: Distribution-Free Uncertainty Quantification and Calibration for Energy Disaggregation. Conformal prediction applied to non-intrusive load monitoring, beating Bayesian baselines on expected calibration error at materially lower compute. Plus research on CNAPs meta-learning for few-shot classification.
outcome: Published, ACM JCSS 2025 (DOI 10.1145/3748334).
scholar ↗doi ↗