← Back to blog

When the licence, not the model, is what blocks deployment


Most public discussion of open-weight models concerns benchmarks. Most of the delay in actually deploying one concerns neither benchmarks nor infrastructure. It concerns the licence file and the context window, and both moved this month.

Alibaba’s Qwen team expanded production access to the Qwen 3.6 series through July 2026. The release ships under the Apache 2.0 licence, with a 256,000-token context window, doubled from the previous generation, and support for 201 languages. Neither headline is a capability claim. Both are deployment claims.

What a permissive licence removes

Several major open-weight families ship under community licences rather than standard open-source ones. Those licences typically add usage restrictions and reporting obligations above certain thresholds. None of that makes a model unusable, but all of it makes a model a legal question, and legal questions become calendar time.

Apache 2.0 imposes no usage restrictions, no royalty obligations, and no telemetry requirements. An organisation can download the weights, fine-tune them on proprietary data, deploy on its own hardware, and operate commercially without a licence-imposed governance overhead sitting on top of the deployment.

The point is not that licence review is difficult. Standard open-source licence handling has been routine for decades and is largely automated: a scanner identifies the licence, matches it against the approved list, and the matter closes without a person involved. Apache 2.0 takes exactly that path.

A bespoke model licence does not. It is not on the approved list, so it leaves the automated route and goes to a human. More significantly, its conditions are ongoing rather than settled at intake. Restrictions that bind on how the model may be used, and thresholds that trigger reporting once deployment grows, have to be tracked over the life of the system and re-checked whenever that system changes. A standard licence is a one-time classification. A bespoke one is a standing compliance obligation that needs a named owner.

What a longer context window removes

A 128,000-token window truncates a 200-page regulatory filing or a full patent specification. The standard workaround is a retrieval pipeline: chunk the document, embed the chunks, retrieve the relevant ones, reassemble the answer. It works, and it introduces its own failure modes, because every chunk boundary is a place where context can be lost and every retrieval step is a place where the wrong passage can be selected.

At 256,000 tokens a document of that scale is processed in one pass. The chunking, retrieval, and reassembly logic simply is not needed for that class of work. Fewer moving parts means a smaller error surface and, importantly for regulated use, a shorter explanation of how the system reached its answer.

For Swiss legal and compliance teams working through supervisory circulars, capital filings, or multi-language patent applications, that reduction in architectural complexity is worth more than a marginal benchmark improvement.

Why this matters more on owned infrastructure

Both properties compound when the model runs on infrastructure the institution controls rather than behind a third-party API.

A permissive licence means the weights can be fine-tuned on confidential process data without that data or the resulting model leaving the boundary. A long context window means whole confidential documents can be processed without an external retrieval service ever seeing their contents. On a hosted API, both advantages are partly surrendered at the network boundary, whatever the licence says.

The unglamorous conclusion

Model capability has not been the binding constraint on regulated AI deployment for some time. The binding constraints have been standing licence obligations, data handling, and architectural complexity, all of which are decided by licence terms, deployment location, and context limits rather than by leaderboard position.

A release that improves the first and the third, while leaving the second entirely to the deploying institution, is a more consequential event for a Swiss enterprise than most capability announcements. It is simply a less interesting headline.