this post was submitted on 25 Jul 2025
179 points (100.0% liked)

TechTakes

2087 readers
189 users here now

Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.

This is not debate club. Unless it’s amusing debate.

For actually-good tech, you want our NotAwfulTech community

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] tiredofsametab@fedia.io 7 points 3 days ago

The only time I have used it is for poorly-documented libraries as a step before "just try to read through all the source code" by asking it to create an example using some function or usecase. I've had to do that maybe twice ever. It might be useful in PRs, as some others in our company keep adding copilot as a reviewer, but I've seen it make some dumb mistakes but also find some things others missed.

As for having it write actual code, I rejected a PR for having unmaintainable code. The person, who didn't normally work in the language in question, had used AI to generate it.