Live data from Hacker News

Gemini 2.0: our new AI model for the agentic era

blog.google

121–130 of 512 posts

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

#121
post #8

Is this the gemini-exp model on LMArena?

Yes, LMArena shows Gemini-2.0-Flash-Exp ranking 3rd right now, after Gemini-Exp-1206 and ChatGPT-4o-latest_(2024-11-20), and ahead of o1-preview and o1-mini: https://lmarena.ai/?leaderboard

There's also the "gremlin" model (not reachable directly) and it seems to be pretty smart.. maybe that's the deep research mode?

EDIT: probably not deep research.. is it Google testing their equivalent of o1? who knows..

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

#122

This naming is confusing... Anyway, I'm glad that this Google release is actually available right away! I pay for Gemini Advanced and I see "Gemini Flash 2.0" as an option in the model selector. I've been going through Advent of Code this year, and testing each problem with each model (GPT-4o, o1, o1 Pro, Claude Sonnet, Opus, Gemini Pro 1.5). Gemini has done decent, but is probably the weakest of the bunch. It failed…

I use a Claude and Gemini a lot for coding and I realized there is no good or best model. Every model has it's upside and downside. I was trying to get authentication working according to the newer guidelines of Manifest V3 for browser extensions and every model is terrible. It is one use case where there is not much information or right documentation so every model makesup stuff. But this is my experience and I don'…

That's when having a huge context is valuable. Dump all of the new documentation into the model along with your query and the chances of success hugely increase.

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

#123
post #105

Earlier quoted context omitted.

These models take an instruction, along with any contextual information, and are trained to produce valid output. That production of output is a form of reasoning via _some_ type of logical processing. No? Maybe better to say computational reasoning. That’s a mouthful.

Static computation is not reasoning (these models are not building up an argument from premises, they are merely finding statistically likely completions). Computational thinking/reasoning would be breaking down a problem into an algorithmic steps. The model is doing neither. I wouldn't confuse the fact that it can break it into steps if you ask it, because again that is just regurgitation. It's not going through tha…

The point is emergent capabilities in LLMs go beyond statistical extrapolation, as they demonstrate reasoning by combining learned patterns.

When asked, “If Alice has 3 apples and gives 2 to Bob, how many does she have left?”, the model doesn’t just retrieve a memorized answer—it infers the logical steps (subtracting 2 from 3) to generate the correct result, showcasing reasoning built on the interplay of its scale and architecture rather than explicit data recall.

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

#124
post #51

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"

I'm personally very glad that the word has adhered itself to a bunch of AI stuff, because people had started talking about "living more agentically" which I found much more aggravating. Now if anyone states that out loud you immediately picture them walking into doors and misunderstanding simple questions, so it will hopefully die out.

[deleted]

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

#125

Think of Google as of a tanker ship. It takes a while to change course, but it has great momentum. Sundar just needs to make sure the course is right.

And where is the ship headed if they are no longer supporting the open web?

Publishers are being squeezed and going under, or replacing humans with hallucinated genai slop.

It’s like we’re taking the private equity model of extracting value and killing something off to the entire web.

I’m not sure where this is headed, but I don’t think Sundar has any strategy here other than playing catch up.

Demis’ goal is pretty transparently positioning himself to take over.

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

#126
post #94

Earlier quoted context omitted.

You can run model >100x faster in cloud compared to on device with DDR RAM. This would make up for the reception.

And you can’t run the cloud model at all if you can’t talk to the cloud.

Yes, but I can't imagine situations where I "have" to run a model when I don't have internet at that time. My life would be more affected with the rest of the internet than having to run a small stupid model locally. At the very least until the hallucination is completely solved, as I need internet to verify the models.

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

#128

Earlier quoted context omitted.

If the model weights is not open, you can't run it on device anyways.

The Pixel 9 runs many small proprietary Gemini models on the internal TPU.

Gemini nano weights are leaked and google doesn't care about it being leaked. Google would definitely care if Pro weights are leaked.

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

#129

Earlier quoted context omitted.

i don’t think they need to win the on device market. we need to separate inference and training - the real winners are those who have the training compute. you can always have other companies help with inference

I don’t think the AI market will ever really be a healthy one until inference vastly outnumbers training. What does it say about AI if training is done more than inference? I agree that the in-device inference market is not important yet.

done more != where the value is at

inference hardware is a commodity in a way that training is not

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

#130
post #104

Earlier quoted context omitted.

You're still focused about inference :) inference basically does not matter, it is a commodity

You’re still focused about training :) training doesn’t matter if inference costs are high and people don’t pay for them

but inference costs arent high already and there are tons of hardware companies that can do relatively cheap LLM inference
Post reply on HN