With today’s AI tools, do you still save Gists, read open source code, or engage on Stack Overflow?
Posted by kafteji_coder@reddit | ExperiencedDevs | View on Reddit | 18 comments
With the rise of powerful AI tools like ChatGPT and GitHub Copilot, I’m curious — do developers still save Gists for future reference, explore open source projects on GitHub to learn or get inspired, or actively participate on Stack Overflow?
Have these habits faded, or are they still an important part of your workflow in the age of AI-assisted development?
Jmc_da_boss@reddit
Yes, AI can rarely the questions i actually need answered. SO is more accurate still
TheOneTrueTrench@reddit
Talk about damning with faint praise...
ValentineBlacker@reddit
I wasn't really doing that stuff before... I WISH I were the sort of person browsing open source code for fun and edification but that is not my life. I'm currently reading an open source project but it's because I want to use it. I still reference SO answers but I never had an account. Not really for coding answers, more like when I'm installing something and getting an error. And gists, like... it's nice to store the odd script on I guess, I didn't use it that heavily. I think my dotfiles are on there maybe.
dawesdev@reddit
Gists & OSS yes.
Stack Overflow no, but not because of AI. Stack Overflow just fucking sucks.
I don’t use Cursor, CoPilot, etc.
Evinceo@reddit
It's so hard to overstate how good Stack Overflow used to be.
boring_pants@reddit
For the first handful of years I was one of the top contributers to C++ questions on SO.
I stopped contributing close to a decade ago, and deleted my account a year or two ago. I got so disillusioned with it, even before any AI stuff.
dawesdev@reddit
I know! For the longest time I had some users pinned just to read their answers to random questions. Learned a ton in my early years that way.
FetaMight@reddit
I did the same thing. I still chat with some top notch engineers I need there. It really was such a great resource at its peak.
FetaMight@reddit
I still don't rely on AI, but I can see that changing relatively soon. It's already pretty good as an assistant to navigate terse documentation and it's getting really good at assisting in diagnosis. Its codegen, however, is still severely lacking for the kind of work I do (that's the most diplomatic way I can put it).
Just for shits and giggles I recently walked it through the last bit of tough debugging I did. At every step it gave 5 or 6 good suggestions on what to check next. Of course, each of those suggestions represented HOURS of testing, but when I fed it the results I found during *my* diagnosis it proceeded correctly to the next, more honed it, round of tests. After about 5 rounds it presented 5 options, one of which was the actual issue. Pretty impressive.
Of course, if I didn't already have expertise in this area it would have taken me weeks to try out all its suggestions and gradually hone in on the actual issue based on its recommendations. So, on its own, or as a replacement for an expert, it's still pretty much useless.
That being said, the next time I have to debug something like this I will probably run my thoughts and observations through an LLM to see if it recommends anything that I'm unaware of.
Trevor_GoodchiId@reddit
StackOverflow wants me to complete a Cloudflare challenge and close 2 popups, before I can even read anything. Yes to everything else.
pa_dvg@reddit
To prevent AI from scraping it most likely
Eastern_Interest_908@reddit
Bit too late for that
Dyledion@reddit
Yeah, SO stagnated and died well before AI was useful. I do use AI quite extensively as an SO replacement, and as a tool for hobby projects, but reading source code and taking notes are still essential to work well.
Honestly, using AI is force-multiplied significantly by having good note taking habits.
Adept_Carpet@reddit
I'm not sure what they were thinking at SO. I can't just go there and ask a basic question, because it's a duplicate. When I finally find something obscure enough to ask either no one knows, or the answer is that I found a bug and need to file an issue.
They inexplicably got rid of the job element for a while, even though it was pretty good and a great way to sneak a peek at other opportunities during working hours.
nilarrs@reddit
Gist are gold for life. AI will change the answer, who knows what I will get next time. I would be more encouraged to create more gists now :P
PocketBananna@reddit
Definitely still reading/writing code as that's a reality that'll never go away. SO has some gems but nothing new is coming from it so a mixed bag. I rarely go to AI it has been just wrong about half the things I've run by it. If I want boilerplate I'll use a generator or template.
dbxp@reddit
I use SO sometimes for more complex problems or more architectural ones which cross lots of files, far less than I used to though.
Former_Dark_4793@reddit
I only go to SO if AI can’t find the answer, otherwise AI is better to find the solution, you don’t have to go through bunch of links in google just to get a hint or solution