Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

73% Positive

Analyzed from 3099 words in the discussion.

Trending Topics

#google#don#gemini#more#home#cars#com#music#things#https

Discussion (94 Comments)Read Original on HackerNews

elbasti•about 2 hours ago
I have an android phone which means I use android auto fairly often. The sheer quality destruction it's experienced since transitioning to Gemini is incredible.

I experience this mostly when asking for music. Before gemini, mistakes were common but deterministic. It was easy to understand where the query had gone wrong and so how to fix it. Example:

"Hey google, play Blackstar"

(Plays the album blackstar by David Bowie, not what I wanted)

"Hey google, play "Blackstar by Radiohead"

(Plays the right thing).

Now:

"Hey Google, play Blackstar by Radiohead" can result in playing... something vaguely semantically related with no way to course correct. In this exact instance (happened yesterday!) it played an album by the hip hop due Black Star.

I will admit that there are some superpowers hidden in Gemini that were not present in the previous AI assistant. I recently discovered that Gemini can manipulate the navigation app, and a prompt like "Mute alerts" works, which is kind of cool. However like OP said, it's incredibly verbose, which is super annoying.

fhdkweig•about 1 hour ago
I don't really use Google products except Youtube, but their auto-subtitler (closed captions) have really taken a weird turn lately. It used to try sounding out the words so even if it didn't pick the right word, it was at least close to right one. But now it substitutes entire phrases and sentences based on what is most likely to appear in a conversation even if it has no bearing or similarities to what was said.
bsimpson•about 1 hour ago
There was an Amazon UXR study that floated around ~8 years ago that said the only things people care about from a voice assistant are music, weather, and alarms.

PMs keep trying to make them "smarter," and it just makes the core user journeys worse.

Surely they think they're inventing cars when we're griping about buggy ships. But it really feels like voice assistants peaked ~10y ago for the things people actually want them for.

Xeoncross•about 1 hour ago
Considering the decade of poor results from doing anything other than music, weather and alarms I think we've all learned to avoid using them for anything else.
RajT88•10 minutes ago
For a bit, our Amazon Echo's were pretty decent at doing things other than music, weather and alarms. Then there was a big regression, and we stopped trying to make it do more. I guess the exception is turning the lights on and off.

My wife and I both would love for the voice assistants to do more. They just won't. Even with weather, anything more than "what's the weather like today" will usually not get a good result. "When will it rain today?" gets OK responses.

As soon as I figure out how to put a decent GPU into my old rack server(s), I'll see how far I can get with HomeAssistant. I suspect it'll be some effort, but it'll be better at the end of the day.

jimbokun•about 1 hour ago
And knowing how old Geena Davis is.
ack210•33 minutes ago
Since android auto transitioned to Gemini, whenever I try to reply to a message by tapping the reply button, it now states "Sorry, but to do that, you'll need permission from your Google Workspace administrator." The stupid part is, if I listen to the message first, then say yes when it asks me if I'd like to reply, I'm then allowed to reply. There's countless articles and posts about this but no one seems to have found a reliable solution yet. Has been going on since at least December.

It also now seems to trigger its own barge-in about 50% of the time. It'll start reading the first syllable of a message, apparently confuse itself talking for me saying something, then just follow that with silence "listening" for my response until I physically have to hit the back button on the car.

themythfable•about 2 hours ago
Same thing with Google homes.

Pre-gemini, you knew what you would get, basically the structured snippets that would appear at the top of the search results.

Now it's much more verbose.

My biggest gripe is that it basically stopped listening to me, since "upgrading" to Gemini, which is frustrating because I've used it to control the Hue lights for the past decade.

It listens to my partner though, so after it fails to listen to me, I have to ask her to ask Google to adjust the fing lights.

Welp

