Close Menu
  • Home
  • AI Models
    • DeepSeek
    • xAI
    • OpenAI
    • Meta AI Llama
    • Google DeepMind
    • Amazon AWS AI
    • Microsoft AI
    • Anthropic (Claude)
    • NVIDIA AI
    • IBM WatsonX Granite 3.1
    • Adobe Sensi
    • Hugging Face
    • Alibaba Cloud (Qwen)
    • Baidu (ERNIE)
    • C3 AI
    • DataRobot
    • Mistral AI
    • Moonshot AI (Kimi)
    • Google Gemma
    • xAI
    • Stability AI
    • H20.ai
  • AI Research
    • Allen Institue for AI
    • arXiv AI
    • Berkeley AI Research
    • CMU AI
    • Google Research
    • Microsoft Research
    • Meta AI Research
    • OpenAI Research
    • Stanford HAI
    • MIT CSAIL
    • Harvard AI
  • AI Funding & Startups
    • AI Funding Database
    • CBInsights AI
    • Crunchbase AI
    • Data Robot Blog
    • TechCrunch AI
    • VentureBeat AI
    • The Information AI
    • Sifted AI
    • WIRED AI
    • Fortune AI
    • PitchBook
    • TechRepublic
    • SiliconANGLE – Big Data
    • MIT News
    • Data Robot Blog
  • Expert Insights & Videos
    • Google DeepMind
    • Lex Fridman
    • Matt Wolfe AI
    • Yannic Kilcher
    • Two Minute Papers
    • AI Explained
    • TheAIEdge
    • Matt Wolfe AI
    • The TechLead
    • Andrew Ng
    • OpenAI
  • Expert Blogs
    • François Chollet
    • Gary Marcus
    • IBM
    • Jack Clark
    • Jeremy Howard
    • Melanie Mitchell
    • Andrew Ng
    • Andrej Karpathy
    • Sebastian Ruder
    • Rachel Thomas
    • IBM
  • AI Policy & Ethics
    • ACLU AI
    • AI Now Institute
    • Center for AI Safety
    • EFF AI
    • European Commission AI
    • Partnership on AI
    • Stanford HAI Policy
    • Mozilla Foundation AI
    • Future of Life Institute
    • Center for AI Safety
    • World Economic Forum AI
  • AI Tools & Product Releases
    • AI Assistants
    • AI for Recruitment
    • AI Search
    • Coding Assistants
    • Customer Service AI
    • Image Generation
    • Video Generation
    • Writing Tools
    • AI for Recruitment
    • Voice/Audio Generation
  • Industry Applications
    • Finance AI
    • Healthcare AI
    • Legal AI
    • Manufacturing AI
    • Media & Entertainment
    • Transportation AI
    • Education AI
    • Retail AI
    • Agriculture AI
    • Energy AI
  • AI Art & Entertainment
    • AI Art News Blog
    • Artvy Blog » AI Art Blog
    • Weird Wonderful AI Art Blog
    • The Chainsaw » AI Art
    • Artvy Blog » AI Art Blog
What's Hot

U.S. Tighten Chip Loop As China Bets On Open Source

Read MIT’s letter to Trump administration on higher ed ‘compact’

Will updating your AI agents help or hamper their performance? Raindrop's new tool Experiments tells you

Facebook X (Twitter) Instagram
Advanced AI News
  • Home
  • AI Models
    • OpenAI (GPT-4 / GPT-4o)
    • Anthropic (Claude 3)
    • Google DeepMind (Gemini)
    • Meta (LLaMA)
    • Cohere (Command R)
    • Amazon (Titan)
    • IBM (Watsonx)
    • Inflection AI (Pi)
  • AI Research
    • Allen Institue for AI
    • arXiv AI
    • Berkeley AI Research
    • CMU AI
    • Google Research
    • Meta AI Research
    • Microsoft Research
    • OpenAI Research
    • Stanford HAI
    • MIT CSAIL
    • Harvard AI
  • AI Funding
    • AI Funding Database
    • CBInsights AI
    • Crunchbase AI
    • Data Robot Blog
    • TechCrunch AI
    • VentureBeat AI
    • The Information AI
    • Sifted AI
    • WIRED AI
    • Fortune AI
    • PitchBook
    • TechRepublic
    • SiliconANGLE – Big Data
    • MIT News
    • Data Robot Blog
  • AI Experts
    • Google DeepMind
    • Lex Fridman
    • Meta AI Llama
    • Yannic Kilcher
    • Two Minute Papers
    • AI Explained
    • TheAIEdge
    • The TechLead
    • Matt Wolfe AI
    • Andrew Ng
    • OpenAI
    • Expert Blogs
      • François Chollet
      • Gary Marcus
      • IBM
      • Jack Clark
      • Jeremy Howard
      • Melanie Mitchell
      • Andrew Ng
      • Andrej Karpathy
      • Sebastian Ruder
      • Rachel Thomas
      • IBM
  • AI Tools
    • AI Assistants
    • AI for Recruitment
    • AI Search
    • Coding Assistants
    • Customer Service AI
  • AI Policy
    • ACLU AI
    • AI Now Institute
    • Center for AI Safety
  • Business AI
    • Advanced AI News Features
    • Finance AI
    • Healthcare AI
    • Education AI
    • Energy AI
    • Legal AI
LinkedIn Instagram YouTube Threads X (Twitter)
Advanced AI News
Alibaba Cloud (Qwen)

Qwen Team Releases Qwen3-Coder, a Large Agentic Coding Model with Open Tooling

