Maybe it's just me but if I felt like my application's error messages weren't easy enough to understand I'd try to improve the messages instead of throwing all the context at an AI and hoping for the best.
Chrome DevTools now uses Gemini to help with JavaScript Errors in the console
41–50 of 81 posts
Re: Chrome DevTools now uses Gemini to help with JavaScript Errors in the console
#42Why 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?
Re: Chrome DevTools now uses Gemini to help with JavaScript Errors in the console
#43[deleted]
Re: Chrome DevTools now uses Gemini to help with JavaScript Errors in the console
#44> 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…
Re: Chrome DevTools now uses Gemini to help with JavaScript Errors in the console
#45I have always worried that Chrome was gulping as much data from users as possible and sending it back to Google. This reinforces that feeling.
Re: Chrome DevTools now uses Gemini to help with JavaScript Errors in the console
#46[flagged]
Re: Chrome DevTools now uses Gemini to help with JavaScript Errors in the console
#47[flagged]
Re: Chrome DevTools now uses Gemini to help with JavaScript Errors in the console
#48Another reason to ditch Chr*me.
Re: Chrome DevTools now uses Gemini to help with JavaScript Errors in the console
#49So now Google wants to have access to content developers are working on before it’s even public is what I’m hearing?
Re: Chrome DevTools now uses Gemini to help with JavaScript Errors in the console
#50Earlier 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!”
Isn’t that just what we humans do with our educated guesses?