Ai2 Launches SERA: Open-Source Coding Agents for Custom Repositories
SERA-32B and SERA-8B models enable enterprises to train custom coding agents on their own codebases at lower cost.
The Allen Institute for AI (Ai2) has launched a family of open-source coding agents designed to help enterprise developer teams train smaller, open models on their organization's codebase.
SERA Agents
The first release, SERA (Soft-Verified Efficient Repository Agents), helps developers with code generation, code review, debugging, maintenance and code explanation. Small developer teams can fine-tune agents and run them directly in Claude Code from Anthropic.
Model Variants
SERA arrives in two versions: SERA-32B, a 32 billion-parameter model that delivers strong SWE-bench Verified performance solving about 55% of issues in standard settings, and SERA-8B, an 8 billion-parameter model that solves 29.4% of SWE-Bench Verified problems.
Cost Advantages
Ai2 reports that a complete training and fine-tuning recipe for SERA costs less to reproduce than one based on Devstral Small 2 from Mistral, making custom coding agents more accessible to enterprises.
Related Articles
Redis 8.4 Brings Hybrid Search, Atomic Multi-Key Operations, and Auto-Repair AOF
Redis 8.4 is now generally available, delivering hybrid search that combines full-text and vector queries using Reciprocal Rank Fusion, new atomic string commands like MSETEX and DELEX, and automatic repair for corrupted append-only files. Lookahead prefetching and JSON memory optimizations round out a performance-focused release.
Deno 2.7 Stabilizes Temporal API and Ships Native Windows ARM Builds
Deno 2.7 has stabilized the TC39 Temporal API, bringing immutable, timezone-aware date and time objects to replace the legacy JavaScript Date API. The release also delivers official Windows ARM builds for Surface and Snapdragon devices, npm overrides support, and global install compilation for standalone executables.
Laravel 13 Ships with PHP Attributes, Passkeys, and Zero Breaking Changes
Taylor Otwell unveiled Laravel 13 at Laracon EU, delivering PHP 8 Attributes as an alternative to class properties, built-in passkey authentication in starter kits, and a new Reverb database driver for horizontal WebSocket scaling. The release requires PHP 8.3+ and promises the smoothest upgrade path in Laravel history.