All Posts
7 articles on Application & Architecture , AI Systems & hands-on demos
AI Architecture Pattern 05: Tool Calling
[!NOTE] This is Video 1 of 2 β the full design walkthrough and real AWS build. Video 2 (hands-on live demo) is coming soon.
Mike opens the assistant that’s β¦
Read more βAI Architecture Pattern 04: Evaluator Optimizer
The answer was valid. It was also wrong.
Pattern 03 gave us schema enforcement β every response field is correctly typed, enum values are constrained during β¦
Read more βAI Architecture Pattern 03: Structured Output And Validation
Dispute
DSP-2026-0042comes in. The assistant classifies it and returnsstatus: "under review"β a space, not an underscore. Pattern 02’s contract β¦
Read more βAI Architecture Pattern 02: Prompt And Context Contract
Pattern 01’s assistant works. It looks up the real transaction record, grounds its answer in it, and stops hallucinating pending-payment explanations. Then a β¦
Read more βAI Architecture Pattern 01: Grounded RAG For Payment Support
Mike opens a payment-support assistant and asks a simple question: “Why is my payment pending?”
Ask a raw language model that question and it will answer β¦
Read more βAI Architecture Patterns: Series Overview
Most AI demos teach you a trick. This series teaches you the decisions.
You’ve seen the tutorials: hook up an API key, paste a prompt, get a chatbot. They’re not wrong, β¦
Read more βBuilding Resilient Systems: Patterns & Implementation β Part 3
Where we are in this journey?
In Part 1, we established the mindset: everything fails, all the time. The question isn’t if your system will fail β it’s how badly.
In β¦
Read more β