this post was submitted on 25 May 2024
775 points (97.1% liked)
Technology
59123 readers
2294 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
Sure does, but even when wrong it still gives a good start. Meaning in writing less syntax.
Particularly for boring stuff.
Example: My boss is a fan of useMemo in react, not bothered about the overhead, so I just write a comment for the repetitive stuff like sorting easier to write
And then pressing return a few times. Plus with integration in to Visual Studio Professional it will learn from your other files so if you have coding standards it’s great for that.
Is it perfect? No. Does it same time and allow us to actually solve complex problems? Yes.
Agreed and i have the exact same approach. It's like having a colleague next to you who's not very good but who's super patient and always willing to help. It's like having a rubber duck on Adderall who has read all the documentation that exists.
It seems people are in such a hurry to reject this technology that they fall into the age old trap of forming completely unrealistic expectations then being disappointed when they don't pan out.
Exactly. I suspect many of the people that complain about its inadequacies don’t really work in an industry that can leverage the potential of this tool.
You’re spot on about the documentation aspect. I can install a package and rely on the LLM to know the methods and such and if it doesn’t, then I can spend some time to read it.
Also, I suck at regex but writing a comment about what the regex will do will make the LLM do it for me. Then I’ll test it.
Honestly i started at a new job 2 weeks ago and i've been breezing through subjects (notably thanks to ChatGPT) at an alarming rate. I'm happy, the boss is happy, OpenAI get their 20 bucks a month. It's fascinating to read all the posts from people who claim it cannot generate any good code - sounds like a skill issue to me.