Alibaba Cloud
40 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
AI Video Generation
Alibaba's Wan3.0 sells video by the second: $6 for a 30-second clip
Wan3.0 can turn a PDF or a brand deck into a 30-second video in one generation, with per-second API pricing that tops out at $0.20 for 1080P. We break down the per-clip math and the gaps Alibaba admits in its own testing.
2026-08-16
AI Economics
Alibaba's $18 plan runs Qwen and DeepSeek inside Claude Code
Alibaba Cloud's Token Plan Individual bundles Qwen and third-party models such as DeepSeek into a single credit pool, from $6 a month, usable inside Claude Code and Cursor. The company claims roughly 40% savings over pay-as-you-go, but the plan only works from Singapore and only inside approved tools.
2026-08-14
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
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
Cloud & LLM Security
Alibaba Cloud's AI gateway blocks prompt attacks with a 200, not a 403
A hands-on walkthrough of Alibaba Cloud's AI Gateway shows how authentication, guardrails and PII masking work as one pipeline. The gotchas: blocks return HTTP 200, key enforcement needs a manual toggle, and restored data can end up in logs.
2026-08-09
Agentic IDEs: betting on task boundaries
Alibaba says Qoder 1.0 cut agent input tokens 40%. Alibaba ran the test
Qoder 1.0 rearchitects the AI coding IDE around task boundaries, claiming a 40% cut in agent input tokens and a 22% drop in dissatisfaction on Alibaba's own three-day A/B test. No independent replication has been published yet.
2026-08-09
Qwen / Alibaba Cloud
Qwen2.5-Omni outperforms Gemini-1.5-Pro on OmniBench, fits under 12GB
Alibaba's open-source Qwen2.5-Omni outscored Gemini-1.5-Pro on OmniBench and topped the MMAU audio reasoning leaderboard. Quantized builds cut VRAM below 12GB and MNN support brings real-time voice chat to phones.
2026-08-07
Enterprise AI
Forget the model race: Alibaba is automating security operations
Qwen3.8-Max grabbed the headlines, but Alibaba's real move is quieter: AI agents that run security operations inside its cloud console. We break down the SecOps Agent, the Qwen-powered fraud forensics, and the lock-in strategy behind the scores.
2026-08-06
Database Engineering
Alibaba's Panda Index gives InnoDB unique keys a version history they never had
Panda Index pushes the clustered index's versioning down into unique-key records, adding transaction columns and an independent undo chain. The result is one record lock instead of several gap locks, and index-only reads that never touch the clustered index. Independent benchmarks are still missing.
2026-08-06
Alibaba / AI IDEs
Why Qoder 1.0 gave up on the single-workspace IDE
Qoder 1.0 splits workspace, execution, artifact, and delivery boundaries across isolated worktrees so parallel agent tasks stop colliding. Alibaba's own A/B data says its scoped memory engine cut input tokens by 40%.
2026-08-04