Needle2 is a new agentic large language model (LLM) with 45 million parameters, specifically engineered for resource-constrained edge devices. It is designed to operate on hardware costing under $200, including budget phones, Raspberry Pis, microcontrollers, wearables, and smart home devices, which typically lack dedicated GPUs or NPUs.
The model boasts a compact 14MB file size and requires only 28MB of session RAM. On a Raspberry Pi 5, Needle2 achieves prefill speeds of over 800 tokens per second and decode speeds exceeding 500 tokens per second. This efficiency is attributed to its lossless 2-bit quantization, which is applied during the training process rather than post-hoc.
Needle2 specializes in function calling and generating structured outputs. It maps natural language requests to device functions with typed parameters, making it suitable for controlling smart home devices or robots. The model's design prioritizes specific tasks over open-ended prose, allowing its smaller parameter count to be effective for device interaction.
The model incorporates an edge-cloud collaboration strategy. Each response includes a learned confidence score, and off-topic requests result in an empty call. This allows devices to handle routine tasks locally for privacy and speed, escalating only complex or low-confidence requests to the cloud, thereby keeping most interactions on-device.
Needle2 utilizes Cactus Quants, a lossless 2-bit quantization method applied from pre-training through post-training, covering weights, activations, and KV cache. This integrated approach ensures that the deployed 2-bit model retains the performance characteristics of the trained model, enabling its small footprint without compromising accuracy.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Needle2 is a new 45-million-parameter agentic large language model (LLM) designed for low-cost edge devices, such as phones, wearables, and smart home devices. It features a 14MB file size and 28MB session RAM, enabling on-device AI capabilities without requiring GPUs or NPUs, which matters because it expands the reach of AI to billions of connected IoT devices and budget hardware.