01 / THE SIGNAL

我们发现了什么

方向观察:Needle2:面向手机、可穿戴设备、智能家居和机器人的 14MB 代理式 LLM。原文包含第三方或历史项目线索,暂不能归属于本产品,需核对完整来源。

  • 来源:Hacker News发现于 2026-08-11
  • 证据等级:D · 包含历史项目、第三方案例或未来计划;不能作为当前项目收入证据。
  • 商业模式:API / Usage-based
  • 主题:AI Agent
  • 初筛评分:25.7/100 · 收录 1
#工作流自动化#待验证#产品发现
02 / SOURCE & EVIDENCE

证据,比故事更重要。

包含历史项目、第三方案例或未来计划;不能作为当前项目收入证据。

规则清洗与初筛,未经人工商业核验。原文语境、实际客户和付费情况仍需自行验证。

引用与数字披露

来源类型(原作者自述/第三方测算/媒体转引)需采集端标注,本版尚未落字段。

短句引用
作者
未标注
抓取日期
来源类型
未标注
数字口径
币种
未标注
口径
未标注
披露主体
未标注
披露日期
未标注

中文辅助译文(全文)

HN 大家好,我是 Cactus 的 Henry!我们之前发布了 Cactus Needle,这是一款 14MB 的智能体(agentic)LLM,用于手机、可穿戴设备、智能家居、小型机器人和微控制器的工具调用、设备操控和结构化抽取。我们在此收到了非常棒的反馈,现在已经采纳了这些建议,发布了 Needle 2。整个模型是一个 14MB 的二进制文件,运行一个完整会话仅需 28MB 内存;4500 万参数,2 位压缩。Needle 在 Raspberry Pi 5 上达到 500 tokens/sec 的解码速度,在 Meta Quest 3S 和 Apple Vision Pro 等 VR 设备上达到 400–1,500 tokens/sec,在 Samsung A 系列等 200 美元以下手机上达到 300–700 tokens/sec。在工具调用和移动设备操控基准测试中,Needle 2 以比 LFM2.5 230M 和 Apple Foundation Model 等最接近的小型模型小 5 倍到 70 倍的体积与之互有胜负,二者均为 f16,而 Needle 2 为 2 位。Needle 基于我们论文中的 Simple Attention Networks(https://arxiv.org/abs/2607.18363)。边缘 AI 最近意味着 Mac 和 PC,但这些在全球超过 210 亿台互联物联网设备中只占 15 亿台,而在新兴市场,大多数手机售价低于 200 美元,没有 NPU,只有廉价 GPU。

这些设备包括廉价手机、Raspberry Pi、微控制器、可穿戴设备、Reachy Mini 等小型机器人,以及联网家居设备。一个标准宽度的 Transformer 每次 token 花费 1.64 亿次浮点运算(MFLOPs),即使压缩到 Needle 的参数数量也要花费 8700 万次,而 Needle 花费 7000 万次。即使在高端手机上,常驻助手也必须满足功耗预算;每一个 MFLOP 都对应着毫瓦时,而 Needle 每次 token 消耗的 MFLOP 比最小的高性能 LLM 少 7 倍到 85 倍。有关架构的更多信息,请参阅链接。当我们把面向消费设备的智能构建为带类型参数(typed parameters)的函数时,唯一困难的部分就是将一个杂乱的句子映射到这些函数上:哪个函数,带哪些值。我们的研究发现,以这种方式构建时,该问题不需要世界知识,也不需要开放式散文,这就是 4500 万参数足够的原因。Needle 2 扩展到结构化抽取,其中模式(schema)可以原地传入代替工具,模型返回结构化输出。你可以把 Needle 用作带枚举字段的文本分类模型,也可以通过提供抽取关键字段的模式用作摘要模型,除了自由生成式解码之外的所有任务都可以。每个产品都有自己的工具词汇,对 Needle 进行微调有助于它在自定义任务上达到前沿水平,因此使用 Python 包(https://github.com/cactus-compute/needle),可以在 Mac/PC 上用几分钟到几小时对 Needle 进行微调,并提供自动化数据生成流水线,只需传入少量样本。

尽管如此,每个响应都带有基于我们 Cactus Hybrid 技术学习到的置信度分数。如果高于你的阈值,就执行;低于阈值,就升级到云端或更大的模型。将 Needle 2 与私有部署的 DeepSeek-v4-Flash 结合使用,对企业级任务特别有效,成本几乎可以忽略,我们可以协助完成这一设置。我们……

译文由上游机器翻译生成,可能有误;判断请以英文原文为准。

英文原文(来源本站未改写)

Hey HN, Henry from Cactus here!We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers.We got really great feedback here, and have now incorporated the suggestions to release Needle 2.The whole model is a single 14MB binary that runs a full session in 28MB of RAM;45m parameters at 2bit compression.Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges 300-700 on sub-$200 phones such as the Samsung A-Series.

On the tool call and mobile device use benchmarks, Needle 2 trades wins with closest small models like LFM2.5 230M and Apple Foundation Model, at 5x to 70x smaller, both at f16 vs Needle 2 at 2bit.Needle is based on Simple Attention Networks from our paper ( https://arxiv.org/abs/2607.18363 ).Edge AI has lately meant Macs and PCs, but that is just 1.5 billion of over 21 billion connected IoT devices in the world today, and in emerging markets most phones ship under $200, no NPU, cheap GPUs.These include budget phones, Raspberry Pis, microcontrollers, wearables, small robots like Reachy Mini, and connected home devices.

A conventional transformer of Needle's width and depth spends 164 MFLOPs per token, and even one squeezed down to Needle's parameter count spends 87, Needle spends 70.Even on a high-end phone, an always-on assistant lives inside a power budget;every MFLOP is milliwatt-hours, and Needle spends 7x to 85x fewer of them per token than the smallest performant LLMs.More about the architecture in the link.When we structure intelligence for consumer devices as functions with typed parameters, the only hard part is mapping a messy sentence onto them;which function, with which values.

Our research found that when framed that way, the problem needs no world knowledge and no open-ended prose, which is why 45M parameters suffice.Needle 2 expands to structured extraction where the schema can be passed in-place of tools and the model returns structured output.You can use Needle as a text-classification model with an enum field, as a summarization model by providing a schema that extracts key fields, everything but free-range decode.

Every product has its own tool vocabulary and fine-tuning needle helps it achieve frontier-level performance on custom tasks, so using the python package ( https://github.com/cactus-compute/needle ), Needle can be fine-tuned Needle on a Mac/PC in minutes to a few hours, with automated data-generation pipeline, just pass a couple samples.Nonetheless, every response carries a learned confidence score based our Cactus Hybrid technique.If above your threshold, act, below it, escalate to the cloud or bigger model.Combining Needle 2 with a private DeepSeek-v4-Flash deployment works particularly well for enterprise-level tasks at barely any cost, we can help with this setup.We

出处https://cactuscompute.com/needle抓取日期 · 采集源 Hacker News

03 / EVIDENCE GAPS

这条还缺什么证据?

下面每条都由本条已有字段推出(等级、理由、商业模式、来源次数、是否演示), 本站不生成推测性结论;通用验证方法放在方法论页。

  • 可核验的收入或付费证据查官网定价页与付费口径;第三方数据源(如 GetLatka)只作旁证,需标注来源与时点。
  • 只有单一来源找一手站点或其他渠道是否重复出现同一产品;社区热帖数量不等于商业进展。

通用验证清单(谁有这个问题/谁愿意付费/一个人能交付哪一小步)见我们的筛选方法

04 / SIGNAL HISTORY

发现时间线