jimbokun•about 1 hour ago
Like being the one who brought the dog home from the shelter and feeds it, and the dog still prefers your partner.
elAhmo•about 1 hour ago
Similarly, Siri was arguably better a decade ago when it has deterministic intents that you could trigger with certainty, now it is all seemingly random at time.
jimbokun•about 1 hour ago
Soon it will be like Jack Black in High Fidelity, preventing you from listening to music that’s currently too hip for you.
RobRivera•about 2 hours ago
I wonder how much of it is them trying to minmax their revenue generating marketing algos for content discovery. (Willing to bet it's somewhat relative)
daveshistory•about 1 hour ago
Perhaps Gemini's been training on sources too young to listen to Radiohead.
Hugsbox•about 2 hours ago
I Fired theartofdoingstuff.com for extremely obnoxious ads - particularly the "Would you like to save this stuff?" one that greys out the rest of the article you're trying to read to... checks notes... ask if you want the article emailed to you? Who the hell thought that was a good idea?
9dev•about 1 hour ago
Why would you even browse the web without using an ad blocker?
Hugsbox•about 1 hour ago
The "ad" as described in my comment isn't really an ad in the typical sense, it's baked into the website. But the real reason is, I'm on my work computer and unable to install browser extensions.
9dev•28 minutes ago
You should urgently contact your IT department. Not enforcing ad blocking extensions is a security liability.
xnx•about 1 hour ago
No good options on Android right now. You can use Firefox, but there are a lot of tradeoffs.
radiorental•about 1 hour ago
I'm curious what the tradeoffs are, I exclusively use FF and any time Chrome auto opens via a link I immediately baulk at the experience.
sqquima•about 1 hour ago
And a clearly AI-generated or at least AI-assisted post.
tomasphan•about 1 hour ago
It’s not clear to me. What makes you sure it’s AI assisted?
shaky-carrousel•about 1 hour ago
> Google Home used to be one of my favourite gadgets.

> Not because it was smart.

> Because it was useful.

I was half expecting "and that's bold" after that.

input_sh•about 1 hour ago
I promise you that she went through the effort of putting less ads than what Adsense does by default.
intrasight•about 2 hours ago
It is ironic that so many articles calling out enshittification are themselves examples of the same.
pwython•about 1 hour ago
I had Claude whip up a local solution for me using Gemma 4 26b-a4b on my Mac and a Raspberry Pi Zero 2 W. It can do web search (valyu), file reading -- I have business & personal context stored in many markdown files -- weather, Apple reminders, and has cross-session memory. Streamline but capable agent that has been pieced together over a few weeks after using Karpathy's LLM wiki pattern, with bits of Hermes logic. Orpheus-TTS streams the spoken reply back with the first word usually landing in half a second. Voice input is openWakeWord for the wake word plus faster-whisper for speech-to-text, all on-device. I can run it straight on the Mac but I use it with the pi satellite and a cheap USB speakerphone (ConfCall MS13B). You can barge in by just talking over it rather than having to say the wake word again. Pretty handy Google Home replacement.
ravetcofx•about 1 hour ago
Do you have a GitHub or something for the project? Sounds lovely.
pwython•about 1 hour ago
Not yet, I have to decouple some of the specific/personal logic. When I do push it, it'll be here: https://github.com/alisorcorp
jimbokun•about 1 hour ago
Sounds like you could have a successful product.
itodd•about 2 hours ago
> Then I went directly to Amazon and ordered an Alexa.

Dear lord.

psanford•about 1 hour ago
I got rid of my Alexa devices after they would not shut up. "Alexa what is the weather for today?" "The weather for today will be ... By the way, did you know that you can set alarms? Just say ..."

I do not care about whatever stupid feature you want to build engagement around. Do what I asked you to do and then shut up.

And don't get me started on the Alexa Show that had the audacity to display ads.

jorts•about 1 hour ago
I threw all my Alexa devices away due to that as well.
goopthink•about 2 hours ago
> I ordered it because when one superpower fails you, eventually you have to try the other one before they eventually ruin the thing that was working perfectly well before they tried to improve it in order to make enough money to be a trio of planets.

When your options are a few competing BigCos and you don’t have incentive to try to build it for yourself because it straddles the annoying in-between space of “frustrating enough to do something” and “ not frustrating or valuable enough to actually solve the problem.”

reilly3000•about 2 hours ago
She sounds addicted to toxic relationships.
kwanbix•about 2 hours ago
I sadly did the same as I didn't know best. The Google speakers started to have issues identifying the orders, so we bought some alexas, which we also use as speakers for our tvs.

Do you have a better recommendation of a smart speaker that can play spotify, youtube music, or tidal?

nativeit•about 2 hours ago
Well, now when she wants to know the symptoms of dehydration, she can purchase some sort of Gatorade really convenient like.
daveguy•about 2 hours ago
And how about this:

> The closest I could get to punching Google in the ear and ripping out its nose hairs.

As if giving more money to another shitty megacorp for another frustrating device is going to make any difference to the first shitty megacorp.

krabizzwainch•about 1 hour ago
I think that this is a really good article for a reason that none of us are mentioning. This is not a tech blog saying this. This is a cooking/gardening/home blog. I use these terms jokingly, but we are nerds on hacker news and this blog writer is a normie. Regular people are getting fed up with how bad google is getting, not just the nerds.

Companies don't care when nerds complain. We always complain. But when their normal user base starts jumping ship, then they could very well start listening.

chymerax•about 2 hours ago
The whole upgrade thing is stupid. For years I was able to tell my phone in the car: "Play this song on spotify" and it did it. Not any more. "Ok google! Set a timer for 20 minutes." -> "Sorry Bob, I don't have permission to do that". "Ok google, navigate home" -> "Navigating to Store@Home24!" (half a country away).

I agree. I wasn't smart but it was useful in certain cases. Now it's just lobotomized.

cmoski•about 1 hour ago
and it takes sooooo looooong to write a text message with your voice now.
data-ottawa•about 1 hour ago
> For years I could ask Google what song was playing and it would identify it. It was one of the most useful features it had. You'd hear a song in a store, on television or drifting over from a neighbour's backyard and Google would identify it in seconds.

A huge pet peeve of mine is when I’m in the car and want to know what song is playing on the radio. I run Shazam and my phone mutes the stereo to activate a microphone. I have to disconnect from CarPlay then run Shazam, then reconnect — it’s a passenger only operation.

Song recognition is built into both iOS and Android, the device should always use the internal mic instead of a CarPlay/Android Auto microphone over Bluetooth.

Side note: is there a good “dumb smart speaker” I can have run with a wake word connected to my own API? Speech to Text and Speech to Speech are fairly well supported for local AI workflows now, it would be great to have my own Home device without worrying about where the audio goes.

I’m sure it’s a very niche audience today, but I imagine giving this thing MCP for Wikipedia, a music app, and my recipes would be perfect.

trilogic•28 minutes ago
Google is following facebook, they got an expiration date, born together, expired together, RIP

https://futurism.com/artificial-intelligence/google-ceo-sund...

yalogin•about 1 hour ago
Gemini made me turn google off completely. There is no provision to not allow your chat data from being shared send for training - even if you pay. Clearly they don’t care about end users and I am guessing they are losing money on paid cunaumer tier as well. But that is not acceptable to me. I just turned off all Google services and finally switched to ddg as the default search engine.
ihaveone•36 minutes ago
FYI; you can give Gemini default preferences which helps some of this. I use the caveman instructions and it applies anywhere I'm logged in, like Android auto. This fixed so many issues.
Hard_Space•about 1 hour ago
This is a chronic LLM style, particularly the multipart dramatic flourishes and the Haiku paragraphs. But at this stage, there's a good chance that LLM re-diffusion of this style is feeding back into human culture. God save us.
Advertisement
giancarlostoro•about 1 hour ago
> Nobody asked for New Coke.

I know nobody did, but seeing as I was too young (and maybe not even alive?) I have always wanted to try it. I'm a Coca Cola enthusiast after all. I wish they'd release a "Throwback Experimental Coke" batch out. I assume it was their attempt to flavor coke without the coca leaves?

Henchman21•35 minutes ago
It was a ploy to use a cheaper form of sugar — HFCS — instead of sugar.
rogerrogerr•about 2 hours ago
This would be great if it wasn't written so breathlessly.
bruki•38 minutes ago
I thought OP had learnt something and then I got to the Alexa part and closed the tab.
fastforwardius•about 1 hour ago
Good to stop repeating actions making you unhappy, but how about going without assistants alltogether?

From the examples given I haven't seen any meaningful life improvement with them.

netsharc•33 minutes ago
"Remind me [at datetime/in x hours] about Y." is very useful for handsfree reminders. I have an alarm clock that reacts to "Hey Google" so I just say "alarm at xyz" to set alarms. With the phone, "Navigate home" saves a few seconds compared to opening Google Maps and hitting the "Home" shortcut.

I'm just waiting for Google to send the email with the title like "An update about Assistant's future" to make the clock e-waste. On the phone I tried Gemini but that's slower because it needs a brain for simple text parsing..

aliasxneo•about 2 hours ago
I don't really use our Google Home devices, but my wife does. Ever since the "update" I've noticed now that Gemini likes to ask her 2-3 follow up questions after each query. The first might be something like, "Would you like to know more about <X>?" My wife would answer "No" and Gemini would respond like, "Is there anything else you would like to discuss on the subject of <X>?" It's gotten to the point where she will start yelling "cancel" and "stop" to get it to shut up.
delichon•about 2 hours ago
I talk to chatbots while doing yardwork, often with both hands full. Yesterday I tried to get it to shut up mid conversation and just could not do it with voice only. I had to wait through several minutes of blathering, restarted by every random noise, before I could put the chainsaw down and turn it off.

I was amazed at my own level of anger at that. It was just a voice in my ears but I reacted to it viscerally like it was an assault. It didn't help that it was in the middle of a sequence of it telling one lie after another, like "yes, I can disconnect this conversation." Maybe what I had is a natural reaction to having a lying clueless asshole refuse to go away or shut up, which I haven't otherwise had to deal with lately.

dminik•about 1 hour ago
This is kind of funny, but very much expected.

The interface into the LLM is tokens in and out (text, images, audio). And the harness generally doesn't understand what you're passing in. The LLM has nothing to do other than to respond with tokens and empty responses (eg. just a stop token) have been aggressively trained out of it.

aNapierkowski•39 minutes ago
i know it "has" to respond the way its set up but it feels like a robot trying to get the last word when youre just trying to stop it
speak_plainly•about 2 hours ago
The quality of Gemini varies so much throughout the day, the week and the month that it’s hard to rely on it for anything. It feels like Google is trying to throttle costs but has completely missed the mark.
bighead1•about 2 hours ago
> Nobody asked for cars that require IT support and 3 sub-menus to lower the air conditioning. (Screens are cheaper to install than buttons and knobs.)

perhaps, but people did ask for cheaper cars.

neogodless•about 1 hour ago
This doesn't really track. Sibling comment pointed out that the average new car transaction price is massively higher than before knobs were replaced with screens.

But more importantly... screens were put in more expensive cars first, and slowly trickled down to budget cars. It's a very weak argument that it was done for cost reasons. Screens are flashy and impress people during their 5 minute test drive. "Wow! Think of all the things I can do in my car that I couldn't do with a knob for changing fan speed." Sure, living with those screens tends to be a bit less enjoyable than those first impressions lead you to believe, but bright colorful animated screens helped to sell cars. If they're actually less expensive than knobs and buttons, that's just a bonus for the manufacturers.

Also keep in mind, when screens first appeared in (expensive) cars, they weren't actually cheaper than the knobs and buttons they replaced. Technology is, sorry was getting cheaper per unit of performance over time. Screens became commonplace and inexpensive to put in cars, but I suspect they were ten times more expensive than all the knobs and levers they replaced when they started appearing in luxury cars.

fastforwardius•about 1 hour ago
I saw cost savings trickle down to customers only in an economy textbook.
csunbird•about 2 hours ago
and we ended up with new cars being 2x expensive even after adjusting with inflation somehow
mrhottakes•about 1 hour ago
Did they? No one buys cheap new cars, at least in the US.
runarberg•about 2 hours ago
But nobody got cheaper cars. The shareholders on the other hand asked for a third yacht, and they got exactly what they wanted (after the car manufacturer fired the team which used to do usability testing for their interface)
jimbokun•about 1 hour ago
Fun article, but the sea of pop ups and advertisements battling to distract you from the text ironically exemplifies the point being made about Google Home.
hylaride•about 2 hours ago
The only things these "smart" speakers are good for is timers, adding to lists (especially grocery lists in the kitchen), and playing music. And even then they often stutter...
francisofascii•about 2 hours ago
Agree, but they are very good at playing music. They are still useful even if the don't do anything else, just like a microwave just needs to cook food.
mrhottakes•about 1 hour ago
They can't do any of those three things anymore
VBprogrammer•about 1 hour ago
I wondered how long it would be until someone took the obvious step of wiring a voice assistant up to a full blown LLM model. Seems like the thing I failed to consider was whether that was actually a good idea.
Advertisement
adithyassekhar•about 1 hour ago
> Award winning actress Geena Davis is 70 years old.

Thank you!

markbnj•about 1 hour ago
I feel like the author has another disappointment coming. Alexa has been annoying in this way for a long time now. Still very useful as well, but yeah, annoying. It has always been too proactive about suggesting things I don't want or need in response to simple questions like "What is the outside temperature?" ("It's currently 46 degrees, with a low of 32 degrees expected overnight. Did you know you can turn your lights on and off according to a schedule? Would you like to schedule turning some lights on or off?") But recent AI-oriented updates have just made it worse. Now its chatty and full of attitude, and having raised a few teenagers let me tell you, that's what we want more of in our lives. Chat. And attitude.
orn•about 2 hours ago
And her site spams you with soo many ads, I had to shut it down
loloquwowndueo•about 2 hours ago
Hey now you know how she paid for all those home assistant gimmicks.
freediddy•about 2 hours ago
Sorry but this page and site have the most obnoxious number of ads on almost any page I've ever seen. After reading a couple of paragraphs I closed the window, no content is worth subjecting myself to that many ads and trying to navigate which is real content and which isn't.
cwnyth•about 2 hours ago
Firefox + ublock origin and voilĂ , no more ads.
krabizzwainch•about 1 hour ago
Don't forget a pihole! Sometimes I really do forget how obnoxious the internet is until I try to look at a website when I'm outside of my ad free setup at home. Which in a way keeps me from browsing around websites on my phone and wasting time in that way.
mrhottakes•about 1 hour ago
I can't fathom how anyone uses the web without an ad blocker these days. Especially shocking to hear on HN.
deafpolygon•about 1 hour ago
“An adblocker is preventing this page from loading.”

No…, you are.

fiatjaf•about 1 hour ago
Apparently you haven't fired Cloudflare, since this website forces me to go through a captcha in order to read (and I'm not even using a VPN or Tor).
trimethylpurine•about 2 hours ago
Hey Google, write an article called "I Fired Google."

