01
LLM applications and retrieval systems
Production RAG over your own corpora — chunking and indexing strategy, hybrid retrieval, reranking, citation and grounding — built so that answers can be traced back to a source document rather than asserted.
02
Structured generation and extraction
Turning documents, transcripts and unstructured feeds into typed, validated records — with schema enforcement, confidence handling and a defined path for the cases the model should refuse rather than guess. Agentic systems are a capability of their own.
03
Evaluation harnesses
The piece almost everyone skips. Golden sets, rubric grading, regression suites that run in CI, and offline-versus-online agreement checks — so a prompt or model change is a measurable event rather than a vibe.
04
Inference architecture and cost control
Model routing, caching, batching, context budgeting and fallback chains. Unit economics per request, tracked, so the system does not become unaffordable at the exact moment it becomes popular.
05
Applied ML and data pipelines
Forecasting, classification, ranking and scoring models with the feature pipelines, training cadence, drift monitoring and rollback path that keep them honest after launch.