News

What's happening in robotics and AI — curated by the wujec.ai editors.

Releases9/3/2026 · Hugging Face — karta modelu Wan2.2-Animate-2-14B; arXiv 2608.06009

Alibaba's new animation model was built for live video — and the live-video version is the one part it did not release

Alibaba published Wan2.2-Animate-2-14B on 7 August 2026 under Apache 2.0: weights, inference code and, a day later, a paper. It animates a still character from a driving video of a person performing, and the engineering behind it is a genuine redesign rather than a refresh. The first generation extracted a pose skeleton from the driving video and handed that to the generator; the team's own paper names what goes wrong with that arrangement, in plain terms — extraction errors travel into the output, and the character's identity drifts as the clip runs. Animate-2 removes the extractor and feeds the driving video straight into a rebuilt diffusion transformer. The paper's own framing, though, is not about fidelity. It opens by pointing out that every existing system of this kind is designed for offline synthesis and cannot meet the requirements of interactive applications such as digital avatars and live-streaming hosts. Its answer is Wan-Animate-2-Lite, an efficient variant trained in three stages — teacher-forcing pretraining with an error buffer, then Self-Forcing distillation with chunk-wise backpropagation — to pull latency down to real-time thresholds. That is the claim the abstract ends on. Lite is not in the repository. What is there are two checkpoints of identical size, 32.8 GB each: a base build that runs 40 denoising steps with classifier-free guidance, and a distilled build that reaches a picture in 10 steps with guidance off. Distillation makes the offline model roughly four times cheaper to sample; it is not the streaming architecture the paper describes. And the omission does not read as a queue: the to-do list on the model card has every item ticked — inference code, checkpoints, Diffusers, DiffSynth-Studio, ComfyUI — with no line for Lite at all. A smaller detail points the same way. The citation block at the bottom of the card still carries an unfilled placeholder where the arXiv number should be, while the correct number sits in a badge at the top of the same file. This was shipped quickly. What readers can act on is the ordinary part. The download counters show demand pointing at speed rather than quality: on the Diffusers conversions published the day before the release, the distilled build is pulled around three times more often than the full-quality one. The first-generation Animate, meanwhile, is still being fetched an order of magnitude more than either — which is what usually happens in the first month of a model that changes how it is driven. The base repository reports no downloads at all against 185 bookmarks, but that counter tends to read zero for repositories shipping raw checkpoint files rather than a standard configuration, so it says more about how the files are pulled than about interest in them.

Wan2.2-Animate-2-14B
Releases9/3/2026 · Hugging Face — karty modeli Wan-AI

Every Wan 2.2 model card points readers at a licence file the repository does not contain

Alibaba's Wan 2.2 video models all close their model cards with the same paragraph: the weights are Apache 2.0, the company claims no rights over what users generate, and "for a complete list of restrictions and details regarding your rights, please refer to the full text of the license" — with the phrase "license" linking to a file named LICENSE.txt inside the repository. That file is not there. We checked all four Wan 2.2 weight repositories on 2 September 2026: T2V-A14B, I2V-A14B, S2V-14B and Animate-14B each return 404 for LICENSE.txt. The two Wan 2.1 repositories we checked, T2V-14B and T2V-1.3B, do carry the file, with the standard Apache 2.0 text in full. The practical effect is smaller than it sounds, but it is not nothing. Two independent declarations of Apache 2.0 remain in place: the licence tag in the repository metadata on Hugging Face, which is what the platform displays and what automated licence scanners read, and the LICENSE file in Alibaba's matching code repository on GitHub. Anyone shipping a product on these weights has a licence. What they do not have is the document the model card tells them to go and read — the one it says contains the complete list of restrictions. The timing gives this more weight than a filing error usually deserves. Wan 2.2 is the last generation of Alibaba's video line whose weights were published at all; everything since — 2.5, 2.6, 2.7 and Wan3.0 — is served through an API only. These four repositories are therefore not an archive. They are the files anyone who wants a Wan they can run on their own hardware downloads today, and one of them, Animate-14B, is the most bookmarked video model the company has ever released.

