⚠️ Natural Google Cloud British voice unavailable on this browser.
Transcript shown for reading. For audio, use Google Chrome with internet access.
🎙️ Podcast 1
Introduction: CBT
A documentary narration — rewiring the mind through evidence and practice
Ready
NarratorCBT. An abbreviation and proper noun. Pronounced as three letters: C-B-T, or spelled out in full as Cognitive Behavioral Therapy.
NarratorCBT is a structured, evidence-based form of psychotherapy that works by identifying negative or distorted thought patterns, challenging them with logical evidence, and replacing them with healthier, more constructive ways of thinking and behaving.
NarratorThe core principle is elegant in its simplicity: our thoughts, feelings, and behaviours are deeply interconnected. Change how you think, and you change how you feel. Change how you feel, and you change how you act. CBT targets that first link — the thought — and everything else follows.
NarratorCBT emerged from the convergence of two separate traditions. Cognitive therapy was developed in the 1960s by Aaron T. Beck, a psychiatrist at the University of Pennsylvania, who noticed that his depressed patients shared a pattern of automatic negative thoughts that distorted their perception of reality. Beck developed techniques to identify, challenge, and reframe these thoughts.
NarratorIndependently, behavioural therapy had grown from the work of B.F. Skinner and others, applying learning theory — conditioning, reinforcement, and behavioural change — to psychological treatment. By the 1980s these two traditions merged, producing CBT: a therapy that addresses both the mind's narratives and the body's habits.
NarratorToday CBT is among the most extensively researched forms of psychological treatment in the world. It is recommended by the National Health Service in the United Kingdom, the American Psychological Association, and health authorities in dozens of countries for conditions including depression, anxiety, PTSD, OCD, phobias, and eating disorders.
NarratorIn register, CBT is a clinical and professional abbreviation used freely in healthcare, psychology, research, education, and media. You will hear it in GP surgeries, mental health services, academic papers, and everyday conversation among people who have encountered psychological therapy.
NarratorCBT is also closely connected to the science of neuroplasticity — the brain's ability to reorganise and form new neural pathways. Every CBT session is, in a very real sense, an act of neuroplastic remodelling: practising new thought patterns until they become the brain's default response.
NarratorThe mind is not fixed. CBT is the evidence-based proof of that.
💬 Podcast 2
Daily Use: Real Conversations
Two British speakers — CBT in real life, and how it differs from related terms
Ready
Speaker AMy GP referred me to a CBT therapist last month. Six sessions on the NHS. I was sceptical at first — I thought it would be a lot of "think positive" nonsense.
Speaker BHa — that is a really common misconception about CBT. It is actually the opposite of "think positive." It is about thinking accurately. The goal is to challenge thoughts that are distorted, not replace them with empty optimism.
Speaker AExactly what my therapist said. She gave me this thought record sheet — you write down the situation, the automatic thought, the emotion, and then the evidence for and against the thought. It is almost like a debugging exercise for the mind.
Speaker BThat is a great analogy. CBT is very structured and skill-based — it is not just talking about feelings. It teaches you specific techniques you can apply yourself, which is why it is so popular. The research evidence behind it is really strong.
Speaker AHow is CBT different from general counselling? Some people use those terms interchangeably and I was confused.
Speaker BThey are very different in approach. Counselling tends to be more open-ended — you explore feelings and experiences without a fixed structure. CBT is goal-directed and time-limited. You and the therapist agree on specific problems to target, and you work through a structured protocol to address them, usually over 8 to 20 sessions.
Speaker AAnd psychotherapy — is CBT a form of psychotherapy, or is it separate?
Speaker BCBT is a type of psychotherapy — psychotherapy is the broad category of psychological treatments delivered through talking. CBT is one specific, structured approach within that category. You could say CBT is to psychotherapy what agile is to software methodology — a particular framework within a larger field.
Speaker AThat makes it much clearer. A common mistake I have heard is people assuming CBT is only for depression. Is that right?
Speaker BNot at all — that is a significant underestimate. CBT is used for anxiety disorders, phobias, OCD, PTSD, insomnia, chronic pain management, eating disorders, and even anger management. It was developed initially for depression, but the model proved so robust that it was adapted for virtually every condition where thought patterns play a significant role.
Speaker AAnd you can apparently do CBT digitally now — apps and online programmes?
Speaker BYes — digital CBT or dCBT as it is sometimes called. The NHS even recommends several apps for mild to moderate anxiety and depression. The core techniques translate well to a digital format because CBT is so structured and skill-based in the first place.
Speaker ASo: CBT is a specific structured form of psychotherapy focused on changing thought patterns and behaviours; distinct from general counselling; and applicable to a wide range of conditions, not just depression.
Speaker BThat is a perfect summary. It is perhaps the most evidence-backed psychological treatment we have.
⌨️ Podcast 3
Prompt Engineering: CBT in Dev
Instructor + Developer — 6 practical, memorable AI prompts built around "CBT"
Ready
InstructorToday we are looking at how "CBT" works as a domain term in AI development prompts. When you use CBT in a prompt, you immediately tell the AI the exact domain — clinical mental health — which means it will generate appropriate database schemas, user flows, data sensitivity considerations, and professional language without needing extensive explanation. One abbreviation replaces a paragraph of context.
InstructorThe abbreviation also signals data privacy requirements, clinical workflows, and evidence-based structure — the AI knows a CBT app needs thought records, session tracking, and professional-grade design, not a generic wellness widget. Let us go through six prompts that show this in action.
DeveloperSo "CBT" in a prompt sets the entire clinical context automatically — including things like data sensitivity and professional tone?
InstructorExactly. Let us start with the core CBT tool — a thought record journal.
Prompt 1 · PHP / Journal App
Build me a PHP CBT thought record journal. Users log a situation, their automatic negative thought, the emotion and its intensity out of ten, evidence for and against the thought, and a balanced reframe. Store all entries in MySQL. Show past entries in reverse-chronological order with the automatic thought crossed out and the reframe highlighted in green. No frameworks.
InstructorSaying "CBT thought record journal" told the AI the exact clinical structure — situation, automatic thought, emotion, intensity, evidence for and against, balanced reframe. That is the actual CBT thought record format. Without the abbreviation, you would have to describe all of that manually. CBT compressed a clinical workflow into three letters.
DeveloperThe CBT thought record structure came automatically — that saves a lot of specification. What about a mood tracker with CBT-informed patterns?
InstructorHere is the mood tracking prompt.
Prompt 2 · JavaScript / Mood Tracker
Build a vanilla JavaScript CBT mood tracker widget. Users rate their mood from one to ten, tag the emotion, and write a brief thought. Show a 30-day line chart on HTML Canvas. Highlight days where mood dropped below four in red. Store all data in localStorage. No frameworks or external libraries.
InstructorThe red highlight for days below four and the emotion-tagging system — those design choices emerged from "CBT mood tracker". In CBT, patterns of low mood and the thoughts that accompany them are clinically significant data. The AI understood that because of the domain term, not because of explicit instructions.
DeveloperAnd the database schema for a full CBT platform?
InstructorHere is the schema prompt.
Prompt 3 · Database / Schema
Design a MySQL schema for a CBT platform. Include tables for users, therapists, CBT sessions with date and session notes, thought records linked to sessions with automatic thought, emotion, intensity, challenge, and balanced thought fields, mood logs with daily entries, and a goals table linking to progress milestones. Show full CREATE TABLE statements with indexes.
InstructorThe therapist–patient relationship table, the session-linked thought records, the goals with milestones — all of that clinical structure came from specifying "CBT platform" rather than just "mental health app". The domain term told the AI exactly what relationships and data fields are clinically meaningful in CBT practice.
DeveloperThat schema is essentially the data model for a real clinical system. What about a patient-facing dashboard?
InstructorHere is the dashboard prompt.
Prompt 4 · UI / Patient Dashboard
Build me a PHP CBT patient dashboard. Show the patient's mood trend chart for the past 30 days, their most recent thought record, upcoming session date, and a progress panel showing how many CBT goals they have completed versus outstanding. Use a calm, clinical colour palette — soft blues and whites. Use PHP, MySQL, and vanilla JavaScript only.
InstructorA calm clinical colour palette, goal completion tracking, session dates — all context-appropriate choices that the AI inferred from "CBT patient dashboard". The word "patient" combined with "CBT" signals a clinical setting, which directly influences the UI design language. This is vocabulary doing design work.
DeveloperAnd a therapist-side admin panel to manage sessions?
InstructorHere is the therapist panel prompt.
Prompt 5 · App Dev / Therapist Panel
Build a PHP therapist admin panel for a CBT platform. Show a list of active patients with their last session date and overall mood trend. Clicking a patient opens their full CBT history: all thought records, mood logs, and session notes. Add a button to schedule the next session and send an email reminder. Use PHP, MySQL, and vanilla JavaScript. No frameworks.
InstructorThe mood trend indicator per patient, the session scheduling with email reminders, the CBT history view — the AI built a proper clinical case management interface because "CBT therapist admin panel" implied the clinical workflow. Without CBT, you would have received a generic user management page.
DeveloperAnd the complete platform in one prompt?
InstructorHere is the full-system prompt — clean and immediately usable.
Prompt 6 · Full Application
Build a complete CBT therapy platform in PHP and MySQL. Include patient and therapist accounts, a thought record journal, a daily mood tracker with a 30-day chart, session scheduling with email reminders, a therapist admin panel showing all patients and their CBT history, and a goals tracker with milestones. Vanilla JavaScript only, no frameworks. Clinical, calm UI design.
InstructorDual accounts, thought records, mood charts, session scheduling, therapist admin, goals tracker — a complete clinical application emerged from one domain abbreviation. "CBT therapy platform" told the AI everything it needed to know about the feature set, the data relationships, and the design tone. That is the power of precise vocabulary in a prompt.
DeveloperThought record journal, mood tracker, database schema, patient dashboard, therapist panel, full platform — CBT shaped the design and data model of every single output.
InstructorPrecisely. In development, CBT is not just a therapy term — it is a complete product specification. It tells the AI: build a structured, evidence-based, clinical-grade application for tracking and improving cognitive and behavioural patterns. Three letters. Complete system architecture.