Agentic and AI systems
AI systems that reach production
RAG, assistants and agentic workflows where the interesting part is not the model. Auditable business logic, a deterministic core, and a deployment that survives contact with real users.
What this usually looks like
- The demo was excellent. Nine months later nothing is in production.
- The assistant is fluent and occasionally, confidently, wrong, with no way to audit why.
- Every answer requires the LLM, so cost and latency scale with traffic and nobody can explain either.
- Nobody can say what the system will do next Tuesday, because nothing is deterministic.
What you get
A deterministic core
The LLM handles language. Filtering, ranking, business rules and validation are code you can read, test and reason about.
Auditable decisions
Every recommendation carries its rationale and is reproducible. When someone asks why, there is an answer that is not "the model said so".
Control without a deploy
Business owners change what the system promotes through configuration, not an engineering ticket.
Deployed where you need it
Your cloud or on-premises. Monitoring, evaluation harness, and the documentation to operate it.
Selected work
Generative AI
AI-guided recommendation engine for premium floral e-commerce
A production-oriented recommendation system that guides customers through emotionally loaded floral purchases — using a deterministic state machine with LLM components constrained to intent parsing and rationale generation only.
Full guided purchase flow: delivery validation, persona selection, budget extraction, curated recommendations with auditable scoring
Risk & Operations
Supplier risk intelligence framework
Network-based supplier risk modeling that identifies systemic vulnerabilities and "too-central-to-fail" suppliers before disruptions occur.
From reactive scorecards to systemic risk intelligence
Depth
Jul 28, 2026
One training monorepo, or a repo per model?
Seven ML products, one retail team, and the question of whether to consolidate training into a single Vertex-native monorepo. The answer is conditional, and the condition is the whole point.
May 18, 2026
The Hidden Cost of Precision in Operational AI
Enterprise AI systems often work at the first level of granularity, then become fragile when the business asks for more precision. A field lesson from pharmaceutical supply optimization on why incremental architectures matter.
May 13, 2026
Real Latency vs Perceived Latency in GenAI Systems
Raw latency and perceived latency are different engineering problems. Production GenAI systems feel fast when they expose progress early, overlap backend work, and avoid silent waiting.
May 4, 2026
From SaaS to intelligence native: the feedback loop.
Intelligence-native systems need agent access to decision artefacts and feedback loops. Why context, not models, is the differentiator — and how MCP, traditional ML, and versioned artefacts fit together.
How it starts
Diagnostic first, build second.
01 · Decision System Diagnostic
Three weeks, fixed scope. We establish what the system must decide, what has to be deterministic, and what genuinely needs a model. You get an executive readout and a roadmap.
02 · Design and build
Architecture, the deterministic layer, the model integration, evaluation and the deployment. Scoped from the roadmap, priced on the engagement.
03 · Operate and hand over
Monitoring, evaluation, documentation, and the training to run it without me.