01 — Agentic systems
Orchestration & tool use
LangGraph and LangChain multi-agent graphs with parallel retrieval,
confidence-based routing, and human-in-the-loop checkpoints placed
exactly where being wrong is expensive. Function calling against real
systems of record, with code-enforced safety gates around anything
that writes.
02 — Inference
Serving models under load
Async FastAPI inference endpoints with schema-validated structured
outputs, prompt and context engineering that survives real inputs,
caching and concurrency control, and per-task cost and latency
budgets that hold up when volume arrives.
03 — Retrieval
RAG that cites its sources
Hybrid dense + BM25 search with cross-encoder re-ranking and semantic
chunking, tuned against a golden set rather than vibes. Citation-grounded
generation, multi-tenant isolation, and dead-letter-queue recovery so
ingestion failures are reprocessable instead of silent.
04 — Evaluation
Guardrails & observability
Golden datasets, LLM-as-judge scoring, faithfulness checks, and
regression evals that catch retrieval and prompt drift before release.
Full agent tracing plus per-agent KPIs — cycle time, resolution rate,
cost per task — so agent behavior can be explained to people who
don't read traces.
05 — Agentforce
Agents inside the CRM
Agentforce and Salesforce-connected automation where the CRM stays the
system of record and the agent does the work around it — bi-directional
integration across Sales, Service, Experience and Data Cloud, with
exceptions routed back to a human queue instead of guessed at.
06 — Data
Pipelines & production NL2SQL
Spark and Azure Data Factory pipelines feeding warehouse, reporting and
retrieval layers, plus natural-language querying over large operational
datasets with dynamic schema injection and static SQL validation — read
paths open, destructive paths closed.
07 — Cloud
Platform & delivery
Containerized agent services on Azure with autoscale, gateway policy,
managed identity, secrets handling and queue-based decoupling — shipped
through CI/CD with telemetry wired in from the first deploy rather than
bolted on after the incident.