microsoft/FrogBoss-32B-2510

Warm
Public
32B
FP8
32768
Jan 5, 2026
License: mit
Hugging Face
Overview

FrogBoss-32B-2510: A Specialized Code Debugging Agent

FrogBoss-32B-2510, developed by Microsoft, is a 32-billion parameter coding agent built on the Qwen3-32B transformer architecture, featuring a 64k token context length. Unlike general-purpose LLMs, FrogBoss is highly specialized for software engineering tasks, particularly bug fixing and multi-turn debugging workflows.

Key Capabilities

  • Specialized Debugging: Fine-tuned on successful debugging trajectories from Claude Sonnet 4 within the BugPilot framework, using real-world (R2E-Gym) and synthetic (SWE-Smith, FeatAdd) bug datasets.
  • Multi-turn Reasoning: Optimized for complex, multi-turn debugging scenarios and code repair across multi-file repositories.
  • High Performance: Achieves a Pass@1 accuracy of 54.6% on SWE-Bench Verified, outperforming many larger open-weight models in its class.
  • Parameter Efficiency: Demonstrates state-of-the-art performance on SWE-Bench Verified with 32B parameters, emphasizing realistic debugging patterns.

Good for

  • Automated bug fixing and code repair in controlled research environments.
  • Research and development of agentic workflows for software engineering.
  • Scenarios requiring robust, multi-file code reasoning and resolution of feature-level bugs.
  • Users seeking a highly specialized model for software development tasks, rather than general text generation.