this post was submitted on 11 Sep 2025
18 points (100.0% liked)

JetBrains

388 readers
1 users here now

A community for discussion and news relating to JetBrains and its products! https://www.jetbrains.com/

Related Communities

Copyright © 2000-2024 JetBrains s.r.o. JetBrains and the JetBrains logo are registered trademarks of JetBrains s.r.o.

founded 2 years ago
MODERATORS
 

This 'intelligent' code completion completes wrong in 99% of all cases and I have to delete/change half of the completed. What is this good for?
// @jetbrains

top 2 comments
sorted by: hot top controversial new old
[–] foenkyfjutschah@programming.dev 5 points 2 months ago

a year ago or so i wrote a more detailed report at their issue tracker and the response was essentially that it will evolve and hallucinations should be gone with the next update. at that point i was evaluating the "feature" involuntarily for roughly half a year and noticed only that it behaved worse and worse.

but you can turn this resource exhaustion actually off. it's just irresponsible that this isn't the default.

[–] bizarroland@lemmy.world 1 points 2 months ago

My opinion, as a non-programmer, but who works in the IT field and occasionally writes code, is that it is easier to find and identify code that does not do precisely what you want it to do, than it is to write all of the code from scratch.

It saves me a lot of time and effort in, like, laying out the cases and structures and files and subsections and classes that I would have otherwise spent, which are mostly pointless wasted time, and then instead allows me ro focus on what actually needs to accomplish the output I was looking for.

To be fair, once again, I am not a competent programmer at all.

Using these tools merely allows me to accomplish things that I would not have otherwise been able to accomplish on my own without a much larger investment of time and effort.