惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
罗磊的独立博客
博客园 - 【当耐特】
M
MIT News - Artificial intelligence
月光博客
月光博客
博客园_首页
博客园 - 叶小钗
T
Tailwind CSS Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
I
InfoQ
量子位
小众软件
小众软件
爱范儿
爱范儿
The GitHub Blog
The GitHub Blog
IT之家
IT之家
Jina AI
Jina AI
阮一峰的网络日志
阮一峰的网络日志
G
Google Developers Blog
WordPress大学
WordPress大学
人人都是产品经理
人人都是产品经理
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

Benson's blog

Enjoy life Internship AI on academic research How AI Will Change the Mobile Ecosystem Look ahead Goodbye 2025 Hacker News to Kindle Another project How to imporve english Introduction of Fraud detection PopTranslate Last day in netease Better idea between Copilot-typed and CLI-typed assistant LLM Post-Training experience Papers I readed recently about LLM application Difference between LLMs and traditional computer technology GRPO Weekly-#26 AI Application Weekly-#25 AI infra and application Weekly-#24 First week as LLM inference engineer Weekly-#23 seeking job Weekly-#22 2025 New Year AutoSwitch Translate Goodbye 2024 Weekly-#20 Breaking of glass Cross Entropy Loss of Triton Weekly-#18 Cross Entropy Loss of Triton Weekly-#17 Triton Puzzles Weekly-#16 AutoBuilder Weekly-#15 Starting of tanble tennis
Gemini-cli
Benson · 2025-07-07 · via Benson's blog

Gemini-cli

Gemini-cli is command line tool supported by Gemini-2.5-pro model, it’s a similar product with Claude-code by Anthropic but free, what’s more, Google open source all code of Gemini-cli in github and receive 20k stars in only one day, 40k in three days, this’s scene that never happened for a long time.

I use Gemini-cli to generate a project which can transfer model from huggingface into modelscope, I need this feature for a long time. As a result, I complete this project in three hours, this make me suprise. Gemini-cli was good at search various api and to use them, which will consume much time for human.

Gemini-cli is strong for me because

  1. Add/delete/modify file in command, which create more space for llm to use their ability.
  2. execute code and receive output after exectuing, iterate the code by executing on turn and another.
  3. When meet name alreadly be used, it will change a new name to test it, and recover the name before finis the code, small but interesting design.

Gemini-cli really spent so much tokens, shows the determination of Google on AI.

hf-ms-transfer

I’m unwilling to start a new project or update a existing project naturally, it’s hard to start, but, it’s eary to continue after starting. In my opinion, this is the difference between nature and maturation. This also happens on hf-ms-transfer project, even it’s not hard to finish.

I think this is why many people always say that just do it rather than talk a lot, it’s reasonable. it’s everyone should overcome.

This post is licensed under CC BY 4.0 by the author.