精选归档 · 第 3 页

4152 条 · 共 52

6月2日6月2日周二

星期二 · 1 条
05:13
Ars Technica:AI(RSS)精选
AI 评分 72/100
黑客利用Meta AI客服聊天机器人漏洞窃取名人Instagram账户

黑客利用Meta AI客服聊天机器人的漏洞,窃取了高价的Instagram用户名并将其转售。Meta在事后修复了该安全漏洞。

另有 1 家信源报道Hacker News 热门(buzzing.cc 中文翻译)
推荐理由:Meta 的 AI 客服被一句自然语言就骗去改密码,完全绕过身份验证。这几乎是教科书级的提示注入攻击,提醒每个团队,给 AI 代理权限前至少加个人工授权环节。

5月28日5月28日周四

星期四 · 1 条
04:19
Meta Engineering Blog(RSS)精选
AI 评分 69/100
SilverTorch:索引即模型--推荐系统的新检索范式

Meta 推出SilverTorch推荐系统架构,统一了用户生成内容的所有检索组件。该架构吞吐量比现有技术高23.7倍,计算成本效率比CPU方案高20.9倍,同时提升了准确性。


推荐理由:SilverTorch 把索引本身变成模型,在推荐检索上拿到 23 倍吞吐提升,这个思路对搜索和推荐工程师都有启发,虽然离普通人有点远。

5月8日5月8日周五

星期五 · 1 条
08:06
Rohan Paul@rohanpaul_ai精选
AI 评分 78/100
atomic.chat为LLaMA.cpp引入多令牌预测技术,显著加速本地模型推理atomic[.]chat just made Gemma 4 26B faster inside LLaMA.cpp.making token generation about 40% faster in its MacBook Pro M5 Max test.Great news for local llms, because LLaMA.cpp and GGUF sit close to the local AI user base, where support often spreads into desktop apps, coding agents, and private on-device assistants.MTP (maltai token prediction) is like a smaller assistant drafting the next few words, while the main model checks whether those words are acceptable. If the draft is correct, the system accepts several tokens quickly. If the draft is wrong, the system rejects the wrong part and falls back to normal generation.atomic.chat通过为LLaMA.cpp引入多令牌预测技术,大幅提升了本地大型语言模型的推理效率。该技术利用小型辅助模型预先生成后续令牌草案,由主模型进行验证。在MacBook Pro M5 Max上测试时,使Gemma 4 26B模型的令牌生成速度加快约40%,整体运行速度提升1.5倍。这项优化进一步巩固了LLaMA.cpp和GGUF格式在本地AI生态中的核心地位,为桌面应用、编程助手和私有设备助手等场景提供了更高效的部署方案。

atomic.chat: Multi-Token Prediction (MTP) for LLaMA.cpp! Running Gemma4 local model 1.5x faster. We patched LLaMA.cpp. Quantized Gemm...


推荐理由:在笔记本上把 Gemma 26B 的生成速度拉高 40% 是个真实的体验提升,atomic.chat 把 MTP 带入 LLaMA.cpp 生态,本地 AI 玩家可以直接拿去用。

4月30日4月30日周四

星期四 · 1 条
21:41
Chubby♨️@kimmonismus精选
AI 评分 76/100
Meta首次日活用户下降,资本支出激增致股价大跌For the first time ever, Meta lost daily active users. The "Family daily active people" metric dropped by 20 million in Q1 2026, falling from 3.58b to 3.56b.Meta blames internet disruptions in Iran and Russia's WhatsApp ban, but here's the thing: the company bundles all its platforms into one metric, making it impossible to see which app is actually bleeding users. Convenient.Meanwhile, Zuckerberg is doubling down on the AI bet like never before. Meta raised its 2026 capex guidance to $125b to $145b, $10b more than previous estimates, driven largely by surging memory chip prices. That's roughly $400m per day spent on infrastructure. Revenue surged 33% to $56.3b and net income jumped 61%, so the money machine is humming. But the company also announced plans to lay off 8,000 employees, about 10% of its workforce, to "offset" those very AI investments. Reality Labs continues to hemorrhage cash too, posting another $4 billion operating loss.Wall Street wasn't impressed. Meta's stock dropped over 7% after hours, punishing the company not for its results, which beat estimates, but for its spending trajectory.2026年第一季度,Meta全球日活跃用户首次下降,"应用家族"日活减少2000万。公司归因于伊朗网络中断和俄罗斯禁用WhatsApp,但合并数据掩盖了具体应用流失。同时,Meta将2026年资本支出指引上调至1250-1450亿美元,主要用于应对内存芯片涨价和加码AI基础设施投资,日均投入约4亿美元。尽管营收增长33%至563亿美元、净利跃升61%,公司仍计划裁员8000人以"抵消"AI投资成本,Reality Labs部门亏损40亿美元。华尔街对其支出轨迹不满,股价盘后大跌超7%。

推荐理由:Meta 日活首降叠加千亿 AI 资本开支,这份财报把社交帝国的焦虑摊在了桌面上,用户流失与 AI 军备竞赛同时加速,信号交叉值得细看。

4月3日4月3日周五

星期五 · 1 条
03:59
Meta Engineering Blog(RSS)精选
AI 评分 82/100
KernelEvolve:Meta的Ranking Engineer Agent如何优化AI基础设施

