Questions about AI-first engineering, MCP servers, RAG, evals, orchestration, and how I ship production AI workflows.
Roughly sixty to one hundred twenty words: enough for a story and a concrete detail, short enough to scan. I lead with the direct answer, then add one example from production.
I overlap themes, not text. Project FAQs stay case-specific; AI-first FAQs explain philosophy and stack choices across work. Cross-linking beats copy-paste for SEO and user trust.
Skills are modular, discoverable, and testable. A prompt monolith rots silently; a skill can be reviewed, versioned, and removed when a library updates. I treat skills like functions with docs.
When throughput, determinism, or cost caps dominate. Batch embedding jobs, nightly eval reports, and invoice reconciliation are pipelines first. Agents sit on top when judgment is required.
They host agent endpoints, webhooks, and tool backends with clear OpenAPI contracts. n8n and front ends call the same API humans can curl in an incident — no magic.
Classify intent cheaply, fetch context through MCP, draft with templates grounded in RAG, route low confidence to review. I never auto-send on the first week of a new flow — I measure draft acceptance first.
Multi-step agents: retrieve, summarize with sources, compare, critique. Each step writes structured notes with chunk IDs so the final brief is auditable — not a wall of confident prose.
Accurate retrieval over FAQs and tickets, structured replies with confidence, seamless escalation, and a feedback button that feeds evals. Vanity chat widgets without grounding create more work than they save.