Hacker News new | ask | show | jobs
by jdiez17 1101 days ago
Both GPT-3.5 and GPT-4 have gotten considerably worse in quality for me since the May 24 update. Yesterday I asked GPT-4 to refactor some code I'd written in haste with a lot of duplication etc - a typically perfect task for a LLM - and it just gave me the same code back, without comments
1 comments

My hope is that Intellij guys will move faster with their tools now that there is presure from copilot. There are still plenty of code refactorings that could be automated and are not and also there are obvious bugs that their code analysis do not catch(though I understands JS is a shit language to analyze).

When this open LLM could run on my local machine, I could at least use them to find stuff for me, I work on a big old project, I know there is soem functin or code that does X somewhere but I no longer remember th e files or function names. So a smarter search would be helpful.

Yes! I have been hammering feedback on PyCharm otherwise I’ll just switch to VS