Meta的Ranking Engineer Agent系列博客第二篇,聚焦其底层基础设施优化能力。该自主AI代理能够优化支撑广告排名模型运行的低层基础设施,旨在提升系统性能与效率。本篇承接首篇介绍的机器学习实验自主探索功能,进一步展示了该代理在硬件与系统层面的自动化优化实践。


推荐理由:Meta 内部工具展示 AI 自动化优化基础设施,工程师可借鉴实践。

4月1日4月1日周三

星期三 · 1 条
00:00
Meta Engineering Blog(RSS)精选
AI 评分 81/100
Meta Adaptive Ranking Model:弯曲推理扩展曲线,为广告提供LLM规模模型服务

Meta将其广告推荐系统的运行时模型扩展至LLM的规模和复杂度,旨在更深入理解用户兴趣与意图,以提升广告效果。这一举措通过自适应排序模型,优化了推理阶段的扩展曲线,使部署大规模模型服务成为可能,标志着推荐系统性能向新前沿迈进。


推荐理由:Meta的工程实践展示了如何优化LLM规模模型的推理效率,对AI系统设计有参考价值。

3月31日3月31日周二

星期二 · 1 条
00:00
Meta Engineering Blog(RSS)精选
AI 评分 71/100
AI助力美国产水泥与混凝土

Meta发布了名为贝叶斯优化的新AI模型,用于设计混凝土配比。该模型旨在帮助建筑行业生产更高质量、更可持续的混凝土混合物,并特别聚焦于美国本土生产的产品。此次发布与2026年美国混凝土学会春季大会同步进行,是Meta长期路线图的一部分,旨在推动建筑业利用人工智能优化材料性能与环保指标。


推荐理由:Meta 将 AI 应用于传统建筑行业,展示垂直领域落地案例,启发其他行业探索 AI 应用。

2月20日2月20日周五

星期五 · 1 条
08:00
Hugging Face:Blog(RSS)精选
AI 评分 86/100
GGML 和 llama.cpp 加入 HF 以确保 Local AI 的长期进展

GGML 和 llama.cpp 团队正式加入 Hugging Face,以支持本地 AI 社区的长期扩展。创始人 Georgi Gerganov 及团队将全职维护 llama.cpp,保持 100% 技术自主权和社区领导力,项目继续 100% 开源和社区驱动。Hugging Face 提供长期可持续资源,助力项目增长。技术上将优化 transformers 库与 llama.cpp 的无缝集成,实现近乎“一键式”的模型部署,并改进基于 GGML 的软件打包和用户体验。长期愿景是构建高效本地推理堆栈,推动开源超级智能的普及。


推荐理由:本地推理核心引擎获得长期资源保障,端侧 AI 生态稳定性大幅提升

12月11日12月11日周四

星期四 · 1 条
23:47
Hugging Face:Blog(RSS)精选
AI 评分 76/100
llama.cpp 服务器新增多模型管理功能

llama.cpp 服务器新增了类似 Ollama 的多模型管理功能。该功能采用多进程架构,每个模型独立运行,确保单个模型崩溃不影响其他服务。系统支持自动发现本地 GGUF 模型文件、按需加载,并默认采用 LRU 机制管理最多同时加载4个模型。用户可通过请求中的模型字段路由到特定模型,并可使用 API 进行加载、卸载和列表查看。所有加载的模型可继承路由器的统一设置,也支持通过预设文件为每个模型单独配置参数。内置 Web UI 同样支持模型切换。


推荐理由:本地跑模型终于能像 Ollama 一样热切换,开发调试效率大幅提升

11月27日11月27日周四

星期四 · 1 条
11:28
Saining Xie@sainingxie精选
Meta研究人员披露Facebook 2020年起使用TPU训练AImost of people didn’t know this we had been using TPUs at *Facebook* as far back as 2020. Kaiming led the initial development of the TF and JAX codebase, and research projects like MAE, MoCo v3, ConvNeXt v2 and DiT were developed *entirely* on TPUs.because we were the only team at FAIR using them, Meta cancelled the GCP deal in early 2023.TPUs also powered much of our large-scale work at NYU, including SiT, Cambrian1/S, and the recent RAE, FreeFlow.took a lot of suffering to learn the infra (not what they signed up for, but my students are basically TPU/JAX/XLA pros now), but once you get there, the performance/stability is exceptional.very optimistic about Google growing the TPU and JAX ecosystem and pushing it forward commerciallyMeta研究人员透露,Facebook自2020年起使用TPU训练AI,由Kaiming He领导开发TF和JAX代码库,MAE、DiT等模型完全基于TPU构建。因内部采用有限,Meta于2023年取消GCP协议。推文指出,Google、Anthropic等实验室长期使用TPU训练大模型,Nvidia的CUDA护城河并非不可逾越,OpenAI亦投资Triton寻求替代。TPU与GPU的效率差异并非关键,系统工程人才才是决定性因素。

Clive Chan: I keep seeing stuff about TPU, has anything materially new happened? There’s no evidence Google has ever trained a Gemin...


推荐理由:何恺明团队2020年起用TPU训练MAE/DiT,Nvidia护城河比想象更浅