Live data from Hacker News

Gemini 2.0: our new AI model for the agentic era

blog.google

291–300 of 512 posts

Re: Gemini 2.0: our new AI model for the agentic era

#291
post #72

Earlier quoted context omitted.

> i don’t think they need to win the on device market. The second Apple comes out with strong on-device AI - and it very much looks like they will - Google will have to respond on Android. They can't just sit and pray that e.g. Samsung makes a competitive chip for this purpose.

I think Apple is uniquely disadvantaged in the AI race to a point people dont realize. They have less training data to use, having famously been focused on privacy for its users and thus having no particular advantage in this space due to not having customer data to train on. They have little to no cloud business, and while they operate a couple of services for their users, they do not have the infrastructure scale t…

"having famously been focused on privacy for its users and thus having no particular advantage in this space due to not having customer data to train on"

That may not be as big a disadvantage as you think.

Anthropic claim that they did not use any data from their users when they trained Claude 3.5 Sonnet.

Re: Gemini 2.0: our new AI model for the agentic era

#292
post #280

Earlier quoted context omitted.

I've started keeping an eye out for original brainteasers, just for that reason. GCHQ's Christmas puzzle just came out [1], and o1-pro got 6 out of 7 of them right. It took about 20 minutes in total. I wasn't going to bother trying those because I was pretty sure it wouldn't get any of them, but decided to give it an easy one (#4) and was impressed at the CoT. Meanwhile, Google's newest 2.0 Flash model went 0 for 7.…

Wow! That’s all I need to know about Google’s model.

That's a comparison of multiple GPT-4 models working together... against a single GPT-4 mini style model.

Re: Gemini 2.0: our new AI model for the agentic era

#293

OT: I’m not entirely sure why, but "agentic" sets my teeth on edge. I don't mind the concept, but the word itself has that hollow, buzzwordy flavor I associate with overblown LinkedIn jargon, particularly as it is not actually in the dictionary...unlike perfectly serviceable entries such as "versatile", "multifaceted" or "autonomous"

To play devil's advocate, the correct use of the word would be when multiple AIs are coordinating and handing off tasks to each other with limited context, such that the handoffs are dynamically decided at runtime by the AI, not by any routine code. I have yet to see a single example where this is required. Most problems can be solved with static workflows and simple rule based code. As such, I do believe that >95% o…

I think this sort of usage is already happening, but perhaps in the internal details or uninteresting parts, such as content moderation. Most good LLM products are in fact using many LLM calls under the hood, and I would expect that results from one are influencing which others get used.

Re: Gemini 2.0: our new AI model for the agentic era

#294

Big companies can be slow to pivot, and Google has been famously bad at getting people aligned and driving in one direction. But, once they do get moving in the right direction the can achieve things that smaller companies can't. Google has an insane amount of talent in this space, and seems to be getting the right results from that now. Remains to be seen how well they will be able to productize and market, but hard…

> seems to be getting the right results > hard to deny that their LLM models aren't really, really good though I'm so scarred by how much their first Gemini releases sucked that the thought of trying it again doesn't even cross my mind. Are you telling us you're buying this press release wholesale, or you've tried the tech they're talking about and love it, or you have some additional knowledge not immediately eviden…

I’ve been using Gemini 1.5 Pro for coding and it’s been great.

Re: Gemini 2.0: our new AI model for the agentic era

#295
post #113

I released a new llm-gemini plugin with support for the Gemini 2.0 Flash model, here's how to use that in the terminal: llm install -U llm-gemini llm -m gemini-2.0-flash-exp 'prompt goes here' LLM installation: https://llm.datasette.io/en/stable/setup.html Worth noting that the Gemini models have the ability to write and then execute Python code. I tried that like this: llm -m gemini-2.0-flash-exp -o code_execution 1…

Code execution is okay, but soon runs into the problem of missing packages that it can't install. Practically, sandboxing hasn't been super important for me. Running claude with mcp based shell access has been working fine for me, as long as you instruct it to use venv, temporary directory, etc.

Can it run ipython? Then you could use ipython magic to pip install things:

https://ipython.readthedocs.io/en/stable/interactive/magics....

Re: Gemini 2.0: our new AI model for the agentic era

#296

Earlier quoted context omitted.

I just tried asking my phone to turn on the flashlight using Gemini. It worked. https://9to5google.com/2024/11/07/gemini-utilities-extension...

Ok I tried literally last week on Pixel 7a and it didn’t work. What model do you have? Maybe it requires a phone that can do on-device models?

I just tried it on my Galaxy Ultra s23 and it worked. I then disconnected internet and it did not work.

Re: Gemini 2.0: our new AI model for the agentic era

#297

I work with LLMs and MLLMs all day (as part of my work on JoyCaption, an open source VLM). Specifically, I spend a lot of time interacting with multiple models at the same time, so I get the chance to very frequently compare models head-to-head on real tasks. I'll give Flash 2 a try soon, but I gotta say that Google has been doing a great job catching up with Gemini. Both Gemini 1.5 Pro 002 and Flash 1.5 can trade bl…

[flagged]

Re: Gemini 2.0: our new AI model for the agentic era

#298

Earlier quoted context omitted.

GCP grew 35% last quarter , just saying ...

"just saying" things that are false. Google Cloud grew 35% year over year, when comparing the 3 months ending September 30th 2024 with 2023. https://abc.xyz/assets/94/93/52071fba4229a93331939f9bc31c/go... page 12

Isn't that the typical interpretation of what the parent comment said? How is it false?

Re: Gemini 2.0: our new AI model for the agentic era

#299

What's everyone's favorite LLM leaderboard? Gemini 2 seems to be edging out 4o on chatbot arena( https://lmarena.ai/?leaderboard )

Notably, GPT-4o is a "full size" model, whereas Gemini 2 Flash is the small and efficient variant in that family as far as I understand it.

Re: Gemini 2.0: our new AI model for the agentic era

#300
post #280

Earlier quoted context omitted.

I've started keeping an eye out for original brainteasers, just for that reason. GCHQ's Christmas puzzle just came out [1], and o1-pro got 6 out of 7 of them right. It took about 20 minutes in total. I wasn't going to bother trying those because I was pretty sure it wouldn't get any of them, but decided to give it an easy one (#4) and was impressed at the CoT. Meanwhile, Google's newest 2.0 Flash model went 0 for 7.…

Wow! That’s all I need to know about Google’s model.

What is impressive about this new model is that it is the lightweight version (flash).

There will probably be a 2.0 pro (which will be 4o/sonnet class) and maybe an ultra (o1(?)/Opus).

Post reply on HN