Meta constructed the Llama 4 fashions utilizing a mixture-of-experts (MoE) structure, which is a method across the limitations of operating enormous AI fashions. Consider MoE like having a big group of specialised staff; as a substitute of everybody engaged on each activity, solely the related specialists activate for a selected job.
For instance, Llama 4 Maverick incorporates a 400 billion parameter dimension, however solely 17 billion of these parameters are lively without delay throughout considered one of 128 consultants. Likewise, Scout options 109 billion whole parameters, however solely 17 billion are lively without delay throughout considered one of 16 consultants. This design can cut back the computation wanted to run the mannequin, since smaller parts of neural community weights are lively concurrently.
Llama’s actuality test arrives shortly
Present AI fashions have a comparatively restricted short-term reminiscence. In AI, a context window acts considerably in that trend, figuring out how a lot data it may possibly course of concurrently. AI language fashions like Llama usually course of that reminiscence as chunks of information referred to as tokens, which might be entire phrases or fragments of longer phrases. Giant context home windows enable AI fashions to course of longer paperwork, bigger code bases, and longer conversations.
Regardless of Meta’s promotion of Llama 4 Scout’s 10 million token context window, builders have up to now found that utilizing even a fraction of that quantity has confirmed difficult because of reminiscence limitations. Willison reported on his weblog that third-party providers offering entry, like Groq and Fireworks, restricted Scout’s context to simply 128,000 tokens. One other supplier, Collectively AI, provided 328,000 tokens.
Proof suggests accessing bigger contexts requires immense assets. Willison pointed to Meta’s personal instance pocket book (“build_with_llama_4“), which states that operating a 1.4 million token context wants eight high-end Nvidia H100 GPUs.
Willison documented his personal testing troubles. When he requested Llama 4 Scout through the OpenRouter service to summarize an extended on-line dialogue (round 20,000 tokens), the end result wasn’t helpful. He described the output as “full junk output,” which devolved into repetitive loops.