开源模型LongCat-2.0在Duck Hunt游戏编程测试中与GPT-5.5表现相当,但成本为零。测试由atomic.chat使用kilocode CLI的agent完成,双方均需在三次agent迭代内构建并改进同一游戏(含鸭子、波浪、弹药、物理碰撞、掉落动画和狗回收循环)。LongCat-2.0本地运行70.3K token($0),GPT-5.5云端运行64.9K token($0.65)。美团将其列为1.6T参数MoE,每token约48B active。结果证明,对于小型明确任务,本地开源模型质量已可接近前沿云模型,主要差异转向成本。
So cool, Open-source model LongCat-2.0 matched GPT-5.5 on a Duck Hunt coding run for $0.
Test was done by atomic【.】chat, a desktop app that runs LLMs locally using @kilocode CLI with their agent.
The side-by-side run used 70.3K tokens locally against 64.9K cloud tokens costing $0.65.
The task was not a prompt answer; the agent had to build and revise code.
LongCat apparently handled ducks, waves, ammo, hit physics, falling animation, and the dog retrieval loop well enough to look competitive in a three-iteration agent workflow.