Nice, without this thread I would never have known Gemini 3 released today. Going to download Gemini CLI right now™ and see how it performs™ against Cursor, Claude Code, Aider, OpenCode, Droid, Warp, Devin, and ForgeCode.
There are currently 6 front page posts about Gemini 3 being released today.
5 Things to Try with Gemini 3 Pro in Gemini CLI
31–40 of 48 posts
Re: 5 Things to Try with Gemini 3 Pro in Gemini CLI
#32Re: 5 Things to Try with Gemini 3 Pro in Gemini CLI
#33Nice, without this thread I would never have known Gemini 3 released today. Going to download Gemini CLI right now™ and see how it performs™ against Cursor, Claude Code, Aider, OpenCode, Droid, Warp, Devin, and ForgeCode.
There are currently 6 front page posts about Gemini 3 being released today.
Re: 5 Things to Try with Gemini 3 Pro in Gemini CLI
#34Nice, without this thread I would never have known Gemini 3 released today. Going to download Gemini CLI right now™ and see how it performs™ against Cursor, Claude Code, Aider, OpenCode, Droid, Warp, Devin, and ForgeCode.
There are currently 6 front page posts about Gemini 3 being released today.
Re: 5 Things to Try with Gemini 3 Pro in Gemini CLI
#35Re: 5 Things to Try with Gemini 3 Pro in Gemini CLI
#36Gemini 3 Pro Preview Live in AI Studio - https://news.ycombinator.com/item?id=45967211 - Nov 2025 (385 comments)
Gemini 3 Pro Model Card - https://news.ycombinator.com/item?id=45963670 - Nov 2025 (263 comments)
Re: 5 Things to Try with Gemini 3 Pro in Gemini CLI
#37Earlier quoted context omitted.
Considering a lot of people will be using Gemini on fullstack or frontend applications, it doesn't make sense to write the CLI in Rust and integrate with JS/TS separately, as opposed to writing it in TypeScript so that you can directly work with packages within the ecosystem designed for that ecosystem.
Excuse my ignorance, but... What? It runs cli commands, why would the language it's written in matter for the integration? What am I missing here?
And the MCP field is already pretty heavily saturated with TypeScript and JSONSchema, so using TS for it is a very ergonomic experience. Also since it's written in TypeScript, it's much more easy to integrate it with editors like VSCode (or Google's new Antimatter) which are built on top of Electron.
Re: 5 Things to Try with Gemini 3 Pro in Gemini CLI
#38Earlier quoted context omitted.
Excuse my ignorance, but... What? It runs cli commands, why would the language it's written in matter for the integration? What am I missing here?
From a practicality standpoint, writing in TS allows you to execute arbitrary JS in-process with a simple exec() call; I have no doubt they'll use this to more deeply integrate agents with existing codebases in the near future. E.g. agents rather than just reading the code, will be able to directly import the data structures themselves, use libraries within the JS/TS ecosystem to parse code into an AST, and execute i…
Re: 5 Things to Try with Gemini 3 Pro in Gemini CLI
#39Why would you `git bisect` when you can `git log -p` and search for “dark”? Why is a marketing listicle on top of HN?
Re: 5 Things to Try with Gemini 3 Pro in Gemini CLI
#40> For Google AI Ultra subscribers and paid Gemini and Vertex API key holders, Gemini 3 Pro is already available and ready to enable. For everyone else, we're gradually expanding access through a waitlist.
So, not available yet. Tried with a free API key and I did not have access. I do have access on a paid API key, but I'd rather not use that with an agent. The rate limits page the docs link to currently has no info on gemini-3-pro rate limits. Seems to me this is really only for users on the $200/mo subscription plan. Somewhat odd, given the model is already GA in every other coding agent as I understand