| ▲ | dabedee 11 hours ago |
| How many of those automated fixes were reverted? How many introduced a new bug? What's the false positive rate on the finding agents? The post has counts for everything that went right and nothing for what could go wrong. |
|
| ▲ | Seb-C 10 hours ago | parent | next [-] |
| Exactly, also it lacks a lot of context as to why they did that. Possible (probable?) scenario: - Marketing: "we found and fixed lots of bugs thanks to AI" - Reality: the KPI is now to fix as many bugs as possible with the help of AI, so they used AI to search old and easy bugs in the backlog, and then fixed it manually |
| |
| ▲ | simianwords 9 hours ago | parent [-] | | Huh? Maybe a third scenario is that AI helped fix the bugs? Like described in the actual post you are replying to? This level of conspiracy theory is getting a bit ridiculous. | | |
| ▲ | IanCal 9 hours ago | parent [-] | | I think you’re right, my base assumption is that the models can code and can fix bugs, and can code more in parallel and faster than humans at a lower cost. If Google are tackling lower value bugs with AI the number is in a way inflated compared to some utility measure (fixing a smaller number of worse bugs could be preferable) but it’s still things fixed. |
|
|
|
| ▲ | dwroberts 8 hours ago | parent | prev | next [-] |
| They also don’t really provide an explanation for the big uptick in bugs found M146+ in the first place. Is that better testing? Or more bugs were being introduced in the first place? |
|
| ▲ | albinahlback 11 hours ago | parent | prev | next [-] |
| And how many were introduced by AI? |
| |
| ▲ | cognitiveinline 10 hours ago | parent [-] | | It's the opposite: humans. The most critical one (sandbox escape) has been sitting there for 13 years. | | |
| ▲ | tredre3 5 hours ago | parent [-] | | The question is how many new bugs were introduced through those AI fixes. Is it less than a human would have? Is it more? Is it the same type of bugs? I could be convinced either way and it's an interesting thing to ponder in my opinion. |
|
|
|
| ▲ | iLoveOncall 11 hours ago | parent | prev | next [-] |
| > The post has counts for everything that went right and nothing for what could go wrong. That's AI for you. At Amazon we have many forums to share our AI wins, but none to share AI failures or disappoinments. No wonder execs make bad decisions regarding AI, they only hear completely one-sided stories. |
| |
| ▲ | Cthulhu_ 10 hours ago | parent | next [-] | | At my company there's a lot of discussion about AI and complaints that people run out of tokens within a day, but zero results are shown. No measurable (or measured) gains. Or nothing that people are willing to talk about, in any case. | | |
| ▲ | dgellow an hour ago | parent | next [-] | | I’ve been asking since months on HN for proofs that companies using AI see positive ROI from it. So far I didn’t get a single concrete example | |
| ▲ | KptMarchewa 9 hours ago | parent | prev [-] | | At my company the performance improvements channels has been exploding, with people claiming giant improvements in latency, throughput, and decreased cost of the services. The cost decreases itself is order of magnitude more (at annualized run rate) more than we pay for tokens. YMMV. | | |
| ▲ | jpc0 8 hours ago | parent [-] | | I hope to see more of this across the industry. I definitely make use of AI but in my experience I almost always could have done it better myself, the places where I threw AI at the problem I didn't care about the results being good, only good enough. When we see memory and compute requirements for version x+1 of software decrease instead of increase I will happily say AI is the oracle people proclaim it to be. |
|
| |
| ▲ | frizlab 8 hours ago | parent | prev | next [-] | | In $COMPANY, for the mid-yearly review, the employees were asked whether their AI usage was 1/ efficient, 2/ adoptive (integrated in the way they work) or 3/ transformative. Saying “never used it” or “I tried and it was useless” was literally not possible. | | |
| ▲ | tmp10423288442 an hour ago | parent [-] | | You'd have to be a pretty stubborn software engineer to not find AI useful for anything at this point, unless they're making you use Github Copilot or something far behind the frontier. You don't have repetitive tests to write? You never need to write a script to run something? | | |
| ▲ | fwip 23 minutes ago | parent [-] | | And you'd have to be a pretty pig-headed exec to assume that the only experience an employee could possibly have with LLMs is positive. |
|
| |
| ▲ | rpdillon 2 hours ago | parent | prev | next [-] | | This is kind of a weird take. If you were the CEO of Amazon, would you be setting up channels for people to talk about their AI failures? The general way technology is deployed is that we try to find ways to make it work, because those are the most interesting. We're not as interested in all the ways it doesn't work. From my perspective, some people are trying to use AI in the same way somebody might use a laptop to paddle a canoe. Sure, you can do it, but it's not a good idea. The fact that it doesn't work well is not particularly interesting. If I steelman your position, I guess the ideal repository would be a set of cases where it's known to work well and a set of cases where it's known to not work well. A little bit like ProtonDB or SteamDB, perhaps. | | |
| ▲ | iLoveOncall an hour ago | parent [-] | | > If you were the CEO of Amazon, would you be setting up channels for people to talk about their AI failures? I would set up channels to talk about AI, encouraging both successes and failures, with proofs required for both, and punishing people who intentionally misreport on either. |
| |
| ▲ | inigyou 9 hours ago | parent | prev | next [-] | | "It can't be that stupid—you must be prompting it wrong." - Ed Zitron | |
| ▲ | warkdarrior 2 hours ago | parent | prev [-] | | > At Amazon we have many forums [...], but none to share AI failures or disappoinments. I come to HN to read about AI failures and disappointments. |
|
|
| ▲ | gblargg 9 hours ago | parent | prev | next [-] |
| I assumed it was really just AI that found them, which allowed Google to know to fix them. |
|
| ▲ | TacticalCoder 7 hours ago | parent | prev | next [-] |
| > How many introduced a new bug? I'd say that one is not really an issue. In 2012 the Pinkie Pie exploit chain already required chaining 6 bugs to lead to an exploit [1]. Since then we've seen chains requiring more than 10 bugs (!). If you fix any one of those bugs, the exploit is non-functional anymore. Sorry out of luck. So if, say, for every ten bugs you fix, you introduce two new ones then it's still a very net win. Unless of course it introduces a bug so bad it becomes a simple exploit not requiring a long chain of exploits. But in the case of browsers we've only ever been moving to longer and longer chains of exploits required to pwn a browser. A great many window of opportunities are closing for dark-side hackers / north korean intelligence etc.: there were probably exploit chains still open for exploitation in April that just got closed by Google. If anything, besides the supply chains attacks in amateur-land, the world didn't stop working: projects (not just browsers but OSes too) are being hardened left and right. Using AI to find potential bugs is an amazing use case and there really aren't many downsides. > The post has counts for everything that went right and nothing for what could go wrong. I'm not saying there aren't a few downsides but the benefits are just too good to ignore. [1] https://blog.chromium.org/2012/05/tale-of-two-pwnies-part-1.... |
|
| ▲ | staszewski 11 hours ago | parent | prev [-] |
| [flagged] |
| |
| ▲ | cognitiveinline 10 hours ago | parent [-] | | Or people don't ask questions for which the answer is known to be "None, really." I get that many don't like what LLMs are doing to the industry, but this is just incorrect reaction to a very specific benefit that's proven beyond doubt (Security hardening). Accept it imo - LLMs are solving very large problems that have plagued software security. | | |
| ▲ | fg137 9 hours ago | parent [-] | | Sorry it is your reaction that is really weird. These are legitimate questions, and I have definitely seen Claude finding the wrong cause and then implementing completely incorrect/irrelevant fixes, only to find that it didn't work and need to start over. Not saying humans don't do the same thing, but LLMs are far from perfect, and it would be delusional to only talk about successes. | | |
| ▲ | cognitiveinline 9 hours ago | parent [-] | | I've done security work before, and I've done it now with frontier. I've seen the difference first hand, and as the OP and so many other articles show, so have the leading experts in the world. So either they are lying, or you may not yet be seeing and experiencing what they are. If that's wierd, ok. | | |
| ▲ | fg137 8 hours ago | parent [-] | | You did not address my points or those in OP but kept repeating yours (that are not even relevant) in a handwavy way. And that's fine. You can continue to live in your bubble. Others simply have different experience, and your asserting "AI is perfect" on a forum is not going to matter in terms of everyone's own, first hand experience. |
|
|
|
|