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

推荐订阅源

D
Docker
IT之家
IT之家
Microsoft Security Blog
Microsoft Security Blog
博客园 - 司徒正美
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
D
DataBreaches.Net
B
Blog RSS Feed
博客园_首页
The GitHub Blog
The GitHub Blog
I
InfoQ
L
LangChain Blog
G
Google Developers Blog
M
MIT News - Artificial intelligence
美团技术团队
腾讯CDC
V
Visual Studio Blog
aimingoo的专栏
aimingoo的专栏
博客园 - 聂微东
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
博客园 - 叶小钗

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.