The Fall of Stack Overflow

https://programming.dev/post/931727

The Fall of Stack Overflow - programming.dev

Stack Overflow has seen a substantial decline in traffic over the last year that appears to be accelerating.

I bet this is directly related to ChatGPT
ChatGPT isn’t that good at code generation lol.
It’s a little more decent than you give credit for. I use it all the time for easy generic subroutines and functions. It struggles a bit with specific, complex requests but is generally pretty versatile as a miniature code assistant. It’s good at catching human errors like loops starting or ending at the wrong specified integer, so I use it as a debugging tool.