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

  • Harvard CS249r ML Systems curriculum open-sourced: what it actually gives you and what it doesn't
    AI | Data & Analysis | Machine Learning | Tech

    Harvard CS249r ML Systems curriculum open-sourced: what it actually gives you and what it doesn’t

    ByGlen Rhodes March 4, 2026

    Harvard’s ML Systems Curriculum Is Free Now. Here’s What That Actually Means. Prof. Vijay Janapa Reddi just open-sourced the entire Harvard CS249r ML Systems course. The textbook is on GitHub. The curriculum is public. The thing that costs tens of thousands of dollars per credit hour to sit near in Cambridge, Massachusetts is now free…

    Read More Harvard CS249r ML Systems curriculum open-sourced: what it actually gives you and what it doesn’tContinue

  • Rork Max launches browser-based iOS app builder with one-click App Store deployment and AR/3D support
    AI | Data & Analysis | Machine Learning | Tech

    Rork Max launches browser-based iOS app builder with one-click App Store deployment and AR/3D support

    ByGlen Rhodes March 4, 2026March 4, 2026

    Rork Max Just Made Xcode Optional The iOS development environment has been a hazing ritual for years. You want to build an app? First, wrestle with Xcode’s notoriously fragile configuration. Then fight provisioning profiles. Then wait for a painfully slow feedback loop before you see anything running on an actual device. Swift syntax was never…

    Read More Rork Max launches browser-based iOS app builder with one-click App Store deployment and AR/3D supportContinue

  • Rork Max launches browser-based iOS app builder with one-click App Store deployment and AR/3D support
    AI | Data & Analysis | Machine Learning | Tech

    Rork Max launches browser-based iOS app builder with one-click App Store deployment and AR/3D support

    ByGlen Rhodes March 4, 2026

    Rork Max Just Made Xcode Optional. That’s a Bigger Deal Than It Sounds. There’s a moment in every technology cycle where the tooling catches up to the ambition. I think we just hit that moment for iOS development. Rork Max launched this week, and the pitch is exactly as blunt as it sounds: build a…

    Read More Rork Max launches browser-based iOS app builder with one-click App Store deployment and AR/3D supportContinue

  • GitNexus open-source codebase knowledge graph tool and the real bottleneck being code comprehension, not code generation
    AI | Data & Analysis | Machine Learning | Tech

    GitNexus open-source codebase knowledge graph tool and the real bottleneck being code comprehension, not code generation

    ByGlen Rhodes March 4, 2026

    The Real AI Coding Problem Nobody Is Solving Every developer has lived this. You clone a repo. You open the file tree and it’s 400 files deep. You grep for the function name someone mentioned in a ticket. You find seven versions of it. You ask the senior dev who built this thing three years…

    Read More GitNexus open-source codebase knowledge graph tool and the real bottleneck being code comprehension, not code generationContinue

  • GPT-5.3 Instant rollout signals a shift from capability competition to experience and personality quality as the main differentiator
    AI | Data & Analysis | Machine Learning | Tech

    GPT-5.3 Instant rollout signals a shift from capability competition to experience and personality quality as the main differentiator

    ByGlen Rhodes March 3, 2026

    “More Accurate, Less Cringe.” OpenAI Just Changed What Winning Looks Like. OpenAI dropped GPT-5.3 Instant on March 3rd with one of the shortest release announcements I’ve seen from a major AI lab: “More accurate, less cringe.” That’s the whole pitch. No benchmark tables. No parameter count bragging. No comparison charts showing GPT beating competitors on…

    Read More GPT-5.3 Instant rollout signals a shift from capability competition to experience and personality quality as the main differentiatorContinue

  • On-device AI inference with Qwen 3.5 on iPhone 17 collapses the cloud subscription model assumption
    AI | Data & Analysis | Machine Learning | Tech

    On-device AI inference with Qwen 3.5 on iPhone 17 collapses the cloud subscription model assumption

    ByGlen Rhodes March 3, 2026

    The Subscription Is Optional Now Most people saw the Qwen 3.5 demo and thought “neat trick.” I looked at it and thought: this is the moment the cloud AI pricing model started dying, and almost nobody is talking about it. Here is what happened. Alibaba’s Qwen team released Qwen 3.5, a model that runs fully…

    Read More On-device AI inference with Qwen 3.5 on iPhone 17 collapses the cloud subscription model assumptionContinue

  • AI agent swarm reconstructs Operation Epic Fury in 4D from public OSINT data, raising questions about capability compression and information asymmetry
    AI | Data & Analysis | Machine Learning | Tech

    AI agent swarm reconstructs Operation Epic Fury in 4D from public OSINT data, raising questions about capability compression and information asymmetry

    ByGlen Rhodes March 3, 2026

    One Person. Public Data. A God’s-Eye View of a War. That’s the headline nobody in defense intelligence wants to see circulating on a Monday morning. Bilawal Sidhu posted a video over the weekend that stopped me cold. He built a full 24-hour 4D reconstruction of Operation Epic Fury, the Iran strikes, inside WorldView, using nothing…

    Read More AI agent swarm reconstructs Operation Epic Fury in 4D from public OSINT data, raising questions about capability compression and information asymmetryContinue

  • AI agent swarm reconstructs Operation Epic Fury in 4D from public OSINT data, raising questions about capability compression and information asymmetry
    AI | Data & Analysis | Machine Learning | Tech

    AI agent swarm reconstructs Operation Epic Fury in 4D from public OSINT data, raising questions about capability compression and information asymmetry

    ByGlen Rhodes March 3, 2026

    One Person. A Laptop. A God’s-Eye View of a War. Last weekend, a developer named Bilawal Sidhu posted something that stopped me mid-scroll. He had rebuilt a full 24-hour, 4D replay of Operation Epic Fury, the Iran strike campaign, inside WorldView. No defense contract. No team of analysts. No proprietary satellite feeds. Just an AI…

    Read More AI agent swarm reconstructs Operation Epic Fury in 4D from public OSINT data, raising questions about capability compression and information asymmetryContinue

  • AI agent reliability failures happen at transition points between steps, not in the core reasoning loop
    AI | Data & Analysis | Machine Learning | Tech

    AI agent reliability failures happen at transition points between steps, not in the core reasoning loop

    ByGlen Rhodes March 2, 2026

    The Seams Are Where Your Agent Breaks I’ve shipped enough AI agents to know where the bodies are buried. And they’re almost never where you expect them. Everyone obsesses over the reasoning loop. Prompt engineering, retrieval quality, context window strategy, model selection. All real concerns. All worth the time. But in my experience, the 90%…

    Read More AI agent reliability failures happen at transition points between steps, not in the core reasoning loopContinue

  • Karpathy's multi-agent research org experiment: parallelism works, scientific judgment doesn't yet
    AI | Data & Analysis | Machine Learning | Tech

    Karpathy’s multi-agent research org experiment: parallelism works, scientific judgment doesn’t yet

    ByGlen Rhodes March 1, 2026

    Karpathy’s Multi-Agent Research Org: The Parallelism Works, the Science Doesn’t I’ve been waiting for someone credible to actually run this experiment instead of just theorizing about it. Andrej Karpathy did. And the results are more interesting than either the optimists or the skeptics predicted. The Setup Eight agents. Four Claude, four Codex. Each agent gets…

    Read More Karpathy’s multi-agent research org experiment: parallelism works, scientific judgment doesn’t yetContinue

Page navigation

1 2 3 … 29 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