By Advanced AI EditorAugust 1, 2025No Comments2 Mins Read
Share Facebook Twitter Pinterest Copy Link Telegram LinkedIn Tumblr Email
Share
Facebook Twitter LinkedIn Pinterest Email


Qwen Team has announced Qwen3-Coder, a new family of agentic code models designed for long-context, multi-step programming tasks. The most capable variant, Qwen3-Coder-480B-A35B-Instruct, is a Mixture-of-Experts model with a total of 480 billion parameters and 35 billion active parameters per forward pass. It supports 256K tokens natively and up to 1 million via context extension, aiming to handle repository-scale inputs and extended tool interactions.

Unlike static code generation models, Qwen3-Coder emphasizes execution and decision-making. The model was post-trained using reinforcement learning over a broad set of real-world tasks, where success is defined by whether the generated code runs and solves the problem. This approach, referred to by Qwen as “Hard to Solve, Easy to Verify”, aims to improve robustness and utility.

In addition, the team scaled long-horizon agentic RL, training the model to use tools and respond to multi-turn feedback in simulated environments. To support this, Qwen deployed a system capable of running 20,000 parallel environments on cloud infrastructure, enabling scaled agent training on workflows resembling actual developer activity.

To support experimentation, Qwen released Qwen Code, an open-source command-line interface forked from Gemini CLI. It features custom prompt structures and enhanced support for tool use and function calling. The tool can be installed via npm and supports OpenAI-compatible APIs.

In addition, Claude Code users can route requests through DashScope using proxy or router configuration options. This provides a familiar coding interface while enabling evaluation of Qwen3-Coder’s outputs in a multi-model setup.

CLI tools are compatible with Cline, Node.js, and Python environments, with full environment variable and API support.

Qwen3-Coder is currently available through DashScope via API. Developers outside mainland China can use the international endpoint, and sample Python code is provided for quick integration. Additional model sizes are expected to be released soon, with a focus on maintaining performance while lowering inference cost.

Some Reddit users have noted that while local deployment is possible, running the larger models efficiently requires significant infrastructure:

Qwen3-Coder’s local use isn’t a cost-saver unless you’ve got the right multi-GPU setup. Running smaller versions when they release might lower expenses. Balancing GPU costs with cloud or hosted solutions could offer a better approach depending on your workload needs. Power and maintenance are key factors too.

Future work includes expanding the capabilities of the Qwen Coding Agent and exploring mechanisms for self-improvement, where agents can iteratively improve performance across tasks with minimal human supervision.



Source link

Follow on Google News Follow on Flipboard
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
Previous ArticleFrom Reactive to Proactive: The Rise of Agentic AI
Next Article I tested DeepSeek vs Gemini 2.5 with 9 prompts — here’s the winner
Advanced AI Editor
  • Website

Related Posts

NBA China and Alibaba Cloud announce multiyear collaboration to reimagine fan engagement

October 11, 2025

it takes more than chips to win the AI race

October 11, 2025

Alibaba’s Qwen Team Takes Off! Lin Junyang Leads the Charge as a Major Player Joins the Embodied Intelligence Arena_known_team_models

October 10, 2025

Comments are closed.

Latest Posts

The Rubin Names 2025 Art Prize, Research and Art Projects Grants

Kochi-Muziris Biennial Announces 66 Artists for December Exhibition

Instagram Launches ‘Rings’ Awards for Creators—With KAWS as a Judge

Museums Prepare to Close Their Doors as Government Shutdown Continues

Latest Posts

U.S. Tighten Chip Loop As China Bets On Open Source

October 11, 2025

Read MIT’s letter to Trump administration on higher ed ‘compact’

October 11, 2025

Will updating your AI agents help or hamper their performance? Raindrop's new tool Experiments tells you

October 11, 2025

Subscribe to News

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

Recent Posts

  • U.S. Tighten Chip Loop As China Bets On Open Source
  • Read MIT’s letter to Trump administration on higher ed ‘compact’
  • Will updating your AI agents help or hamper their performance? Raindrop's new tool Experiments tells you
  • It’s not too late for Apple to get AI right
  • Detroit Free Press partners with Perplexity: Why it matters

Recent Comments

  1. Mirild4Nalay on Cisco automates AI-driven security across enterprise networks
  2. VortexSpinA2Nalay on Stanford HAI’s annual report highlights rapid adoption and growing accessibility of powerful AI systems
  3. VictoryEchoM5Nalay on Using AI saves teachers ‘six weeks per year,’ Gallup poll finds – but at what cost?
  4. Remygin4Nalay on Using AI saves teachers ‘six weeks per year,’ Gallup poll finds – but at what cost?
  5. Emmaline Dougal on Class Dismissed? Representative Claims in Getty v. Stability AI | Cooley LLP

Welcome to Advanced AI News—your ultimate destination for the latest advancements, insights, and breakthroughs in artificial intelligence.

At Advanced AI News, we are passionate about keeping you informed on the cutting edge of AI technology, from groundbreaking research to emerging startups, expert insights, and real-world applications. Our mission is to deliver high-quality, up-to-date, and insightful content that empowers AI enthusiasts, professionals, and businesses to stay ahead in this fast-evolving field.

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

LinkedIn Instagram YouTube Threads X (Twitter)
  • Home
  • About Us
  • Advertise With Us
  • Contact Us
  • DMCA
  • Privacy Policy
  • Terms & Conditions
© 2025 advancedainews. Designed by advancedainews.

Type above and press Enter to search. Press Esc to cancel.