this post was submitted on 06 Sep 2024
863 points (97.4% liked)
Technology
59168 readers
2104 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
And I wouldn't know where to start using it. My problems are often of the "integrate two badly documented company-internal APIs" variety. LLMs can't do shit about that; they weren't trained for it.
They're nice for basic rote work but that's often not what you deal with in a mature codebase.
Again, dismiss at your own peril.
Because "Integrate two badly documented APIs" is precisely the kind of tasks that even the current batch of LLMs actually crush.
And I'm not worried about being replaced by the current crop. I'm worried about future frameworks on technology like greyskull running 30, or 300, or 3000 uniquely trained LLMs and other transformers at once.
I'm with you. I'm a Senior software engineer and copilot/chatgpt have all but completely replaced me googling stuff, and replaced 90% of the time I've spent writing the code for simple tasks I want to automate. I'm regularly shocked at how often copilot will accurately auto complete whole methods for me. I've even had it generate a whole child class near perfectly, although this is likely primarily due to being very consistent with my naming.
At the very least it's an extremely valuable tool that every programmer should get comfortable with. And the tech is just in it's baby form. I'm glad I'm learning how to use it now instead of pooh-poohing it.
Ikr? It really seems like the dismissiveness is coming from people either not experienced with it, or just politically angry at its existence.