Artificial intelligence research institution Allen AI recently announced the release of an open-source programming agent family — SERA. This series of models aims to lower the barrier for enterprises and developers to introduce AI programming capabilities into their private code repositories, with a minimum training cost of only $400.

Outstanding Performance

In the latest SWE-Bench-Test Verified programming benchmark test (64K context), the strongest model in this series, SERA-32B, successfully solved 54.2% of the problems. This achievement not only surpasses similar open-source models but is also on par with industry-leading closed-source models under certain conditions.

QQ20260128-144129.png

Very Low Training Threshold

According to data provided by Allen AI, SERA has extremely high training efficiency:

  • Very low cost: Only about 40 GPU days of training. It costs $400 to reach the level of mainstream open-source models, and $12,000 to achieve performance comparable to top commercial models.

  • Technological innovation: SERA adopts a simplified training method called **“Soft-verified Generation”**. This technology breaks the previous limitation that required “completely correct code examples,” making it more feasible to fine-tune on incomplete or private data.

Usability and Open Source Ecosystem

To facilitate quick integration for developers, Allen AI stated that the SERA model can seamlessly work with Claude Code, requiring only two lines of code to start.

Currently, all models, source code, and training instructions of SERA have been released on Hugging Face, and they follow the Apache 2.0 open-source license. This means that both small startups and large enterprises can freely build customized programming assistants tailored to their specific business logic based on this technology.