Skip to content

33 min read

Three ways to see it

  1. There is a fork in the road of AI procurement and most Pakistani institutions do not yet know they are standing at it. On one side sit the proprietary, closed models: Claude, ChatGPT, Gemini. You pay a per-token fee, you send your prompts to a foreign data centre, and you receive answers back. On the other side sit the open-weight models: Llama, Mistral, Qwen, DeepSeek. You download the model file, you run it on your own hardware, and your prompts never leave your building. This lesson is about which fork makes sense for which job, and why this question is more political than technical for any government or large enterprise in Pakistan.

  2. Start with the closed side. The advantage is quality. The flagship closed models, as of 2026, lead almost every public benchmark for reasoning, coding, and long-form writing. They are easier to use: you call an API, you pay a bill, and you get state-of-the-art output without owning a single GPU. The vendor handles updates, safety patches, content filtering, and abuse detection. For a Pakistani marketing agency drafting English campaigns, this is the simplest, fastest option. The disadvantages are equally clear. Every prompt leaves the country. Costs scale with usage and can spike unpredictably. If the vendor changes terms, raises prices, or refuses to serve Pakistani clients due to sanctions or political pressure, you have no recourse.

  3. Now the open side. Llama, Mistral, Qwen, and DeepSeek release model weights under licenses that let almost anyone download and run them. Qwen and DeepSeek come from Chinese labs and are particularly strong on Urdu adjacent languages including Chinese, Arabic, and Hindi. Llama is American and politically less complicated for Pakistani institutions that want to avoid the appearance of Chinese alignment. Mistral is French and tends to sit in the middle on those questions. Quality is now within striking distance of the closed flagships for most office work, and the gap closes by the month. Cost shifts from per-token fees to fixed hardware: a single A100 or H100 GPU server, costing roughly fifteen to thirty thousand US dollars, can serve a medium-sized department.

Quick check

Quick check: what makes modern AI different from a rule-based program?

The why-tree

Three deployment patterns. API-only: simplest, all prompts go to vendor, fits non-sensitive marketing and drafting work. Hybrid: closed model for general office work, open-weight self-hosted model for prompts involving citizen data, financial details, or strategy documents. Fully self-hosted: open-weight only, full sovereignty, highest operational overhead, fits intelligence agencies and any institution with a serious threat model.

Sources

Sources for further reading. The Meta Llama 3 and Llama 4 model cards on llama dot meta dot com. The Mistral AI documentation and license terms on mistral dot ai. The Qwen technical reports on the Alibaba Cloud research site. The DeepSeek model release notes on the DeepSeek site, especially the DeepSeek V3 and R1 papers. The Hugging Face open LLM leaderboard at huggingface dot co slash spaces, which ranks open-weight models by capability and updates continuously. For Pakistan-specific context, the National AI Policy draft published by the Ministry of Information Technology and Telecommunication, and the P@SHA position paper on AI for Pakistani enterprises.