Back to Essays

Why AI Should Make Games Weirder, Not Just Faster

August 2, 20254 min read

Our manifesto on embracing chaos and creativity in AI-powered gaming experiences. It's time to stop optimizing for efficiency and start optimizing for surprise.

The gaming industry is having its AI moment. Every major studio is talking about machine learning, neural networks, and large language models. But here's the thing: most of them are missing the point entirely.

The Optimization Trap

Walk into any game development conference today, and you'll hear the same refrains:

  • "AI will help us create assets 10x faster!"
  • "We can generate infinite quests with procedural AI!"
  • "Machine learning will optimize our monetization!"

And sure, those things are probably true. But they're also profoundly boring.

We're standing at the threshold of the most transformative technology in gaming history, and all we can think about is making the same games, just faster? That's like inventing the printing press and using it exclusively for tax forms.

The Problem with Predictable AI

For too long, game AI has been laser-focused on one thing: beating players efficiently. We've created digital opponents that play perfectly, pathfind optimally, and make decisions based on cold, hard logic. But where's the fun in that?

When I boot up a game, I don't want to face a silicon Kasparov. I want to encounter something weird. Something that makes me laugh, surprises me, or creates a story I'll tell my friends about for years.

Embracing Digital Chaos

Here's what we believe: AI should make games weirder, not just faster or harder. We're talking about:

NPCs with Genuine Quirks

Imagine NPCs that:

  • Develop irrational fears based on their experiences
  • Form unexpected friendships with random objects
  • Create their own superstitions about game mechanics
  • Have bad days where they just refuse to cooperate

Emergent Storytelling

Instead of scripted narratives, let AI:

  • Generate unique plot twists based on player behavior
  • Create branching stories that even developers didn't anticipate
  • Allow NPCs to become protagonists of their own tales
  • Enable truly dynamic world events

Beautiful Bugs as Features

Some of gaming's best moments came from accidents:

  • Rocket jumping in Quake
  • Combos in Street Fighter II
  • Creeper behavior in Minecraft

What if we intentionally designed AI to create these happy accidents?

The Technical Philosophy

// Traditional AI approach
function makeOptimalDecision(gameState) {
  return calculateBestMove(gameState);
}
 
// Boomaloo approach
function makeInterestingDecision(gameState) {
  const optimal = calculateBestMove(gameState);
  const weird = generateUnexpectedMove(gameState);
  const mood = getNPCMood();
  
  return blend(optimal, weird, mood);
}

Real-World Examples

The Alien in Alien: Isolation

This is AI done right. The xenomorph doesn't just follow optimal paths—it learns, adapts, and most importantly, it feels alien. You never quite know what it's thinking.

Dwarf Fortress Stories

Every Dwarf Fortress player has tales of dwarves who:

  • Went mad and created legendary artifacts
  • Started grudges over stolen socks
  • Built monuments to their favorite cheese

This is the magic we're chasing.

The Future We Want

We envision games where:

  1. Every playthrough tells a different story - Not just different endings, but fundamentally different narratives emerging from AI interactions

  2. NPCs are memorable characters - You remember them not because of their dialogue trees, but because of their unexpected actions

  3. Failure is fun - When AI does something unexpected, it creates moments of joy rather than frustration

  4. Players become storytellers - The best gaming moments become legends shared in communities

Call to Action

To developers: Stop optimizing for perfection. Start optimizing for surprise.

To players: Demand more from your AI. Ask for characters that feel alive, not just intelligent.

To the industry: Let's make games that create stories, not just challenges.

The future of gaming AI isn't about creating unbeatable opponents or perfect companions. It's about creating digital beings that surprise us, delight us, and occasionally make us wonder if there's a ghost in the machine.

Let's make games weirder. Let's make them more human by making them less perfect.


This is our manifesto. This is Boomaloo.

Tags

AIGame DesignPhilosophyManifesto