0
MODEL SIGNAL · ALIBABA

Qwen3-Coder-480B

Alibaba’s most advanced open‑source agentic coding model — a 480B total / 35B active Mixture‑of‑Experts code model optimized for multi‑step software engineering, repository‑scale reasoning, tool use, and browser‑style interaction, with a native long context (≈256K–262K tokens) extendable to 1M via YaRN/extrapolation.

CATEGORYCode
CONTEXT262144 native, extendable to ~1M tokens via YaRN/extrapolation
RELEASEDJuly 23, 2025
Key Features
  • 480B total parameters / 35B active Mixture‑of‑Experts (MoE) per query
  • Designed for agentic coding workflows (multi‑step software engineering, tool use, function calling)
  • Repository/codebase‑scale reasoning and debugging with long‑context support
  • Browser‑style and tool interaction for documentation and web‑like tasks
  • Open‑source weights under Apache 2.0, with integration into Qwen Code / Qwen agent tooling

Provider announcement →

Read the Model Signal report →

MODEL SIGNAL

Qwen3-Coder-480B

Alibaba’s repository-scale open-weight MoE coding agent

Bottom line

Alibaba has released Qwen3-Coder-480B, a massive open-weight coding model designed explicitly for multi-step software engineering and agentic workflows. Built on a Mixture-of-Experts (MoE) architecture, it balances a sprawling 480 billion total parameter count with an active compute footprint of just 35 billion parameters per query.

Signal

The clearest signal is the shift from code-completion to fully agentic software engineering within open-source boundaries. Alibaba has explicitly optimized Qwen3-Coder-480B for tool use, function calling, and browser-style interactions for documentation retrieval. Furthermore, the model ships with an Apache 2.0 license and a massive native context window of 262,144 tokens—which Alibaba notes is extendable to roughly 1 million tokens via YaRN extrapolation. The operator read here is that "whole-codebase" ingestion and multi-step repository debugging are now viable entirely within a self-hosted, permissive-license environment.

Noise

The headline "480B" parameter count is a recipe for sticker shock, but evaluating this as a standard monolithic half-trillion-parameter model misses the architectural reality. Because it is an MoE model that only activates 35 billion parameters per query, the actual inference compute required to generate tokens is vastly lower than a dense model of equivalent size. The VRAM required to load the model weights remains formidable, but the per-token generation cost operates in a much lighter weight class.

Where it fits

This model slots directly into the backend of enterprise automated software engineering pipelines. It is an ideal engine for self-hosted AI developer agents (akin to open-source Devin alternatives) where data privacy mandates that codebases cannot be sent to proprietary API providers. Its deep integration with Qwen Code and Qwen agent tooling positions it well for complex, iterative debugging loops, whole-repository refactoring, and web-augmented coding tasks.

Model Signal · Signal + Noise · Isaiah Steinfeld