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 released model, called SERA (Soft-Verified Efficient Repository Agents), is the first in a series of Open Coding Agents from the Seattle-based nonprofit.
The move comes as AI agents reshape software engineering. Popular proprietary tools like Microsoft’s GitHub Copilot Workspace, Anthropic’s Claude Code, and Cursor bring AI directly into coding workflows but often lock users into expensive, closed systems.
Illustrating the potential, SERA was built by a small team that included Ai2 research scientist Tim Dettmers and intern Ethan Shen, a PhD student at the University of Washington’s Allen School of Computer Science & Engineering who did much of the development work.
In a post about the process, Dettmers said most coding agents are built with the equivalent of an industrial kitchen: hundreds of GPUs, complex infrastructure, and large teams.
For SERA, he explained, “we had the equivalent of a hot plate and a frying pan: 32 GPUs and five bright-eyed researchers who wanted to cook state-of-the-art coding agents.”
SERA agents can take GitHub issues or bugs, generate fixes via line-by-line patches, and submit pull requests. After they’re fine-tuned on a specific codebase, they develop deep knowledge of internal APIs and software development conventions.
Because the underlying model and training code are fully open, teams are able to run it on their own infrastructure without ongoing licensing fees.
Ai2 said the strongest version, SERA-32B, handles more than half of tough real-world coding problems from the SWE-Bench test, a popular benchmark. That puts it on par with top closed models, but it’s built on fully open technology designed for anyone to download and modify.
Software development teams can set it up with a few lines of code, and it works with tools like Claude Code out of the box. Unlike proprietary rivals, SERA can be customized to a company’s private code for as little as $1,300 using commodity GPUs on public cloud platforms.
