Comment Re: For me, it is last few months... (Score 2) 40
I'm not here to hype AI. After decades wielding terminals and IDEs I'm being forced to use it. I still want to write code that I don't because it will hurt my AI use metrics that count toward my performance. This is what it's like at a major tech company in 2026. But the picture has changed. AI can search through our codebase and find real bugs. Subtle ones.
Posts like this are unhelpful because they paint a picture that there are these limitations that really aren't there anymore. If you're not getting the same results, frankly, you're using it wrong. My guess would be that you've tried one-shotting a bug hunt with no real context.
Instead of comparing AI's output to compiler warnings ask CC (or whatever you like) to build with warnings as errors and fix the build. Then ask it to generate a list of suspected errors, and when the list is trash, tell it which the ones you don't care about and why, then ask it to try again. That's one way you can start to build up context about what you do care about.