Live data from Hacker News

Chrome DevTools now uses Gemini to help with JavaScript Errors in the console

developer.chrome.com

41–50 of 81 posts

Re: Chrome DevTools now uses Gemini to help with JavaScript Errors in the console

#42

Why does this exist? The example AI-generated explanation shown doesn't seem any more helpful than the original error. It just states the same information in a long-winded manner. Errors and warnings are already deterministic and unambiguous. Why introduce the opportunity to confuse people or just be plain wrong?

[deleted]

Re: Chrome DevTools now uses Gemini to help with JavaScript Errors in the console

#44
post #26

> To use this feature, make sure that you: > Are located in one of the supported regions and are at least 18 years old. Seriously. For to get an explanation of a freaking JS error message. Now for a debug session you need a Google account, to agree with a legal notice, a privacy notice and be at least 18 years old and boil I don't know how many liters of water for generating a text that could be static in some docume…

[deleted]

Re: Chrome DevTools now uses Gemini to help with JavaScript Errors in the console

#50
post #35
post #32

Earlier quoted context omitted.

People have been trying to get compilers and runtimes to generate better errors for decades, and sites like StackOverflow exist to backfill the fact that this is a really hard problem. If an AI can get you a better explanation synchronously, doesn't that in fact represent an improvement in the "messages"?

No because all the AI is doing is making up statistically plausible sounding nonsense? The best case output is a correct summary of the documentation page - why add a huge amount of power use alongside massive privacy invasion just to deal with that? I have read and re-read this article and I don’t understand how this is better for any purpose other than “we put AI in something, increase our stock price!”

> No because all the AI is doing is making up statistically plausible sounding nonsense?

Isn’t that just what we humans do with our educated guesses?

Post reply on HN