2 Sources
[1]
Ai2 cooks up open-source coding agents with tech equivalent of 'hot plate and frying pan'
The Allen Institute for AI (Ai2) is open-sourcing the recipe and ingredients for advanced coding agents, making them trainable on an organization's own code base at low cost -- a move that could loosen the grip of tech giants on artificial intelligence for software development. Ai2's newly
[2]
Ai2 launches family of open-source AI developer agents that adapt to any codebase
Ai2 launches family of open-source AI developer agents that adapt to any codebase Artificial intelligence is moving swiftly, changing how developers craft, as code flows ever faster into repositories such as GitHub and machine minds now work alongside human hands. According to the Allen Institute
Share
Copy Link
The Allen Institute for AI launched SERA, the first in its Open Coding Agents family, challenging proprietary AI coding tools. Built with just 32 GPUs by a small team, SERA solves over 55% of tough real-world coding problems on SWE-Bench while costing only $400 to reproduce—100 times cheaper than existing approaches.
The Allen Institute for AI is democratizing AI for software development with the launch of SERA (Soft-Verified Efficient Repository Agents), the first release in its Ai2 Open Coding Agents family. This move directly challenges proprietary tools like GitHub Copilot Workspace, Anthropic's Claude Code, and Cursor that dominate the market but lock users into expensive, closed systems
1
. The Seattle-based nonprofit is offering developers an open alternative to proprietary tools that they can train on their own codebases without ongoing licensing fees.
Source: GeekWire
In a striking demonstration of efficiency, SERA was developed by a small team including Ai2 research scientist Tim Dettmers and intern Ethan Shen, a PhD student at the University of Washington's Allen School. Dettmers described the achievement in vivid terms: while most coding agents require "an industrial kitchen" with hundreds of GPUs and large teams, SERA was built with "the equivalent of a hot plate and a frying pan: 32 GPUs and five bright-eyed researchers"
1
. The total cost to reproduce the main results on commodity cloud hardware is approximately $400, making it about 100 times cheaper than many existing approaches2
.SERA arrives in two versions designed to adapt to any codebase with minimal setup. The SERA-32B, a 32 billion-parameter model, solves more than 55% of SWE-Bench Verified problems, surpassing prior open-source models of comparable sizes and matching top closed models
2
. The smaller SERA-8B, an 8 billion-parameter model, achieves 29.4% on the same benchmark versus 9.4% for reinforcement learning baselines like SkyRL-Agent-8B-v02
. These AI developer agents can autonomously fix bugs, take GitHub issues, generate line-by-line patches, and submit pull requests1
.
Source: SiliconANGLE
Related Stories
Ai2 used specialized models trained on 8,000 synthetic trajectories per repository, with results that consistently matched or exceeded the performance of GLM-4.5-Air, a model with more than 100 billion parameters
2
. Thanks to specialization and fine-tuning at the 32 billion-parameter level for specific codebases, SERA can surpass some 100 billion general-purpose models at one-third the size. This translates to a smaller memory footprint, much lower compute requirements, and significantly reduced costs without sacrificing quality2
.Software development teams can deploy SERA with just a few lines of code, and it integrates with tools like Claude Code out of the box
1
. Users don't need any large language model training experience to get started2
. After fine-tuning on a specific codebase, these agents develop deep knowledge of internal APIs and software development conventions. Companies can customize SERA to their private code for as little as $1,300 using commodity GPUs on public cloud platforms1
. The release includes everything developers need: lightweight deployment scripts, setup tools, and inference optimization2
. Ai2 plans to continue improving and scaling to larger backbones using the same recipe, while maintaining that the current pipeline remains cheap and feasible for anyone to run, customize, and iterate on2
.Summarized by
Navi
[1]
1
Technology

2
Technology

3
Science and Research
