Qoder
11 published articles
Inside Alibaba's AI Code-Generation Push
AI generated 90% of the code. Delivery cycles barely moved
Alibaba's AMAP team pushed its AI code-generation rate toward 90% and gained nothing on delivery times. The diagnosis: the metric measures activity, not throughput, and vibe coding has to give way to governed development.
2026-08-21
Terminal Security
The '$HOME' trap: AI coding agents need sandboxes, not 'allow?' prompts
Qoder's terminal sandbox blocks close to a hundred destructive agent commands every day. The cases behind those blocks explain why 'allow?' prompts fail: a project folder named $HOME, a cleanup that targeted /root, and a click that nearly cost an entire disk.
2026-08-13
AI coding security
Qoder moves code security from the release gate to the keystroke
Qoder Desktop and CLI now run security checks at three depths, from live keystroke screening to cross-file data-flow analysis before a merge. Alibaba Cloud reports roughly 60% better vulnerability detection and a 35% to 45% drop in security feedback during code review.
2026-08-13
Qoder Computer Use
One engineer shipped a macOS agent without knowing Swift
An engineer who could not read Swift shipped production-grade macOS software with Qoder's Computer Use. His approach: judge code by behavior, make the Agent generate its own tests, and keep every lesson in the file system so no round starts from zero.
2026-08-12
AI Agents & DevOps: STAROps inside Qoder
A one-sentence question in Qoder ends the 40-minute root-cause hunt
Alibaba Cloud's STAROps plugin brings natural-language root-cause diagnosis into the Qoder IDE. Its demo takes a P95 spike from under 60ms to 1.9 seconds, returns an evidence chain at 80% confidence, and ends with an auto-created merge request. Traditional troubleshooting ran 40-plus minutes across five platforms.
2026-08-09
Agentic UI
Qoder Canvas: a design system built for agents, not humans
Alibaba's Qoder team argues the chat window is the wrong container for complex agent output. Qoder Canvas applies design-system thinking to agent interfaces, teaching agents to build interactive, codebase-aware artifacts instead of walls of Markdown.
2026-08-07
AI Development
Coding agents are leaving your local machine: Alibaba and Mistral go remote
Alibaba Cloud's Qoder introduces remote delegation for coding agents, letting developers offload long-running tasks to cloud sandboxes. The feature, paired with a new knowledge engine, pits Qoder directly against Mistral's remote agents in a race to decouple AI-assisted development from the local terminal.
2026-08-03
Multi-Agent Engineering
Qoder's multi-agent experiment: 60% fewer mistakes, but at what cost?
An analysis of Alibaba Cloud's Qoder Experts Mode, which deploys specialized AI agents as a coordinated team. Claims of significant error reduction are scrutinized against real-world use cases and the trade-offs of multi-agent complexity.
2026-07-31
Artificial Intelligence
Alibaba's new coding agent made the invisible visible, and that is the hard part
Alibaba Cloud launches Qoder, a free AI coding agent focused on codebase visibility, architectural understanding, and Spec-first workflows to bridge the gap between viral AI demos and real-world software engineering challenges.
2026-07-12
Artificial Intelligence
Alibaba's new AI coder shows you every thought it has, not just the finished code
Alibaba Cloud's Qoder coding agent bets that developers want visibility over magic. Two modes, automatic model routing, and a transparency layer aim to solve complexity instead of hiding it.
2026-07-12
Multi-agent architectures
Why Qoder gives every AI agent a boss
Qoder's Experts Mode replaces peer-to-peer multi-agent messaging with a single Leader that coordinates specialized experts asynchronously. The architecture reduces state explosion, improves quality across four dimensions, and extracts reusable skills after each task.
2026-03-11