StackOverflow hit hard by chatbots
- Context: News
- Thread starter Nugatory
- Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
Discussion
Physics news on Phys.org
OmCheeto
Gold Member
- 2,531
- 3,627
Interesting.
Though from my calculations, it's not that many people: ≈150 (ref: company blog and maths)
I find it amazing that someone paid $1.8 billion for it just 2 years ago. (ref: wiki)
But I'm curious how this works. How much does Stack Overflow pay the people who developed ChatGPT for its use? And who monitors its answers? I've tried several times to get answers from several AI bots regarding computer programming and not a single one was successful in answering any of my questions.
Though from my calculations, it's not that many people: ≈150 (ref: company blog and maths)
I find it amazing that someone paid $1.8 billion for it just 2 years ago. (ref: wiki)
But I'm curious how this works. How much does Stack Overflow pay the people who developed ChatGPT for its use? And who monitors its answers? I've tried several times to get answers from several AI bots regarding computer programming and not a single one was successful in answering any of my questions.
OmCheeto said:I've tried several times to get answers from several AI bots regarding computer programming and not a single one was successful in answering any of my questions.
A programmer friend of mine, and a guy I rather trust when it comes to technological subjects, claims that GitHub's Copilot saves him several hours per week - generating in no time code that requires supervision, but is good enough as a starting point to shorten development time.
Gold Member
- 2,389
- 5,216
I use Chat GPT the same way. It provides an excellent starting point in developing code that would take a significant amount of time to build manually. When there is an error, I point it out and it fixes it. This leaves me a lot more time to work on larger design ideas that I can also work on with GPT in a similar fashion. It greatly speeds up the iterative processes involved with coding.