AI Plays: The Elevator Saga
Ever tried Elevator Saga? It’s that addictive JavaScript challenge where you control elevators to transport impatient virtual humans. Sure, you could spend hours crafting the perfect algorithm… or you could do what I did and let AI handle the heavy lifting. Tools Claude 3.5: Model I prefer for generating code and specifications. It’s like having a coding buddy who never sleeps. Whisper: For transcribing my ramblings into something resembling a coherent spec. LLM: A command-line tool to interact with AI models like Claude and generate code from my documentation and spec. My Lazy Developer Workflow I built a four-step AI pipeline that took me from “what even is an elevator API?” to passing the first four levels with minimal effort: ...