Can it summarize text it fetches? Come to think of it, this could be a nice model to have as the first pass in a more complex agent system where Needle hands of the results of a tool call to a larger model. I will defiantly play around with this!
Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model
51–60 of 255 posts
Re: Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model
#52Earlier quoted context omitted.
I know we all think of bad things when we hear "short form video" but short demos can do a LOT for any project, shows the user how its used, what it looks like, what it solves, etc all in anywhere from 15 seconds to a couple of minutes, doesn't need to be ultra fancy, screen recording is fine. :)
Since there is no GUI here, I feel like a simple plaintext chat transcript would be both 100x smaller and 100x easier to read. (Not to mention accessible.)
Re: Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model
#53I haven't played with it yet, but does it ever return anything other than a tool call? What are the failure modes? What if it doesn't understand the request? Does it ever say it can't find a tool? Does it get confused if there are two similar (but different) tools? Can it chain tools together (e.g. one tool to look up and address and another to get directions to the address)?
I mean, I plan on downloading the model later tonight and finding out for myself, but since I'm stuck at work right now, I figured I'd ask anyway...
Re: Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model
#54This is very cool I'm going to try to carve out some time to try building this into my MOO system ( https://codeberg.org/timbran/moor / https://timbran.org/moor.html ) as alternative command parser front end.
Man, I love that there are still people writing new MOO servers in 2026. Any game out there already running on mooR?
Re: Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model
#55Re: Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model
#56Re: Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model
#57Re: Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model
#58Why pick Gemini? It's probably the worst tool calling model of the major labs.
Re: Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model
#59Is it a replacement for Kimi 2.7, Claude Haiku, Gemini Flash 3.1 lite, a conversational LLM for the situations where it's mostly tool-calling like coding and conversational AI?
Re: Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model
#60This is pretty much exactly what I want for Home Assistant. I yell out, "Computer! Lights!" and it toggles the lamp in the room on or off. (I mean I can do that now, I think, but probably with a much larger model.) I haven't played with it yet, but does it ever return anything other than a tool call? What are the failure modes? What if it doesn't understand the request? Does it ever say it can't find a tool? Does it…