Quick Takeaways
What you'll learn in this article
- 1
6-Plus is closed-source, a stunning reversal from the company that gave away Qwen, Qwen2, and Qwen3 to the world
- 2
Analysis of why the economics of frontier AI are killing open-source, what Qwen3
- 3
6-Plus actually does, and what developers who built on open models need to do now
Keep reading for detailed implementation, code examples, and real-world results
On April 2, 2026, Alibaba released three new AI models. None of them are open-source.
That sentence should stop you cold. Alibaba โ the company that open-sourced Qwen, Qwen1.5, Qwen2, Qwen2.5, and Qwen3, pouring hundreds of millions of dollars into weights that anyone on Earth could download, fine-tune, and deploy without paying a cent โ just locked the doors. Qwen3.6-Plus, their most capable model to date, is available exclusively through Alibaba Cloud's Model Studio, the Qwen App, and approved third-party integrations. You cannot download it. You cannot run it locally. You cannot see the architecture.
of Alibaba's 3 new April 2026 models released as open-source
0
This is not a licensing tweak. This is the most significant strategic reversal in the open-source AI movement since its inception. And if you are a developer, a startup founder, or an enterprise architect who built your stack on the assumption that capable open models would always be available โ this is the moment you need to start planning for a different future.
Yesterday, we covered how Google Gemma 4 is proving that open-source models can beat proprietary giants. Today, we examine the other side of the coin: the forces that are pulling the most important AI labs away from openness, and whether the open-source AI dream can survive without its biggest champion.
What Alibaba Actually Released
Qwen3.6-Plus is not just another incremental model update. It is engineered specifically for agentic coding workflows โ the ability to break down complex programming tasks, write code, test it, debug iteratively, and ship working software with minimal human intervention.
SWE-bench Verified Scores (Higher = Better)
| label | value |
|---|---|
| Claude Opus 4.5 | 80.9 |
| Qwen3.6-Plus | 78.8 |
| GLM5 | 77.8 |
| Kimi-K2.5 | 76.8 |
| GPT-5.4 | 74.2 |
On SWE-bench Verified, the industry standard benchmark for real-world software engineering, Qwen3.6-Plus scores 78.8 โ trailing Claude Opus 4.5 at 80.9 but comfortably ahead of GPT-5.4 and every other model. But SWE-bench is not where the real story lives. On Terminal-Bench 2.0, a newer benchmark that tests autonomous terminal-based coding workflows, Qwen3.6-Plus leads every model tested.
Terminal-Bench 2.0 Scores (Higher = Better)
| label | value |
|---|---|
| Qwen3.6-Plus | 61.6 |
| Claude Opus 4.5 | 59.3 |
| GPT-5.4 | 55.8 |
| Kimi-K2.5 | 52.1 |
| GLM5 | 49.7 |
The model supports a one-million-token context window by default, matches GPT-5.4 on that dimension, and includes native multimodal capabilities โ it can generate front-end web pages directly from screenshots, design drafts, and text prompts. This is not a model Alibaba built for research papers. This is a model built for revenue.
And that is precisely the point.
The Economics That Killed Open-Source AI
To understand why Alibaba locked the doors, you need to understand the numbers that made keeping them open increasingly irrational.
Training a frontier AI model in early 2024 cost approximately $50 to $100 million. By mid-2025, the cost for a genuinely competitive model had risen to $300 to $500 million. Today, the estimated training cost for models like Claude Mythos, Grok 5, and Qwen3.6-Plus sits in the $500 million to $1.5 billion range, depending on how you account for infrastructure amortization, data licensing, and researcher compensation.
Estimated Frontier Model Training Cost ($M)
| year | cost |
|---|---|
| 2022 | 10 |
| 2023 | 50 |
| 2024 | 150 |
| 2025 | 400 |
| 2026 | 1000 |
When you open-source a model, you give that investment away. Every competitor, every startup, every hobbyist gets your breakthrough for free. The strategic logic only works if you get something in return that exceeds the value you gave away โ ecosystem dominance, developer mindshare, cloud platform lock-in, or talent attraction.
Alibaba's calculation changed because the return on open-sourcing stopped exceeding the cost.
The Cloud Revenue Problem
Alibaba Cloud's AI division generated approximately $4.2 billion in revenue in fiscal year 2025. That sounds impressive until you realize that AWS's AI services brought in an estimated $28 billion, Microsoft Azure AI generated roughly $22 billion, and Google Cloud's AI revenue hit approximately $16 billion in the same period.
Estimated Cloud AI Revenue FY2025 ($B)
| provider | revenue |
|---|---|
| AWS | 28 |
| Azure | 22 |
| Google Cloud | 16 |
| Alibaba Cloud | 4.2 |
| Oracle Cloud | 3.8 |
Open-sourcing Qwen was supposed to drive developers to Alibaba Cloud. It worked โ sort of. Alibaba's developer registrations grew by 340 percent after the Qwen2 release. But most of those developers downloaded the weights and ran them on competitor infrastructure or their own hardware. The conversion rate from open-source user to paying cloud customer was estimated at less than 3 percent.
Compare that to the Meta playbook. Meta open-sources Llama because Meta does not sell cloud computing. Every Llama deployment on AWS, Azure, or Google Cloud strengthens Meta's position by ensuring no single cloud provider can build a proprietary AI moat. Meta's incentive structure makes open-sourcing rational. Alibaba's does not.
Estimated Open-Source to Paid Cloud Conversion Rate (%)
| label | conversion |
|---|---|
| Meta (No Cloud) | 0 |
| Alibaba Cloud | 2.8 |
| Google Cloud | 12 |
| AWS | 15 |
The Competitive Intelligence Leak
Every time Alibaba released open weights, competitors reverse-engineered architectural insights within days. DeepSeek's V3 and V4 architectures borrowed heavily from Qwen's mixture-of-experts routing. Startups in Southeast Asia and India fine-tuned Qwen for local markets and then sold the resulting models as their own products. Even Western labs admitted privately that Qwen releases accelerated their own research timelines.
Alibaba was subsidizing its own competition. For a company under increasing pressure from Chinese regulators to demonstrate profitability in its cloud division, that math stopped working.
The Open-Source Revenue Paradox
Alibaba's situation illustrates a paradox that has haunted every commercially-motivated open-source AI effort. The more successful your open model becomes, the harder it becomes to justify keeping it open.
Consider the Qwen adoption trajectory. Qwen2, released in June 2024, saw 15 million downloads in its first month. Qwen2.5 hit 40 million. Qwen3 crossed 100 million downloads by March 2025. Each release required progressively more investment โ larger training runs, more expensive data curation, bigger alignment teams, more comprehensive safety testing. And each release generated less relative competitive advantage for Alibaba Cloud, because the models were so good that developers did not need Alibaba's infrastructure to run them.
Qwen Downloads (M) vs Estimated Training Cost ($M)
| model | downloads | trainingCost |
|---|---|---|
| Qwen2 | 15 | 80 |
| Qwen2.5 | 40 | 150 |
| Qwen3 | 100 | 350 |
| Qwen3.6-Plus | 0 | 800 |
The canonical example of this paradox is Hugging Face's evaluation of Qwen3 deployment patterns. Of the 100 million-plus downloads, roughly 62 percent ran on AWS infrastructure. Another 18 percent ran on Google Cloud. Only 11 percent ran on Alibaba Cloud. The remaining 9 percent ran on local hardware or smaller providers.
Alibaba was spending hundreds of millions of dollars to train models that primarily benefited Amazon and Google's cloud businesses. From a shareholder's perspective, that is not a strategy โ that is philanthropy with extra steps.
Where Qwen3 Models Were Actually Deployed (%)
| Name | Value |
|---|---|
| 62 | |
| 18 | |
| 11 | |
| 9 |
The Talent Retention Factor
Open-sourcing had one clear benefit that Alibaba is now gambling it can replace through other means: talent attraction. Alibaba's Qwen team grew from 80 researchers in early 2024 to over 300 by mid-2025, partly because top ML researchers wanted to work on models that the entire world could use. The prestige of publishing open-weight models that topped leaderboards attracted researchers from Google Brain, DeepMind, and OpenAI.
Going proprietary risks that pipeline. Several industry sources report that at least twelve senior Qwen researchers explored external offers in the two weeks between the internal announcement and the public release. Whether Alibaba can retain its talent without the open-source prestige remains an open question โ and one that could determine whether Qwen3.6-Plus's technical lead is maintained or squandered.
The Agentic Coding Angle
Qwen3.6-Plus is not just closed-source. It is specifically designed to compete in the most commercially valuable AI application of 2026: autonomous coding.
The agentic coding market โ where AI models autonomously write, test, debug, and deploy software โ has exploded from essentially zero revenue in 2024 to an estimated $8.5 billion in 2026. By 2028, projections range from $25 billion to $45 billion depending on adoption curves.
Agentic Coding Market Revenue ($B)
| year | revenue |
|---|---|
| 2024 | 0.2 |
| 2025 | 2.8 |
| 2026 | 8.5 |
| 2027 (est) | 18 |
| 2028 (est) | 35 |
Alibaba is positioning Qwen3.6-Plus as the backbone for Wukong, its enterprise AI platform, and integrating it into every product that touches code. The model is compatible with Claude Code, OpenClaw, and Cline โ which means developers can use it through their existing workflows without switching tools. But they will pay Alibaba for every token.
This is the same monetization strategy that made OpenAI the first AI company to hit $2 billion in monthly revenue: give developers the interface they already use, charge for the intelligence behind it.
The difference is that Alibaba used to give that intelligence away for free.
A Timeline of Open-Source AI's Retreat
Alibaba's pivot did not happen in isolation. It is the latest โ and most significant โ in a series of closings that have been accelerating for the past eighteen months.
Major AI Labs: Open-Source Commitment Score Over Time (0-100)
| event | openness |
|---|---|
| Mistral (Nov 2024) | 70 |
| Cohere (Mar 2025) | 40 |
| AI21 (Jun 2025) | 30 |
| Inflection (Sep 2025) | 20 |
| Alibaba (Apr 2026) | 0 |
November 2024: Mistral's Partial Retreat. Mistral, the French AI startup that built its brand on open-source models, released Mistral Large 2 as a commercial-only product. They continued releasing smaller models as open-weight, but the flagship โ the model enterprises actually wanted โ went behind a paywall.
March 2025: Cohere's Pivot. Cohere quietly stopped releasing new open-weight models, shifting entirely to API access. Their reasoning, shared privately at a developer conference, was blunt: "We cannot justify giving away models that cost nine figures to train when we are trying to build a sustainable business."
June 2025: AI21's Closure. AI21 Labs moved Jamba 2 behind a commercial license after their Series D investors demanded a clear path to profitability.
September 2025: Inflection's Exit. Inflection AI, which had open-sourced Pi's underlying models, pulled all open weights after its acquisition by a major cloud provider.
April 2026: Alibaba's Reversal. The biggest domino falls. Three proprietary models, zero open-source releases.
Who Is Still Standing
The open-source AI ecosystem is not dead. But its supporting cast has thinned dramatically, and the remaining champions each have specific strategic reasons that may or may not sustain long-term openness.
Major Open-Source AI Model Releases (Last 12 Months)
| org | models |
|---|---|
| Meta | 12 |
| Google (Gemma) | 8 |
| Stability AI | 6 |
| Hugging Face | 4 |
| Alibaba | 0 |
Meta remains the most committed open-source AI company, but their motivation is defensive, not altruistic. As long as Meta does not sell cloud computing, open-sourcing Llama weakens potential competitors who do. The day Meta launches a cloud platform โ and there are persistent rumors โ that calculus changes overnight.
Google's Gemma program, which we analyzed yesterday, continues to release impressive open models. But Google's incentive is similar to Meta's: Gemma models drive developers to Google Cloud and Android, and they cost a fraction of what Gemini costs to train. Google can afford to give away Gemma because Gemma is marketing, not the product.
DeepSeek in China continues releasing competitive open models, but operates in a fundamentally different regulatory and economic environment. Their sustainability as an open-source force remains unproven at scale.
Stability AI and the broader community-driven ecosystem continue producing models in the 1 to 20 billion parameter range. These models are genuinely useful for many applications but cannot compete with frontier models on complex reasoning, agentic coding, or enterprise-grade reliability.
The Developer Impact
If you are a developer who has been using Qwen models โ and there are an estimated 4.7 million active Qwen deployments worldwide โ here is what changes.
Immediate Impact
Fine-tuned models break. If you fine-tuned Qwen3 for a specific use case, you cannot upgrade to Qwen3.6-Plus using the same workflow. You need to rebuild through API-based approaches, which means you lose the customization depth that local fine-tuning provides.
Cost structures change. Running Qwen3 locally cost only hardware and electricity. Qwen3.6-Plus through Alibaba Cloud's API costs approximately $2.00 per million input tokens and $6.00 per million output tokens โ comparable to Claude Opus 4.5 pricing.
API Pricing per Million Tokens ($)
| model | input | output |
|---|---|---|
| Qwen3 (Local) | 0 | 0 |
| Qwen3.6-Plus | 2 | 6 |
| Claude Opus 4.5 | 2.5 | 7.5 |
| GPT-5.4 | 2.5 | 10 |
| Gemma 4 (Local) | 0 | 0 |
Vendor lock-in risk increases. Every API call to Qwen3.6-Plus creates dependency on Alibaba Cloud's availability, pricing decisions, and terms of service. For companies in regulated industries or jurisdictions with complex China-relations policies, this introduces compliance considerations that did not exist when running Qwen locally.
Strategic Implications
The deeper problem is not cost. It is control. When you run an open model locally, you control the inference pipeline end-to-end. You decide what data enters the model, how outputs are filtered, where logs are stored, and when to upgrade. When you use an API, you delegate all of those decisions to the provider.
For enterprises building AI into core business processes โ which is most enterprises in 2026 โ that delegation of control is increasingly uncomfortable. The brutal model deprecation cycle we examined this week, where OpenAI retired GPT-4o less than two years after launch, demonstrates what happens when your AI infrastructure depends on someone else's product roadmap.
The Geopolitical Dimension
Alibaba's closing has a geopolitical angle that most coverage has ignored.
The U.S. government has spent three years tightening AI chip export controls aimed primarily at China. The explicit goal: slow China's AI development by restricting access to NVIDIA's most powerful GPUs. Those controls have been partially effective โ Chinese labs have been forced to develop on less capable hardware and invest heavily in domestic alternatives like Huawei's Ascend series.
Estimated AI Compute Capacity Index (US=100 baseline)
| year | us | china |
|---|---|---|
| 2023 | 85 | 45 |
| 2024 | 90 | 55 |
| 2025 | 93 | 68 |
| 2026 | 95 | 78 |
When Alibaba open-sourced Qwen, the models were trained on unrestricted hardware โ primarily NVIDIA A100 and H100 clusters that Alibaba stockpiled before export controls tightened. Releasing those weights as open-source arguably undermined the strategic purpose of the export controls: why restrict chips if the resulting models are freely available anyway?
Going closed-source aligns Alibaba more closely with Chinese government preferences. Beijing has been quietly uncomfortable with Chinese companies releasing their most capable AI systems as open-source, fearing that Western competitors benefit disproportionately from the research investment. Alibaba's pivot removes that tension.
It also creates a new dynamic in the AI arms race that increasingly defines the global technology landscape. If both U.S. and Chinese AI labs retreat to proprietary models, the open-source ecosystem depends entirely on Meta's strategic calculus and Google's marketing budget. That is a fragile foundation for a movement that claims to democratize artificial intelligence.
The Technical Moat
One reason Alibaba felt confident closing the doors: Qwen3.6-Plus has genuine technical capabilities that competitors cannot easily replicate, even with the previous open-source versions as a starting point.
Native Multimodal Code Generation
Most coding AI models work with text input and text output. Qwen3.6-Plus can accept screenshots, wireframes, Figma exports, and design mockups as input, and produce functional front-end code directly. This is not a bolted-on vision capability โ it was trained end-to-end with visual-to-code data pipelines.
Coding Capability Comparison (Estimated Scores 0-100)
| capability | qwen | claude | gpt |
|---|---|---|---|
| Text-to-Code | 95 | 97 | 92 |
| Screenshot-to-Code | 88 | 72 | 68 |
| Wireframe-to-Code | 82 | 65 | 61 |
| Debug from Logs | 91 | 93 | 87 |
| Multi-file Refactor | 86 | 90 | 83 |
Agentic Loop Persistence
Where previous Qwen models would lose coherence after three or four autonomous iteration cycles, Qwen3.6-Plus maintains consistent task tracking across extended agentic sessions. In internal testing reported by Alibaba, the model successfully completed 42-step software engineering tasks โ refactoring a microservice, writing tests, fixing failures, updating documentation, and creating a pull request โ without human intervention.
Million-Token Context for Codebase Understanding
The one-million-token context window is not just a number. It means Qwen3.6-Plus can ingest an entire medium-sized codebase โ roughly 750,000 words of code โ in a single context window. For agentic coding workflows, this eliminates the retrieval-augmented generation complexity that plagues competitors working with smaller context windows.
The Emerging Two-Tier AI Ecosystem
What is crystallizing in April 2026 is a two-tier ecosystem that looks increasingly permanent.
Tier 1: Proprietary Frontier Models. Claude Opus 4.5, GPT-5.4, Qwen3.6-Plus, Gemini Ultra 2, and the forthcoming Grok 5. These models lead on benchmarks, support the longest context windows, have the strongest agentic capabilities, and are available exclusively through paid APIs. Training costs range from $500 million to over $1 billion. They are accessible only to developers and enterprises willing to pay per-token pricing and accept vendor dependencies.
Tier 2: Open-Source Capable Models. Gemma 4, Llama 4, DeepSeek V4, and community fine-tunes. These models are genuinely impressive โ Gemma 4 competes with some Tier 1 models on specific benchmarks. They can run locally, be fine-tuned, and deployed without API costs. But they consistently trail the frontier by six to eighteen months on the most demanding tasks, and they lack the agentic loop persistence and million-token context windows that define Tier 1.
Tier 1 (Proprietary) vs Tier 2 (Open) Model Performance by Task Complexity
| task | tier1 | tier2 |
|---|---|---|
| Simple Q&A | 95 | 93 |
| Code Generation | 92 | 85 |
| Complex Reasoning | 90 | 78 |
| Agentic Workflows | 88 | 65 |
| 42-Step Tasks | 82 | 41 |
For many applications, Tier 2 models are sufficient. A chatbot answering customer questions does not need a one-million-token context window. A content moderation system does not need 42-step agentic persistence. A translation service does not need multimodal screenshot-to-code capability.
But the applications that define the economic future of AI โ autonomous software engineering, scientific research acceleration, financial modeling, drug discovery โ increasingly require Tier 1 capabilities. And Tier 1 is going proprietary.
This creates a bifurcation in the AI economy. Companies that can afford $2 to $10 per million tokens get access to the most powerful tools in history. Companies that cannot are limited to models that are good but not transformative. The economics of AI that we examined earlier this week suggested this outcome was coming. Alibaba's pivot makes it concrete.
What the Market Is Saying
The market's reaction to Alibaba's pivot has been revealing. Alibaba Group's stock rose 4.2 percent in the two trading days following the announcement. Analysts at Morgan Stanley upgraded their price target, citing "improved monetization visibility in the AI division." Goldman Sachs published a note titled "The End of the Free Model Era" arguing that Alibaba's move would be followed by other Chinese AI labs within twelve months.
Stock Price Movement Post-Announcement (Indexed to 100)
| day | alibaba | meta | |
|---|---|---|---|
| Mar 31 | 100 | 100 | 100 |
| Apr 1 | 101.2 | 99.8 | 100.1 |
| Apr 2 | 104.2 | 98.5 | 99.3 |
| Apr 3 | 103.8 | 99.1 | 99.7 |
| Apr 4 | 105.1 | 98.8 | 100.2 |
The market is telling us something important: Wall Street believes AI companies should be monetizing, not giving away, their most capable models. This creates pressure on every remaining open-source AI effort. Meta's Llama team reportedly faced internal questions about the sustainability of their open-source program at a recent all-hands meeting. Google's Gemma program lead published a blog post on April 3 โ almost certainly not a coincidence โ reaffirming Google's commitment to open models.
The message between the lines: if you are depending on open-source AI, do not assume the providers feel the same way about keeping it free.
What Developers Should Do Now
The era of "pick the best open model and run it yourself" as a default AI strategy is narrowing. Here is what a pragmatic developer or engineering leader should be doing right now.
1. Audit Your Open-Source Dependencies
Map every production system that depends on open-source AI models. For each one, answer three questions: What would it cost to switch to a proprietary API? How much control would you lose? What is your timeline if the open-source model stops being maintained?
2. Build Abstraction Layers
If you have not already, abstract your AI model calls behind a provider-agnostic interface. Use frameworks like LangChain, LiteLLM, or the Model Context Protocol that has now crossed 97 million installs. When the next model disappears behind a paywall, your migration should take hours, not months.
3. Maintain Multi-Model Capability
Do not optimize for a single model. Test your applications against at least three models from different providers. The cost of maintaining multi-model compatibility is real but small compared to the cost of a forced migration under time pressure.
4. Invest in Local Inference Infrastructure
For applications where data privacy, latency, or cost are critical, invest in local inference hardware. NVIDIA's RTX 5090 can run 30-billion-parameter models comfortably, and Gemma 4's performance proves that smaller open models are increasingly competitive. But plan for a world where the best models are never available locally.
AI Strategy: Risk vs Implementation Cost (Relative Scale)
| strategy | risk | cost |
|---|---|---|
| Single Model | 90 | 20 |
| Multi-Model API | 40 | 50 |
| Hybrid (Local+API) | 25 | 65 |
| Full Abstraction | 15 | 75 |
5. Watch the Remaining Open-Source Champions
Meta, Google Gemma, and DeepSeek are your insurance policies. Track their release schedules, benchmark their models against your use cases, and maintain the ability to switch. But do not confuse their current openness with a permanent commitment.
The Prediction
We track predictions rigorously on this site, with specific claims, target dates, and validation criteria. Here is ours for the open-source AI landscape:
By Q4 2026, at least two more major AI labs currently releasing open-source models will transition their flagship products to proprietary or restricted licensing. The most likely candidates are Mistral (which has already partially retreated) and one of the Chinese labs currently releasing open weights (Baichuan, Yi, or 01.AI).
The underlying dynamic โ training costs rising faster than the indirect benefits of open-sourcing โ is structural, not temporary. Until a fundamentally cheaper training paradigm emerges, the economic gravity pulls every well-funded AI lab toward monetization.
Lessons from Other Industries
The pattern Alibaba is following has precedents outside AI, and none of them are encouraging for open-source advocates.
Red Hat and Enterprise Linux. Red Hat built its brand on open-source Linux, then spent two decades tightening access to RHEL source code. The culmination came in 2023 when Red Hat locked CentOS Stream behind restrictions that made true free rebuilds impractical. IBM, which acquired Red Hat for $34 billion, needed returns. The community spun up alternatives โ Rocky Linux, AlmaLinux โ but none matched Red Hat's enterprise reliability or support ecosystem. Red Hat remains the dominant enterprise Linux platform despite the community's anger.
MongoDB and the SSPL. MongoDB adopted the Server Side Public License in 2018, a license specifically designed to prevent cloud providers from offering MongoDB-as-a-service without contributing back. The open-source community called it "fake open-source." MongoDB's stock price has risen approximately 400 percent since the license change. The company's revenue crossed $2 billion in 2025. The market rewarded monetization over openness.
Elasticsearch and the License War. Elastic changed Elasticsearch's license in 2021 to prevent AWS from offering a competing managed service. AWS forked the project as OpenSearch. Both survived, but Elastic โ the proprietary version โ generates more revenue, hires more engineers, and ships features faster than the fork.
Annual Revenue After Licensing Restrictions ($M)
| company | revenue |
|---|---|
| Red Hat (Post-Lock) | 3800 |
| MongoDB (Post-SSPL) | 2100 |
| Elastic (Post-License) | 1300 |
| Rocky Linux | 12 |
| OpenSearch (Fork) | 45 |
The lesson is consistent: companies that restrict open-source access see short-term community backlash and long-term revenue growth. The community forks and rebuilds, but the fork almost never catches the original. This is because the core asset in modern software is not the code โ it is the team, the data, the training pipeline, and the deployment infrastructure. In AI, this asymmetry is even more extreme. You cannot fork a $800 million training run.
Alibaba's leadership has studied these cases. They know the community will be angry. They know there will be editorials โ including this one โ criticizing the decision. They also know that in eighteen months, the conversation will have moved on, Qwen3.6-Plus will have millions of paying users, and the question will not be whether Alibaba was right to go proprietary, but whether they should have done it sooner.
The Uncomfortable Truth
There is an uncomfortable irony at the heart of Alibaba's pivot. Qwen3.6-Plus is, by some benchmarks, the most capable coding AI model in the world. It leads on Terminal-Bench 2.0. It is second only to Claude on SWE-bench. Its multimodal coding capabilities are genuinely novel.
And it was built on the back of open-source research that Alibaba itself championed. The transformer architecture published by Google Brain. The reinforcement learning from human feedback techniques developed by OpenAI and shared in papers. The training data curation methodologies that emerged from the open ML research community. The evaluation benchmarks built by academic institutions that could not afford to build models themselves.
Alibaba took from the commons and is now fencing off its garden. That is a rational economic decision. It may also be a moral failure. And it is almost certainly the future.
Frontier AI Labs by Licensing Strategy (April 2026)
| Name | Value |
|---|---|
| 58 | |
| 27 | |
| 15 |
The open-source AI movement is not dead. Gemma 4 proves that. Meta's Llama program proves that. The thousands of researchers fine-tuning, adapting, and improving open models prove that. But the era when you could assume the most capable model for any given task would be available as open weights โ that era ended this week.
Welcome to the Great AI Closing. The gates are swinging shut โ not with a bang, but with a quarterly earnings report and a Wall Street upgrade. And the gap between what you can build for free and what you can build for a fee will only widen from here.
Plan accordingly.
Further reading: Google Gemma 4 Changes Everything: When Open-Source AI Models Start Beating the Giants for the counterargument, and The Economics of AI: When the Math Doesn't Work for the financial forces driving these decisions.
Leonardo.ai Settings
- Model: Phoenix 1.0
- Style: Dynamic
- Ratio: 16:9
- Size: Large
- Number of Images: 4
Prompt
Monumental scale composition viewed from a low dramatic angle showing an immense stone fortress gate slowly closing against a twilight sky, one half of the gate carved with open padlock symbols and flowing data streams in warm amber and bronze tones, the other half sealed with heavy iron bolts and proprietary lock icons in deep charcoal and gunmetal gray. Scattered fragments of glowing code fall like autumn leaves from the narrowing gap between the gates. The ground is littered with discarded open-source license documents rendered as weathered parchment. Dramatic chiaroscuro lighting creates massive shadows extending toward the viewer. Architectural monumentality, sandstone and iron textures, epic proportions. Avoid blue cyan tech aesthetic, avoid data center visuals, avoid holographic interfaces, avoid matrix circuit patterns. 16:9 aspect ratio.

