# 微软发布 FrogNano 报告：用在线任务合成训练 4B 编码智能体

- 来源：DAIR.AI (@dair_ai)
- 发布时间：2026-09-09 22:37
- AIHOT 分数：59
- AIHOT 链接：https://aihot.news/items/cmtu853o912vcrofparow8rkd
- 原文链接：https://x.com/dair_ai/status/2097695781935624477

## AI 摘要

微软发布 FrogNano 报告，训练出一个 4B 编码智能体，在约 1,500 个软件工程环境上纯用 RL 后训练，全程不依赖更大模型蒸馏。关键是在线任务合成流水线，按当前 checkpoint 的可学习性前沿生成任务，作者认为校准而非合成数据量是成效所在。

## 正文

Banger report from Microsoft.

(bookmark it)

They show that it's possible to build competitive small coding agents without traditional distillation from frontier models.

This is a big deal!

The work describes how they achieved this.

They introduce a 4B coding agent trained on roughly 1,500 software engineering environments.

The cool thing is that they use no distillation from a larger model at any point.

FrogNano is post-trained purely with RL on synthetic tasks.

The target is a coding agent that runs on minimal machines, which rules out both a frontier backbone and a frontier teacher.

The ingredient the report credits the most is online task synthesis.

The pipeline generates tasks calibrated to the frontier of learnability for the current checkpoint, so the agent always trains on problems it can just barely solve. The authors argue that calibration, rather than the volume of synthetic data, is what makes this work.

This means that competitive small coding agents can be trained from synthetic tasks alone.

And generating those tasks at the current agent's learnability frontier is what makes this particular training productive.

The report covers training methodology, evaluations across diverse environments, and analyses of what the agent learned.

Paper: https://academy.dair.ai/papers/frognano-training-a-4b-coding-agent-via-online-task-synthesis-2609.07925
