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.
LatestOpenBMBNeedle
OpenBMBCode

Needle: A 26M-Parameter Model Built for Tool Calling

Cactus Compute distilled Gemini's tool-calling behavior into a tiny model meant to run locally.

May 12, 2026
NotableApache 2.0

Cactus Compute has released Needle, a remarkably small language model aimed at a single, increasingly important job: tool calling. At roughly 26 million parameters, it is a fraction of the size of the frontier systems it learned from, and it is distributed under the permissive Apache 2.0 license.

The pitch is straightforward. According to the project, Needle was distilled from Gemini's tool-calling behavior, meaning the team trained a compact model to imitate how a much larger system decides when and how to invoke external functions. The result is small enough to run locally, without the latency, cost, or privacy tradeoffs of routing every request to a hosted API.

Why it matters

Tool calling has become the connective tissue of modern AI applications, letting models query databases, hit APIs, and trigger actions rather than just generating text. But most production setups lean on large general-purpose models to handle that routing, which is expensive and overkill for what is often a narrow classification-and-formatting task.

  • A 26M-parameter footprint is small enough for on-device and edge deployment.
  • Distillation targets a specific skill rather than broad reasoning, trading generality for efficiency.
  • The Apache 2.0 license leaves room for commercial use and modification.

Needle is an initial release, so its real-world reliability across diverse tools and schemas remains to be proven in the wild. Still, it reflects a growing thesis in open-source AI: that many practical jobs don't require a giant model, and that purpose-built small models can quietly handle the plumbing. Full details and code are available on the project's GitHub repository.

Sources

  • Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model

    Hacker News

    Visit

Get the model

Hacker News

Specs

Parameters26M
LicenseAPACHE-2.0
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