European. Linux enthusiast. History graduate. I never downvote reasoned opinions and I do not engage with people who downvote mine (which may be why you got no reply). Low-effort comments with vulgarity or snark will also be ignored.

  • 0 Posts
  • 389 Comments
Joined 3 years ago
cake
Cake day: June 16th, 2023

help-circle


  • Recently I used it (some free-tier DuckAI model, not Claude) to write a Python script for pasting PNGs into PDFs (complete with Tk interface) while applying a whole bunch of custom transformations. Simple enough, but a total chore with all the back-and-forth of searching for relevant unfamiliar libraries and syntax checking and troubleshooting. Inevitably it would have taken me the whole afternoon by hand. With AI I knocked it out in 25 minutes. That was my epiphany moment.

    Since then I’ve noticed a general problem with AI coding. It almost always introduces too much complexity, which I then have to waste time untangling (and often just understanding) before I can proceed. Whereas if I had done it “my way” from the start I might have got there earlier. But I figure this problem is kinda on me.