Needle: A 26M-Param Model Built for On-Device Tool Calls
Cactus Compute's tiny encoder-decoder is distilled specifically for function calling at the edge, trading general chat for a narrow, useful job.
Cactus Compute has released Needle, a compact encoder-decoder model with roughly 26 million parameters that is distilled for a single, practical task: tool and function calling. Rather than aiming to be a general-purpose chatbot, Needle is designed to interpret a request and emit the structured call needed to invoke an external function, according to the project's GitHub repository.
The headline number here is size. At 26M parameters, Needle sits far below the sub-billion-parameter models that already market themselves as lightweight. That footprint is the point: it is small enough to run directly on phones, embedded hardware, and other resource-constrained devices without leaning on a cloud endpoint.
Why it matters
Function calling is the connective tissue of modern AI agents — the step where a model decides which tool to invoke and with what arguments. Running that step locally has real advantages:
- Latency: on-device inference avoids a network round trip.
- Privacy: user prompts and parameters need not leave the device.
- Cost: no per-call API charges for a routine, high-frequency task.
By narrowing scope to tool calling and distilling aggressively, Needle bets that many agentic workflows don't need a large model to route requests — a specialized small one will do.
The model is released under the permissive MIT license and is available on Hugging Face. As with any distilled, task-specific model, the open questions are how reliably it parses complex or ambiguous calls and how well it generalizes across tool schemas it wasn't trained on. For developers building edge-first agents, though, a purpose-built model this small is an appealing starting point.
Sources
- Visit
Cactus-Compute/needle
Hugging Face
More in Code

Kwaipilot Releases KAT-Coder V2.5 Dev, an Agentic MoE Coder
Kuaishou's coding team ships an open mixture-of-experts model built on the Qwen3.5 MoE architecture and tuned for agentic development work.
Poolside releases Laguna-S-2.1 coding model
The AI coding startup puts a version of its Laguna family on Hugging Face under the permissive OpenMDW license.

DeepReinforce's Ornith-1.0-9B Targets Agentic Coding
A compact, MIT-licensed 9B model built for autonomous coding tasks arrives on Hugging Face.
0 comments
No comments yet. Be the first to weigh in.