I love asking AI to generate a framework / structure for a project that I then barely use and then realize I shoulda just done it myself
Comment on New Junior Developers Can’t Actually Code.
theterrasque@infosec.pub 2 weeks agoWhen I had to get up to speed on a new language, it was very helpful. It’s also great to write low to medium complexity scripts in python, powershell, bash, and making ansible tasks. That said I’ve been programming for ~30 years, and could have done those things myself if I needed, but it would take some time (a lot of it being looking up documentation and writing boilerplate code). It’s also nice to write C# unit tests.
However, the times I’ve been stuck on my main languages, it’s been utterly useless.
prettybunnys@sh.itjust.works 2 weeks ago
MagicShel@lemmy.zip 2 weeks ago
ChatGPT is extremely useful if you already know what you’re doing. It’s garbage if you’re relying on it to write code for you. There are nearly always bugs and edge cases and hallucinations and version mismatches.
It’s also probably useful for looking like you kinda know what you’re doing as a junior in a new project. I’ve seen some shit in code reviews that was clearly AI slop. Usually from exactly the developers you expect.
spark947@lemm.ee 1 week ago
Yeah, I’m not even that down on using LLMs to search through and organize text that it was trained on. But in it’s current iteration? It’s fancy stack overflow, but stack overflow runs on like 6 servers. I’ll be setting up some LLM stuff self hosted to play around with it, but I’m not ditching my brain’s ability to write software any time soon.