Generative AI Service Design Foundations · Tuesday 16 June
What the evidence says about AI in service encounters, then a proper grounding in Claude Code: the history, the mechanics, the craft.
When AI can be the provider, the user, or both at once, service design needs a new map.
Purchase rates in a randomized field experiment: 6,255 outbound loan-renewal calls.
A GPT-3 assistant rolled out to 5,172 customer-support agents at a Fortune 500 software firm, back before ChatGPT existed. Who gained?
Today’s evidence becomes tomorrow’s design constraints.
Seventy years of telling machines what to do. Every era removes another layer of ceremony.
A language model has one job: guess the next word. The story of AI is the story of getting better at that guess.
In five years, code assistants grew from suggesting the next character to running for hours on their own.
A Mythos-class model, made safe for general use.
State of the art on nearly every tested benchmark: coding, knowledge work, vision, research. It plans, runs for hours, and checks its own output as it goes.
Vision, state of the art: reads exact values off scientific figures, rebuilds an app from a screenshot. Memory: stays focused across millions of tokens.
Validates its own work
It asks before acting when it’s uncertain. Later, we’ll wire the human handoff to exactly that signal.
Vague in → vague out. State scope explicitly: “apply to EVERY section, not just the first.”
If you need a fixed format or a fixed length, say so. Don’t assume a default.
Dial low→max instead of stuffing the prompt. Start modest; in the API use thinking: adaptive.
Token-efficient by default. Say so when you want to see intermediate steps or specific tool calls.
A folder with nothing but a CLAUDE.md. The rules live in the file, so they never have to live in the prompts.
A booking slot checker, built live from an empty folder. Copy the CLAUDE.md and the two prompts, and build it yourself.