Part 1 | Foundations — From user to maker
Chapter 1. Why a therapist steps over to the making side
Key points
- We now live in an age where "build me a café website" produces something that runs
- An AI chat is someone to consult; an AI development tool is an assistant that does the work
- A therapist's strength is the ability to frame a question — which is exactly what making needs
One sentence, and something runs
Ask, in one line, "build me a website for a café", and minutes later a site is running. With no knowledge of programming, because the AI moves its hands for you. We are already standing in that age.
The last part touched on agentic AI — AI that operates files itself. Here we use it to actually build a working website. What makes that possible is the category of thing called AI development tools.
The difference between an AI chat and an AI development tool
Let us set out clearly how the AI chats you have used so far (ChatGPT, Claude, Gemini) differ from the AI development tools we are about to use.
The biggest difference is whether it can operate files on your computer directly.
An AI chat answers questions in text, but cannot create or rewrite files on your machine. Picture someone to consult. It will tell you "write code like this", but the hands that move are yours.
An AI development tool is an assistant that does the work. Say "build a website in this folder" and it creates the necessary files, writes their contents, and makes the corrections. You do not write code.
From the stage of being taught by an AI chat, to the stage of having an AI development tool do it.
That is the new step this guide takes.
Therapists suit the making side
Foundations put it this way:
In an age of AI, what is asked of you is less how much you know than the ability to frame a question.
This lands hardest in the world of coding. The AI writes the code. So what is asked of the human is
- the ability to put into words what you want to build
- the ability to convey what features and what appearance you want
- the ability to look at what comes back and judge "this part is wrong"
A therapist observes symptoms, forms hypotheses, assesses, and changes the explanation to suit the listener. Which is to say, every day you already frame questions, instruct according to the other party, and scrutinise the result. Structurally, that is almost exactly what is needed to have an AI build something.
So there is no need to brace yourself. You already have the mental muscles the making side requires.
Chapter 1 summary
- With an AI development tool, you can build something that runs without writing code
- An AI chat is someone to consult; an AI development tool is an assistant that does the work
- Framing questions, instructing and scrutinising — a therapist's thinking suits the making side