(Although, based on the tone, I think it's Grok.)

complianceowll•about 2 hours ago
This was so spot on I felt like standing up and yelling, "Yes! Exactly!"
ncr100•about 2 hours ago
I have a similar experience.

Having used Google home assistant since it came out for all the things that it's good for, and watched its quality fluctuate, I find I really have to be more careful nowadays when I ask it questions because it can go overboard more easily.

Is there a term in AI research where it underappreciates the specificity that is being asked for?

Perhaps the AI could be default prompted, "you are a kitchen AI assistant and should tend to answer in facts and details and that are relevant to the current moment."

nyeah•about 2 hours ago
They've spent a lot of money on this technology, and what users want is just not that high a priority.
pipeline_peak•about 2 hours ago
Never understood why anyone would use Google Home or Amazon Echo when we all have phones.

A DSLR camera is better than a phones camera, a voice assisting device seems replaceable however.

advisedwang•5 minutes ago
Basically

a) because some of them have semi-decent speakers for music

b) because it's nice not to have to pull out your phone (especially while cooking)

basisword•about 2 hours ago
I don't understand how anyone bothers with these things. Other than timers in the kitchen (where hands might be greasy) I've always found it faster to just pull out my phone and Google it.

P.S. I hope that dehydration/headaches question was a poorly chosen example and not something someone over the age of 5 seriously needs an answer to.

