Skip to content
Glen Rhodes

Glen Rhodes

Game Developer, Technical Director, Composer and Author

  • About Me…Expand
    • Legacy Blog
    • Soundcloud ->
    • My Portfolio
    • Speaking
    • WritingExpand
      • Books
      • Magazine Articles
    • Privacy Policy
    • My CompaniesExpand
      • Tiny Moosh Games
      • Glen Rhodes Consulting
  • Contact Me
  • Music Calculator
Glen Rhodes
Glen Rhodes
Game Developer, Technical Director, Composer and Author
  • “Tickling the Wires: Hilarious Tales from the Tech Support Trenches”
    Blog

    “Tickling the Wires: Hilarious Tales from the Tech Support Trenches”

    ByGlen Rhodes April 22, 2024May 9, 2024

    In the world of 10-digit error codes and countless hours spent troubleshooting, tech support professionals are the unsung heroes who keep our digital lives running smoothly. They are the patient, compassionate frontline warriors who, despite facing a relentless barrage of problems, never shy away from going the extra mile to fix them. There’s no denying,…

    Read More “Tickling the Wires: Hilarious Tales from the Tech Support Trenches”Continue

  • Karpathy's autoresearch repo: autonomous ML experiment loop compresses the gap between research question and validated result
    AI | Data & Analysis | Machine Learning | Tech

    Karpathy’s autoresearch repo: autonomous ML experiment loop compresses the gap between research question and validated result

    ByGlen Rhodes March 9, 2026

    Karpathy Just Automated the Research Grind Andrej Karpathy dropped a repo this weekend that I keep coming back to. Not because it’s flashy, not because the demo video went viral, but because it quietly describes a different way of doing ML work. The project is called autoresearch, and it is exactly what it sounds like:…

    Read More Karpathy’s autoresearch repo: autonomous ML experiment loop compresses the gap between research question and validated resultContinue

  • Prediction: termination logic is the underrated design problem in agentic AI systems, not model quality or prompt design
    AI | Data & Analysis | Machine Learning | Tech

    Prediction: termination logic is the underrated design problem in agentic AI systems, not model quality or prompt design

    ByGlen Rhodes March 8, 2026

    The Hardest AI Problem Isn’t the Model. It’s Knowing When to Stop. Most teams building agentic AI systems are focused on the wrong problem. They spend weeks on prompt engineering. They benchmark models. They agonize over latency. And then they ship an agent that loops forever, or halts too early, or confidently hands back a…

    Read More Prediction: termination logic is the underrated design problem in agentic AI systems, not model quality or prompt designContinue

  • Claude Code /loop feature enables 3-day autonomous task scheduling, shifting AI coding tools from synchronous query tools to asynchronous agents
    AI | Data & Analysis | Machine Learning | Tech

    Claude Code /loop feature enables 3-day autonomous task scheduling, shifting AI coding tools from synchronous query tools to asynchronous agents

    ByGlen Rhodes March 8, 2026

    Claude Code Just Changed What an AI Coding Tool Actually Is Anthropic shipped a feature called /loop for Claude Code this week, and most of the coverage I’ve seen treats it like a quality-of-life improvement. It isn’t. It’s a category shift dressed up as a feature release. Here’s what it does: you schedule a recurring…

    Read More Claude Code /loop feature enables 3-day autonomous task scheduling, shifting AI coding tools from synchronous query tools to asynchronous agentsContinue

  • Designing codebases for AI memory loss: why information architecture beats prompting every time
    AI | Data & Analysis | Machine Learning | Tech

    Designing codebases for AI memory loss: why information architecture beats prompting every time

    ByGlen Rhodes March 8, 2026

    Designing Codebases for AI Memory Loss Every AI coding session starts with amnesia. The model doesn’t know your team’s conventions. It doesn’t know why you wrapped that third-party client in an abstraction layer, or why the auth module is structured the way it is, or what you decided six months ago after three hours of…

    Read More Designing codebases for AI memory loss: why information architecture beats prompting every timeContinue

  • LLMs write plausible code not correct code, and what that distinction means for engineers in production
    AI | Data & Analysis | Machine Learning | Tech

    LLMs write plausible code not correct code, and what that distinction means for engineers in production

    ByGlen Rhodes March 7, 2026

    Plausible Is Not Correct, and That Gap Is Where Production Dies There is a framing going around right now that I think every engineer working with AI-generated code needs to internalize before they ship another feature. It comes from a post by @KatanaLarp, and the core argument is this: LLMs do not write correct code….

    Read More LLMs write plausible code not correct code, and what that distinction means for engineers in productionContinue

  • OpenAI Codex Security agent and why the vulnerability validation layer is what actually matters, not the detection
    AI | Data & Analysis | Machine Learning | Tech

    OpenAI Codex Security agent and why the vulnerability validation layer is what actually matters, not the detection

    ByGlen Rhodes March 7, 2026

    OpenAI Just Launched a Security Agent. Here’s Why the Validation Step Is the Whole Point. Security reviews are where engineering velocity goes to die. They’re slow, they happen too late, and the person responsible for them is also the person trying to close four other tickets before end of week. Most teams treat security as…

    Read More OpenAI Codex Security agent and why the vulnerability validation layer is what actually matters, not the detectionContinue

  • Anthropic CEO Dario Amodei publicly estimates 20% chance Claude is conscious, and what that uncertainty means for engineers building with these systems
    AI | Data & Analysis | Machine Learning | Tech

    Anthropic CEO Dario Amodei publicly estimates 20% chance Claude is conscious, and what that uncertainty means for engineers building with these systems

    ByGlen Rhodes March 7, 2026

    Dario Amodei Put a Number on It. Now What? Anthropic’s CEO went on the New York Times podcast recently and said something most tech executives would never say out loud. He estimated there’s roughly a 20% chance that Claude is conscious. Not a metaphor. Not a dodge. An actual probability, stated publicly, by the person…

    Read More Anthropic CEO Dario Amodei publicly estimates 20% chance Claude is conscious, and what that uncertainty means for engineers building with these systemsContinue

  • NotebookLM Cinematic turns research docs into produced explainer videos, changing the economics of internal knowledge communication
    AI | Data & Analysis | Machine Learning | Tech

    NotebookLM Cinematic turns research docs into produced explainer videos, changing the economics of internal knowledge communication

    ByGlen Rhodes March 6, 2026

    NotebookLM Cinematic and the Death of the “Nobody Read My Doc” Problem Google quietly dropped something last week that I think is being badly misread by most of the people reacting to it. NotebookLM Cinematic takes the audio podcast generator that already made content creators nervous and pushes it a full step further. You drop…

    Read More NotebookLM Cinematic turns research docs into produced explainer videos, changing the economics of internal knowledge communicationContinue

  • AI coding tools reveal that the real engineering skill was always judgment, not typing speed
    AI | Data & Analysis | Machine Learning | Tech

    AI coding tools reveal that the real engineering skill was always judgment, not typing speed

    ByGlen Rhodes March 6, 2026

    The Best Engineers I Know Are Getting Slower And I mean that as a compliment. Not slower because the tools are failing them. Slower because, for the first time, they have enough leverage to actually feel the weight of what they’re building. When you can produce in one hour what used to take two days,…

    Read More AI coding tools reveal that the real engineering skill was always judgment, not typing speedContinue

  • Data freshness rot as the silent failure mode in production RAG systems, and treating document shelf life as a first-class reliability concern
    AI | Data & Analysis | Machine Learning | Tech

    Data freshness rot as the silent failure mode in production RAG systems, and treating document shelf life as a first-class reliability concern

    ByGlen Rhodes March 5, 2026

    Data Freshness Rot: The Silent Killer of Production RAG Systems Most ML engineers I know are obsessed with model quality. Better evals, better prompts, better fine-tuning. And honestly, I get it. Model quality matters. But after watching enough production RAG systems quietly degrade over months, I’m convinced the real killer isn’t the model at all….

    Read More Data freshness rot as the silent failure mode in production RAG systems, and treating document shelf life as a first-class reliability concernContinue

Page navigation

1 2 3 … 31 Next PageNext
  • About Me…
  • Contact Me
  • Music Calculator
X

© 2026 Glen Rhodes - WordPress Theme by Kadence WP

Scroll to top
  • Links
    • Soundcloud
    • Twitter
  • Contact Me
  • Portfolio
  • About Me…
  • Music Calculator
Search