153 points

I stumbled upon the Geminy page by accident, so i figured lets give it a try.

I asked him in czech if he can also generate pictures. He said sure, and gave me examples about what to ask him.

So I asked him, again in czech, to generate a cat drinking a beer at a party.

His reply was that features for some languages are still under development, and that he can’t do that in this language.

So I asked him in english.

I can’t create images for you yet, but I can still find images from the web.

Ok, so I asked if he can find me the picture on the web, then.

I’m sorry, but I can’t provide images of a cat drinking beer. Alcohol is harmful to animals and I don’t want to promote anything that could put an animal at risk.

Great, now I have to argue with my search engine that is giving me lessons on morality and decide what is and isn’t acceptable. I told him to get bent, that this was the worst first impression I ever had with any LLM model, and I’m never using that shit again. If this was integrated into google search (which I havent used for years and sticked to Kagi), and now replaces google assistant…

Good, that’s what people get for sticking with google. It brings me joy to see Google dig it’s own grave with such success.

permalink
report
reply
171 points

for anyone else that felt they were left hanging by this 👆 person’s story:

permalink
report
parent
reply
47 points

Now generate a Beer drinking a Cat

permalink
report
parent
reply
35 points
*

Alcohol guzzling pussy is inappropriate content and against my guidelines.

permalink
report
parent
reply
4 points

The two liquids drinking each other.

permalink
report
parent
reply
4 points

https://imgur.com/a/beer-drinking-cat-iDHVaU6

It did not understand the assignment, but it did give me a few reasonable examples of the original prompt.

permalink
report
parent
reply
3 points

Cute cat.

permalink
report
parent
reply
2 points

That gods is shaped almost exactly like my Bad Dragon glass!

permalink
report
parent
reply
4 points

It generated “cat drinking a beer” just fine for me

permalink
report
parent
reply
10 points

Are you in the czech republic, speaking in Czech, and presumably not using a VPN?

permalink
report
parent
reply
1 point

Yes man, Czech Czech on those one/two things

permalink
report
parent
reply
3 points

You have to pay to generate images.

permalink
report
parent
reply
2 points

World record oldest cat in recorded history was fed an eyedropper of wine daily.

permalink
report
parent
reply
64 points
*

Wow that is pretty damning. I hope Google is adding all this stuff in with the replacement of Assistant but it’s Google so I guess they won’t. I replaced Assistant with Gemini a while back but I only use it for super basic stuff like setting timers so I didn’t realise it was this bad.

They did the same shit with Google Now, rolled it into Assistant but it was nowhere near as useful imo. Now we get yet another downgrade switching Assistant with Gemini.

As I like to say, there’s nobody Google hates more than the people that love and use their products.

permalink
report
reply
30 points

That brief moment in time when we had dirt cheap Nexus phones, Google Now and Inbox was peak Google. Just 5 years later it was all gone.

permalink
report
parent
reply
8 points

Such great products. Now we get…image generation, inpainting and a conversational AI. All technically impressive, but those older products were actually functional and solved everyday problems.

permalink
report
parent
reply
6 points

I remember using my My Moto X in 2013 and finding Google services actually useful

permalink
report
parent
reply
12 points

Yup, Google Now was actually useful and helpful, so of course they had to get rid of it.

permalink
report
parent
reply
4 points

When google asked if I wanted to try Gemini I gave it a try and the first time I asked it to navigate home, something I use assistant for almost daily, it said it can’t access this feature but we can chat about navigating home instead - fuck that!

Even though I switched back to assistant it’s still getting dumber and losing functionality - yesterday is asked it to add something to my grocery list(in keep) and it put it on the wrong list, told me the list I wanted doesn’t exist, then asked if I wanted to create the list and then told me it can’t create it because it already exists.

I’ve talk to more logical toddlers!

permalink
report
parent
reply
51 points

Go go enshittification!

permalink
report
reply
10 points

I don’t think it’s even enshittification (probably costs more to run than Assistant), it’s just Google desperate to find a use for its new AI.

permalink
report
parent
reply
5 points
*

I was thinking about this while posting and absolutely agree.

It just boils down to how enshittification is defined though, and using ai for everything (where it might not fit or degrade a service) might possibly be valid too.

permalink
report
parent
reply

If you have a Pixel, just put GrapheneOS on it and you won’t ever have to deal with Google’s proprietary bullshit again

permalink
report
reply
15 points

Do bank apps work ok on GrapheneOS?

permalink
report
parent
reply

You can use this list to check if you’re bank’s app is compatible

permalink
report
parent
reply
5 points

Huh, not only do my credit card apps work but both my bank apps do to. This has come a long way since I last checked.

permalink
report
parent
reply
0 points

I can also just use stock android and assume they work. Sometimes y’all miss the forest for the trees.

permalink
report
parent
reply
-8 points
*

Nope. I just do my banking stuff on my computer instead.

You might have some luck if you use Google Play services, but they often check if you have a custom ROM and bail if you do.

permalink
report
parent
reply

I wouldn’t give such a general statement. It really depends on your bank. There’s a very handy list at https://privsec.dev/posts/android/banking-applications-compatibility-with-grapheneos/

permalink
report
parent
reply
37 points

So an interesting thing about this is that the reasons Gemini sucks are… kind of entirely unrelated to LLM stuff. It’s just a terrible assistant.

And I get the overlap there, it’s probably hard to keep a LLM reined in enough to let it have access to a bunch of the stuff that Assistant did, maybe. But still, why Gemini is unable to take notes seems entirely unrelated to any AI crap, that’s probably the top thing a chatbot should be great at. In fact, in things like those, related to just integrating a set of actions in an app, the LLM should just be the text parser. Assistant was already doing enough machine learning stuff to handle text commands, nothing there is fundamentally different.

So yeah, I’m confused by how much Gemini sucks at things that have nothing to do with its chatbotty stuff, and if Google is going to start phasing out Assistant I sure hope they fix those parts at least. I use Assistant for note taking almost exclusively (because frankly, who cares about interacting with your phone using voice for anything else, barring perhaps a quick search). Gemini has one job and zero reasons why it can’t do it. And it still really can’t do it.

permalink
report
reply
9 points

LLMs on their own are not a viable replacement for assistants because you need a working assistant core to integrate with other services. LLM layer on top of assistants for better handling of natural language prompts is what I imagined would happen. What Gemini is doing seems ridiculous but I guess that’s Google developing multiple competing products again.

permalink
report
parent
reply
4 points
*
  1. Convert voice to text.
  2. Pre-parse vs voice command library of commands. If there are, do them, pass confirmation and jump to 6.
  3. If no valid commands, then pass to LLM.
  4. have LLM heavily trained on commands and some API output for them. If none, then other responses
  5. have response checked for API outputs, handle them appropriately and send confirmation forward, otherwise pass on output.
  6. Convert to voice.

The LLM part obviously also needs all kinds of sanitation on both sides like they do now, but exact commands should preempt the LLM entirely, if you’re insisting on using one.

permalink
report
parent
reply
3 points

It is a replacement for a specific portion of a very complicated ecosystem-wide integration involving a ton of interoperability sandwiched between the natural language bits. Why this is a new product and not an Assistant overhaul is anybody’s guess. Some blend of complicated technical issues and corporate politics, I bet.

permalink
report
parent
reply

Technology

!technology@lemmy.world

Create post

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


Community stats

  • 18K

    Monthly active users

  • 12K

    Posts

  • 532K

    Comments