Skip to content

Chapter 2: What We'll Explore

Chapter 2 hero image

Here are the four signposts for the journey ahead:

  1. Three Singaporean-inspired Python agents: a hawker recommender, a haze tracker, and a Merlion that tells dad jokes.
  2. GitHub Copilot superpowers: Copilot writing the boring, safety-critical scaffolding so you focus on behaviour.
  3. Trust and transparency patterns: the architectural style that runs through all three agents.
  4. Azure deployment and observability: how this survives contact with real users.

Why it matters

The agenda is also a mental model. Each agent is the same trust pattern applied to a different domain. Once you internalise the pattern, you can add a fourth or fifth agent without reinventing anything.

What you get, by role

If you are a… You will gain…
Developer A Copilot workflow, code patterns, and three runnable examples
Decision maker A trust vocabulary and an architecture you can audit

Key terms

  • Pattern over product: you are not buying three bespoke apps; you are learning one reusable pattern applied three times.
  • Blast radius: how much can go wrong when one component fails. Small agents mean a small blast radius.