Live data from Hacker News

Gemini CLI

blog.google

691–700 of 820 posts

Re: Gemini CLI

#691
It's great to see Google expanding Gemini into a CLI tool, but I do have concerns about data usage. While it’s free for certain requests, the fact that both prompts and outputs can be used to train the model raises privacy and usage questions. Clearer transparency and control over data sharing would be appreciated.

Re: Gemini CLI

#693
post #135

A few days ago I tested Claude Code by completely vibe coding a simple stock tracker web app in streamlit python. It worked incredibly well, until it didn't. Seems like there is a critical project size where it just can't fix bugs anymore. Just tried this with Gemini CLI and the critical project size it works well for seems to be quite a bit bigger. Where claude code started to get lost, I simply told Gemini CLI to "…

I wonder how much of this had to do with the context window size? Gemini’s window is 5x larger than Cladue’s. I’ve been using Claude for a side project for the past few weeks and I find that we really get into a groove planning or debugging something and then by the time we are ready to implement, we’ve run out of context window space. Despite my best efforts to write good /compact instructions, when it’s ready to ro…

I've found that I can quickly get a new AI session up to speed by adding critical context that it's missing. In my largest codebase it's usually a couple of critical functions.once they have the key context, they can do the rest. This of course doesn't work when you can't view their thinking process and interrupt it to supply them with the context that they are missing. Opacity doesn't work unless the agent does the right thing every time.

Re: Gemini CLI

#695
post #688

"Gemini CLI: your open-source AI agent" I hate this openwashing . It's a closed model, its weights are nowhere to be seen! (not to mention the training data, the real "source" of a LLM) The fact that there is a small component that is open source that accesses this closed model doesn't change that at all.

The agent is open source. The model is not. It's simply an open source agent of a closed source model.

Re: Gemini CLI

#696

They have all hardware and most advanced LLM technology, I don't know why their market value didn't catch up with microsoft.

Wall Street doesn’t like Google. This is the only reason.

Wall Street (and the average Joe) doesn't trust Google for enterprise solutions. And AI is basically 100% a B2B play at the moment. The money side of it. The hype is obviously mostly B2C, but the money isn't there.

Microsoft has a track record of delivering enterprise solutions that dates back to when Page and Brin were toddlers.

Re: Gemini CLI

#697
post #582
post #400

Can't we standardize on AGENTS.md instead of all these specific CLAUDE.md and now GEMINI.md. I just symlink now to AGENTS.md

Hmm kinda makes sense to keep them separate because the agents perform differently, right? You might want to tell Claude not to write so many comments but you might want to tell Gemini not to reach for Kotlin so much, or something. A unified approach might be nice, but using the same prompt for all of the LLM "coding tools" is probably not going to be as nice as having prompts tailored for each specific tool.

Put in the file:

Instructions for Claude:

- ...

- ...

Instructions for Gemini:

- ...

- ...

Re: Gemini CLI

#698
post #274

Been using Claude Code (4 Opus) fairly successfully in a large Rust codebase, but sometimes frustrated by it with complex tasks. Tried Gemini CLI today (easy to get working, which was nice) and it was pretty much a failure. It did a notably worse job than Claude at having the Rust code modifications compile successfully. However, Gemini at one point output what will probably be the highlight of my day: "I have made a…

This was also my exact experience. I was pretty excited because I usually use Gemini Pro 2.5 when Claude Code gets stuck by pasting the whole code and asking questions and it was able to get me out of a few pickles a couple of times.

Unfortunately the CLI version wasn't able to create coherent code or fix some issues I had in my Rust codebase as well.

Here's hope that it eventually becomes great.

Re: Gemini CLI

#699

Earlier quoted context omitted.

If you use Node.js your program is automatically too slow for a CLI, no matter what it actually does.

If you even sneeze into performance discussion without providing benchmarks first – you’re a tool.

You don't have to believe me if you don't want to. But I strongly advise everyone who still uses prettier to try a formatter written in Rust, for example dprint. It's a world of difference.

Re: Gemini CLI

#700
post #568

Earlier quoted context omitted.

Google Gemini Google Gemini Ultra AI Studio Vertex AI Notebook LLM Jules All different products doing the sameish thing. I don’t know where to send users to do anything. They are all licensed differently. Bonkers town.

Is it really that confusing? Gemini is the equivalent of ChatGPT; AI Studio is for advanced users that want to control e.g. temperature; Vertex AI is the GCP integrated API; Notebook LLM is basically personal RAG; and Jules is a developer agent. Many of these are not even remotely similar.

I guess I don’t get why this wouldn’t be Jules CLI (or Jules wouldn’t be Gemini ).

So Vertex is like AWS Bedrock for GCP?

Post reply on HN