AI Weekly Malaysia

Summaries

Short AI and tech summaries with source links, signal scores, and why each update matters for builders, founders, and Malaysian tech workers.

Reset

Showing 1-1 of 1 results

DateProviderScoreSummary
11 Aug 2026, 1:22 AMHacker News7.0 Show HN: Needle2: 14MB agentic LLM for phones, wearables, smart home and robots

Needle 2 is a 45M-parameter agentic LLM compressed to a 14MB binary that runs in 28MB of RAM, designed for tool calling, device control, and structured extraction on sub-$200 hardware. It hits 500 tokens/sec decode on a Raspberry Pi 5, 300–700 on budget Samsung A-Series phones, and even runs on ESP32-S3 microcontrollers. It trades benchmark wins with models 5×–70× larger (FunctionGemma 270M, LFM2.5 230M, Apple FM) on mobile device-use tasks, and is released under Apache 2.0 with weights on Hugging Face.

Why: If you are building IoT, smart home, wearable, or robotics products targeting the Malaysian or broader SEA market where most phones ship under $200, Needle 2 lets you run on-device function calling without a GPU, NPU, or cloud dependency. The 28MB RAM footprint means you can prototype agent-based device control on hardware you already have—Raspberry Pi, ESP32-S3, or budget Android phones—today, with the repo and sandbox available to test immediately.

Top