Skip to content

32 min read

Three ways to see it

  1. Most of the press coverage of AI focuses on the giants: trillion-parameter flagship models running on warehouse-scale GPU clusters in Virginia or Iowa. There is a quieter revolution happening at the other end of the size spectrum. Microsoft's Phi family, Google's Gemma family, Alibaba's Qwen smaller variants, and Meta's Llama 3.2 1B and 3B models all run on a laptop, a phone, or a single inexpensive server. They are not as powerful as Claude or GPT-5. For a surprising number of useful tasks, they are enough. For any Pakistani professional working in a setting where internet is unreliable, electricity is intermittent, or data privacy is non-negotiable, this is the most important development of the year, and most people have not heard of it.

  2. Why small models exist. A flagship model has hundreds of billions of parameters because more parameters store more associations and produce more fluent output. Small models, in the range of one to ten billion parameters, are produced through a process called distillation, in which a small student model is trained to imitate the outputs of a large teacher model on a curated set of tasks. The result is a model that captures perhaps eighty percent of the practical capability at one tenth or one hundredth of the size. The trade-off is straightforward: small models are weaker at long, complex reasoning and have a higher rate of factual error. They are excellent at narrow, well-defined tasks like summarisation, translation, classification, and structured extraction.

  3. When small wins, in concrete Pakistani terms. A government dispensary in Layyah, off-grid for six hours a day, can run a 3B parameter medical assistant on a single laptop. The assistant takes a patient's symptoms entered by a Lady Health Worker in Urdu, returns a triage recommendation in Urdu, and never needs internet. A small textile factory in Faisalabad can run a Phi-3 mini model on a manager's desktop to summarise daily production reports without sending any commercial data to a foreign cloud. A school in Tharparkar with one slow internet connection per ten teachers can have an offline lesson-planning assistant running on a shared computer. The economic point is that small local models change the unit economics. They eliminate the per-prompt cost and the dependency on connectivity.

Quick check

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

The why-tree

Three patterns of size choice. Cloud big: use a flagship closed model for hard reasoning and complex drafting where the network and the price are acceptable. Edge small: run a 3B to 8B model locally for sensitive, repetitive, narrow tasks. Hybrid: run the small model first as a filter and only escalate hard cases to the cloud model, paying for the big model only when you need its capability.

Sources

Sources for further reading. The Microsoft Phi-3 and Phi-4 technical reports on the Microsoft research site. The Google Gemma model card on ai dot google dot dev slash gemma. The Meta Llama 3.2 announcement page covering the 1B and 3B mobile-friendly variants. The Ollama documentation at ollama dot com and the LM Studio user guide at lmstudio dot ai for practical setup. The Hugging Face open LLM leaderboard, filtered to small models, for the current quality ranking. For Pakistani case studies, the LUMS Centre for Speech and Language Technologies blog and the NUST AI research group's published work on low-resource language models.