What is the difference between this and random sentence generator?
Show HN: Needle2: 14MB agentic LLM for phones, wearables, smart home and robots
21–30 of 188 posts
Re: Show HN: Needle2: 14MB agentic LLM for phones, wearables, smart home and robots
#22Was really cool to see yous use Engrams to cut down compute! Given its basically an O(1) lookup with disk space being the main constraint, I was curious if you've tried ablating engram layers and sizes across your setup? Also, why mHC over attention residuals?
Re: Show HN: Needle2: 14MB agentic LLM for phones, wearables, smart home and robots
#23Funny result from the web demo. I'm well aware that it's an extremely small and, well, stupid, model, but even so: Query: HN Result: { "function_calls": [ { "name": "lock_door", "arguments": { "door": "front door" } } ], "reasoning": "User wants to lock the door. No specific door mentioned, so use 'front door' as default.", "confidence": 0 } I'd expect it to at least ignore (call no tools) for the queries that it doe…
Re: Show HN: Needle2: 14MB agentic LLM for phones, wearables, smart home and robots
#24With that being said, the web demo is not particularly impressive. It really doesn't like anything I throw at it. I'm fine with accepting that fine-tuning is the solution to this, but I wonder if there's anything to gain from a bigger model? I know it's completely counter to the whole point of this, but a 14MB binary using 28MB of RAM seems unnecessarily small and pretty arbitrary.
Like, what does a 28MB binary get you? Or a 140MB binary? Or a 1.4MB binary? I'm guessing the choice of 14MB came from minimizing the size as much as possible while meeting certain requirements/performance expectations, but even a Pi 5 has plenty more room to spare. Curious if there's a good explanation for this (which I may have missed in my skim of the post).
Re: Show HN: Needle2: 14MB agentic LLM for phones, wearables, smart home and robots
#25Re: Show HN: Needle2: 14MB agentic LLM for phones, wearables, smart home and robots
#26While most of the industry focuses on the frontier of “intelligence” (function), a release like this represents the frontier of the other end of the spectrum (form).
Both are important if we ever want to see “Opus-level” capability running locally on commodity machines in the future.
Re: Show HN: Needle2: 14MB agentic LLM for phones, wearables, smart home and robots
#27Re: Show HN: Needle2: 14MB agentic LLM for phones, wearables, smart home and robots
#28Earlier quoted context omitted.
False positives are definitely relevant and worth measuring - natural language interfaces always have a discoverability problem, i.e., users not knowing what actions the system does and does not support. If the frontend of that system lacks the ability to reject unsupported commands, weird stuff happens. Nonetheless, this is very cool work! If I can offer a small suggestion to the team at Cactus, it would be to evalu…
> "confidence": 0 OP and the linked page talk about the confidence score and using it as an action threshold, so it looks like an appropriate total response to me.
Re: Show HN: Needle2: 14MB agentic LLM for phones, wearables, smart home and robots
#29I’d be interested in attempting to run this in a network- enabled 32MiB RAM microVM.
Re: Show HN: Needle2: 14MB agentic LLM for phones, wearables, smart home and robots
#30This is cool! While most of the industry focuses on the frontier of “intelligence” (function), a release like this represents the frontier of the other end of the spectrum (form). Both are important if we ever want to see “Opus-level” capability running locally on commodity machines in the future.