Google will delete OAuth clients falsely flagged as unused
8 points by panstromek 20h ago 7 comments
Ask HN: How do I start my own cybersecurity related company?
4 points by babuloseo 1d ago 4 comments
Ask HN: Are AIs intentionally weak at debugging their code?
5 amichail 6 5/29/2025, 3:32:42 PM
Maybe this is done to encourage software engineers to understand the code that AIs write?
But to this day the best we have are the (unfortunately useless) volunteer replies on the relevant help forums. (And hundreds of unanswered github bugs per project)
So you tell the AI about the bug(s) and it tries to fix them and sometimes it fails to do so.
I don't think LLMs even try to debug their code by running it in the debugger.
LLMs are not capable of reasoning or following code flow. They’re predictors of next tokens. They’re increasingly astonishingly good at predicting next tokens, to the point that they sometimes appear to be reasoning. But they can’t actually reason.