The new meaning of "smart terminal"! Check out our Gemini integration for your terminal. https://t.co/D5Bm9LX4UF
— Jeff Dean (@JeffDean) 25 juin 2025
The new meaning of "smart terminal"! Check out our Gemini integration for your terminal.
By
–
The new meaning of "smart terminal"! Check out our Gemini integration for your terminal. https://t.co/D5Bm9LX4UF
— Jeff Dean (@JeffDean) 25 juin 2025
The new meaning of "smart terminal"! Check out our Gemini integration for your terminal.
By
–
BREAKING π¨: Google is launching a new open-source Gemini CLI Agent! It is powered by Gemini 2.5 Pro and supports MCPs as well.
— π¨ AI News | TestingCatalog (@testingcatalog) 25 juin 2025
Google is entering the terminal π€ pic.twitter.com/njW4DCwU7t
BREAKING : Google is launching a new open-source Gemini CLI Agent! It is powered by Gemini 2.5 Pro and supports MCPs as well. Google is entering the terminal
By
–
Thanks to my excellent colleagues @timseyde and @rohin_manvi
, who did most of this work! We hope this research artifact will be useful as a recipe for training small reasoning models. More to come very soon! π
By
–
The most interesting part is that the base LFM-1B model isn't that strong in math (see results). Extensive SFT (~100B tokens) was enough to turn it into a strong reasoner. Further GRPO compressed the reasoning traces and even maintained performance.

By
–
You can see the mean response length for correct and incorrect answers across different models. The source model is on the left and the fine-tuned model on the right. Average performance of the fine-tuned model is reported at the top as "32k score | 4k score".

By
–
For edge applications (it's a 1B model!), this is not enough. We need more concise traces. With a 4k token budget, the GRPO (LFM-1.3B-Math) model achieves best-in-class performance. Note that it only cost us a few points on average at the 32k token setting.

By
–
Evals show that our SFT (LFM-1.3B-Distill) model performs slightly better with a 32k token budget. It's actually competitive with models based on DeepSeek-R1-Distill-Qwen-1.5B while being 15% smaller.

By
–
We leveraged GRPO with a difficulty-aware reward formulation to address this issue. (More information about our custom GRPO flavor in the article.) We combined it with the following data mix after filtering out samples that do not yield a solve rate of 20-80% at 4k tokens.

By
–
The first step is SFTing our general-purpose 1.3B chat model on the right mixture. We iterated over many open-source datasets to find the ideal mix. This is great to raise performance, but also makes the model extremely verbose (>10k tokens on average).

By
–
Can small models be strong reasoners? We created a 1B reasoning model at @liquidai that is both accurate and concise We applied a combination of SFT (to raise quality) and GRPO (to control verbosity) The result is a best-in-class model without specific math pre-training