this post was submitted on 03 Sep 2024
714 points (94.3% liked)

196

16477 readers
2173 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Manifish_Destiny@lemmy.world 9 points 2 months ago* (last edited 2 months ago) (2 children)

I can code 3 or 4x faster using an llm than I can without. Granted most of the stuff I have to write is under 200 lines, AI becomes significantly less useful when the codebase is any larger than that.

I realize I'm also an outlier. Most people didn't get such a productivity boost.

[–] UraniumBlazer@lemm.ee 12 points 2 months ago

+1. LLMs do Regex for me. I didn't have to break my brain for that thankfully.

[–] LANIK2000@lemmy.world 9 points 2 months ago

80% of my programing work is solving problems and designing stuff. The only productivity boost I got is when working with proprietary libraries that have most of their documentation in customer support tickets (wouldn't be a problem if I could just read the bloody source code or our company didn't think that paying UNHOLY AMOUNTS OF MONEY for shit makes it better) or when interacting with a new system, where I know exactly what I want, but just don't know the new syntax or names. It's handy, but definitely not a game changer.