Advertisement
ChrisArchitect•about 1 hour ago
Yes, and?

Related from the last month:

Google changes its search box

https://news.ycombinator.com/item?id=48197370

Google Declaring War on the Web

https://news.ycombinator.com/item?id=48214449

Search engines alternatives now that Google isn't Google anymore

https://news.ycombinator.com/item?id=48266051

Google Hates You

https://news.ycombinator.com/item?id=48313538

You can no longer Google the word 'disregard'

https://news.ycombinator.com/item?id=48238351

The IBM-ification of Google?

https://news.ycombinator.com/item?id=48230049

zf00002•about 2 hours ago
Stopped after repeating the false claim that bmw charges a subscription for heated seats.
bilekas•about 2 hours ago
It was very much implemented by BMW.

https://www.thedrive.com/news/bmw-commits-to-subscriptions-e...

https://www.theverge.com/2022/7/12/23204950/bmw-subscription...

They rolled it back though afaik because the whole idea was a comically evil idea.

mrhottakes•about 1 hour ago
It's not a false claim, it's a true claim
gostsamo•about 2 hours ago
BMW actually piloted such a program, but the outcry was brutal.
krabizzwainch•about 1 hour ago
I stopped reading your false claim about their claim being false.
philipallstar•about 2 hours ago
> I don't need a four-minute explanation. I don't need context. I don't need a balanced discussion that considers multiple viewpoints and concludes with a summary.

Karen, you mean you don't want those things. Stop confusing want and need.

- The Manager.