After seeing this graph about the fall of StackOverflow, it’s clear to me that I’m not the only one who has stopped using it in favor of LLMS (large language model) alternatives. With the rise of generative AI-powered initiatives like OverflowAI by Stack Overflow, and the potential of ChatGPT by OpenAI, the landscape of programming knowledge sharing is evolving. These AI models have the ability to generate human-like text and provide answers to programming questions. It’s fascinating to witness the potential of AI as a game-changing tool in programming problem solving. So, I’m curious, which AI have you replaced StackOverflow with? Share your favorite LLMS or generative AI platform for programming in the comments below!
There are many skills I’m an absolute beginner in. ChatGPT helps me drown out unnecessary noise and points me in the right direction. For things I’d consider myself proficient in, I ask it to write me tedious tasks. Love it for Makefile expansions
Initially I was very impressed by ChatGPT but over the past few weeks I’m getting fed up with it. It completely ignores constraints I give it regarding library versions I use. It dreams up insane, and garbage, answers to fairly simple prompts. For more complicated stuff it’s even worse.
My current workflow is, try top few google results, if failed try ChatGPT for a few minutes, if failed go to documentation and or crawl through SO for some time, if failed ask on SO.
I tested some of the questions I asked on stackoverflow vs ChatGPT and the answers on stack overflow were much better. So for real “I really am stuck here” sort of issues I use SO.
GPT-4 in NeoVim. Definitely has taken the place of StackOverflow for me in most cases, but I still go there for especially difficult problems.
Would rather run something on my own hardware, but I’m waiting for other models to catch up
ChatGPT+, Github Copilot and Copilot X. I’m pretty green yet so maybe I’m getting more out of it than a seasoned vet would. I just feel so much more productive and I’m learning faster since Copilot will offer 10 solutions and there always seem to be one that intrigues me with its novelty.
I like the conversational nature of ChatGPT and I love that I’m not getting judged. I can ask the dumbest questions all day long and not sweat that it’s going to cost me the next promotion. Not too say I don’t reach out to people, but I keep the really dumb shit between me and GPT.