RushLana
@RushLana@lemmy.blahaj.zone
Hi, I’m lana a non-binary person cursed with being french. I like to produce garbage code, cooking and gardening. My body is holding together with tape and denial and I’m all out of tape.
- Comment on Developer survey shows trust in AI coding tools is falling as usage rises 1 day ago:
When I tried the autocomplete in IntelliJ it kept trying to guess what I wanted to do instead of autocompleting what I was typing so I don’t know about that part.
Still millions of ton of CO2 for a search bar and autocomplete doesn’t seems like a good idea.
- Comment on Developer survey shows trust in AI coding tools is falling as usage rises 2 days ago:
LLMs will always fail to help developpers because reviewing is harder than writting. To review code effectivly you must know the how and why of the implementation in front of you and LLMs will fail to provide you with the necessary context. On top of that a good review evaluate the code in relation to the project and other goal the LLM will not be able to see.
The only use for LLM in coding is as an alternative search bar for stackoverflow