Capabilities → evidence

Every claim links to an artifact: live demo, public code, eval report, or case study. No artifact, no claim.

Core

Shipped production agentic/LLM systems (12)
RAG end-to-end (5)
Eval harnesses (5)
Observability (2)
Cost/performance engineering (6)
Structured outputs + schema validation (6)
Docker + CI/CD + git hygiene (3)
Production Python (5)
Business translation (3)
End-to-end lifecycle ownership (4)
Reliability, retries & graceful degradation (6)
  • LLM batch reliability (token-aware batching, integrity checks, staged retries) code exhibit

    Every input ID survives high-volume LLM batch runs; failed rows are automatically re-run rather than silently dropped.

  • AWS Bedrock + LangChain structured outputs code exhibit

    Integrated Bedrock via langchain_aws so structured outputs pass schema validation on arrival, and built a throttling ladder tuned to Bedrock's actual per-minute quota instead of a generic backoff curve.

  • Multi-provider model router + token/cost ledger code exhibit

    Requests fall back through an ordered provider chain on failure, retry against schema validation, and every call's cost is logged automatically.

  • Exhibit 16: graceful degradation under failure code exhibit

    When the model can't place a response, the pipeline degrades how specific the answer is rather than inventing one: a fallback ladder that climbs the theme hierarchy and then stops, recording the response as unmapped instead of fabricating a finding.

  • Exhibit 18: consent-gated agent actions code exhibit

    Built an agent-action boundary where models may draft but cannot execute: actions require visible user confirmation, signed authorization, strict validation and idempotent server-side recording.

  • Exhibit 19: private context isolation code exhibit

    Built isolated per-recipient AI context using hashed bearer exchange, signed HTTP-only sessions, allowlisted browser projections, integrity validation, expiry and revocation.

Frequently required

LangChain / LangGraph / named frameworks (3)
Cloud AI platforms (4)
Workflow automation tools (2)
API / MCP / integration breadth (7)
Postgres / pgvector (3)
Human-in-the-loop + guardrails (6)
  • Agora: feedback-analysis product demo live demo

    Built a public demo where anyone can watch a real traced pipeline run step through its stages, then run the actual dashboard themselves via a one-command Docker bundle.

  • Workflow dispatcher with human gates code exhibit

    Workflows pause mid-stage for human approval and resume from the gate.

  • Case study: Stoa: sovereign consultation analysis case study

    Built a sovereign consultation-analysis platform solo: pipeline, backend, review frontend, infrastructure and docs; piloted on real consultation data as an ongoing paid engagement.

  • Case study: Agora: feedback analysis product case study

    Productised the platform pattern; on a public academic benchmark (SemEval-2014), scored in-house, topic detection comes to 0.83 F1 in the discovery mode clients actually get. The client-engagement validation is the stronger evidence, and the case study ranks them.

  • Exhibit 16: graceful degradation under failure code exhibit

    When the model can't place a response, the pipeline degrades how specific the answer is rather than inventing one: a fallback ladder that climbs the theme hierarchy and then stops, recording the response as unmapped instead of fabricating a finding.

  • Exhibit 18: consent-gated agent actions code exhibit

    Built an agent-action boundary where models may draft but cannot execute: actions require visible user confirmation, signed authorization, strict validation and idempotent server-side recording.

Data governance / sovereignty (4)
Conversational AI (6)
Discovery / pilot / POC craft (2)
Terraform / IaC (2)
Classical ML / statistical modelling (2)

Context

AI-assisted engineering (Claude Code) (1)