frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Small Asian Grocery Stores Can Improve Local Product Discovery

2•yatifoods•37m ago•0 comments

GoatCode – open-source terminal AI agent with provider failover

2•Arhan-w•1h ago•0 comments

Ask HN: Did Google kill its enterprise workhorse model?

17•waldrews•7h ago•7 comments

Ask HN: What's a good "semi-dumb" phone/watch for kids?

5•funkaster•5h ago•3 comments

Ask HN: Can we please limit the AI news flood?

790•cromka•21h ago•373 comments

Tell HN: OpenAI keeps re-enabling the 'allow training' setting

476•jacquesm•1d ago•184 comments

Ask HN: How are much smarter AI models made?

7•superasn•15h ago•2 comments

Dreamcast Web Development Links

4•hefner1456•11h ago•0 comments

Ask HN: Where are the innovations happening today?

4•cauliflower99•15h ago•3 comments

OpenAI changed Navier-Stokes press release and Lean4 code on GH

5•rawland•17h ago•2 comments

Ask HN: Is GPT-6 Astra worth the 2.5x cost increase over GPT-5.6 Sol?

6•minimaxir•17h ago•3 comments

Ask HN: How do you manage skills files?

319•imadtaieber•5d ago•297 comments

Ask HN: AI and Math

2•ekm2•18h ago•4 comments

Google to discontinue allowing send as an external account in Jan. 2027

20•AuthorizedCust•1d ago•7 comments

Ask HN: What is the average number of hops in your social network to 9-11 death?

2•MrCoffee7•20h ago•5 comments

Apparently CodePen 2.0 sends data to their servers as you type

114•maxim-fin•4d ago•60 comments

Stardust Store – An independent Android app marketplace

7•zishutron•1d ago•2 comments

Why isn't decompilation a solved problem in the AI era?

6•ferfumarma•1d ago•5 comments

Ask HN: Show your micro-SaaS

29•genekrapivin•5d ago•38 comments

Ask HN: Software people, where are you taking your careers next?

11•cedws•13h ago•8 comments

Ask HN: Software Licenses that prevent LLMs from training on open source?

9•mattm•2d ago•5 comments

Ask HN: Any Software Engineers here who enjoy their AI-native dev workflow?

17•pkos98•5d ago•14 comments

You've reached the end!

Open in hackernews

Ask HN: Did Google kill its enterprise workhorse model?

17•waldrews•7h ago
Is anyone else in a panic over the Gemini 2.5 model generation (Pro, Flash) being sunset in October before there's even any Pro class model in general availability (with geo restrictions etc.)? Google wants everyone to migrate to 3.x Flash, which beats the older Pro models on the benchmarked tasks, but isn't the same thing as the Pro class on reasoning-heavy tasks like complex reasoning on very large documents (my big use case).

The Gemini family had a distinct niche in document comprehension, with thousand page input documents taking only 300k tokens. Nothing quite like that in OpenAI or Anthropic world, even at more than 10x the token adjusted price. Should we just give up on Google at this point and engineer around the competitors' limits and eat the costs? Totally unnecessary own goal by team Google.

Comments

kennywinker•6h ago
Sounds like they did. IMO, building your business on anything but open-weight models is a bad idea. Unless you're on the s&p 500 you are an insect to google, anthropic, grok (ew), and openai - and they could crush you at any time without even noticing.
grahamnorton39•5h ago
Might be missing something —- are there any issues with Gemini 3.1 Pro that aren’t there in 2.5?

I agree, though. 2.5 Pro is a great model. Very competent, knows a lot, and can process tons of text (and videos, and images, and audio too iirc?). Basically unlimited access to it too via AI Studio. I used it for processing and transforming bucketloads of data, ingesting masses of transcripts and converting them to flashcards, etc. I’ll be sad to see it go. None of the newer, cheaper, but obviously less intelligent benchmaxxed smaller models really seem to hold a candle to it for lots of things.

waldrews•5h ago
It's still 'preview' and not generally available, so can't run it for US restricted workloads.
yieldcrv•5h ago
Check model garden on vertex ai for other models that you can access

Models you can download and use elsewhere if Google nixes access

ernsheong•4h ago
Flash is the new Pro, try it first
torvin92•3h ago
Sunsetting a model with a two-month notice is exactly why the open-weight argument keeps winning. The API is a dependency you don't control.
davedx•1h ago
Nope. The projects I'm on where we use it, we're carefully migrating to the newer models. Where we can we test with evals to try and get an understanding of how the models have changed.

It's not all roses -- I've seen some regressions -- but generally the 3.x Flash models are pretty great for our use cases.

The great thing about LLMs though is it's incredibly easy to diversify and have fallbacks. But of course that means additional costs, mostly centered around engineering efforts to test and integrate them.