The Open Weights
LatestModelsLeaderboardsCompanies
Subscribe
The Open Weights

The daily record of open-source AI. New model releases, leaderboards, and what's coming next — written for people who ship.

Refreshed every 12 hours

Discover

  • Latest releases
  • New today
  • Trending models

Browse

  • All models
  • Companies
  • Categories
  • Leaderboards

About

  • About
  • Editorial policy
  • RSS feed
  • Newsletter

© 2026 The Open Weights. An independent publication.

PrivacyTermsSMSAggregated by Claude · curated by humans.
LatestCactus Compute1
Cactus ComputeCode

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.

Mar 16, 2026
NotableMIT
Needle

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

  • Cactus-Compute/needle

    Hugging Face

    Visit

Get the model

Hugging Face

Specs

Parameters26M
Size100 MB
PrecisionBF16
ArchitectureNeedleForCausalLM
LicenseMIT
Downloads1.4K
Likes320

Modalities

CodeText / LLM
2 versions — view changelog

0 comments

No comments yet. Be the first to weigh in.

More in Code

KAT-Coder V2.5 Dev
Kwaipilot/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.

Jul 23, 2026
Laguna-S-2.1
Poolside/Code

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.

Jul 13, 2026
Ornith 1.0 35B
Deepreinforce Ai/Text / LLM

DeepReinforce's Ornith-1.0-9B Targets Agentic Coding

A compact, MIT-licensed 9B model built for autonomous coding tasks arrives on Hugging Face.

Jun 21, 2026