Wan2.2-Animate-14B
Releases8/17/2026 · Qwen — karta modelu Qwen3.8-2.4T-A95B na Hugging Face

Alibaba's downloadable flagship is not the flagship it rents — the model card lists four things it cannot do

Qwen3.8-Max, the 2.446-trillion-parameter model Alibaba published for download on 8 August, is the first Max-class model the company has ever released as open weights. What almost no coverage mentions is that the file you download and the model you call through the API are not the same product — and the difference is written by Alibaba itself, in a note near the top of the model card. The note says the API version is "based on" the released checkpoint "with more features, such as vision input & non-thinking support, 1M context length by default, official built-in tools". Read as a list of what the download lacks, it comes to four items: - **No vision.** The repository ships a text-only architecture (`qwen3_5_moe_text`, pipeline tag `text-generation`). The hosted Qwen3.8-Max accepts images and video; the download does not. - **No way to switch reasoning off.** The open checkpoint always reasons before answering — depth is adjustable through `reasoning_effort`, but the non-thinking mode exists only in the API. - **262,144 tokens, not a million.** The card states the context length plainly: 262,144 natively, extensible to 1,010,000. The hosted version has a million by default; self-hosters have to extend it themselves and accept whatever that does to quality. - **No built-in tools.** Web search, code execution and the rest of the hosted toolchain are part of the service, not the weights. None of this is concealed — it is one paragraph in Alibaba's own card, which is precisely why it is worth repeating: the benchmark numbers circulating for Qwen3.8-Max (Terminal-Bench 2.1 at 86.6, SWE-bench Pro at 67.7, DeepSWE 1.1 at 56.6) were measured on the hosted configuration, and a self-hosted deployment starts from a narrower one. The card also settles what the model actually is architecturally, which the launch materials left vague. It is a hybrid: 92 layers arranged as 23 repetitions of three Gated DeltaNet blocks followed by one gated attention block, so only a quarter of the layers use full attention and the rest use linear attention. The mixture of experts holds 512 experts, of which 10 routed plus 1 shared fire per token. That is the design that makes 2.4 trillion parameters cost 95 billion per token to run — and it is the first time Qwen has shipped it at flagship scale. Our profile of the model now carries the native context figure, the hybrid architecture and an explicit note that the published weights are text-only.

Qwen3.8-Max
Research8/15/2026 · Hugging Face — State of Open Models: Summer 2026

Qwen's three billion downloads led the headlines — the report behind them says the giants are 1% of the traffic

Hugging Face published its half-yearly stocktake of open-weight models on 14 August 2026, and by the next morning one number from it was everywhere: Alibaba's Qwen family has passed three billion downloads, ahead of Google and Meta combined. The figure is Alibaba's own cumulative count across all platforms. The report's own measurement is narrower and more useful: on Hugging Face alone, Qwen repositories were downloaded 2,045 million times during 2026, against 418 million for Google and 227 million for Meta. Qwen now carries more than half of all open-model downloads on the hub, and its models have been forked into 151,448 derivatives — roughly 180 to 210 new ones every day, against 82,506 for Google and 32,155 for Llama. The finding that went unreported sits a few charts further down, and it undercuts the way this race is usually described. Models below one billion parameters account for 83% of all downloads ever recorded on the hub. Models above 100 billion parameters — the frontier, the ones that get the launch events and the benchmark tables — account for 1%. Restrict the count to 2026 alone and everything above 70 billion parameters is still only 3% of the volume. Distribution is brutally concentrated in another direction too: 85.6% of all models on the hub have fewer than 200 lifetime downloads, while 1.5% of them take 99.2% of the traffic. The same asymmetry shows up in what people actually run at home. In GGUF, the quantised format used for local inference on ordinary hardware, Qwen is pulled 39.6 million times a month, Google's Gemma 20.8 million and Llama 7.5 million — the last despite Llama having more GGUF repositories published than Qwen. The report reads this as a strategy difference rather than a quality verdict: Qwen ships across every size class, from sub-billion models that run on a laptop up to the frontier, while a lab that publishes only large models collects a fraction of the traffic. Moonshot, whose open portfolio is frontier-only, recorded 37 million downloads — 55 times less than Qwen. Two further findings are worth recording for anyone tracking who is publishing what. First, licensing: among Chinese releases above 20 billion parameters, 59% carry Apache 2.0 and 22% MIT, and none carry a non-commercial restriction — which is the backdrop to the licensing split we described in Qwen3.8 yesterday, where the small model got Apache 2.0 and the large one did not. Second, authorship at the top end: the report notes that most US releases above 100 billion parameters are derivatives of Chinese base models, and that the largest volume of new repositories now comes from hardware vendors — AMD and NVIDIA, with more than 200 new repositories each — publishing optimisation and conversion layers rather than original models. The hub itself grew from 2.43 million to 2.96 million models over the period.

