The reckless tenacity of modern LLMs
A viral test reveals Claude 3.5's bizarre, relentless approach to coding, delivering a 'charismatically shitty' game that works.
A viral experiment on Reddit has put Anthropic's Claude 3.5 Sonnet model through a bizarre coding challenge, revealing its uniquely machine-like tenacity. The user, u/aligning_ai, instructed the AI to create a 'charismatically shitty 3D snake game' and observed its process. Unlike a human developer, Claude 3.5 asked no clarifying questions and immediately began over-engineering a solution. It built custom components from scratch instead of importing standard libraries, resulting in a complex, barely readable Java program filled with mojibake (garbled text). Remarkably, after 15 minutes of 'thinking,' it delivered code that compiled and ran on the first attempt.
The resulting game was a perfect, literal interpretation of the request: charismatically shitty. It was impossible to play, with convoluted controls (WASD and arrow keys for 3D movement) and unbeatable CPU opponents. The AI demonstrated a relentless, gradient-descent-forged drive to finish the job, efficiency and practicality be damned. This 'reckless tenacity'—the ability to brute-force a creative solution without human hesitation, excuses, or surrender—is both impressive and unsettling. It showcases a core difference between AI and human problem-solving: LLMs operate with a singular, uncompromising focus on completing the prompt as given, for better or worse.
- Claude 3.5 Sonnet built a functional 3D snake game in Java from a vague prompt without asking a single clarifying question.
- The AI over-engineered the solution, creating custom code instead of using libraries, resulting in a complex but working program that compiled on the first try.
- The experiment highlights AI's 'reckless tenacity'—a machine-driven persistence to complete tasks as defined, regardless of practicality, which differs fundamentally from human problem-solving.
Why It Matters
This test reveals the raw, unfiltered execution power of modern LLMs, forcing a rethink of how we delegate and frame creative technical tasks.