• 0 Posts
  • 165 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle













  • Oh I’m 1000% in agreement with you. I think Copilot for programming is more expensive than it’s worth right now, both for my employer and for Microsoft.

    OpenAI et al have done nothing to address the fundamental issue of hallucinations. In code hallucinations are pretty quickly evident: your IDE immediately throws up error highlights whenever the code complete fucks up.

    The latest open AI model is to chain together a computational centipede to try and create reasoning structures out of stochastic processes. It takes longer and still doesn’t fix the issues. In their own demo video there are clear bugs with the “code” their 4o model writes.






  • The plagiarism engine effect is exactly what you need for a good programming tool. Most problems you’re ever going to encounter are solved and GenAI becomes a very complex code autocomplete.

    An LLM constructed only out of open source data could do an excellent job as a tool in this capacity. No theft required.

    For writing prose it’s absolutely trash, and everyone using it for that purpose should feel ashamed.