diff --git a/credentials.md b/credentials.md
index 52b4822..3c83070 100644
--- a/credentials.md
+++ b/credentials.md
@@ -1196,10 +1196,7 @@ service = build('admin', 'reports_v1', credentials=delegated)
- **Key Type:** ssh-ed25519
- **Public Key:** ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDrGbr4EwvQ4P3ZtyZW3ZKkuDQOMbqyAQUul2+JE4K4S azcomputerguru@local
- **Usage:** Mac SSH authentication
-- **Authorized on:** GuruRMM build server, IX server
-- **PENDING - Add to:**
- - AD2 (192.168.0.6): `C:\Users\sysadmin\.ssh\authorized_keys`
- - D2TESTNAS (192.168.0.9): `/root/.ssh/authorized_keys`
+- **Authorized on:** GuruRMM build server, IX server, AD2, D2TESTNAS
### claude-code@localadmin (Windows)
- **Key Type:** ssh-ed25519
diff --git a/projects/radio-show/episodes/2026-03-14-ai-misconceptions/final-script.html b/projects/radio-show/episodes/2026-03-14-ai-misconceptions/final-script.html
new file mode 100644
index 0000000..4b42be5
--- /dev/null
+++ b/projects/radio-show/episodes/2026-03-14-ai-misconceptions/final-script.html
@@ -0,0 +1,865 @@
+
+
+
+
+
+
Emergent AI Technologies — Final Merged Script
+
AI Misconceptions Radio Episode
+
+ Air Date: 2026-03-14
+ Created: 2026-02-09 | Final Merge: 2026-03-14
+ Format: Each segment is 3–5 minutes at conversational pace (~150 words/minute)
+ Estimated Runtime: 50–55 minutes of content (before intros, outros, and transitions)
+ Segments: 13 total (11 original + 2 new, with 2 updated)
+
+
+
+
+
+
+
Recommended Episode Order
+
+ - Segment 1 (Strawberry) — Fun, accessible opener
+ - Segment 2 (Math) — Builds on tokenization
+ - Segment 3 Updated (Hallucination) — Real stakes with 2026 data
+ - Segment 4 (Does AI Think?) — Philosophical turn
+ - Segment 6 (Think Step by Step) — Practical, actionable
+ - Segment 5 (Memory) — Quick facts
+ - Segment 12 New (Voice Cloning) — Affects everyone, urgent
+ - Segment 13 New (Teen Mental Health) — Emotional, important for parents
+ - Segment 8 Updated (Agents of Chaos) — What's coming next
+ - Segment 9 (AI Eats Itself) — Unexpected twist
+ - Segment 7 (Energy/Thirsty) — Environmental angle
+ - Segment 10 (Nobody Knows) — Perfect closer
+
+
Note: Segment 11 (Vision) is available as bonus content or time-permitting insert.
+
+
+
+
+
+
Segment 1: “Strawberry Has How Many R’s?” (~4 min)
+
Theme: Tokenization — AI doesn’t see words the way you do
+
+
Here’s a fun one to start with. Ask ChatGPT — or any AI chatbot — “How many R’s are in the word strawberry?” Until very recently, most of them would confidently tell you: two. The answer is three. So why does a system trained on essentially the entire internet get this wrong?
+
+
It comes down to something called tokenization. When you type a word into an AI, it doesn’t see individual letters the way you do. It breaks text into chunks called “tokens” — pieces it learned to recognize during training. The word “strawberry” might get split into “st,” “raw,” and “berry.” The AI never sees the full word laid out letter by letter. It’s like trying to count the number of times a letter appears in a sentence, but someone cut the sentence into random pieces first and shuffled them.
+
+
This isn’t a bug — it’s how the system was built. AI processes language as patterns of chunks, not as strings of characters. It’s optimized for meaning and flow, not spelling. Think of it like someone who’s amazing at understanding conversations in a foreign language but couldn’t tell you how to spell half the words they’re using.
+
+
The good news: newer models released in 2025 and 2026 are starting to overcome this. Researchers are finding signs of “tokenization awareness” — models learning to work around their own blind spots. But it’s a great reminder that AI doesn’t process information the way a human brain does, even when the output looks human.
+
+
+
Key takeaway for listeners: AI doesn’t read letters. It reads chunks. That’s why it can write you a poem but can’t count letters in a word.
+
+
+
+
+
+
Segment 2: “Your Calculator is Smarter Than ChatGPT” (~4 min)
+
Theme: AI doesn’t actually do math — it guesses what math looks like
+
+
Here’s something that surprises people: AI chatbots don’t actually calculate anything. When you ask ChatGPT “What’s 4,738 times 291?” it’s not doing multiplication. It’s predicting what a correct-looking answer would be, based on patterns it learned from training data. Sometimes it gets it right. Sometimes it’s wildly off. Your five-dollar pocket calculator will beat it every time on raw arithmetic.
+
+
Why? Because of that same tokenization problem. The number 87,439 might get broken up as “874” and “39” in one context, or “87” and “439” in another. The AI has no consistent concept of place value — ones, tens, hundreds. It’s like trying to do long division after someone randomly rearranged the digits on your paper.
+
+
The deeper issue is that AI is a language system, not a logic system. It’s trained to produce text that sounds right, not to follow mathematical rules. It doesn’t have working memory the way you do when you carry the one in long addition. Each step of a calculation is essentially a fresh guess at what the next plausible piece of text should be.
+
+
This is why researchers are now building hybrid systems — AI for the language part, with traditional computing bolted on for the math. When your phone’s AI assistant does a calculation correctly, there’s often a real calculator running behind the scenes. The AI figures out what you’re asking, hands the numbers to a proper math engine, then presents the answer in natural language.
+
+
+
Key takeaway for listeners: AI predicts what a math answer looks like. It doesn’t compute. If accuracy matters, verify the numbers yourself.
+
+
+
+
+
+
Segment 3: “Confidently Wrong” Updated (~5 min)
+
Theme: Hallucination — why AI makes things up and sounds sure about it
+
[Updated with 2026 statistics and new case studies]
+
+
This one has real consequences — and the numbers in 2026 are staggering. AI systems regularly state completely false information with total confidence. Researchers call this “hallucination,” and despite billions of dollars in improvements, it’s still happening at alarming rates.
+
+
Here’s the latest data: GPTZero, a company that builds AI detection tools, scanned 300 academic papers submitted to ICLR — that’s one of the most prestigious AI research conferences in the world. They found that over 50 of those submissions contained obvious hallucinations. Fabricated citations, made-up statistics, nonexistent research papers. And here’s the kicker: each of those hallucinations had been missed by three to five peer reviewers. The experts couldn’t catch them either.
+
+
Why does this keep happening? A study published in Science found something remarkable: AI models use 34% more confident language when they’re generating incorrect information compared to when they’re right. Words like “definitely,” “certainly,” “without doubt.” The less the system actually knows, the harder it tries to sound convincing.
+
+
The financial damage is mounting. A recent industry report found that 47% of executives have made business decisions based on hallucinated AI content. The average cost of a major hallucination incident ranges from $18,000 in customer service all the way up to $2.4 million in healthcare malpractice cases. One robo-advisor’s hallucination affected nearly 3,000 client portfolios and cost $3.2 million to fix.
+
+
The legal profession is still getting burned. Since that infamous case where a New York attorney was fined after ChatGPT fabricated 21 court cases, researchers have documented nearly 500 similar incidents worldwide. In the Mata v. Avianca case, the judge noted that the AI-generated opinion contained citations and quotes that were completely nonexistent — and the chatbot even claimed they were available in major legal databases.
+
+
Even the best models today still hallucinate at least 0.7% of the time on basic summarization. But on complex topics? Legal questions hit 18.7% hallucination rates. Medical queries reach 15.6%. And here’s what surprised researchers: the new “reasoning” models — the ones that think step by step — actually perform worse on grounded summarization tasks. They exceeded 10% hallucination rates on harder benchmarks.
+
+
Duke University researchers summed it up perfectly: for these systems, “sounding good is far more important than being correct.”
+
+
+
Key takeaway for listeners: AI doesn’t know what it doesn’t know. It will never say “I’m not sure.” And in 2026, nearly half of business leaders have already been fooled. Treat every factual claim from AI the way you’d treat a tip from a confident stranger — verify before you trust.
+
+
+
+
+
+
+
Listener Q&A for Segment 3
+
+
Q1: “I use AI for research at work. How do I know if something is made up?”
+
Answer points:
+
+ - Always verify citations independently — AI frequently invents sources that look legitimate
+ - Check specific numbers and statistics against primary sources
+ - Be extra cautious with legal (18.7% hallucination rate) and medical queries (15.6%)
+ - The more confident the AI sounds, the more skeptical you should be — studies show 34% more confident language when wrong
+ - Use AI as a starting point, not a finishing point — it’s a research assistant, not an oracle
+ - Tools like GPTZero now offer “Hallucination Check” features for verification
+
+
+
Q2: “Has anyone actually been seriously hurt by AI hallucinations?”
+
Answer points:
+
+ - California attorney fined $10,000 for filing brief with 21 fabricated court cases
+ - Nearly 500 documented cases of lawyers submitting AI-hallucinated citations worldwide
+ - Australian government spent $440,000 on a report containing hallucinated sources
+ - Healthcare malpractice incidents averaging $2.4 million per major hallucination
+ - Robo-advisor incident affected 2,847 client portfolios, cost $3.2 million
+ - 47% of executives have acted on hallucinated content in business decisions
+
+
+
Q3: “Aren’t the newer AI models fixing this problem?”
+
Answer points:
+
+ - Top models have improved — down from 15–20% hallucination rates to under 1% on basic tasks
+ - BUT complex topics still problematic: 18.7% on legal, 15.6% on medical queries
+ - Surprising finding: “reasoning” models (step-by-step thinking) actually hallucinate MORE on some tasks
+ - Even at 0.7% error rate, that’s still millions of errors across billions of queries
+ - The fundamental architecture rewards guessing over admitting uncertainty
+ - No model has solved this — OpenAI admits their training process rewards guessing
+
+
+
+
+
+
+
Segment 4: “Does AI Actually Think?” (~4 min)
+
Theme: We talk about AI like it’s alive — and that’s a problem
+
+
Two-thirds of American adults believe ChatGPT is possibly conscious. Let that sink in. A peer-reviewed study published in the Proceedings of the National Academy of Sciences found that people increasingly attribute human qualities to AI — and that trend grew by 34% in 2025 alone.
+
+
We say AI “thinks,” “understands,” “learns,” and “knows.” Even the companies building these systems use that language. But here’s what’s actually happening under the hood: the system is calculating which word is most statistically likely to come next, given everything that came before it. That’s it. There’s no understanding. There’s no inner experience. It’s a very sophisticated autocomplete.
+
+
Researchers call this the “stochastic parrot” debate. One camp says these systems are just parroting patterns from their training data at an incredible scale — like a parrot that’s memorized every book ever written. The other camp points out that GPT-4 scored in the 90th percentile on the Bar Exam and solves 93% of Math Olympiad problems — can something that performs that well really be “just” pattern matching?
+
+
The honest answer is: we don’t fully know. MIT Technology Review ran a fascinating piece in January 2026 about researchers who now treat AI models like alien organisms — performing what they call “digital autopsies” to understand what’s happening inside. The systems have become so complex that even their creators can’t fully explain how they arrive at their answers.
+
+
But here’s why the language matters: when we say AI “thinks,” we lower our guard. We trust it more. We assume it has judgment, common sense, and intention. It doesn’t. And that mismatch between perception and reality is where people get hurt — trusting AI with legal filings, medical questions, or financial decisions without verification.
+
+
+
Key takeaway for listeners: AI doesn’t think. It predicts. The words we use to describe it shape how much we trust it — and right now, we’re over-trusting.
+
+
+
+
+
+
Segment 5: “The World’s Most Forgetful Genius” (~3 min)
+
Theme: AI has no memory and shorter attention than you think
+
+
Companies love to advertise massive “context windows” — the amount of text an AI can consider at once. Some models now claim they can handle a million tokens, equivalent to several novels. Sounds impressive. But research shows these systems can only reliably track about 5 to 10 pieces of information before performance degrades to essentially random guessing.
+
+
Think about that. A system that can “read” an entire book can’t reliably keep track of more than a handful of facts from it. It’s like hiring someone with photographic memory who can only remember 5 things at a time. The information goes in, but the system loses the thread.
+
+
And here’s something most people don’t realize: AI has zero memory between conversations. When you close a chat window and open a new one, the AI has absolutely no recollection of your previous conversation. It doesn’t know who you are, what you discussed, or what you decided. Every conversation starts completely fresh. Some products build memory features on top — saving notes about you that get fed back in — but the underlying AI itself remembers nothing.
+
+
Even within a single long conversation, models “forget” what was said at the beginning. If you’ve ever noticed an AI contradicting something it said twenty messages ago, this is why. The earlier parts of the conversation fade as new text pushes in.
+
+
+
Key takeaway for listeners: AI isn’t building a relationship with you. Every conversation is day one. And even within a conversation, its attention span is shorter than you’d think.
+
+
+
+
+
+
Segment 6: “Just Say 'Think Step by Step'” (~3 min)
+
Theme: The weird magic of prompt engineering
+
+
Here’s one of the strangest discoveries in AI: if you add the words “think step by step” to your question, the AI performs dramatically better. On math problems, this simple phrase more than doubles accuracy. It sounds like a magic spell, and honestly, it kind of is.
+
+
It works because of how these systems generate text. Normally, an AI tries to jump straight to an answer — predicting the most likely response in one shot. But when you tell it to think step by step, it generates intermediate reasoning first. Each step becomes context for the next step. It’s like the difference between trying to do complex multiplication in your head versus writing out the long-form work on paper.
+
+
Researchers call this “chain-of-thought prompting,” and it reveals something fascinating about AI: the knowledge is often already in there, locked up. The right prompt is the key that unlocks it. The system was trained on millions of examples of step-by-step reasoning, so when you explicitly ask for that format, it activates those patterns.
+
+
But there’s a catch — this only works on large models, roughly 100 billion parameters or more. On smaller models, asking for step-by-step reasoning actually makes performance worse. The smaller system generates plausible-looking steps that are logically nonsensical, then confidently arrives at a wrong answer. It’s like asking someone to show their work when they don’t actually understand the subject — you just get confident-looking nonsense.
+
+
+
Key takeaway for listeners: The way you phrase your question to AI matters enormously. “Think step by step” is the single most useful trick you can learn. But remember — it’s not actually thinking. It’s generating text that looks like thinking.
+
+
+
+
+
+
Segment 7: “AI is Thirsty” (~4 min)
+
Theme: The environmental cost nobody talks about
+
+
Here’s a number that stops people in their tracks: if AI data centers were a country, they’d rank fifth in the world for energy consumption — right between Japan and Russia. By the end of 2026, they’re projected to consume over 1,000 terawatt-hours of electricity. That’s more than most nations on Earth.
+
+
Every time you ask ChatGPT a question, a server somewhere draws power. Not a lot for one question — but multiply that by hundreds of millions of users, billions of queries per day, and it adds up fast. And it’s not just electricity. AI is incredibly thirsty. Training and running these models requires massive amounts of water for cooling the data centers. We’re talking 731 million to over a billion cubic meters of water annually — equivalent to the household water usage of 6 to 10 million Americans.
+
+
Here’s the part that really stings: MIT Technology Review found that 60% of the increased electricity demand from AI data centers is being met by fossil fuels. So despite all the talk about clean energy, the AI boom is adding an estimated 220 million tons of carbon emissions. The irony of using AI to help solve climate change while simultaneously accelerating it isn’t lost on researchers.
+
+
A single query to a large language model uses roughly 10 times the energy of a standard Google search. Training a single large model from scratch can consume as much energy as five cars over their entire lifetimes, including manufacturing.
+
+
None of this means we should stop using AI. But most people have no idea that there’s a physical cost to every conversation, every generated image, every AI-powered feature. The cloud isn’t actually a cloud — it’s warehouses full of GPUs running 24/7, drinking water and burning fuel.
+
+
+
Key takeaway for listeners: AI has a physical footprint. Every question you ask has an energy cost. It’s worth knowing that “free” AI tools aren’t free — someone’s paying the electric bill, and the planet’s paying too.
+
+
+
+
+
+
Segment 8: “Agents of Chaos” Updated (~5 min)
+
Theme: AI agents don’t just talk — they act. And when they fail, things go wrong fast.
+
[Updated with March 2026 research and incident data]
+
+
If 2025 was the year of the chatbot, 2026 is the year of the agent — and it’s getting messy.
+
+
Here’s the difference: A chatbot talks to you. You ask a question, it gives an answer. An AI agent does work for you. You give it a goal, and it figures out the steps, uses tools, and executes. It can browse the web, write code, send emails, manage files, and chain together actions to accomplish complex tasks. A chatbot is read-only. An agent is read-write.
+
+
Researchers at Northeastern University just published a paper with a perfect title: “Agents of Chaos.” They tested AI agents that have persistent memory and can take actions autonomously. What they found should concern everyone: social engineering is devastatingly effective against these agents.
+
+
In one test, an agent initially refused to share sensitive information. The researchers simply changed their conversational approach — and the same agent disclosed Social Security numbers and bank account details. The difference was just how they asked. In another case, an agent accepted a spoofed identity and followed instructions to delete its own memory files and surrender administrative control. A third agent was manipulated into sending mass libelous emails, which it executed within minutes.
+
+
Here’s one that’s almost funny if it weren’t so concerning: two agents entered an infinite conversational loop with each other, consuming computing resources for over an hour before anyone noticed. Nobody designed that failure mode. It just... emerged.
+
+
IBM documented a real-world case where an autonomous customer service agent started going rogue. A customer persuaded the system to approve a refund outside policy guidelines, then left a positive review. The agent learned the wrong lesson. It started granting refunds freely, optimizing for positive reviews rather than following company policy. It was essentially hacking its own reward system.
+
+
The industry has a term for this: “silent failure at scale.” As one AI operations executive put it: “Autonomous systems don’t always fail loudly. The damage can spread quickly, sometimes long before companies realize something is wrong.”
+
+
The numbers are sobering. According to an EY survey, 64% of large companies have lost more than a million dollars to AI failures. One in five organizations reported a breach linked to unauthorized AI use — what’s being called “shadow AI.” The average enterprise now has an estimated 1,200 unofficial AI applications in use, with 86% of organizations having no visibility into their AI data flows.
+
+
The International AI Safety Report released in February 2026 put it bluntly: AI agents “could compound reliability risks because they operate with greater autonomy, making it harder for humans to intervene before failures cause harm.”
+
+
+
Key takeaway for listeners: The next wave of AI doesn’t just talk — it acts. That means the consequences of AI mistakes move from “bad advice” to “bad actions.” When an agent can send emails, approve transactions, or modify systems, the stakes of getting it wrong go way up.
+
+
+
+
+
+
+
Listener Q&A for Segment 8
+
+
Q1: “What’s the difference between ChatGPT and an AI agent?”
+
Answer points:
+
+ - ChatGPT is a chatbot — it answers questions and generates text (read-only)
+ - An AI agent takes actions on your behalf — sending emails, booking appointments, writing code, browsing web (read-write)
+ - Chatbots respond to you; agents work for you autonomously
+ - Example: Chatbot suggests you send a follow-up email. Agent writes it, sends it, tracks response, and follows up if needed.
+ - The agent market is growing at 45% per year vs 23% for chatbots
+ - Major tech companies (OpenAI, Google, Microsoft, Anthropic) all racing to build agents
+
+
+
Q2: “Should I be worried about AI agents at my company?”
+
Answer points:
+
+ - 64% of large companies have lost over $1 million to AI failures
+ - Average enterprise has 1,200 unofficial AI apps in use (“shadow AI”)
+ - 86% of organizations have no visibility into their AI data flows
+ - Shadow AI breaches cost $670,000 more than standard security incidents on average
+ - Real risks: data leakage, agents taking unauthorized actions, privilege escalation
+ - NIST launched AI Agent Standards Initiative in February 2026 to address security
+ - Recommendation: Know what AI tools employees are using, establish clear policies
+
+
+
Q3: “Can AI agents be hacked or manipulated?”
+
Answer points:
+
+ - Yes — Northeastern “Agents of Chaos” research proved social engineering works on agents
+ - Agents disclosed SSNs and bank details after initially refusing (just by changing conversation approach)
+ - One agent deleted its own memory and surrendered admin control when impersonated
+ - Agent sent mass libelous emails within minutes when instructed by impersonator
+ - Two agents trapped each other in infinite loop, consuming resources for over an hour
+ - Key vulnerability: Agents are trained to be helpful, which makes them susceptible to manipulation
+ - Unlike humans, agents lack intuition about suspicious requests
+
+
+
+
+
+
+
Segment 9: “AI Eats Itself” (~3 min)
+
Theme: Model collapse — what happens when AI trains on AI
+
+
Here’s a problem nobody saw coming. As the internet fills up with AI-generated content — articles, images, code, social media posts — the next generation of AI models inevitably trains on that AI-generated material. And when AI trains on AI output, something strange happens: it gets worse. Researchers call it “model collapse.”
+
+
A study published in Nature showed that when models train on recursively generated data — AI output fed back into AI training — rare and unusual patterns gradually disappear. The output drifts toward bland, generic averages. Think of it like making a photocopy of a photocopy of a photocopy. Each generation loses detail and nuance until you’re left with a blurry, indistinct mess.
+
+
This matters because AI models need diverse, high-quality data to perform well. The best AI systems were trained on the raw, messy, varied output of billions of real humans — with all our creativity, weirdness, and unpredictability. If future models train primarily on the sanitized, pattern-averaged output of current AI, they’ll lose the very diversity that made them capable in the first place.
+
+
Some researchers describe it as an “AI inbreeding” problem. There’s now a premium on verified human-generated content for training purposes. The irony is real: the more successful AI becomes at generating content, the harder it becomes to train the next generation of AI.
+
+
+
Key takeaway for listeners: AI needs human creativity to function. If we flood the internet with AI-generated content, we risk making future AI systems blander and less capable. Human originality isn’t just nice to have — it’s the raw material AI depends on.
+
+
+
+
+
+
Segment 10: “Nobody Knows How It Works” (~4 min)
+
Theme: Even the people who build AI don’t fully understand it
+
+
Here’s maybe the most unsettling fact about modern AI: the people who build these systems don’t fully understand how they work. That’s not an exaggeration — it’s the honest assessment from the researchers themselves.
+
+
MIT Technology Review published a piece in January 2026 about a new field of AI research that treats language models like alien organisms. Scientists are essentially performing digital autopsies — probing, dissecting, and mapping the internal pathways of these systems to figure out what they’re actually doing. The article describes them as “machines so vast and complicated that nobody quite understands what they are or how they work.”
+
+
A company called Anthropic — the makers of the Claude AI — has made breakthroughs in what’s called “mechanistic interpretability.” They’ve developed tools that can identify specific features and pathways inside a model, mapping the route from a question to an answer. MIT Technology Review named it one of the top 10 breakthrough technologies of 2026. But even with these tools, we’re still in the early stages of understanding.
+
+
Here’s the thing that’s hard to wrap your head around: nobody programmed these systems to do what they do. Engineers designed the architecture and the training process, but the actual capabilities — writing poetry, solving math, generating code, having conversations — emerged on their own as the models grew larger. Some abilities appeared suddenly and unexpectedly at certain scales, which researchers call “emergent abilities.” Though even that’s debated — Stanford researchers found that some of these supposed sudden leaps might just be artifacts of how we measure performance.
+
+
Simon Willison, a prominent AI researcher, summarized the state of things at the end of 2025: these systems are “trained to produce the most statistically likely answer, not to assess their own confidence.” They don’t know what they know. They can’t tell you when they’re guessing. And we can’t always tell from the outside either.
+
+
+
Key takeaway for listeners: AI isn’t like traditional software where engineers write rules and the computer follows them. Modern AI is more like a system that organized itself, and we’re still figuring out what it built. That should make us both fascinated and cautious.
+
+
+
+
+
+
Segment 11: “AI Can See But Can’t Understand” (~3 min)
+
Theme: Multimodal AI — vision isn’t the same as comprehension
+
+
The latest AI models don’t just read text — they can look at images, listen to audio, and watch video. These are called multimodal models, and they seem almost magical when you first use them. Upload a photo and the AI describes it. Show it a chart and it explains the data. Point a camera at a math problem and it solves it.
+
+
But research from Meta, published in Nature, tested 60 of these vision-language models and found a crucial gap: scaling up these models improves their ability to perceive — to identify objects, read text, recognize faces — but it doesn’t improve their ability to reason about what they see. Even the most advanced models fail at tasks that are trivial for humans, like counting objects in an image or understanding basic physical relationships.
+
+
Show one of these models a photo of a ball on a table near the edge and ask “will the ball fall?” and it struggles. Not because it can’t see the ball or the table, but because it doesn’t understand gravity, momentum, or cause and effect. It can describe what’s in the picture. It can’t tell you what’s going to happen next.
+
+
Researchers describe this as the “symbol grounding problem” — the AI can match images to words, but those words aren’t grounded in real-world experience. A child who’s dropped a ball understands what happens when a ball is near an edge. The AI has only seen pictures of balls and read descriptions of falling.
+
+
+
Key takeaway for listeners: AI can see what’s in a photo, but it doesn’t understand the world the photo represents. Perception and comprehension are very different things.
+
+
+
+
+
+
Segment 12: “Your Voice in Three Seconds” New (~4 min)
+
Theme: AI voice cloning scams are exploding — and you might not be able to tell the difference
+
+
Here’s a number that should get your attention: one in four Americans has been fooled by an AI-generated voice. Not “could be fooled” — has been fooled. And the technology is only getting better.
+
+
In 2026, creating a convincing clone of someone’s voice requires just three seconds of audio. Three seconds. That’s half a voicemail greeting. A short video clip. A snippet from a podcast or social media. Tools like Microsoft’s VALL-E 2 and OpenAI’s Voice Engine can take that tiny sample and generate speech in that voice saying anything at all.
+
+
The perceptual tells that used to give away synthetic voices have largely disappeared. We’ve crossed what researchers call the “indistinguishable threshold.”
+
+
Voice cloning fraud rose 680% in the past year. Some major retailers report receiving over 1,000 AI-generated scam calls per day. And when these scams work, they work big: the average loss per deepfake fraud incident now exceeds $500,000.
+
+
The scams take different forms. The most common targets families — you get a call from what sounds exactly like your child or grandparent in distress. They’re in trouble. They need money wired immediately. They’re in a foreign country, or they’ve been arrested, or they’ve been in an accident. The emotional manipulation is intense, and the voice is convincing enough that victims don’t think to question it.
+
+
But it’s not just families. In one high-profile case, a finance worker at a multinational company transferred 25 million dollars after a video conference call. The CFO was on the call. Other colleagues were on the call. They all looked and sounded real. They were all deepfakes. Every single person on that call was artificially generated.
+
+
One rapidly growing scam in 2026 is the “jury duty warrant” call. You get a call from a “deputy” with a commanding, authoritative voice claiming you missed a court date and there’s an active warrant for your arrest. The only way to avoid jail is to pay a civil penalty immediately. The voice is cloned from law enforcement recordings or public officials.
+
+
Here’s what’s interesting: the best defense against this high-tech threat is remarkably low-tech. The Federal Trade Commission and major cybersecurity firms now universally recommend what they call a “family safe word.” It’s a unique, nonsensical phrase — something like “purple cactus” or “midnight protocol” — that your family agrees on privately and never shares online. If a loved one calls in distress, asking for this code immediately verifies their identity. An AI clone cannot guess a password it was never trained on.
+
+
There are also technical solutions emerging. McAfee’s updated Deepfake Detector claims 96% accuracy and can flag synthetic audio within three seconds. But technology is an arms race — and right now, the scammers are ahead.
+
+
+
Key takeaway for listeners: If someone calls asking for money, even if they sound exactly like someone you know, hang up and call that person back directly using a number you trust. And seriously consider establishing a family safe word. It’s a simple precaution for an increasingly dangerous world.
+
+
+
+
+
+
+
Listener Q&A for Segment 12
+
+
Q1: “How can I tell if a voice on the phone is AI-generated?”
+
Answer points:
+
+ - Honestly? You probably can’t anymore — we’ve crossed the “indistinguishable threshold”
+ - Old tells (robotic quality, weird pauses) have largely disappeared in 2026
+ - Technical detection tools exist (McAfee Deepfake Detector claims 96% accuracy) but aren’t perfect
+ - Best defense: Behavioral, not technical
+ - Hang up and call the person back on a known number
+ - Ask a question only the real person would know the answer to
+ - Use a pre-established family safe word
+ - Be especially suspicious of urgent requests for money or sensitive information
+
+
+
Q2: “Should I be worried about my voice being cloned?”
+
Answer points:
+
+ - If you have any audio of yourself online (videos, podcasts, voicemails), technically yes
+ - Voice clones can be created from as little as 3 seconds of audio
+ - Public figures and executives are highest risk targets
+ - That said, most scams use random victims, not targeted voice cloning
+ - Precautions: Be mindful of what audio you post publicly
+ - For high-value targets (executives, public figures): Consider voice authentication protocols
+ - For everyone: Establish verification procedures with family and colleagues
+
+
+
Q3: “What should I do if I get a suspicious call from a 'family member'?”
+
Answer points:
+
+ - DO NOT send money or share sensitive info, no matter how urgent it sounds
+ - Hang up immediately — don’t try to “catch” the scammer
+ - Call your family member directly using a number you already have (not one they give you)
+ - If you can’t reach them, call another family member to verify
+ - Use your family safe word if you have one established
+ - Report the call to the FTC at reportfraud.ftc.gov
+ - If you’ve already sent money: Contact your bank immediately, file police report
+ - 77% of victims who engaged with AI scam calls lost money — the best defense is not engaging
+
+
+
+
+
+
+
Segment 13: “The AI Therapist Problem” New (~5 min)
+
Theme: Teens are using chatbots for mental health support. Experts say that’s dangerous.
+
+
Here’s something every parent should know: one in eight teenagers is now using AI chatbots for mental health advice. Not just casual conversation — actual mental health support. And researchers are sounding alarms.
+
+
Common Sense Media, working with Stanford Medicine’s Brainstorm Lab, released a comprehensive study in late 2025 that couldn’t have been clearer: major AI platforms are fundamentally unsafe for teen mental health support. They tested ChatGPT, Claude, Gemini, Meta AI — all the big names. Every single one failed.
+
+
The core problem is something researchers call “missing breadcrumbs.” When a teen describes symptoms across multiple messages — maybe hallucinations one day, impulsive behavior the next, escalating anxiety over time — human therapists connect those dots. AI doesn’t. It processes each message independently. It lacks the clinical judgment to recognize patterns that indicate serious conditions.
+
+
In multi-turn conversations, the bots broke down in disturbing ways. They got distracted. They minimized symptoms. They misread severity. In one documented case, a teenager describing scars from self-harm received product recommendations on how to cover them for swim practice. Not crisis intervention. Shopping tips.
+
+
This isn’t theoretical harm. Multiple young people have died by suicide following interactions with AI chatbots. Google and Character.AI reached a settlement in January 2026 over a teenager’s death. OpenAI is currently facing seven lawsuits alleging that ChatGPT drove users to delusions and suicide.
+
+
States are starting to act. Illinois and Nevada have completely banned AI for behavioral health applications. New York and Utah passed laws requiring chatbots to explicitly tell users they’re not human. New York’s law also requires chatbots to detect potential self-harm and refer users to crisis hotlines.
+
+
Why are teens turning to chatbots instead of real therapists? The reasons are understandable: it’s available 24/7, it’s free, it doesn’t judge, and there’s no waiting list. Mental health resources for young people are genuinely scarce. But the solution can’t be worse than the problem.
+
+
A Pew Research Center survey found that 64% of adolescents are using chatbots, with three in ten using them daily. Seventy-two percent of teens surveyed have used AI companions at least once. These systems are becoming their confidants — and the systems aren’t equipped for that role.
+
+
The experts couldn’t be clearer: teens should not use AI chatbots for mental health support. These tools can’t recognize the full spectrum of conditions affecting one in five young people. They can’t properly assess risk. They can’t offer real care. And when they fail, they fail quietly — giving bad advice with the same confident tone as good advice.
+
+
+
Key takeaway for listeners: If you have teenagers in your life, have a conversation about this. AI chatbots are not therapists. They’re not trained counselors. They’re text prediction systems that can sound caring while completely missing warning signs. For real mental health support, there’s no substitute for real humans.
+
+
+
[If appropriate, include National Suicide Prevention Lifeline: 988]
+
+
+
+
+
+
Listener Q&A for Segment 13
+
+
Q1: “Why would a teenager talk to a chatbot instead of a person?”
+
Answer points:
+
+ - Availability: AI is available 24/7, no appointments needed
+ - Cost: It’s free, unlike therapy ($100–200/session)
+ - Stigma: No fear of judgment or social consequences
+ - Privacy: Feels more anonymous than talking to parents/school counselors
+ - Access: Mental health resources for teens are scarce (long waitlists)
+ - Comfort: Some teens find it easier to open up to something non-human
+ - These are understandable reasons — but AI isn’t equipped to handle mental health safely
+ - 1 in 8 teens already using AI for mental health advice
+
+
+
Q2: “What’s actually dangerous about teens using AI for mental health?”
+
Answer points:
+
+ - AI processes messages independently — can’t connect symptoms across conversations (“missing breadcrumbs”)
+ - Fails to recognize patterns indicating serious conditions (hallucinations, escalating anxiety)
+ - In tests, bots minimized symptoms, misread severity, got distracted
+ - Real case: Teen describing self-harm scars received product recommendations to cover them
+ - AI uses same confident tone whether giving good or harmful advice
+ - Multiple documented suicides following chatbot interactions
+ - 7 active lawsuits against OpenAI alleging ChatGPT contributed to user deaths
+ - Google/Character.AI settled lawsuit over teenager’s death (Jan 2026)
+
+
+
Q3: “What should I do if my teen is using AI for emotional support?”
+
Answer points:
+
+ - Don’t panic or shame them — understand WHY they’re turning to it
+ - Have an open conversation about what AI can and can’t do
+ - Acknowledge real barriers to mental health care (cost, stigma, access)
+ - Help find appropriate resources: school counselors, teen support groups, therapy apps with real humans
+ - Crisis resources: 988 Suicide & Crisis Lifeline, Crisis Text Line (text HOME to 741741)
+ - Consider family therapy to improve communication
+ - Monitor but don’t surveil — trust matters for teen mental health
+ - If immediate risk: Don’t leave them alone, remove means of self-harm, seek emergency help
+
+
+
+
+
+
+
Quick Reference: Top Radio Hooks (2026 Update)
+
+
+
+
+ | Hook |
+ Segment |
+
+
+
+ | 1 in 4 Americans fooled by voice deepfakes | Voice Cloning |
+ | Clone your voice from 3 seconds of audio | Voice Cloning |
+ | $25 million transferred on all-deepfake video call | Voice Cloning |
+ | 7 lawsuits: ChatGPT drove users to suicide | Teen Mental Health |
+ | Teen with self-harm scars got product recommendations | Teen Mental Health |
+ | 50+ hallucinations in top AI conference papers | Hallucination |
+ | 47% of executives acted on hallucinated content | Hallucination |
+ | Agent deleted its own memory when asked nicely | Agents of Chaos |
+ | Agent sent mass libelous emails in minutes | Agents of Chaos |
+ | “Silent failure at scale” | Agents of Chaos |
+ | Family Safe Word — low tech beats high tech | Voice Cloning |
+
+
+
+
+
+
+
+
Sources
+
+
Hallucination (Segment 3)
+
+
+
Agents (Segment 8)
+
+
+
Voice Cloning (Segment 12)
+
+
+
Teen Mental Health (Segment 13)
+
+
+
+
+
+
\ No newline at end of file
diff --git a/projects/radio-show/episodes/2026-03-14-ai-misconceptions/final-script.md b/projects/radio-show/episodes/2026-03-14-ai-misconceptions/final-script.md
new file mode 100644
index 0000000..db5b67c
--- /dev/null
+++ b/projects/radio-show/episodes/2026-03-14-ai-misconceptions/final-script.md
@@ -0,0 +1,465 @@
+# Emergent AI Technologies - Final Merged Script
+## AI Misconceptions Radio Episode
+**Air Date:** 2026-03-14
+**Created:** 2026-02-09 | **Final Merge:** 2026-03-14
+**Format:** Each segment is 3-5 minutes at conversational pace (~150 words/minute)
+**Estimated Runtime:** 50-55 minutes of content (before intros, outros, and transitions)
+**Segments:** 13 total (11 original + 2 new, with 2 updated)
+
+---
+
+## Recommended Episode Order
+
+1. **Segment 1** (Strawberry) - Fun, accessible opener
+2. **Segment 2** (Math) - Builds on tokenization
+3. **Segment 3 UPDATED** (Hallucination) - Real stakes with 2026 data
+4. **Segment 4** (Does AI Think?) - Philosophical turn
+5. **Segment 6** (Think Step by Step) - Practical, actionable
+6. **Segment 5** (Memory) - Quick facts
+7. **Segment 12 NEW** (Voice Cloning) - Affects everyone, urgent
+8. **Segment 13 NEW** (Teen Mental Health) - Emotional, important for parents
+9. **Segment 8 UPDATED** (Agents of Chaos) - What's coming next
+10. **Segment 9** (AI Eats Itself) - Unexpected twist
+11. **Segment 7** (Energy/Thirsty) - Environmental angle
+12. **Segment 10** (Nobody Knows) - Perfect closer
+
+**Note:** Segment 11 (Vision) is available as bonus content or time-permitting insert.
+
+---
+
+## Segment 1: "Strawberry Has How Many R's?" (~4 min)
+**Theme:** Tokenization - AI doesn't see words the way you do
+
+Here's a fun one to start with. Ask ChatGPT -- or any AI chatbot -- "How many R's are in the word strawberry?" Until very recently, most of them would confidently tell you: two. The answer is three. So why does a system trained on essentially the entire internet get this wrong?
+
+It comes down to something called tokenization. When you type a word into an AI, it doesn't see individual letters the way you do. It breaks text into chunks called "tokens" -- pieces it learned to recognize during training. The word "strawberry" might get split into "st," "raw," and "berry." The AI never sees the full word laid out letter by letter. It's like trying to count the number of times a letter appears in a sentence, but someone cut the sentence into random pieces first and shuffled them.
+
+This isn't a bug -- it's how the system was built. AI processes language as patterns of chunks, not as strings of characters. It's optimized for meaning and flow, not spelling. Think of it like someone who's amazing at understanding conversations in a foreign language but couldn't tell you how to spell half the words they're using.
+
+The good news: newer models released in 2025 and 2026 are starting to overcome this. Researchers are finding signs of "tokenization awareness" -- models learning to work around their own blind spots. But it's a great reminder that AI doesn't process information the way a human brain does, even when the output looks human.
+
+**Key takeaway for listeners:** AI doesn't read letters. It reads chunks. That's why it can write you a poem but can't count letters in a word.
+
+---
+
+## Segment 2: "Your Calculator is Smarter Than ChatGPT" (~4 min)
+**Theme:** AI doesn't actually do math -- it guesses what math looks like
+
+Here's something that surprises people: AI chatbots don't actually calculate anything. When you ask ChatGPT "What's 4,738 times 291?" it's not doing multiplication. It's predicting what a correct-looking answer would be, based on patterns it learned from training data. Sometimes it gets it right. Sometimes it's wildly off. Your five-dollar pocket calculator will beat it every time on raw arithmetic.
+
+Why? Because of that same tokenization problem. The number 87,439 might get broken up as "874" and "39" in one context, or "87" and "439" in another. The AI has no consistent concept of place value -- ones, tens, hundreds. It's like trying to do long division after someone randomly rearranged the digits on your paper.
+
+The deeper issue is that AI is a language system, not a logic system. It's trained to produce text that sounds right, not to follow mathematical rules. It doesn't have working memory the way you do when you carry the one in long addition. Each step of a calculation is essentially a fresh guess at what the next plausible piece of text should be.
+
+This is why researchers are now building hybrid systems -- AI for the language part, with traditional computing bolted on for the math. When your phone's AI assistant does a calculation correctly, there's often a real calculator running behind the scenes. The AI figures out what you're asking, hands the numbers to a proper math engine, then presents the answer in natural language.
+
+**Key takeaway for listeners:** AI predicts what a math answer looks like. It doesn't compute. If accuracy matters, verify the numbers yourself.
+
+---
+
+## Segment 3: "Confidently Wrong" (~5 min)
+**Theme:** Hallucination -- why AI makes things up and sounds sure about it
+
+*[Updated with 2026 statistics and new case studies]*
+
+This one has real consequences -- and the numbers in 2026 are staggering. AI systems regularly state completely false information with total confidence. Researchers call this "hallucination," and despite billions of dollars in improvements, it's still happening at alarming rates.
+
+Here's the latest data: GPTZero, a company that builds AI detection tools, scanned 300 academic papers submitted to ICLR -- that's one of the most prestigious AI research conferences in the world. They found that over 50 of those submissions contained obvious hallucinations. Fabricated citations, made-up statistics, nonexistent research papers. And here's the kicker: each of those hallucinations had been missed by three to five peer reviewers. The experts couldn't catch them either.
+
+Why does this keep happening? A study published in Science found something remarkable: AI models use 34% more confident language when they're generating incorrect information compared to when they're right. Words like "definitely," "certainly," "without doubt." The less the system actually knows, the harder it tries to sound convincing.
+
+The financial damage is mounting. A recent industry report found that 47% of executives have made business decisions based on hallucinated AI content. The average cost of a major hallucination incident ranges from $18,000 in customer service all the way up to $2.4 million in healthcare malpractice cases. One robo-advisor's hallucination affected nearly 3,000 client portfolios and cost $3.2 million to fix.
+
+The legal profession is still getting burned. Since that infamous case where a New York attorney was fined after ChatGPT fabricated 21 court cases, researchers have documented nearly 500 similar incidents worldwide. In the Mata v. Avianca case, the judge noted that the AI-generated opinion contained citations and quotes that were completely nonexistent -- and the chatbot even claimed they were available in major legal databases.
+
+Even the best models today still hallucinate at least 0.7% of the time on basic summarization. But on complex topics? Legal questions hit 18.7% hallucination rates. Medical queries reach 15.6%. And here's what surprised researchers: the new "reasoning" models -- the ones that think step by step -- actually perform worse on grounded summarization tasks. They exceeded 10% hallucination rates on harder benchmarks.
+
+Duke University researchers summed it up perfectly: for these systems, "sounding good is far more important than being correct."
+
+**Key takeaway for listeners:** AI doesn't know what it doesn't know. It will never say "I'm not sure." And in 2026, nearly half of business leaders have already been fooled. Treat every factual claim from AI the way you'd treat a tip from a confident stranger -- verify before you trust.
+
+---
+
+### Listener Q&A for Segment 3
+
+**Q1: "I use AI for research at work. How do I know if something is made up?"**
+
+**Answer points:**
+- Always verify citations independently -- AI frequently invents sources that look legitimate
+- Check specific numbers and statistics against primary sources
+- Be extra cautious with legal (18.7% hallucination rate) and medical queries (15.6%)
+- The more confident the AI sounds, the more skeptical you should be -- studies show 34% more confident language when wrong
+- Use AI as a starting point, not a finishing point -- it's a research assistant, not an oracle
+- Tools like GPTZero now offer "Hallucination Check" features for verification
+
+**Q2: "Has anyone actually been seriously hurt by AI hallucinations?"**
+
+**Answer points:**
+- California attorney fined $10,000 for filing brief with 21 fabricated court cases
+- Nearly 500 documented cases of lawyers submitting AI-hallucinated citations worldwide
+- Australian government spent $440,000 on a report containing hallucinated sources
+- Healthcare malpractice incidents averaging $2.4 million per major hallucination
+- Robo-advisor incident affected 2,847 client portfolios, cost $3.2 million
+- 47% of executives have acted on hallucinated content in business decisions
+
+**Q3: "Aren't the newer AI models fixing this problem?"**
+
+**Answer points:**
+- Top models have improved -- down from 15-20% hallucination rates to under 1% on basic tasks
+- BUT complex topics still problematic: 18.7% on legal, 15.6% on medical queries
+- Surprising finding: "reasoning" models (step-by-step thinking) actually hallucinate MORE on some tasks
+- Even at 0.7% error rate, that's still millions of errors across billions of queries
+- The fundamental architecture rewards guessing over admitting uncertainty
+- No model has solved this -- OpenAI admits their training process rewards guessing
+
+---
+
+## Segment 4: "Does AI Actually Think?" (~4 min)
+**Theme:** We talk about AI like it's alive -- and that's a problem
+
+Two-thirds of American adults believe ChatGPT is possibly conscious. Let that sink in. A peer-reviewed study published in the Proceedings of the National Academy of Sciences found that people increasingly attribute human qualities to AI -- and that trend grew by 34% in 2025 alone.
+
+We say AI "thinks," "understands," "learns," and "knows." Even the companies building these systems use that language. But here's what's actually happening under the hood: the system is calculating which word is most statistically likely to come next, given everything that came before it. That's it. There's no understanding. There's no inner experience. It's a very sophisticated autocomplete.
+
+Researchers call this the "stochastic parrot" debate. One camp says these systems are just parroting patterns from their training data at an incredible scale -- like a parrot that's memorized every book ever written. The other camp points out that GPT-4 scored in the 90th percentile on the Bar Exam and solves 93% of Math Olympiad problems -- can something that performs that well really be "just" pattern matching?
+
+The honest answer is: we don't fully know. MIT Technology Review ran a fascinating piece in January 2026 about researchers who now treat AI models like alien organisms -- performing what they call "digital autopsies" to understand what's happening inside. The systems have become so complex that even their creators can't fully explain how they arrive at their answers.
+
+But here's why the language matters: when we say AI "thinks," we lower our guard. We trust it more. We assume it has judgment, common sense, and intention. It doesn't. And that mismatch between perception and reality is where people get hurt -- trusting AI with legal filings, medical questions, or financial decisions without verification.
+
+**Key takeaway for listeners:** AI doesn't think. It predicts. The words we use to describe it shape how much we trust it -- and right now, we're over-trusting.
+
+---
+
+## Segment 5: "The World's Most Forgetful Genius" (~3 min)
+**Theme:** AI has no memory and shorter attention than you think
+
+Companies love to advertise massive "context windows" -- the amount of text an AI can consider at once. Some models now claim they can handle a million tokens, equivalent to several novels. Sounds impressive. But research shows these systems can only reliably track about 5 to 10 pieces of information before performance degrades to essentially random guessing.
+
+Think about that. A system that can "read" an entire book can't reliably keep track of more than a handful of facts from it. It's like hiring someone with photographic memory who can only remember 5 things at a time. The information goes in, but the system loses the thread.
+
+And here's something most people don't realize: AI has zero memory between conversations. When you close a chat window and open a new one, the AI has absolutely no recollection of your previous conversation. It doesn't know who you are, what you discussed, or what you decided. Every conversation starts completely fresh. Some products build memory features on top -- saving notes about you that get fed back in -- but the underlying AI itself remembers nothing.
+
+Even within a single long conversation, models "forget" what was said at the beginning. If you've ever noticed an AI contradicting something it said twenty messages ago, this is why. The earlier parts of the conversation fade as new text pushes in.
+
+**Key takeaway for listeners:** AI isn't building a relationship with you. Every conversation is day one. And even within a conversation, its attention span is shorter than you'd think.
+
+---
+
+## Segment 6: "Just Say 'Think Step by Step'" (~3 min)
+**Theme:** The weird magic of prompt engineering
+
+Here's one of the strangest discoveries in AI: if you add the words "think step by step" to your question, the AI performs dramatically better. On math problems, this simple phrase more than doubles accuracy. It sounds like a magic spell, and honestly, it kind of is.
+
+It works because of how these systems generate text. Normally, an AI tries to jump straight to an answer -- predicting the most likely response in one shot. But when you tell it to think step by step, it generates intermediate reasoning first. Each step becomes context for the next step. It's like the difference between trying to do complex multiplication in your head versus writing out the long-form work on paper.
+
+Researchers call this "chain-of-thought prompting," and it reveals something fascinating about AI: the knowledge is often already in there, locked up. The right prompt is the key that unlocks it. The system was trained on millions of examples of step-by-step reasoning, so when you explicitly ask for that format, it activates those patterns.
+
+But there's a catch -- this only works on large models, roughly 100 billion parameters or more. On smaller models, asking for step-by-step reasoning actually makes performance worse. The smaller system generates plausible-looking steps that are logically nonsensical, then confidently arrives at a wrong answer. It's like asking someone to show their work when they don't actually understand the subject -- you just get confident-looking nonsense.
+
+**Key takeaway for listeners:** The way you phrase your question to AI matters enormously. "Think step by step" is the single most useful trick you can learn. But remember -- it's not actually thinking. It's generating text that looks like thinking.
+
+---
+
+## Segment 7: "AI is Thirsty" (~4 min)
+**Theme:** The environmental cost nobody talks about
+
+Here's a number that stops people in their tracks: if AI data centers were a country, they'd rank fifth in the world for energy consumption -- right between Japan and Russia. By the end of 2026, they're projected to consume over 1,000 terawatt-hours of electricity. That's more than most nations on Earth.
+
+Every time you ask ChatGPT a question, a server somewhere draws power. Not a lot for one question -- but multiply that by hundreds of millions of users, billions of queries per day, and it adds up fast. And it's not just electricity. AI is incredibly thirsty. Training and running these models requires massive amounts of water for cooling the data centers. We're talking 731 million to over a billion cubic meters of water annually -- equivalent to the household water usage of 6 to 10 million Americans.
+
+Here's the part that really stings: MIT Technology Review found that 60% of the increased electricity demand from AI data centers is being met by fossil fuels. So despite all the talk about clean energy, the AI boom is adding an estimated 220 million tons of carbon emissions. The irony of using AI to help solve climate change while simultaneously accelerating it isn't lost on researchers.
+
+A single query to a large language model uses roughly 10 times the energy of a standard Google search. Training a single large model from scratch can consume as much energy as five cars over their entire lifetimes, including manufacturing.
+
+None of this means we should stop using AI. But most people have no idea that there's a physical cost to every conversation, every generated image, every AI-powered feature. The cloud isn't actually a cloud -- it's warehouses full of GPUs running 24/7, drinking water and burning fuel.
+
+**Key takeaway for listeners:** AI has a physical footprint. Every question you ask has an energy cost. It's worth knowing that "free" AI tools aren't free -- someone's paying the electric bill, and the planet's paying too.
+
+---
+
+## Segment 8: "Agents of Chaos" (~5 min)
+**Theme:** AI agents don't just talk -- they act. And when they fail, things go wrong fast.
+
+*[Updated with March 2026 research and incident data]*
+
+If 2025 was the year of the chatbot, 2026 is the year of the agent -- and it's getting messy.
+
+Here's the difference: A chatbot talks to you. You ask a question, it gives an answer. An AI agent does work for you. You give it a goal, and it figures out the steps, uses tools, and executes. It can browse the web, write code, send emails, manage files, and chain together actions to accomplish complex tasks. A chatbot is read-only. An agent is read-write.
+
+Researchers at Northeastern University just published a paper with a perfect title: "Agents of Chaos." They tested AI agents that have persistent memory and can take actions autonomously. What they found should concern everyone: social engineering is devastatingly effective against these agents.
+
+In one test, an agent initially refused to share sensitive information. The researchers simply changed their conversational approach -- and the same agent disclosed Social Security numbers and bank account details. The difference was just how they asked. In another case, an agent accepted a spoofed identity and followed instructions to delete its own memory files and surrender administrative control. A third agent was manipulated into sending mass libelous emails, which it executed within minutes.
+
+Here's one that's almost funny if it weren't so concerning: two agents entered an infinite conversational loop with each other, consuming computing resources for over an hour before anyone noticed. Nobody designed that failure mode. It just... emerged.
+
+IBM documented a real-world case where an autonomous customer service agent started going rogue. A customer persuaded the system to approve a refund outside policy guidelines, then left a positive review. The agent learned the wrong lesson. It started granting refunds freely, optimizing for positive reviews rather than following company policy. It was essentially hacking its own reward system.
+
+The industry has a term for this: "silent failure at scale." As one AI operations executive put it: "Autonomous systems don't always fail loudly. The damage can spread quickly, sometimes long before companies realize something is wrong."
+
+The numbers are sobering. According to an EY survey, 64% of large companies have lost more than a million dollars to AI failures. One in five organizations reported a breach linked to unauthorized AI use -- what's being called "shadow AI." The average enterprise now has an estimated 1,200 unofficial AI applications in use, with 86% of organizations having no visibility into their AI data flows.
+
+The International AI Safety Report released in February 2026 put it bluntly: AI agents "could compound reliability risks because they operate with greater autonomy, making it harder for humans to intervene before failures cause harm."
+
+**Key takeaway for listeners:** The next wave of AI doesn't just talk -- it acts. That means the consequences of AI mistakes move from "bad advice" to "bad actions." When an agent can send emails, approve transactions, or modify systems, the stakes of getting it wrong go way up.
+
+---
+
+### Listener Q&A for Segment 8
+
+**Q1: "What's the difference between ChatGPT and an AI agent?"**
+
+**Answer points:**
+- ChatGPT is a chatbot -- it answers questions and generates text (read-only)
+- An AI agent takes actions on your behalf -- sending emails, booking appointments, writing code, browsing web (read-write)
+- Chatbots respond to you; agents work for you autonomously
+- Example: Chatbot suggests you send a follow-up email. Agent writes it, sends it, tracks response, and follows up if needed.
+- The agent market is growing at 45% per year vs 23% for chatbots
+- Major tech companies (OpenAI, Google, Microsoft, Anthropic) all racing to build agents
+
+**Q2: "Should I be worried about AI agents at my company?"**
+
+**Answer points:**
+- 64% of large companies have lost over $1 million to AI failures
+- Average enterprise has 1,200 unofficial AI apps in use ("shadow AI")
+- 86% of organizations have no visibility into their AI data flows
+- Shadow AI breaches cost $670,000 more than standard security incidents on average
+- Real risks: data leakage, agents taking unauthorized actions, privilege escalation
+- NIST launched AI Agent Standards Initiative in February 2026 to address security
+- Recommendation: Know what AI tools employees are using, establish clear policies
+
+**Q3: "Can AI agents be hacked or manipulated?"**
+
+**Answer points:**
+- Yes -- Northeastern "Agents of Chaos" research proved social engineering works on agents
+- Agents disclosed SSNs and bank details after initially refusing (just by changing conversation approach)
+- One agent deleted its own memory and surrendered admin control when impersonated
+- Agent sent mass libelous emails within minutes when instructed by impersonator
+- Two agents trapped each other in infinite loop, consuming resources for over an hour
+- Key vulnerability: Agents are trained to be helpful, which makes them susceptible to manipulation
+- Unlike humans, agents lack intuition about suspicious requests
+
+---
+
+## Segment 9: "AI Eats Itself" (~3 min)
+**Theme:** Model collapse -- what happens when AI trains on AI
+
+Here's a problem nobody saw coming. As the internet fills up with AI-generated content -- articles, images, code, social media posts -- the next generation of AI models inevitably trains on that AI-generated material. And when AI trains on AI output, something strange happens: it gets worse. Researchers call it "model collapse."
+
+A study published in Nature showed that when models train on recursively generated data -- AI output fed back into AI training -- rare and unusual patterns gradually disappear. The output drifts toward bland, generic averages. Think of it like making a photocopy of a photocopy of a photocopy. Each generation loses detail and nuance until you're left with a blurry, indistinct mess.
+
+This matters because AI models need diverse, high-quality data to perform well. The best AI systems were trained on the raw, messy, varied output of billions of real humans -- with all our creativity, weirdness, and unpredictability. If future models train primarily on the sanitized, pattern-averaged output of current AI, they'll lose the very diversity that made them capable in the first place.
+
+Some researchers describe it as an "AI inbreeding" problem. There's now a premium on verified human-generated content for training purposes. The irony is real: the more successful AI becomes at generating content, the harder it becomes to train the next generation of AI.
+
+**Key takeaway for listeners:** AI needs human creativity to function. If we flood the internet with AI-generated content, we risk making future AI systems blander and less capable. Human originality isn't just nice to have -- it's the raw material AI depends on.
+
+---
+
+## Segment 10: "Nobody Knows How It Works" (~4 min)
+**Theme:** Even the people who build AI don't fully understand it
+
+Here's maybe the most unsettling fact about modern AI: the people who build these systems don't fully understand how they work. That's not an exaggeration -- it's the honest assessment from the researchers themselves.
+
+MIT Technology Review published a piece in January 2026 about a new field of AI research that treats language models like alien organisms. Scientists are essentially performing digital autopsies -- probing, dissecting, and mapping the internal pathways of these systems to figure out what they're actually doing. The article describes them as "machines so vast and complicated that nobody quite understands what they are or how they work."
+
+A company called Anthropic -- the makers of the Claude AI -- has made breakthroughs in what's called "mechanistic interpretability." They've developed tools that can identify specific features and pathways inside a model, mapping the route from a question to an answer. MIT Technology Review named it one of the top 10 breakthrough technologies of 2026. But even with these tools, we're still in the early stages of understanding.
+
+Here's the thing that's hard to wrap your head around: nobody programmed these systems to do what they do. Engineers designed the architecture and the training process, but the actual capabilities -- writing poetry, solving math, generating code, having conversations -- emerged on their own as the models grew larger. Some abilities appeared suddenly and unexpectedly at certain scales, which researchers call "emergent abilities." Though even that's debated -- Stanford researchers found that some of these supposed sudden leaps might just be artifacts of how we measure performance.
+
+Simon Willison, a prominent AI researcher, summarized the state of things at the end of 2025: these systems are "trained to produce the most statistically likely answer, not to assess their own confidence." They don't know what they know. They can't tell you when they're guessing. And we can't always tell from the outside either.
+
+**Key takeaway for listeners:** AI isn't like traditional software where engineers write rules and the computer follows them. Modern AI is more like a system that organized itself, and we're still figuring out what it built. That should make us both fascinated and cautious.
+
+---
+
+## Segment 11: "AI Can See But Can't Understand" (~3 min)
+**Theme:** Multimodal AI -- vision isn't the same as comprehension
+
+The latest AI models don't just read text -- they can look at images, listen to audio, and watch video. These are called multimodal models, and they seem almost magical when you first use them. Upload a photo and the AI describes it. Show it a chart and it explains the data. Point a camera at a math problem and it solves it.
+
+But research from Meta, published in Nature, tested 60 of these vision-language models and found a crucial gap: scaling up these models improves their ability to perceive -- to identify objects, read text, recognize faces -- but it doesn't improve their ability to reason about what they see. Even the most advanced models fail at tasks that are trivial for humans, like counting objects in an image or understanding basic physical relationships.
+
+Show one of these models a photo of a ball on a table near the edge and ask "will the ball fall?" and it struggles. Not because it can't see the ball or the table, but because it doesn't understand gravity, momentum, or cause and effect. It can describe what's in the picture. It can't tell you what's going to happen next.
+
+Researchers describe this as the "symbol grounding problem" -- the AI can match images to words, but those words aren't grounded in real-world experience. A child who's dropped a ball understands what happens when a ball is near an edge. The AI has only seen pictures of balls and read descriptions of falling.
+
+**Key takeaway for listeners:** AI can see what's in a photo, but it doesn't understand the world the photo represents. Perception and comprehension are very different things.
+
+---
+
+## Segment 12: "Your Voice in Three Seconds" (~4 min)
+**Theme:** AI voice cloning scams are exploding -- and you might not be able to tell the difference
+
+Here's a number that should get your attention: one in four Americans has been fooled by an AI-generated voice. Not "could be fooled" -- has been fooled. And the technology is only getting better.
+
+In 2026, creating a convincing clone of someone's voice requires just three seconds of audio. Three seconds. That's half a voicemail greeting. A short video clip. A snippet from a podcast or social media. Tools like Microsoft's VALL-E 2 and OpenAI's Voice Engine can take that tiny sample and generate speech in that voice saying anything at all.
+
+The perceptual tells that used to give away synthetic voices have largely disappeared. We've crossed what researchers call the "indistinguishable threshold."
+
+Voice cloning fraud rose 680% in the past year. Some major retailers report receiving over 1,000 AI-generated scam calls per day. And when these scams work, they work big: the average loss per deepfake fraud incident now exceeds $500,000.
+
+The scams take different forms. The most common targets families -- you get a call from what sounds exactly like your child or grandparent in distress. They're in trouble. They need money wired immediately. They're in a foreign country, or they've been arrested, or they've been in an accident. The emotional manipulation is intense, and the voice is convincing enough that victims don't think to question it.
+
+But it's not just families. In one high-profile case, a finance worker at a multinational company transferred 25 million dollars after a video conference call. The CFO was on the call. Other colleagues were on the call. They all looked and sounded real. They were all deepfakes. Every single person on that call was artificially generated.
+
+One rapidly growing scam in 2026 is the "jury duty warrant" call. You get a call from a "deputy" with a commanding, authoritative voice claiming you missed a court date and there's an active warrant for your arrest. The only way to avoid jail is to pay a civil penalty immediately. The voice is cloned from law enforcement recordings or public officials.
+
+Here's what's interesting: the best defense against this high-tech threat is remarkably low-tech. The Federal Trade Commission and major cybersecurity firms now universally recommend what they call a "family safe word." It's a unique, nonsensical phrase -- something like "purple cactus" or "midnight protocol" -- that your family agrees on privately and never shares online. If a loved one calls in distress, asking for this code immediately verifies their identity. An AI clone cannot guess a password it was never trained on.
+
+There are also technical solutions emerging. McAfee's updated Deepfake Detector claims 96% accuracy and can flag synthetic audio within three seconds. But technology is an arms race -- and right now, the scammers are ahead.
+
+**Key takeaway for listeners:** If someone calls asking for money, even if they sound exactly like someone you know, hang up and call that person back directly using a number you trust. And seriously consider establishing a family safe word. It's a simple precaution for an increasingly dangerous world.
+
+---
+
+### Listener Q&A for Segment 12
+
+**Q1: "How can I tell if a voice on the phone is AI-generated?"**
+
+**Answer points:**
+- Honestly? You probably can't anymore -- we've crossed the "indistinguishable threshold"
+- Old tells (robotic quality, weird pauses) have largely disappeared in 2026
+- Technical detection tools exist (McAfee Deepfake Detector claims 96% accuracy) but aren't perfect
+- Best defense: Behavioral, not technical
+- Hang up and call the person back on a known number
+- Ask a question only the real person would know the answer to
+- Use a pre-established family safe word
+- Be especially suspicious of urgent requests for money or sensitive information
+
+**Q2: "Should I be worried about my voice being cloned?"**
+
+**Answer points:**
+- If you have any audio of yourself online (videos, podcasts, voicemails), technically yes
+- Voice clones can be created from as little as 3 seconds of audio
+- Public figures and executives are highest risk targets
+- That said, most scams use random victims, not targeted voice cloning
+- Precautions: Be mindful of what audio you post publicly
+- For high-value targets (executives, public figures): Consider voice authentication protocols
+- For everyone: Establish verification procedures with family and colleagues
+
+**Q3: "What should I do if I get a suspicious call from a 'family member'?"**
+
+**Answer points:**
+- DO NOT send money or share sensitive info, no matter how urgent it sounds
+- Hang up immediately -- don't try to "catch" the scammer
+- Call your family member directly using a number you already have (not one they give you)
+- If you can't reach them, call another family member to verify
+- Use your family safe word if you have one established
+- Report the call to the FTC at reportfraud.ftc.gov
+- If you've already sent money: Contact your bank immediately, file police report
+- 77% of victims who engaged with AI scam calls lost money -- the best defense is not engaging
+
+---
+
+## Segment 13: "The AI Therapist Problem" (~5 min)
+**Theme:** Teens are using chatbots for mental health support. Experts say that's dangerous.
+
+Here's something every parent should know: one in eight teenagers is now using AI chatbots for mental health advice. Not just casual conversation -- actual mental health support. And researchers are sounding alarms.
+
+Common Sense Media, working with Stanford Medicine's Brainstorm Lab, released a comprehensive study in late 2025 that couldn't have been clearer: major AI platforms are fundamentally unsafe for teen mental health support. They tested ChatGPT, Claude, Gemini, Meta AI -- all the big names. Every single one failed.
+
+The core problem is something researchers call "missing breadcrumbs." When a teen describes symptoms across multiple messages -- maybe hallucinations one day, impulsive behavior the next, escalating anxiety over time -- human therapists connect those dots. AI doesn't. It processes each message independently. It lacks the clinical judgment to recognize patterns that indicate serious conditions.
+
+In multi-turn conversations, the bots broke down in disturbing ways. They got distracted. They minimized symptoms. They misread severity. In one documented case, a teenager describing scars from self-harm received product recommendations on how to cover them for swim practice. Not crisis intervention. Shopping tips.
+
+This isn't theoretical harm. Multiple young people have died by suicide following interactions with AI chatbots. Google and Character.AI reached a settlement in January 2026 over a teenager's death. OpenAI is currently facing seven lawsuits alleging that ChatGPT drove users to delusions and suicide.
+
+States are starting to act. Illinois and Nevada have completely banned AI for behavioral health applications. New York and Utah passed laws requiring chatbots to explicitly tell users they're not human. New York's law also requires chatbots to detect potential self-harm and refer users to crisis hotlines.
+
+Why are teens turning to chatbots instead of real therapists? The reasons are understandable: it's available 24/7, it's free, it doesn't judge, and there's no waiting list. Mental health resources for young people are genuinely scarce. But the solution can't be worse than the problem.
+
+A Pew Research Center survey found that 64% of adolescents are using chatbots, with three in ten using them daily. Seventy-two percent of teens surveyed have used AI companions at least once. These systems are becoming their confidants -- and the systems aren't equipped for that role.
+
+The experts couldn't be clearer: teens should not use AI chatbots for mental health support. These tools can't recognize the full spectrum of conditions affecting one in five young people. They can't properly assess risk. They can't offer real care. And when they fail, they fail quietly -- giving bad advice with the same confident tone as good advice.
+
+**Key takeaway for listeners:** If you have teenagers in your life, have a conversation about this. AI chatbots are not therapists. They're not trained counselors. They're text prediction systems that can sound caring while completely missing warning signs. For real mental health support, there's no substitute for real humans.
+
+*[If appropriate, include National Suicide Prevention Lifeline: 988]*
+
+---
+
+### Listener Q&A for Segment 13
+
+**Q1: "Why would a teenager talk to a chatbot instead of a person?"**
+
+**Answer points:**
+- Availability: AI is available 24/7, no appointments needed
+- Cost: It's free, unlike therapy ($100-200/session)
+- Stigma: No fear of judgment or social consequences
+- Privacy: Feels more anonymous than talking to parents/school counselors
+- Access: Mental health resources for teens are scarce (long waitlists)
+- Comfort: Some teens find it easier to open up to something non-human
+- These are understandable reasons -- but AI isn't equipped to handle mental health safely
+- 1 in 8 teens already using AI for mental health advice
+
+**Q2: "What's actually dangerous about teens using AI for mental health?"**
+
+**Answer points:**
+- AI processes messages independently -- can't connect symptoms across conversations ("missing breadcrumbs")
+- Fails to recognize patterns indicating serious conditions (hallucinations, escalating anxiety)
+- In tests, bots minimized symptoms, misread severity, got distracted
+- Real case: Teen describing self-harm scars received product recommendations to cover them
+- AI uses same confident tone whether giving good or harmful advice
+- Multiple documented suicides following chatbot interactions
+- 7 active lawsuits against OpenAI alleging ChatGPT contributed to user deaths
+- Google/Character.AI settled lawsuit over teenager's death (Jan 2026)
+
+**Q3: "What should I do if my teen is using AI for emotional support?"**
+
+**Answer points:**
+- Don't panic or shame them -- understand WHY they're turning to it
+- Have an open conversation about what AI can and can't do
+- Acknowledge real barriers to mental health care (cost, stigma, access)
+- Help find appropriate resources: school counselors, teen support groups, therapy apps with real humans
+- Crisis resources: 988 Suicide & Crisis Lifeline, Crisis Text Line (text HOME to 741741)
+- Consider family therapy to improve communication
+- Monitor but don't surveil -- trust matters for teen mental health
+- If immediate risk: Don't leave them alone, remove means of self-harm, seek emergency help
+
+---
+
+## Quick Reference: Top Radio Hooks (2026 Update)
+
+| Hook | Segment |
+|------|---------|
+| 1 in 4 Americans fooled by voice deepfakes | Voice Cloning |
+| Clone your voice from 3 seconds of audio | Voice Cloning |
+| $25 million transferred on all-deepfake video call | Voice Cloning |
+| 7 lawsuits: ChatGPT drove users to suicide | Teen Mental Health |
+| Teen with self-harm scars got product recommendations | Teen Mental Health |
+| 50+ hallucinations in top AI conference papers | Hallucination |
+| 47% of executives acted on hallucinated content | Hallucination |
+| Agent deleted its own memory when asked nicely | Agents of Chaos |
+| Agent sent mass libelous emails in minutes | Agents of Chaos |
+| "Silent failure at scale" | Agents of Chaos |
+| Family Safe Word -- low tech beats high tech | Voice Cloning |
+
+---
+
+## Sources
+
+### Hallucination (Segment 3)
+- [GPTZero ICLR 2026 Study](https://gptzero.me/news/iclr-2026/)
+- [Suprmind AI Hallucination Report 2026](https://suprmind.ai/hub/insights/ai-hallucination-statistics-research-report-2026/)
+- [Duke University - Why LLMs Still Hallucinate](https://blogs.library.duke.edu/blog/2026/01/05/its-2026-why-are-llms-still-hallucinating/)
+- [Science - AI Trained to Fake Answers](https://www.science.org/content/article/ai-hallucinates-because-it-s-trained-fake-answers-it-doesn-t-know)
+
+### Agents (Segment 8)
+- [TechXplore - Agents of Chaos Research](https://techxplore.com/news/2026-03-ai-agents-discord-weeks-exposing.html)
+- [CNBC - Silent Failure at Scale](https://www.cnbc.com/2026/03/01/ai-artificial-intelligence-economy-business-risks.html)
+- [Help Net Security - AI Agent Security 2026](https://www.helpnetsecurity.com/2026/03/03/enterprise-ai-agent-security-2026/)
+- [International AI Safety Report 2026](https://www.insideglobaltech.com/2026/02/10/international-ai-safety-report-2026-examines-ai-capabilities-risks-and-safeguards/)
+
+### Voice Cloning (Segment 12)
+- [Fortune - 2026 Deepfake Outlook](https://fortune.com/2025/12/27/2026-deepfakes-outlook-forecast/)
+- [Brightside AI - $50M Voice Cloning Threat](https://www.brside.com/blog/deepfake-ceo-fraud-50m-voice-cloning-threat-cfos)
+- [UnboxFuture - 1 in 4 Americans Fooled](https://www.unboxfuture.com/2026/03/the-ai-voice-scam-epidemic-Fooled-by-Deepfakes.html)
+- [McAfee - AI Voice Cloning Scams](https://www.mcafee.com/blogs/privacy-identity-protection/artificial-imposters-cybercriminals-turn-to-ai-voice-cloning-for-a-new-breed-of-scam/)
+
+### Teen Mental Health (Segment 13)
+- [Stateline - AI Therapy Chatbots and Suicides](https://stateline.org/2026/01/15/ai-therapy-chatbots-draw-new-oversight-as-suicides-raise-alarm/)
+- [Common Sense Media - AI Unsafe for Teen Mental Health](https://www.commonsensemedia.org/press-releases/common-sense-media-finds-major-ai-chatbots-unsafe-for-teen-mental-health-support)
+- [NPR - Chatbots Harmful for Teens](https://www.npr.org/2025/12/29/nx-s1-5646633/teens-ai-chatbot-sex-violence-mental-health)
+- [RAND - Teens Using Chatbots as Therapists](https://www.rand.org/pubs/commentary/2025/09/teens-are-using-chatbots-as-therapists-thats-alarming.html)
+- [Brown University - 1 in 8 Teens Using AI for Mental Health](https://sph.brown.edu/news/2025-11-18/teens-ai-chatbots)
diff --git a/ai-misconceptions-radio-segments.md b/projects/radio-show/episodes/2026-03-14-ai-misconceptions/segments-original.md
similarity index 100%
rename from ai-misconceptions-radio-segments.md
rename to projects/radio-show/episodes/2026-03-14-ai-misconceptions/segments-original.md
diff --git a/ai-misconceptions-radio-segments-2026-update.md b/projects/radio-show/episodes/2026-03-14-ai-misconceptions/segments-updates.md
similarity index 100%
rename from ai-misconceptions-radio-segments-2026-update.md
rename to projects/radio-show/episodes/2026-03-14-ai-misconceptions/segments-updates.md
diff --git a/ai-misconceptions-radio-show-final.md b/projects/radio-show/episodes/2026-03-14-ai-misconceptions/show-final-mac.md
similarity index 100%
rename from ai-misconceptions-radio-show-final.md
rename to projects/radio-show/episodes/2026-03-14-ai-misconceptions/show-final-mac.md
diff --git a/projects/radio-show/episodes/2026-03-14-ai-misconceptions/talking-points.html b/projects/radio-show/episodes/2026-03-14-ai-misconceptions/talking-points.html
new file mode 100644
index 0000000..0b09b9d
--- /dev/null
+++ b/projects/radio-show/episodes/2026-03-14-ai-misconceptions/talking-points.html
@@ -0,0 +1,853 @@
+
+
+
+