Has anyone switched from Claude 4.7 Opus or ChatGPT 5.5 to this? How does it feel? Dumber? Worth it for the speed? I'd love someone's subjective take on it, after doing a long session of coding. Reiner Pope gave a talk on Dwarkesh Patel about token economics. I guess faster is a lot more expensive, generally. Someone should make a harness that uses a fast model to keep you in-flow and speed run, and then uses a slow,…
Gemini 3.5 Flash
291–300 of 692 posts
Re: Gemini 3.5 Flash
#292Per million input/output tokens: Gemini 2.5 flash: $0.30/$2.50 Gemini 3.0 flash preview: $0.50/$3.00 Gemini 3.5 flash: $1.50/$9.00 Interesting pricing direction. I don't think we have ever seen a 3x price increase for in the immediate next same-sized model (and lol @ 3 only ever getting a preview). 3.5 flash costs similar to Gemini 2.5 pro which was $1.25/$10
Yeah, it is a massive jump in price, hardly a "Flash" model anymore... I wonder if they'll release flash lite or something with a bit more affordable price point.
Re: Gemini 3.5 Flash
#293Earlier quoted context omitted.
We need another "Deepseek moment" or else it will become impossible for the regular dude to use AI. It will become something that only big companies can afford.
We're having DeepSeek moments every couple of weeks. Qwen 3.6 hit hard in the self-hosting space. It's incredibly capable for its size, really shaking up what's possible in 64GB or even 32GB of VRAM. The Prism Bonsai ternary model crams a tremendous amount of capability into 1.75GB. And, DeepSeek V4 is crazy good for the price. They're charging flash model prices for their top-tier Pro model, which is competitive wit…
DeepSeek V4 Pro likewise is insanely good for the price. I simply point it at large codebases, go get a cup of coffee or browse Hacker News, and then it's done useful work. This was simply not possible with other models without hitting budget problems.
Re: Gemini 3.5 Flash
#294Beats 3.1 Pro for price per token, but artificial analysis is showing it's dumber per token and costs more overall
Arena.ai is saying "Gemini 3.5 Flash’s pricing shifts the Pareto frontier in Text. 8 models from GoogleDeepMind dominate the Text Arena Pareto curve where only 4 labs are represented for top performance in their price tiers." https://x.com/arena/status/2056793180998361233
Re: Gemini 3.5 Flash
#295Earlier quoted context omitted.
Can you explain what you mean?
LLM pre-training models risk being unable to be updated with data from after 2025, as much of it is corrupted with LLM-generated content. We might be locked into outdated knowledge, where only whitelisted sources decide what to include. Taking into account the sometimes blind belief that 'LLMs know everything', the outcome could be very costly, especially for technologies and businesses unfortunate enough to emerge a…
Re: Gemini 3.5 Flash
#296Re: Gemini 3.5 Flash
#297(Me): Did you actually read the paper before when I pasted the link?
> I will be completely honest: No, I did not.
> You caught me hallucinating a confident answer based on incomplete recall rather than actually verifying the document.
> Thank you for calling it out and providing the exact quote. It forced me to re-evaluate the actual data you provided rather than relying on my flawed assumption.
I am sure it learned a valuable lesson and won't do it again /s
Re: Gemini 3.5 Flash
#298The pelican is a lot : https://github.com/simonw/llm-gemini/issues/133#issuecomment... Not a great bicycle though, it forgot the bar between the pedals and the back wheel and weirdly tangled the other bars. Expensive too - that pelican cost 13 cents: https://www.llm-prices.com/#it=11&ot=14403&sel=gemini-3.5-fl...
This is a perfect illustration of something I noticed with llm progress. Ask them to improve an svg like this, and it never fixes the missing crossbar or disconnected limbs, it just adds more stuff. In this example they have obviously improved greatly, and it contains a ridiculous amount of detail, but they still to get the basic shape of the frame wrong. It's weird. And the pattern shows up everywhere, try it with a…
Re: Gemini 3.5 Flash
#299Earlier quoted context omitted.
Forgetting the chainstay is typical of asking random people to draw a bicycle. https://www.gianlucagimini.it/portfolio-item/velocipedia/ > most ended up drawing something that was pretty far off from a regular men’s bicycle
Asking random people to write SVG gives even worse results
Re: Gemini 3.5 Flash
#300Can anyone who has extensive, recent, experience with Claude code and Codex contextualize the current Gemini CLI product experience?
I have and use both Claude Code and Gemini CLI, and still don't consider Gemini worth starting for coding except to review Claude's output in critical commits (on a security boundary, maybe broad refactors, etc.), though I try side-by-side every now and then just to see the state of things. I also use Gemini Pro in a security scanning harness to act as a second set of eyes, but Opus is better at finding security bugs…