The conventional wisdom in AI had been settling: foundation models are a commodity that only hyperscalers can afford to train, and everyone else rents access through an API. Llama 4 upends that assumption entirely.

The Performance Story

On standard benchmarks — MMLU, HumanEval, MATH — Llama 4 Scout (the mid-size variant at 17B active parameters) matches GPT-4's performance from two years ago. For most production use cases, that's more than sufficient. And it runs on a single high-end workstation GPU.

The larger Llama 4 Maverick (128B parameters, mixture-of-experts architecture) trades blows with GPT-4o on most benchmarks, loses on a few (particularly long-context reasoning), and wins on several coding tasks.

What This Means for Businesses

The cost calculus shifts dramatically. A company currently spending $50,000/month on OpenAI API calls for a RAG-based customer support system could potentially replace that with a self-hosted Llama 4 fine-tune, running inference on owned hardware at a fraction of the recurring cost. The upfront investment in infrastructure and ML expertise is non-trivial, but the breakeven point is measured in months, not years, for high-volume workloads.

"We migrated our document processing pipeline to Llama 4 in six weeks. Our inference cost dropped by 80%." — CTO, legal-tech startup.

The Licensing Nuance

Llama 4 is "open" but not fully open-source in the OSI sense. Companies with more than 700M monthly active users must obtain a separate commercial licence from Meta. For everyone below that threshold, it's free — which covers the vast majority of businesses in the world.