Skip to content
Mikita Daroshkin

I build agentic AI that Fortune 500 companies run in production.

I work forward-deployed, which usually means being the one person between an executive's whiteboard and the code that ends up under audit, in regulated industries like pharma, healthcare, and lending. Nine years in, and the model is rarely the hard part. What decides whether an agent survives production is the stuff nobody puts in a demo: the eval that catches a regression before a user does, the tracing that turns a 3am failure into something you can actually read, whether the client's team can still run it after I've gone.

That last part is the one I care about most. And the week right after launch is still my favorite of any project, when real traffic starts arguing with assumptions you didn't know you'd made. This is where I write about it.

Mikita Daroshkin

What I build

Regulated decisions, under audit

Document AI in mortgage underwriting, where an extraction confidence is not a legally sufficient reason. Adverse-action notices, exception queues, and an immutable trail a regulator will eventually read.

Agents inside a system of record

Agent fleets against Workday, Salesforce, ServiceNow, SAP and Palantir. Their permission models grant to people holding jobs, and an agent is neither, so least privilege has no native expression.

Multi-vendor agent architecture

Google, Snowflake and Databricks agent platforms federated over A2A and MCP. Each is sound alone; the failures live in the joins, where three catalogs disagree and the loosest one decides.

Evaluation-driven delivery

A division-wide eval and observability program run in CI as a merge gate: golden sets, LLM-as-judge scoring, span sampling, drift detection. The judge is a model too, so you evaluate the evaluator.

Clinical and pharma delivery

GxP validation for a system that never returns the same answer twice, and calibrated risk scoring where a conformal guarantee is marginal rather than conditional and the audit is not.

Serving and edge economics

vLLM, SGLang and TensorRT-LLM at seven-figure inference scale, and an 8B assistant compressed to run fully offline on a mid-tier Android handset with no connectivity.

Writing

RSS Feed

The stuff that doesn't fit in a commit message — calls I'd revisit, what broke in production and why, and the parts I still find genuinely fun. Evaluation, retrieval, serving, the occasional war story.

All Posts

Reach me at mikitadaroshkin@gmail.com.