Qwen 3
Releases8/15/2026 · Qwen — karty modeli i plik licencji na Hugging Face

Alibaba opens both ends of Qwen3.8 — but only the small model gets Apache 2.0

Alibaba has now published downloadable weights for both halves of the Qwen3.8 generation, and the licences attached to them are not the same document. Qwen3.8-27B, released on 14 August, is a dense 27.78-billion-parameter vision-language model under a plain Apache 2.0 licence — no thresholds, no conditions, no separate agreement for commercial use. It takes text, images and video, has a native 262,144-token context that Alibaba says stretches to a million, and runs on Transformers, vLLM, SGLang and TokenSpeed. Alibaba's own benchmark table puts it at 61.7 on SWE-bench Pro against 57.6 for its closed Qwen3.7-Plus, and at 42.2 on DeepSWE 1.1 against 13.3 for the previous 27B generation — vendor-reported figures, not independently reproduced. The flagship went out under different terms. Qwen3.8-Max, 2.446 trillion parameters, is on Hugging Face as Qwen3.8-2.4T-A95B in bf16 and FP8, but under a bespoke "Qwen3.8-Max License". Its text reads like a permissive licence for almost everyone: free use, modification, hosting, fine-tuning and resale. Two clauses change that at scale. A product with more than 100 million monthly active users or 20 million dollars in monthly revenue must display the model's name prominently in its interface. And any company running a model-as-a-service or an AI coding/office assistant business whose revenue passes 50 million dollars over twelve months must obtain a separate licence from Qwen before commercial use — internal deployment excepted. The practical effect is a licence aimed squarely at a handful of named competitors while leaving everyone below those thresholds fully free. It is a pattern worth watching: "open weights" is quietly becoming a spectrum, and the difference between the two Qwen3.8 downloads is not the code but the paragraph that comes with it. Both models are now in the catalogue, with the licence terms written out in full in the specification tables.

Qwen3.8-27B
Releases8/3/2026 · Forbes

Alibaba launches Qwen3.8-Max, a 2.4-trillion-parameter flagship

Alibaba released Qwen3.8-Max on 3 August 2026, the largest model the Qwen family has produced so far. It is a sparse mixture-of-experts design: 2.4 trillion parameters in total, of which roughly 95 billion are activated per token, with a context window of up to one million tokens. The model is available worldwide through Alibaba Cloud's Model Studio APIs and through QwenWork, the company's workplace agent platform. Alibaba said full model weights would follow for public download, alongside a smaller Qwen3.8-27B variant aimed at hardware-constrained deployments. On the Arena.AI leaderboard Qwen3.8-Max became the highest-ranked Chinese model for text tasks and placed second globally for vision, putting it in the same bracket as current frontier systems from OpenAI and Anthropic. Alibaba shares rose sharply in Hong Kong on the announcement.

Qwen3.8-Max