Earlier quoted context omitted.
They are probably statistically some of the lesser used features and since there were layoffs in Assistant ( https://news.ycombinator.com/item?id=38947224 ) they are probably looking to shrink the codebase being maintained. Assistant has trained our household into thinking that its pretty limited in what it can do so everyone in our home only uses it for basic things. Since Google's assistant can't accomplish more th…
Just because an LLM can better parse what you're saying it does not mean the business logic to act on it exists. The feature discoverability and churn problem will still exist.
Changes we're making to Google Assistant
211–220 of 302 posts
Re: Changes we're making to Google Assistant
#212Earlier quoted context omitted.
I miss Inbox too, but Gmail now has snooze functionality built in.
I had to stop using gmail/snooze on my ipad because the snoozes wouldn't be synced with my phone. Seems like such a poor implementation vs inbox.
Re: Changes we're making to Google Assistant
#213Whenever there's a vague press release about "changes we're making", it's bound to be changes for the worse.
Re: Changes we're making to Google Assistant
#214Earlier quoted context omitted.
On top of what you mentioned in your first sentence, any ideas to improve discoverability are horrible. I hate it when Alexa does not play my podcast right away but explains to me how I can change episodes. I despise Alexa for telling me that I have some notification before starting my timer. And so on - any voice only attempt to explain me something without me asking for it means adding a lot of friction between me…
> Alexa for telling me that I have some notification before starting my timer Device > Settings > Sounds > Notification > none "Do Not Disturb" will suppress notifications without affecting alarms and timers.
Re: Changes we're making to Google Assistant
#215A lot of the changes just don't make any sense? Some of the features removed: - Using your voice to send an email, video or audio message. You can still make calls and send text messages - Rescheduling an event in Google Calendar with your voice. You can still schedule a new event. - Asking to take certain actions by voice, such as send a payment, make a reservation, or post to social media. You can still ask Assista…
My guess is that a lot of these features are hard-coded, and they are deprecating them in order to replace them with a more generic LLM-based assistant.
Re: Changes we're making to Google Assistant
#216Earlier quoted context omitted.
Funny fact is that this is core use case I use siri to add things to the reminders app which I have a smart list called "shopping list." It's amazing how great this is, and how many times I use this.
I think this kind of highlights the ios vs android user mentality. afavour is annoyed that google is trying to lock them into only using google's shopping list while you love when apple "just works" within their ecosystem.
I think for most folks, affordability is more about reality than mentality.
Personally, I'd have no use for a free iphone. Android handsets are the only option for the functionality I use. Been that way since WinMo6.
Re: Changes we're making to Google Assistant
#217Earlier quoted context omitted.
Be better and misunderstand less often?
Human syntax sometimes has inherent ambiguities.
Re: Changes we're making to Google Assistant
#218Earlier quoted context omitted.
Just because an LLM can better parse what you're saying it does not mean the business logic to act on it exists. The feature discoverability and churn problem will still exist.
This feature already exists for LLM's -- you can provide them with the list of actions that it can do. This is how you integrate with an API. You describe your "turn on the lights" endpoint and so when you say "I need a bit more light" and it knows it can do something about it.
Re: Changes we're making to Google Assistant
#219Earlier quoted context omitted.
If Siri is better than Google Assistant these days… that says more about how bad GA is, not how good Siri is. I say this as an owner of two HomePod Minis
Siri is good enough to get by, but is definitely not better than Google in my opinion (and several friends that have both Google Nest and Apple HomePod devices). Siri is sorry she can't help, misunderstands things, or straight up ignores requests way too often. I will say that the non-display Google devices are often more helpful than the ones with displays. The displays want to show you stuff, but the non-displays w…
Re: Changes we're making to Google Assistant
#220Earlier quoted context omitted.
This feature already exists for LLM's -- you can provide them with the list of actions that it can do. This is how you integrate with an API. You describe your "turn on the lights" endpoint and so when you say "I need a bit more light" and it knows it can do something about it.
The users of LLM-based products don't know that; its programmers do. And what happens when an integration is added or removed; how is the user supposed to know?
The LLM, having been pre trained on what to do, calls the API to turn on the lights.