While most of the AI world is racing to build ever-bigger language models like OpenAIâs GPT-5 and Anthropicâs Claude Sonnet 4.5, the Israeli AI startup AI21 is taking a different path.
AI21 has just unveiled Jamba Reasoning 3B, a 3-billion-parameter model. This compact, open-source model can handle massive context windows of 250,000 tokens (meaning that it can ârememberâ and reason over much more text than typical language models) and can run at high speed, even on consumer devices. The launch highlights a growing shift: smaller, more efficient models could shape the future of AI just as much as raw scale.
âWe believe in a more decentralized future for AIâone where not everything runs in massive data centers,â says Ori Goshen, Co-CEO of AI21, in an interview with IEEE Spectrum. âLarge models will still play a role, but small, powerful models running on devices will have a significant impactâ on both the future and the economics of AI, he says. Jamba is built for developers who want to create edge-AI applications and specialized systems that run efficiently on-device.
AI21âs Jamba Reasoning 3B is designed to handle long sequences of text and challenging tasks like math, coding, and logical reasoningâall while running with impressive speed on everyday devices like laptops and mobile phones. Jamba Reasoning 3B can also work in a hybrid setup: Simple jobs are handled locally by the device, while heavier problems get sent to powerful cloud servers. According to AI21, this smarter routing could dramatically cut AI infrastructure costs for certain workloadsâpotentially by an order of magnitude.
A Small but Mighty LLM
With 3 billion parameters, Jamba Reasoning 3B is tiny by todayâs AI standards. Models like GPT-5 or Claude run well past 100 billion parameters, and even smaller models, such as Llama 3 (8B) or Mistral (7B), are more than twice the size of AI21âs model, Goshen notes.
That compact size makes it more remarkable that AI21âs model can handle a context window of 250,000 tokens on consumer devices. Some proprietary models, like GPT-5, offer even longer context windows, but Jamba sets a new high-water mark among open-source models. The previous open-model record of 128,000 tokens was held by Metaâs Llama 3.2 (3B), Microsoftâs Phi-4 Mini, and DeepSeek R1, which are all much larger models. Jamba Reasoning 3B can process more than 17 tokens per second even when working at full capacityâthat is, with extremely long inputs that use its full 250,000-token context window. Many other models slow down or struggle once their input length exceeds 100,000 tokens.
Goshen explains that the model is built on an architecture called Jamba, which combines two types of neural network designs: transformer layers, familiar from other large language models, and Mamba layers, which are designed to be more memory-efficient. This hybrid design enables the model to handle long documents, large codebases, and other extensive inputs directly on a laptop or phoneâusing about one-tenth the memory of traditional transformers. Goshen says the model runs much faster than traditional transformers because it relies less on a memory component called the KV cache, which can slow down processing as inputs get longer.
Why Small LLMs Are Needed
The modelâs hybrid architecture gives it an advantage in both speed and memory efficiency, even with very long inputs, confirms a software engineer who works in the LLM industry. The engineer requested anonymity because theyâre not authorized to comment on other companiesâ models. As more users run generative AI locally on laptops, models need to handle long context lengths quickly without consuming too much memory. At 3 billion parameters, Jamba meets these requirements, says the engineer, making it a model thatâs optimized for on-device use.
Jamba Reasoning 3B is open source under the permissive Apache 2.0 license and available on popular platforms such as Hugging Face and LM Studio. The release also comes with instructions for fine-tuning the model through an open-source reinforcement-learning platform (called VERL), making it easier and more affordable for developers to adapt the model for their own tasks.
âJamba Reasoning 3B marks the beginning of a family of small, efficient reasoning models,â Goshen said. âScaling down enables decentralization, personalization, and cost efficiency. Instead of relying on expensive GPUs in data centers, individuals and enterprises can run their own models on devices. That unlocks new economics and broader accessibility.â
- Apple, Microsoft Shrink AI Models to Improve Them âº
- Bird-Brained AI Model Enables Reasoning at the Edge âº
- What DeepSeek Means for Open-Source AI âº