this post was submitted on 26 Aug 2023
400 points (85.7% liked)
Technology
68066 readers
3975 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- 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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I use ChatGPT primarily for programming, and it's particularly well suited for programming.
is underselling its capabilities in that regard. Especially GPT-4 has been able to help me with everything from obscure adobe ExtendScript scripts to infrequently seen 'unsafe' C# OpenGL perspective matrix math. All with prompts of a sentence maximum.
ChatGPT is GPT 3.5 & GPT 4, as far as I'm aware.
3.5 is also very capable when it comes to programming, for any well known framework or language. It's not as capable, but it is still very capable.
Well, the data it was trained on had a cutoff point in 2021 which would explain that.
I've used it (GPT 3) a fair amount for Unity, and I'm fairly pleased with the results, it's saved me a fair amount of time. Implementing object pooling and editor window dialogues for scene translation management for example.
Of course, programming knowledge is required for it to be of consistent use, which, on second thought, may not be at all obvious.