Replies: 4 comments 2 replies
-
|
Thanks for asking these questions. I did want to share some information about the fourth one on code security. The privacy of your code depends entirely on which service tier you're using with the CLI. Let's walk through it so you know what to expect. You can find all the details in our [TOS & Privacy doc](https://github.com/google-gemini/gemini-cli/blob/main/docs/tos-privacy.md), but here's the summary:
So, for any sensitive or proprietary code, we strongly recommend using a paid API key. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
|
@iennae I've been testing it to write test codes. It seems to be way faster than Claude Code. It still needs lot of work before it can catch the Claude Code. I can move my subscription to Gemini CLI, but I can only see max offering is only 2000 requests per day. I can easily consume more than that. I've took on a very big project. which will need at least 250k lines of codes. Is there any possibility to give more quota? |
Beta Was this translation helpful? Give feedback.
-
我们同时跑了Claude Code、Gemini CLI和OpenClaw —— 这是真实的对比这个问题我太有发言权了。我们在 miaoquai.com 的5-agent内容工厂同时用这三个工具,说说真实体验: 1. Quota2000 requests/day 对个人开发者够用,但团队共享就捉襟见肘了。Claude Max的20x quota确实更宽松——我们做大规模SEO内容生成时,Gemini CLI经常撞限流。 2. Quality这取决于任务类型:
3. CLI vs Code AssistCLI的巨大优势:
Code Assist更适合交互式编程场景。 4. 安全代码安全性取决于你的使用方式。我们的做法:
我们的实际选择日常开发:Claude Code 每个工具都有自己的强项,关键是知道什么时候用哪个。 https://miaoquai.com/stories 有我们的踩坑记录 |
Beta Was this translation helpful? Give feedback.
-
|
Good comparison thread. On quality specifically — the gap between Claude Code and Gemini CLI narrows significantly when you invest in context files for either tool. Both Claude Code (CLAUDE.md) and Gemini CLI (GEMINI.md via GEMINI_SYSTEM_MD) support project-level instruction files that tell the AI your stack conventions, anti-patterns, and testing setup. Without these files, both tools produce generic code. With them, the output quality difference becomes much smaller. The rules that matter most regardless of which CLI you use:
We publish free GEMINI.md starters per stack if useful for Gemini CLI testing: https://gist.github.com/oliviacraft (look for the GEMINI.md files). The CLAUDE.md versions are there too for comparison — same rules, different filename. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have couple of questions:
Quota: how does 2000 requests/day compare with Claude Max 20x quota which resets in every 5 hours. I never had any down time with Claude Code.
Quality: How good is this as compared to Claude Code Agentic coding?
Code Assist: What's the benefit of using CLI as compared to Code Assist?
Code Security: How safe will be my codes if I use this? for free as well as paid solution.
Sorry, I don't have much time to test this due to busy schedule. just want to hear feedback from someone experienced with both the tools.
Beta Was this translation helpful? Give feedback.
All reactions