Claude Code:
โ Creates a whole game with altitude, parallax effect, sounds, animations from a string of prompts
โ Changes the font color to white after several prompts, CSS ingestion, screenshots, comparisons etc
@eve_silb@CiprianiRanieri Hi Eve I tried using your too but my payment got declined and there wasnt any info from the bank to allow it or anything it just got denied
And we have sound ๐ Spent the last few early mornings building sound assets for Launch the Capy.
Lo-fi jazz that speeds up as you climb made with @suno
Rubber band and coin effects
made with @elevenlabs
Stitched together by Claude Code in seconds.
I know I had a good weekend when I can squeeze in a labor of love. Using Claude Code, I'm building Launch the Capy, a game where you help a Capybara reach the moon.
In this session, I experimented with a parallax effect and rendering the game at 60fps; it looks so much better.
hey @designertom โ here's Launch the Capy
A Capybara dreaming of reaching the moon. Assets from GPT, Canva & Nano Banana, merged in Figma, built with Claude Code + Xcode.
Aiming for a fully working iOS game
software is still about thinking
software has always been about taking ambiguous human needs and crystallizing them into precise, interlocking systems. the craft is in the breakdown: which abstractions to create, where boundaries should live, how pieces communicate.
coding with ai today creates a new trap: the illusion of speed without structure. you can generate code fast, but without clear system architecture โ the real boundaries, the actual invariants, the core abstractions โ you end up with a pile that works until it doesn't. it's slop because there's no coherent mental model underneath.
ai doesn't replace systems thinking โ it amplifies the cost of not doing it. if you don't know what you want structurally, ai fills gaps with whatever pattern it's seen most. you get generic solutions to specific problems. coupled code where you needed clean boundaries. three different ways of doing the same thing because you never specified the one way.
as Cursor handles longer tasks, the gap between "vaguely right direction" and "precisely understood system" compounds exponentially. when agents execute 100 steps instead of 10, your role becomes more important, not less.
the skill shifts from "writing every line" to "holding the system in your head and communicating its essence":
- define boundaries โ what are the core abstractions? what should this component know? where does state live?
- specify invariants โ what must always be true? what are the constants and defaults that make the system work?
- guide decomposition โ how should this break down? what's the natural structure? what's stable vs likely to change?
- maintain coherence โ as ai generates more code, you ensure it fits the mental model, follows patterns, respects boundaries.
this is what great architects and designers do: they don't write every line, but they hold the system design and guide toward coherence. agents are just very fast, very literal team members.
the danger is skipping the thinking because ai makes it feel optional. people prompt their way into codebases they don't understand. can't debug because they never designed it. can't extend because there's no structure, just accumulated features.
people who think deeply about systems can now move 100x faster. you spend time on the hard problem โ understanding what you're building and why โ and ai handles mechanical translation. you're not bogged down in syntax, so you stay in the architectural layer longer.
the future isn't "ai replaces programmers" or "everyone can code now." it's "people who think clearly about systems build incredibly fast, and people who don't generate slop at scale."
the skill becomes: holding complexity, breaking it down cleanly, communicating structure precisely. less syntax, more systems. less implementation, more architecture. less writing code, more designing coherence.
humans are great at seeing patterns, understanding tradeoffs, making judgment calls about how things should fit together.
ai can't save you from unclear thinking โ it just makes unclear thinking run faster.