←back to thread

33 points amichail | 4 comments | | HN request time: 0.21s | source

Maybe you don't think it is as creative as you once did?
1. rayxi271828 ◴[] No.45041232[source]
It’s quite the opposite for me.

The fun / creative part for me is not googling “how to slurp the contents of a file into a string” or “the exact syntax for marking some functions as unit tests” or “the correct order of symbols to specify generic type param”

It’s not “the correct html / css syntax for this basic gui I want to make”

It’s not “how to achieve the thing I’ve done 10 thousand times in other languages/frameworks, but for this language/framework”

It’s figuring the core logic out, building the thing while skipping the boring stuff, playing with abstractions that scratch my itch.

From this pov, AI is the best thing that has happened to my weekend coding. I code recreationally way more than before. Before AI, I would try a new language or framework, and I’d give up halfway because re-figuring out basic stuff for the umpteenth time is boring, it’s not fun at all. Now AI lets me skip those boring parts.

replies(3): >>45041468 #>>45043899 #>>45052758 #
2. ◴[] No.45041468[source]
3. NortySpock ◴[] No.45043899[source]
Agree that is has been great for weekend coding.

Learning Elixir and fixing a bug in an open source project went from "risk of a long slog over the course of a month with no reward" to "pepper an LLM with questions (debugging errors, understanding syntax, translating code snippets to English descriptions of behavior), write 20 lines of code by hand, write a few test cases, and submit the PR fix".

4. mikewarot ◴[] No.45052758[source]
Strong agree. I've been making more progress on my passion project in the last few weeks than I have in a year, because it helped me break out of analysis paralysis.

I'm really, really, loving the agentic flow, where it digs itself out of syntax errors and the like.

Current tools: Visual Studio Code/GitHub ChatGPT5(Preview)