← All stories
● Covered by 1 source · 1 reportMedium impact1 neutral

Needle2: 14MB Agentic LLM for Edge Devices

🔄 Updated 1d ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • 45 million parameters, 14MB file size, 28MB session RAM
  • Designed for devices under $200 without GPUs or NPUs
  • Focuses on function calling and structured outputs for device control
  • Uses lossless 2-bit quantization for efficiency

Introduction to Needle2

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.

Technical Specifications and Performance

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.

Functionality and Use Cases

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.

Edge-Cloud Collaboration and Data Privacy

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.

Quantization and Training Approach

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 →

The daily brief

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.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~7 min · 6 stories · Aug 15

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

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.