• 0 Posts
  • 25 Comments
Joined 2 months ago
cake
Cake day: June 4th, 2025

help-circle



  • Just had the opportunity to test GPT 5 as a coding assistant in Copilot for VS Code, which in my opinion is the only legitimately useful purpose for LLMs.

    The best use of LLM sadly is to use it on social media to spread disinformation. At that point making shit up isn’t a big but a feature.

    For coding I am still not sold on it. It seems to excel on tasks that were done millions of times like programming assignments at school, example/tutorial code, interview questions.

    For me while it helps in stone cases, I still have to go over the code and understand it and very often it introduces subtle bugs or I can write a more concise chose that fits my need. In those cases all the advantages it did are nullified, I suspect it might actually be slowing me down.

    It feels to me that LLM is a godsend to all the coders that previously copied code from stack overflow. It greatly streamlined the process and also included all code published on GitHub.


  • They think they can hire less SWE because of it. Though from my experience all benefits it gives are neutralized by mistakes or does. I have to pay more attention to what it produces to find bugs (and they are subtle, and even then successfully sneak them).

    I also frequently notice that I actually can produce more concise code for my user case.

    And it is plagiarizing (Microsoft apparently provides some legal protection against a lawsuit, but I don’t know if that is for everyone).

    A while ago I found a bit less popular code and it came with library. I didn’t like their implementation so I started writing my own and copilot basically was suggesting the code from the library I tried to rewrite.