The edge that games have over other media is achievement.
As Tiktok increasingly offers the best ratio of effort to dopamine, games need to lean into achievement and mastery.
In an infinitely generated world, where do you find the mastery?
Creation is Fun
Is Claude Code an AI video game? I've had several people make that claim to me.
It's easy to learn and hard to master. It rewards you with joyful output.
It feels more like riding a horse than turning on an oven.
Code Generation is the next Proc Gen
Procedural generation has been a staple of games forever. Code generation is its natural evolution. Package the fun of Claude Code into a game mechanic.
Every NPC in Stardew valley has a preset routine that's generated in code. What if it changed when it interacted with you?
What if there was a RTS where each unit was an agent you could control routines for?
What if deck-builders generated new cards on the fly based on your actions?
There's a line to draw here between infinite slop and joyful emergent behavior, just like with procedural generation, but I'm confident there are brilliant games waiting to be made.
I'm talking to the @speedrun cohort next week about how the Claude Code SDK might be the best way to bring mastery back into games.
Let me know if you'd be interested in more content and code about this.
Why
• • •
Missing some Tweet in this thread? You can try to
force a refresh
Believe it or not, every video you see below was vibe coded by Claude Code.
🧵 here’s how you can do it too:
The UI videos are all powered by Remotion ()- a library for creating videos using React.
And Claude Code is great at writing code for Remotion! remotion.dev
Just take your UI library components, pop them into your remotion codebase and ask Claude Code to make compositions that use them.
An additional benefit of making videos with Remotion is that they can easily be scaled to different screen sizes, copy can be changed and internationalized quickly.
I'm excited to share LatentLit, the result of my applied AI research fellowship with @GoodfireAI
Mechanistic interpretability isn’t just important for AI safety, it also gives us new ways to steer and interact with LLMs.
In LatentLit, you write stories by like a DJ might make music, adjusting knobs and dials using steering and seeing what effect they have. You might call it Vibe Writing.