AIHOT
精选全部 AI 动态AI 日报Agent 接入关于更新日志反馈信源提报
登录
精选全部日报更多
全部动态X · 9593 条
全部一手资讯X论文
Rohan Paul@rohanpaul_ai · 6天前59

New Harvard Business Review article. AI is now breaking hiring at both ends, with résumés becoming easier to fake and remote interviews becoming easier to script live. Hiring systems now reward people who can perform the hiring process, not always people who can do the work. The old résumé signal is weakening because candidates can generate polished, keyword-heavy applications in minutes, while AI screeners may favor text that looks like AI output, with one cited study finding 23% to 60% higher shortlisting for model-like résumés. Remote first-round interviews are also losing trust because live AI assistants can suggest answers during calls, especially for predictable behavioral questions like conflict stories, motivation answers, and rehearsed career narratives. The damage is not only false positives, where weak candidates look strong, but false negatives, where unconventional candidates never get seen because their documents are less optimized than their thinking. They propose replacing predictable first-round questions with live work-simulation prompts where the interviewer changes the facts mid-answer, asks the candidate to defend tradeoffs, and checks whether their reasoning stays coherent. A practical version is: give a messy job-relevant scenario, ask for a decision, then add a surprise constraint or contradiction and make the candidate revise their answer out loud.

译哈佛商业评论最新文章指出,AI正从两端破坏招聘:简历更易伪造,远程面试更易实时脚本作答。旧简历信号失效,候选人可用AI快速生成关键词丰富的申请材料,而AI筛选器反而偏爱AI风格简历——引用研究显示,此类简历入围率高出23%至60%。首轮远程面试中,AI助手可实时提供答案,尤其对冲突处理、动机回答等可预测的行为问题。伤害不仅是弱候选人被误认为强(假阳性),还有非传统候选人因简历未优化而完全被忽视(假阴性)。建议用实时工作模拟替代可预测问题:面试官在回答中途改变事实、要求候选人解释权衡并保持推理连贯。实用版本:给出杂乱工作场景,要求决策,再添加意外约束或矛盾,让候选人当场修改答案。

Chubby♨️@kimmonismus · 6天前65

GPT-5.6 impacts coming closer. Lets go! :))

译匿名模型“Kindle”被加入 Design Arena,很可能是此前曝光的 GPT-5.6 RC 检查点 “kindle-alpha”。它要来了。Let's go! :))

Greg Brockman@gdb · 6天前62

The goals we're working towards at OpenAI, to achieve the OpenAI mission and expand human agency as AI progresses: https://openai.com/index/built-to-benefit-everyone-our-plan/

译我们正在 OpenAI 努力实现的目标,以达成 OpenAI 的使命,并在 AI 进步的同时扩展人类能动性:https://openai.com/index/built-to-benefit-everyone-our-plan/

karminski-牙医@karminski3 · 6天前70

教你如何10秒钟训练一个小模型! 教大家如何从0训练一个(电)小(子)模(鹦)型(鹉)! (不包熟啊.....逃...) 只需要10秒钟! 而且完全不用搭建环境! 全程在网页训练! 首先你需要有个Mac, 我试了下N卡应该也行, 但是貌似有点问题适配的不好(我的3080Ti它适配失败了WarpSize不支持), 所以建议还是使用 Apple Silicon (M1-M5) 的 Mac 训练. 然后使用llmistanbul直接把你的纯文本文档拖进去就行, 尽量不要包含奇怪的格式, 比如markdown或者json啥的, 不然输出会很奇怪. 我这里直接把哈利波特1-7拖了进去 (注意, 你私下炼作为研究没人管, 但不要把别人的著作炼完了发出去, 请尊重原作者). 然后按照我这个图1:

译推文介绍了如何使用 llmistanbul 在网页上10秒内训练一个小模型(电子鹦鹉)。只需将纯文本文档(如哈利波特1-7)拖入即可,建议使用 Apple Silicon Mac(M1-M5),避免 markdown/json 等格式。N 卡(3080Ti)适配不佳。提醒尊重版权,勿公开发布他人作品。

Rohan Paul@rohanpaul_ai · 6天前64

Jensen Huang just refused Sen. Elizabeth Warren’s request to testify before Congress on AI chips, China sales, and export controls. Nvidia’s strongest argument is that US dominance weakens when foreign customers are pushed toward non-US chips, but Warren’s strongest argument is that market share means less when the buyer may become a strategic rival.

译Jensen Huang 刚刚拒绝了参议员 Elizabeth Warren 要求他就不 AI 芯片、对华销售和出口管制向国会作证的要求。 Nvidia 最有力的论点是,当外国客户被推向非美国芯片时,美国的优势会削弱;但 Warren 最有力的论点是,当买家可能成为战略竞争对手时,市场份额就没那么重要了。

Rohan Paul@rohanpaul_ai · 6天前70

New Anthropic research shows AI agents may look brilliant at code, but in biology they can fail before the science starts. Strong AI agents could give very different answers to the exact same biology data request, even when nothing changed in the prompt. In one Ebola sequence task, Claude Sonnet 4 returned 106 sequences in 1 run, then 15, then 5, while the expected answer was 266. Those missing sequences did not just make the dataset messy, they changed the scientific story built on top of it. One bad retrieval made the outbreak look like it traced back to 1922, instead of the manually curated result pointing to early 2014. The biology databases were too hard to use reliably through current AI tools. The agents often understood what they were being asked, but their answers varied a lot because they had to fight through scattered databases, hidden website rules, and fragile scripts. The key finding is that adding a repeatable retrieval tool made agents far more accurate and much more consistent.

译Anthropic 研究发现,AI 智能体在代码任务表现出色,但在生物数据库检索中容易失败。以埃博拉序列任务为例,Claude Sonnet 4 三次运行分别返回 106、15 和 5 条序列,而预期为 266 条。缺失序列导致科学结论严重偏移:智能体推断疫情回溯至 1922 年,人工筛选结果却指向 2014 年初。问题根源在于生物数据库分散、网站规则隐蔽、脚本脆弱。引入可重复检索工具后,智能体准确性和一致性大幅提升。Anthropic 呼吁建设更友好的基础设施。

Rohan Paul@rohanpaul_ai · 6天前50

A new US bill could ban some Chinese robots from America. The GUARD Act would force security agencies to review robots from China and other adversary countries, then place risky systems on the FCC’s Covered List, the same kind of restriction used against companies such as Huawei and ZTE. The fear is not only that a robot has cameras, microphones, sensors, maps, motors, and wireless links, but that the whole machine becomes a moving computer inside factories, labs, homes, and police departments. A separate Schumer-Cotton bill would stop federal agencies from buying or using Chinese humanoid robots, with exceptions for controlled military or law-enforcement research.

译美国新提出的GUARD法案要求安全机构审查来自中国及其他敌对国家生产的机器人,并将高风险系统列入FCC“覆盖清单”,类比此前对华为、中兴的禁令。立法者担忧机器人不仅配备摄像头、麦克风、传感器、地图、马达和无线链路,更会成为可在工厂、实验室、家庭和警局内移动的计算机。另一项Schumer-Cotton法案单独禁止联邦机构购买或使用中国人形机器人,但允许受控的军事或执法研究例外。

Suno@suno · 6天前28

the distance between in your head and out loud is smaller than ever

译脑海中的声音与放声唱出的距离,比以往任何时候都要小。

Sam Altman@sama · 6天前82

Here is our current plan for OpenAI: https://openai.com/index/built-to-benefit-everyone-our-plan/

译这是我们目前为OpenAI制定的计划:https://openai.com/index/built-to-benefit-everyone-our-plan/

ViggleAI@ViggleAI · 6天前66

Introducing the Viggle API. Give any character any motion, one API call - alive in seconds. Wire it into Claude, Codex, or any agent you're building. Starting from $0.01/sec. Get 100 free credits on signup. RT + follow + comment, 10 winners get 100 more! Learn more below👇

译推出 Viggle API。 给任意角色添加任意动作,一次 API 调用——数秒内即可激活。 可接入 Claude、Codex 或你正在构建的任何智能体。起价 $0.01/秒。 注册即获 100 次免费额度。 转发 + 关注 + 评论,10 位中奖者再获 100 次! 了解更多👇

NotebookLM@NotebookLM · 6天前72

Want a closer look at today’s launch? Here is a breakdown of what’s new and exciting 🧵: First up: An upgraded, more thoughtful chat experience. Powered by Gemini 3.5 and @Antigravity, you will now have better visibility into the AI's thinking process. Plus, each notebook has a secure cloud computer including 100+ curated software skills, unlocking deeper research and more complex analysis.

译想更详细了解今天的发布吗?以下是新功能和亮点的介绍🧵: 首先:升级版、更周到的聊天体验。 由Gemini 3.5和@Antigravity提供支持,您现在将更清晰地看到AI的思考过程。此外,每个笔记本都有一台安全的云电脑,包含100多种精选软件技能,解锁更深入的研究和更复杂的分析。

Krea@krea_ai · 6天前58

AI in architecture studios – Krea Podcast with Nitsan Bartov full interview below 👇

译AI 在建筑工作室——Krea 播客与 Nitsan Bartov 完整采访见下方 👇

🚨 AI News | TestingCatalog@testingcatalog · 6天前55

A new image Playground on iOS 27 Beta says that image model behind the scenes is from Google. However, on test prompts results look quite different from Nano Banana and Imagen. This Liquid Glass bubble is cool 👀

译iOS 27 Beta 中的一个新图片游乐场显示,其背后的图像模型来自 Google。 然而,在测试提示下,结果与 Nano Banana 和 Imagen 相比截然不同。 这个液态玻璃泡泡很酷 👀

Rohan Paul@rohanpaul_ai · 6天前65

AI agent can get better at long tasks without retraining the agent itself, by using a separate small model to clean and organize its context. Moves context management outside the agent, so a separate helper can clean up the task history while the main agent stays unchanged. The paper proposes AdaCoM, which is a separate LLM that edits the agent’s working context before the agent takes its next step. AdaCoM places a separate, trained manager between the task history and the frozen agent, so the agent does not need to learn a new memory habit or expose its weights. Before each step, this manager can rewrite, merge, prune, or preserve parts of the running context, then the original agent acts on the cleaned version. That sounds like summarization, but the distinction matters. A summary assumes the right answer is compression, while AdaCoM learns that different agents need different kinds of context to stay competent, because stronger agents can use more raw history while weaker agents need shorter and cleaner notes. They tested AdaCoM on web search and deep research tasks across several agents, and it improved average web search performance by 39%. ---- Link – arxiv. org/abs/2605.30785 Title: "Learning Agent-Compatible Context Management for Long-Horizon Tasks"

译论文提出 AdaCoM,一个独立的 LLM,在智能体每步操作前编辑其工作上下文。它可重写、合并、剪枝或保留任务历史,使主智能体保持冻结,无需重新训练或暴露权重。与简单摘要不同,AdaCoM 学习不同智能体需要不同类型上下文——强智能体保留更多原始历史,弱智能体需更短更清晰的笔记。在 web search 和 deep research 任务上测试,平均提升 39%。

swyx@swyx · 6天前62

It's finally out!!! @METR_Evals found that more than half of SWEBench results is unmergeable slop. FrontierCode represents over 1000+ hours of maintainer validated software engineering work most frontier models cannot yet solve, much less solve with high quality. Cog had IOI Gold medalists and top code maintainers Look At The Data — FrontierCode includes 3000+ rubrics covering code quality and anticheat reward hacking plaguing other benchmarks. FC Diamond is so hard that Opus 4.8 scores 13.8%. Three eras of AI coding : Three eras of benchmarks 2021 • Autocomplete : HumanEval 2023 • Passing Tests: SWEBench, TerminalBench 2026 • Maintainable Code: FrontierCode to me the most beautiful chart when I requested a special historical run into all extant old models, the data was finding that the easiest third of FC tasks (in FC Extended) were rapidlly and suddenly solved over late 2025 - Opus almost doubled from a 41% pass rate to 74% in 4 months. This describes the "WTF happened in Dec 2025" vibe shift that a lot of folks from @dhh to @karpathy have called out: it is the difference between getting 95% success in 2 rerolls vs 6, making it finally feasible to go up the next layer of abstraction in agentic coding, eg @GeoffreyHuntley's ralph loops or @bcherny's /goals or @steipete's "loops that prompt your agents" without fearing too much that things go off the rails. My guess: as AI accelerates from here, each FrontierCode tier will saturate in sequence, hopefully ~annually. I've already asked the team to prepare FrontierCode 2027.... The old mountains will be destroyed. Their rubble becomes regolith. And from that regolith, the next model forest grows. Circle of life.

译Cognition 发布 FrontierCode 编码评估,每任务由顶级开源维护者花费 40+ 小时编写。METR 发现 SWEBench 超一半结果为不可合并的垃圾代码。FrontierCode 含 3000+ 评分标准,首次衡量代码是否可合并。最高难度 FC Diamond 上,Opus 4.8 仅得 13.8%。在 FC Extended 最易任务中,Opus 在 2025 年底 4 个月内从 41% 提升至 74%,标志 AI 编码进入"可维护代码"时代。

Chubby♨️@kimmonismus · 6天前74

Apple makes it clear that Europe is itself to blame for the unavailability of Apple Intelligence. Apple says Siri AI won’t launch on iPhone and iPad in the EU because regulators interpret the DMA as requiring Apple to give rival AI assistants broad access to private user data and control over apps. Apple argues this would create major privacy and security risks, and says the European Commission rejected its proposed safeguards, including a "Trusted System Agent" and an 18-month rollout plan. As a result, there is currently no timeline for Siri AI on iOS and iPadOS in the EU. “We’re deeply disappointed that our EU users won’t have Siri AI on iPhone or iPad when we share our new software releases later this year,” said Craig Federighi." (...) "However, given the clear dangers to EU users and the regulators’ failure to acknowledge these risks, there is currently no timeline for Siri AI’s availability in the EU on iOS and iPadOS." EU overregulated itself. Again.

译Apple 称新 Siri AI(仅限 iPhone 17 Pro)不会在欧盟的 iPhone 和 iPad 上推出,原因是 DMA 被解释为要求 Apple 向竞争对手 AI 助手开放用户数据和 app 控制权,Apple 认为这会带来隐私和安全风险。Apple 提出的“Trusted System Agent”和 18 个月部署计划均被欧盟委员会拒绝,目前无上线时间表。Apple 软件工程高级副总裁 Craig Federighi 表示“深感失望”。

ClaudeDevs@ClaudeDevs · 6天前64

We've added an observability dashboard for developers of connectors. Connectors let third-party developers bring their tools and data to Claude via MCP.

译我们为连接器开发者添加了一个可观测性仪表盘。 连接器让第三方开发者能够通过MCP将他们的工具和数据带到Claude。

Artificial Analysis@ArtificialAnlys · 6天前68

Grok debuts grok-imagine-video-1.5-preview, achieving #2 in Image to Video (With Audio) in the Artificial Analysis Video Arena, behind only ByteDance's Seedance 2.0! grok-imagine-video-1.5-preview is @xAI's latest video generation model, currently supporting only Image to Video with native audio, and durations up to 15s. It ranks #2 in the Image to Video (With Audio) Leaderboard, trailing only ByteDance's Seedance 2.0. In the Without Audio Leaderboard it places #3, behind Seedance 2.0 and xAI's own grok-imagine-video, which it performs very closely to. grok-imagine-video-1.5-preview costs $8.40 per minute of generated video, and is available now via xAI's API, with a broader rollout across the Grok app and X in progress. Congratulations to @xAI and @elonmusk on the release! See below for comparisons between grok-imagine-video-1.5-preview and other leading models in the Artificial Analysis Video Arena 🧵

译xAI推出视频生成模型grok-imagine-video-1.5-preview,目前在Artificial Analysis Video Arena的Image to Video (With Audio)排行榜中排名第二,仅次于字节跳动Seedance 2.0。该模型支持图像转视频并原生生成音频,最长可生成15秒视频。在无音频排行榜中位列第三,紧随Seedance 2.0和自家的grok-imagine-video。模型定价为每分钟视频$8.40,现已通过xAI API提供,并将逐步在Grok app和X上线。

elvis@omarsar0 · 6天前62

New paper on how AI agents are reshaping knowledge work. This is a nice economic read on where agents actually change knowledge work to meet that gap directly. (bookmark it) It studies agent adoption across three dimensions: autonomy, efficiency, and the scope of tasks workers hand off. The friction people keep hitting with agents is rarely model quality. It is that almost nobody has been taught how to work this way. Paper: https://arxiv.org/abs/2606.07489 Learn to build effective AI agents in our academy: https://academy.dair.ai/

译一篇新论文从自主性、效率和工人移交任务的范围三个维度,分析AI智能体如何重塑知识工作。研究指出,当前人们使用智能体的主要障碍并非模型质量,而是几乎没有人接受过如何以这种方式工作的培训。

宝玉@dotey · 6天前54

帮转,豆包手机团队招设计工程师

译字节跳动豆包手机团队招聘设计工程师,需具备 Android 平台经验。团队调研总结了五种设计工程师画像:AI Design Engineer(转译 AI 能力为交互产品体验,处理 agent workflow、tool call、状态反馈等)、Product UI Craft Engineer(打磨高质量前端原型和交互细节)、Design Systems Engineer(建立设计系统与前端基础设施,连接 Figma 变量和代码组件)、Creative Technologist / Motion & Graphics Engineer(负责动效、实时图形、3D/空间交互)、AI Design Workflow Architect(搭建 AI 辅助设计工作流,使用 Claude Code、Cursor、v0 等工具)。多数设计工程师技能交叉,欢迎感兴趣者联系。

DogeDesigner@cb_doge · 6天前40

NEWS: Florida Attorney General James Uthmeier has filed a major civil lawsuit against OpenAI and Sam Altman. The lawsuit claims ChatGPT encourages violence, deceives parents about safety. The suit accuses ChatGPT of endangering children, encouraging violence and self-harm, and lying to parents about how safe the product actually is. • ChatGPT is accused of acting as a “suicide coach” to a 16-year-old boy • It allegedly helped the Florida State University shooter plan his attack • The company prioritized rapid growth and profits over real safety measures • Sam Altman is personally named for approving dangerous features • Florida launched a criminal investigation into OpenAI’s role in the FSU shooting This is especially dangerous for teenagers whose brains are still developing. Instead of building strong safety systems, the company allegedly rushed features to grow faster and make more money. Sam Altman is being held personally responsible for these decisions. According to the Florida Attorney General, the truth is very different, it allegedly helped with suicide planning and gave advice that assisted a mass shooter.

译佛罗里达总检察长James Uthmeier近日对OpenAI及CEO Sam Altman提起重大民事诉讼,指控ChatGPT鼓励暴力、欺骗家长、充当“自杀教练”诱导16岁少年自残、协助佛罗里达州立大学枪击案凶手策划袭击。诉状称公司为追求快速增长而忽视安全措施,Altman因批准危险功能被个人追责。佛罗里达州已就OpenAI在FSU枪击案中的角色展开刑事调查。

Artificial Analysis@ArtificialAnlys · 6天前59

MiniMax-M3 scores 55 on the Artificial Analysis Intelligence Index. Once the weights are released, it will be the leading open weights model M3 is @MiniMax_AI's first multimodal M-series model, adding image and video input and a 1M token context window over the text-only MiniMax-M2.7 (50). At 55 on the Intelligence Index it sits just ahead of open weights peers Kimi K2.6 (54) and MiMo-V2.5-Pro (54). MiniMax has noted they plan to release the weights within ~10 days. When MiniMax released the weights for M2.7, it was under a commercially restricted license. Key takeaways: ➤ MiniMax-M3 improves on MiniMax-M2.7 across most evaluations. HLE +9 points (28% to 37%), GPQA Diamond +6 (87% to 93%), AA-LCR +5 (69% to 74%), IFBench +7 (76% to 83%), and CritPt +3 (1% to 4%), with a small regression on SciCode (47% to 45%) ➤ M3 scores ~1670 on GDPval-AA, behind Claude Opus 4.8 (max, 1890) and GPT-5.5 (xhigh, 1769), and level with Claude Sonnet 4.6 (max, 1676). GDPval-AA measures real-world tasks across 44 occupations and 9 industries ➤ Native multimodality, scoring ~80% on MMMU-Pro. Level with GPT-5.5 (xhigh, 79.9%) and Kimi K2.6 (79.4%), behind Gemini 3.5 Flash (high, 84.3%). Not all open weights models support native vision input ➤ On AA-Omniscience, heavy abstention drives both low hallucination and low accuracy. M3 attempts only 30.9% of questions, the lowest among current peers, yielding a low hallucination rate (16.1%) and low accuracy (15.0%) ➤ MiniMax-M3's token usage is close to M2.7's, using ~91M output tokens to run the Intelligence Index (~81M reasoning) versus ~87M (~79M reasoning), while scoring 5 points higher Key model details: ➤ Context window: 1M tokens, up from MiniMax-M2.7's 200K ➤ Pricing: $0.30/$1.20 per 1M input/output tokens up to 512K context, rising to $0.60/$2.40 for 512K to 1M context ➤ Weights: Not yet released. MiniMax has stated the weights will follow ➤ Availability: MiniMax first-party API, @SiliconFlowAI, @gmi_cloud, and @novita_labs

译MiniMax推出首个多模态M系列模型M3,支持图像/视频输入及1M token上下文窗口。在Artificial Analysis Intelligence Index上得55分,超越开源权重的Kimi K2.6和MiMo-V2.5-Pro(均54)。相比前代M2.7,HLE提升9点至37%,GPQA Diamond提升6点至93%,多项基准均有进步。原生多模态MMMU-Pro约80%与GPT-5.5持平。定价$0.30/$1.20/1M tokens(512K内),512K-1M翻倍。权重计划约10天内开源。

Chubby♨️@kimmonismus · 6天前66

WWDC 2026: A brief assessment At WWDC26, Tim Cook's last keynote before he hands the CEO role to John Ternus on September. I've been waiting for WWDC 2026 for a long time. And somehow I got almost everything I wanted. But somehow I still expected more. Before I jump to conclusions, though, I should try everything out first. Here's the first caveat: Apple Intelligence won't be rolled out in the EU initially. What a surprise. Not. The same disappointment every time. Apple introduced "Siri AI," a full rebuild of the assistant that does the things the company first demoed in 2024 and then quietly pushed back twice. It reads what's on your screen, pulls context from your messages, mail and photos, and chains actions across apps. There's a standalone Siri app now, with a conversation history that syncs through iCloud, so it finally behaves like the chatbots people have spent three years getting used to. Here's the part Apple said quietly and everyone else said loudly: the brains are Google's. Siri AI runs on Gemini under the multiyear deal the two companies announced in January. Reports put that deal at roughly a billion dollars a year for a custom large model. Apple paired it with its own on-device Foundation Models and wrapped the whole thing in a privacy story, with Craig Federighi insisting that privacy in AI is non-negotiable and that data is only used to execute your request. The rest of Apple Intelligence is the steady stuff. Photos gets Spatial Reframing, which improves a photo's composition after it's been taken. Safari can monitor a page and notify you about restocks or price drops. Messages offers one-tap suggestions to create a reminder or note based on the conversation. Image Playground adds photorealistic generation and a "describe a change" edit mode. None of it makes headlines alone, but together it's Apple catching up to where the industry was a year ago. Everything else was housekeeping, and some of it is genuinely good. Liquid Glass now has a slider that runs from ultra-clear to fully tinted. macOS 27, dubbed Golden Gate, brings back the uniform toolbars and edge-to-edge sidebars Mac users missed. Performance got real attention: apps launch up to 30 percent faster, AirDrop is up to 80 percent faster, and Apple retuned the CPU scheduler so older iPhones feel quicker. Oh, and rebuilt search across Spotlight, Photos and Mail. Oh, and for some reason almost no WatchOS updates other than a few performance improvements. Disappointed (big Apple Watch fan tho) tl;dr: *Apple Intelligence & Siri AI* - "Siri AI," an entirely new Siri across iPhone, iPad, Mac, Apple Watch and Vision Pro, built on a new privacy-focused architecture. - Powered by Google Gemini (multiyear deal announced Jan 2026, reported at ~$1B/year for a custom model) combined with Apple's own on-device Foundation Models. - On-screen awareness, personal-context search across messages/email/photos, systemwide app actions, and live web answers with world knowledge. - A dedicated Siri app to revisit or start conversations, with history synced privately via iCloud. - Adjustable pace, expressivity and accent for the conversational experience. - Visual updates: Siri animation in the Dynamic Island; swipe down from mid-screen to launch Siri AI. - Siri mode in the Camera app and expanded Visual Intelligence. - Apple Intelligence in apps: Spatial Reframing in Photos, Safari "Notify Me" page monitoring, one-tap suggestions in Messages, photorealistic generation and "describe a change" editing in Image Playground, a new Top Hits ranking in Mail. - Privacy framing front and center: data only used to execute the request, verifiable by outside experts. *Availability & the regional catch* - Developer betas today, public beta next month, free update this fall. - AI features require iPhone 16 or later / iPhone 15 Pro, M1+ iPads and Macs, Vision Pro, Apple Watch Series 10+. - Siri AI not in the EU on iOS/iPadOS at launch (Mac, Watch, Vision Pro yes), due to the DMA. - No new Apple Intelligence features in China at launch, pending regulation. - Image generation has daily limits; iCloud+ raises them. *Design & performance* - Liquid Glass personalization slider (ultra-clear to fully tinted), plus sharper app icons. - macOS 27 "Golden Gate": uniform toolbars, edge-to-edge sidebars, colored sidebar icons, tighter corner radius. - Apps up to 30% faster to launch, photos up to 70% faster to appear, AirDrop up to 80% faster, iPad external-drive transfers up to 5x faster; CPU scheduler retuned for older devices. - Rebuilt search across Spotlight, Photos and Mail. - iOS 27 supports iPhone 11 and later, the widest iOS reach yet. *Everything else across platforms* - iCloud Shared Albums now full-resolution and cross-platform (incl. Android and Windows). - Health: perimenopause and menopause support in Cycle Tracking. - Apple Watch: dynamic app grid of five Siri-suggested apps, a Smart Stack widget tap gesture, a consolidated Find My app. - AirPods: custom EQ; AirPods Pro 3 heart-rate sync via GymKit. - Vision Pro: panoramas convertible into spatial Environments; Wi-Fi up to 3x faster. - Apple Maps: enhanced Flyover combining aerial imagery with AI. So far this looks like a solid WWDC but not revolutionary. Looking forward to test updated Siri / Apple Intelligence although, as a european, I will have to wait :/

译WWDC 2026 上苹果推出全新 Siri AI,由 Google Gemini(多年代价约 $1B/年定制模型)与自研端侧 Foundation Models 驱动。支持屏幕感知、跨消息/邮件/照片个人上下文检索、系统级应用连携操作及实时网页回答,新增独立 Siri 应用与 iCloud 同步对话历史。其他 Apple Intelligence 更新包括 Photos Spatial Reframing、Safari 页面监控、Messages 一键建议、Image Playground 照片级生成与编辑。性能方面,应用启动快 30%,AirDrop 快 80%。macOS 27 命名 Golden Gate。Siri AI 首发不在欧盟可用(数字市场法案限制)。

Chubby♨️@kimmonismus · 6天前73

Apple: “Our most powerful on-device AI model runs on iPhone 17 Pro.” Me: Great, I have one. Apple: “Do you live in Europe?” Me: …

译Apple 在 WWDC 2026 推出基于 Google Gemini(多年度协议,据报约每年 10 亿美元定制大模型)与自研端侧 Foundation Models 的全新 Siri AI,支持屏幕感知、个人上下文搜索、跨应用操作及独立 Siri app(iCloud 同步对话历史)。Apple Intelligence 还包括 Photos Spatial Reframing、Safari 页面监控、Messages 一键建议、Image Playground 照片级生成等功能。最强端侧 AI 模型仅运行在 iPhone 17 Pro 上,且初期不在欧盟推出。隐私端强调数据仅用于执行请求,可被外部专家验证。

jason@jxnlco · 6天前2

anyone I know work at Unitree?

译我认识的人里有在宇树工作的吗?

jason@jxnlco · 7天前41

its like the codex app (windows) but on macos!

译就像 Windows 上的 Codex 应用,但在 macOS 上!

Anthropic@AnthropicAI · 7天前61

New Science Blog: Why has AI advanced faster in coding than in biology? To agents, bio databases are like cities built before cars—maddening to drive in because they're designed for different traffic. How do we build infrastructure agents can use? https://www.anthropic.com/research/agents-in-biology

译新的科学博客:为什么 AI 在编码方面的进步比在生物学方面更快? 对智能体而言,生物数据库就像汽车发明前建造的城市——开进去会让人抓狂,因为它们是针对不同的交通流量设计的。 我们如何构建智能体可以使用的基础设施? https://www.anthropic.com/research/agents-in-biology

Ethan Mollick@emollick · 7天前54

Last time around Apple released a lot of information about how their AI version of Siri worked between local and cloud models, not so much this time It is nice to have a Gemma-like model on device, but it is extremely limited unless it can call a smarter cloud model when needed.

译上次苹果发布了很多关于其AI版Siri在本地和云端模型之间如何工作的信息,这次则没有那么多。 在设备上拥有一个类似Gemma的模型很好,但除非它能根据需要调用更智能的云端模型,否则其能力极其有限。

AYi@AYi_AInotes · 7天前45

吹了半天,合着就是专门来扎我们 Pro账号的是吧😭

译NotebookLM 推出重大升级,新增聊天中的智能体能力、更高级推理以及一系列新输出格式,现已面向 Google AI Ultra 订阅者开放。有用户吐槽:吹了半天,合着就是专门来扎我们 Pro 账号的是吧😭

AYi@AYi_AInotes · 7天前74

Damn,ChatGPT这个更新,直接干废了90%的Excel轻度使用场景🤯 现在只需要对话框说一句话, 就能生成可交互的专业图表, 手机网页全量上线,随时随地都能用, 1/5 演示丝滑到离谱 问"全球GDP前10国家",秒出带精确数值的柱状图, 追问"过去10年增长趋势",自动转折线图, 再问"各国能源结构",生成悬停看百分比的圆环图, 全程不用切任何软件,不用复制粘贴任何数据。 2/5 真正的生产力革命 以前做个图表:找数据 → 复制到Excel → 选类型 → 调格式 → 导出 现在做个图表:"帮我把这些数据画成饼图" 耗时从10分钟变成3秒钟,门槛直接降到零。

译ChatGPT 更新,可在对话框直接生成可交互专业图表,手机和网页端全量上线。演示显示:问"全球GDP前10国家"秒出带数值柱状图,追问"过去10年增长趋势"自动转折线图,"各国能源结构"生成悬停查看百分比的圆环图。全程无需切换软件或复制粘贴数据。官方引用推文确认:可直接在 ChatGPT 中将数据转化为图表,现已可用。作图耗时从传统10分钟压缩至3秒,零门槛。

Josh Woodward@joshwoodward · 7天前67

The new killer NotebookLM feature: easily being able to expand your search beyond your own source files Then, with today's update, you can also make new output formats: PDFs, DOCX, XLSX, PPTX, charts, etc. We want NotebookLM to keep helping you do better research

译NotebookLM 今日迎来重大升级,对话中新增智能体能力与更强推理,并可搜索用户源文件之外的网络内容。同时支持导出为 PDF、DOCX、XLSX、PPTX 及图表等新格式。该更新已向 Google AI Ultra 订阅者开放。

jason@jxnlco · 7天前40

If you use poke check out my autmation to keep track of codex launch’s. Maybe you’ll see @interaction mentioned in one of these one day. http://poke.com/r/7ZaRDldAw3s

译如果你用 poke,可以看看我的自动化工具,用来跟踪 codex 的发布。 也许有一天你会在其中看到 @interaction 被提及。 http://poke.com/r/7ZaRDldAw3s

🚨 AI News | TestingCatalog@testingcatalog · 7天前76

WWDC 🔥: Apple has announced a new Siri AI, along with a dedicated app, customizable voices, screen and visual understanding, and more! The Siri app is supported across most platforms, including VisionOS!

译WWDC 🔥:苹果宣布推出全新Siri AI,以及专用App、可定制语音、屏幕和视觉理解等功能! Siri App支持大多数平台,包括VisionOS!

🚨 AI News | TestingCatalog@testingcatalog · 7天前70

Most of Siri AI features on one screen 👀

译Apple在WWDC宣布推出全新Siri AI,配备独立App、可定制语音、屏幕与视觉理解等功能,Siri App支持包括VisionOS在内的多平台。主推文感叹:“大部分Siri AI功能齐聚一屏👀”

🚨 AI News | TestingCatalog@testingcatalog · 7天前69

WWDC 🔥: A new Apple Intelligence powered by Gemini, conversational Siri AI, updated image editing, and loads of AI features across many Apple apps. Siri AI will launch in beta later this year. Initially, Siri AI won't be available in the EU.

译WWDC 🔥:全新Apple Intelligence由Gemini驱动,对话式Siri AI,更新的图像编辑,以及众多苹果应用中的大量AI功能。 Siri AI将于今年晚些时候以测试版形式推出。初期,Siri AI将不会在欧盟上线。

-Zho-@ZHO_ZHO_ZHO · 7天前18

这次的 Siri AI 满足了我两年前对 Siri 的想象笑死

-Zho-@ZHO_ZHO_ZHO · 7天前33

Siri AI + 空间智能生成 一顿智能后,这构图和效果还不如原图呢,这是来搞笑的???

Chubby♨️@kimmonismus · 7天前39

- System wide awareness - Visual Intelligence in Camera App

译- 系统级感知 - 相机应用中的视觉智能

Chubby♨️@kimmonismus · 7天前48

Apple Intelligence sounds like a very good update. But did I miss all the relevant (nerd) stuff like paramters, evals in benchmarks and what not? Hopefully on their website

译Apple Intelligence 听起来是一个非常好的更新。但我是否错过了所有相关的(极客)内容,比如参数、基准评测等等?希望官网上有。

Chubby♨️@kimmonismus · 7天前32

Interesting: New Apple Intelligence Siri only available on iPhone 17 Pro. Of course not be available in the EU (god damn)

译有趣:新的 Apple Intelligence Siri 仅限 iPhone 17 Pro 使用。 当然在欧盟不可用(该死)

全部 AI 动态
AI 相关资讯全量信息流
全部一手信源资讯推文
全部模型产品行业论文技巧
6月9日
05:42
Rohan Paul@rohanpaul_ai
59
哈佛商业评论:AI从两端破坏招聘流程

哈佛商业评论最新文章指出,AI正从两端破坏招聘:简历更易伪造,远程面试更易实时脚本作答。旧简历信号失效,候选人可用AI快速生成关键词丰富的申请材料,而AI筛选器反而偏爱AI风格简历——引用研究显示,此类简历入围率高出23%至60%。首轮远程面试中,AI助手可实时提供答案,尤其对冲突处理、动机回答等可预测的行为问题。伤害不仅是弱候选人被误认为强(假阳性),还有非传统候选人因简历未优化而完全被忽视(假阴性)。建议用实时工作模拟替代可预测问题:面试官在回答中途改变事实、要求候选人解释权衡并保持推理连贯。实用版本:给出杂乱工作场景,要求决策,再添加意外约束或矛盾,让候选人当场修改答案。

现象/趋势
05:29
Chubby♨️@kimmonismus
65
匿名模型"Kindle"被加入 Design Arena,很可能是此前曝光的 GPT-5.6 RC 检查点 "kindle-alpha"。它要来了。Let's go! :))

leo 🐾: 🚨 A new anonymous model under the name "Kindle" has been added to the Design Arena, very likely to be the same "kindle-...

OpenAI行业动态
05:20
Greg Brockman@gdb
62
我们正在 OpenAI 努力实现的目标,以达成 OpenAI 的使命,并在 AI 进步的同时扩展人类能动性:https://openai.com/index/built-to-benefit-everyone-our-plan/
OpenAI大佬观点现象/趋势
05:17
karminski-牙医@karminski3
70
llmistanbul 10秒训练电子鹦鹉模型教程

推文介绍了如何使用 llmistanbul 在网页上10秒内训练一个小模型(电子鹦鹉)。只需将纯文本文档(如哈利波特1-7)拖入即可,建议使用 Apple Silicon Mac(M1-M5),避免 markdown/json 等格式。N 卡(3080Ti)适配不佳。提醒尊重版权,勿公开发布他人作品。

教程/实践端侧部署/工程
05:12
Rohan Paul@rohanpaul_ai
64
Jensen Huang 刚刚拒绝了参议员 Elizabeth Warren 要求他就不 AI 芯片、对华销售和出口管制向国会作证的要求。 Nvidia 最有力的论点是,当外国客户被推向非美国芯片时,美国的优势会削弱;但 Warren 最有力的论点是,当买家可能成为战略竞争对手时,市场份额就没那么重要了。
政策/监管行业动态
05:12
Rohan Paul@rohanpaul_ai
70
Anthropic 研究:AI 智能体在生物数据库检索中失败率高,结论偏差严重

Anthropic 研究发现,AI 智能体在代码任务表现出色,但在生物数据库检索中容易失败。以埃博拉序列任务为例,Claude Sonnet 4 三次运行分别返回 106、15 和 5 条序列,而预期为 266 条。缺失序列导致科学结论严重偏移:智能体推断疫情回溯至 1922 年,人工筛选结果却指向 2014 年初。问题根源在于生物数据库分散、网站规则隐蔽、脚本脆弱。引入可重复检索工具后,智能体准确性和一致性大幅提升。Anthropic 呼吁建设更友好的基础设施。

Anthropic: New Science Blog: Why has AI advanced faster in coding than in biology? To agents, bio databases are like cities built b...

智能体Anthropic数据/训练现象/趋势
05:12
Rohan Paul@rohanpaul_ai
50
美国GUARD法案拟禁止中国机器人入美

美国新提出的GUARD法案要求安全机构审查来自中国及其他敌对国家生产的机器人,并将高风险系统列入FCC“覆盖清单”,类比此前对华为、中兴的禁令。立法者担忧机器人不仅配备摄像头、麦克风、传感器、地图、马达和无线链路,更会成为可在工厂、实验室、家庭和警局内移动的计算机。另一项Schumer-Cotton法案单独禁止联邦机构购买或使用中国人形机器人,但允许受控的军事或执法研究例外。

具身智能政策/监管行业动态
05:07
Suno@suno
28
脑海中的声音与放声唱出的距离,比以往任何时候都要小。
行业动态语音
05:02
Sam Altman@sama
82
这是我们目前为OpenAI制定的计划:https://openai.com/index/built-to-benefit-everyone-our-plan/
OpenAI行业动态
关联讨论 1 条OpenAI:官网动态(RSS · 排除企业/客户案例)
04:58
ViggleAI@ViggleAI
精选66
推出 Viggle API。 给任意角色添加任意动作,一次 API 调用--数秒内即可激活。 可接入 Claude、Codex 或你正在构建的任何智能体。起价 $0.01/秒。 注册即获 100 次免费额度。 转发 + 关注 + 评论,10 位中奖者再获 100 次! 了解更多👇
智能体产品更新视频

推荐理由:给角色加动作的API降到$0.01/秒,还能直接接进Claude和Codex,做视频Agent的开发者可以试试。但纯API发布,普通用户不用激动。
04:53
NotebookLM@NotebookLM
72
想更详细了解今天的发布吗?以下是新功能和亮点的介绍🧵: 首先:升级版、更周到的聊天体验。 由Gemini 3.5和@Antigravity提供支持,您现在将更清晰地看到AI的思考过程。此外,每个笔记本都有一台安全的云电脑,包含100多种精选软件技能,解锁更深入的研究和更复杂的分析。
GoogleMCP/工具产品更新推理
关联讨论 1 条X:NotebookLM (@NotebookLM)
04:50
Krea@krea_ai
58
AI 在建筑工作室--Krea 播客与 Nitsan Bartov 完整采访见下方 👇
图像生成现象/趋势
04:49
🚨 AI News | TestingCatalog@testingcatalog
55
iOS 27 Beta 中的一个新图片游乐场显示,其背后的图像模型来自 Google。 然而,在测试提示下,结果与 Nano Banana 和 Imagen 相比截然不同。 这个液态玻璃泡泡很酷 👀
Google产品更新图像生成
04:42
Rohan Paul@rohanpaul_ai
65
AdaCoM:独立小模型管理上下文,智能体长任务提升39%

论文提出 AdaCoM,一个独立的 LLM,在智能体每步操作前编辑其工作上下文。它可重写、合并、剪枝或保留任务历史,使主智能体保持冻结,无需重新训练或暴露权重。与简单摘要不同,AdaCoM 学习不同智能体需要不同类型上下文——强智能体保留更多原始历史,弱智能体需更短更清晰的笔记。在 web search 和 deep research 任务上测试,平均提升 39%。

智能体论文/研究
04:32
swyx@swyx
62
Cognition 推出 FrontierCode 编码评估基准,聚焦代码可维护性

Cognition 发布 FrontierCode 编码评估,每任务由顶级开源维护者花费 40+ 小时编写。METR 发现 SWEBench 超一半结果为不可合并的垃圾代码。FrontierCode 含 3000+ 评分标准,首次衡量代码是否可合并。最高难度 FC Diamond 上,Opus 4.8 仅得 13.8%。在 FC Extended 最易任务中,Opus 在 2025 年底 4 个月内从 41% 提升至 74%,标志 AI 编码进入"可维护代码"时代。

Cognition: Introducing FrontierCode: a coding eval that raises the bar for difficulty & quality. Each task took 40+ hrs of work by ...

智能体编码评测/基准
04:29
Chubby♨️@kimmonismus
74
Apple 指责欧盟自身导致 Apple Intelligence 在 EU 不可用

Apple 称新 Siri AI(仅限 iPhone 17 Pro)不会在欧盟的 iPhone 和 iPad 上推出,原因是 DMA 被解释为要求 Apple 向竞争对手 AI 助手开放用户数据和 app 控制权,Apple 认为这会带来隐私和安全风险。Apple 提出的“Trusted System Agent”和 18 个月部署计划均被欧盟委员会拒绝,目前无上线时间表。Apple 软件工程高级副总裁 Craig Federighi 表示“深感失望”。

Chubby♨️: Interesting: New Apple Intelligence Siri only available on iPhone 17 Pro. Of course not be available in the EU (god damn...

政策/监管
04:19
ClaudeDevs@ClaudeDevs
64
我们为连接器开发者添加了一个可观测性仪表盘。 连接器让第三方开发者能够通过MCP将他们的工具和数据带到Claude。
AnthropicMCP/工具产品更新
关联讨论 1 条Claude:Blog(网页)
04:16
Artificial Analysis@ArtificialAnlys
68
xAI发布grok-imagine-video-1.5-preview,在AI视频生成评测中位列第二

xAI推出视频生成模型grok-imagine-video-1.5-preview,目前在Artificial Analysis Video Arena的Image to Video (With Audio)排行榜中排名第二,仅次于字节跳动Seedance 2.0。该模型支持图像转视频并原生生成音频,最长可生成15秒视频。在无音频排行榜中位列第三,紧随Seedance 2.0和自家的grok-imagine-video。模型定价为每分钟视频$8.40,现已通过xAI API提供,并将逐步在Grok app和X上线。

xAI模型发布视频评测/基准
04:16
elvis@omarsar0
62
AI智能体重塑知识工作的三个维度

一篇新论文从自主性、效率和工人移交任务的范围三个维度,分析AI智能体如何重塑知识工作。研究指出,当前人们使用智能体的主要障碍并非模型质量,而是几乎没有人接受过如何以这种方式工作的培训。

智能体arXiv论文/研究
04:07
宝玉@dotey
54
字节跳动豆包手机团队招聘设计工程师,需具备 Android 平台经验。团队调研总结了五种设计工程师画像:AI Design Engineer(转译 AI 能力为交互产品体验,处理 agent workflow、tool call、状态反馈等)、Product UI Craft Engineer(打磨高质量前端原型和交互细节)、Design Systems Engineer(建立设计系统与前端基础设施,连接 Figma 变量和代码组件)、Creative Technologist / Motion & Graphics Engineer(负责动效、实时图形、3D/空间交互)、AI Design Workflow Architect(搭建 AI 辅助设计工作流,使用 Claude Code、Cursor、v0 等工具)。多数设计工程师技能交叉,欢迎感兴趣者联系。

笑林: Cursor 招聘设计工程师了,非常令人心动,但我还犹豫着不能行动; 我在字节工作了8年,一直游走在动效设计师和设计工程师之间。最近我的团队(豆包手机团队)也在招聘设计工程师,但是我们需要的方向更多要有一些对 Android 平台的了解,和...

智能体MCP/工具大佬观点
03:59
DogeDesigner@cb_doge
40
佛罗里达总检察长起诉OpenAI和Sam Altman,指控ChatGPT鼓励暴力与协助枪击案

佛罗里达总检察长James Uthmeier近日对OpenAI及CEO Sam Altman提起重大民事诉讼,指控ChatGPT鼓励暴力、欺骗家长、充当“自杀教练”诱导16岁少年自残、协助佛罗里达州立大学枪击案凶手策划袭击。诉状称公司为追求快速增长而忽视安全措施,Altman因批准危险功能被个人追责。佛罗里达州已就OpenAI在FSU枪击案中的角色展开刑事调查。

OpenAI安全/对齐政策/监管
03:46
Artificial Analysis@ArtificialAnlys
59
MiniMax推出多模态模型M3,1M上下文,多项基准领先

MiniMax推出首个多模态M系列模型M3,支持图像/视频输入及1M token上下文窗口。在Artificial Analysis Intelligence Index上得55分,超越开源权重的Kimi K2.6和MiMo-V2.5-Pro(均54)。相比前代M2.7,HLE提升9点至37%,GPQA Diamond提升6点至93%,多项基准均有进步。原生多模态MMMU-Pro约80%与GPT-5.5持平。定价$0.30/$1.20/1M tokens(512K内),512K-1M翻倍。权重计划约10天内开源。

多模态开源生态评测/基准
03:29
Chubby♨️@kimmonismus
66
WWDC 2026 评估:Siri AI 由 Google Gemini 驱动

WWDC 2026 上苹果推出全新 Siri AI,由 Google Gemini(多年代价约 $1B/年定制模型)与自研端侧 Foundation Models 驱动。支持屏幕感知、跨消息/邮件/照片个人上下文检索、系统级应用连携操作及实时网页回答,新增独立 Siri 应用与 iCloud 同步对话历史。其他 Apple Intelligence 更新包括 Photos Spatial Reframing、Safari 页面监控、Messages 一键建议、Image Playground 照片级生成与编辑。性能方面,应用启动快 30%,AirDrop 快 80%。macOS 27 命名 Golden Gate。Siri AI 首发不在欧盟可用(数字市场法案限制)。

现象/趋势语音
03:29
Chubby♨️@kimmonismus
73
Apple 在 WWDC 2026 推出基于 Google Gemini(多年度协议,据报约每年 10 亿美元定制大模型)与自研端侧 Foundation Models 的全新 Siri AI,支持屏幕感知、个人上下文搜索、跨应用操作及独立 Siri app(iCloud 同步对话历史)。Apple Intelligence 还包括 Photos Spatial Reframing、Safari 页面监控、Messages 一键建议、Image Playground 照片级生成等功能。最强端侧 AI 模型仅运行在 iPhone 17 Pro 上,且初期不在欧盟推出。隐私端强调数据仅用于执行请求,可被外部专家验证。

Chubby♨️: WWDC 2026: A brief assessment At WWDC26, Tim Cook's last keynote before he hands the CEO role to John Ternus on Septembe...

Google产品更新端侧语音
03:22
jason@jxnlco
2
我认识的人里有在宇树工作的吗?
其他
02:51
jason@jxnlco
41
就像 Windows 上的 Codex 应用,但在 macOS 上!

Evan Bacon 🥓: In the next version of siri you can search for files across your mac

产品更新搜索端侧
02:51
Anthropic@AnthropicAI
61
新的科学博客:为什么 AI 在编码方面的进步比在生物学方面更快? 对智能体而言,生物数据库就像汽车发明前建造的城市--开进去会让人抓狂,因为它们是针对不同的交通流量设计的。 我们如何构建智能体可以使用的基础设施? https://www.anthropic.com/research/agents-in-biology
智能体Anthropic现象/趋势
02:41
Ethan Mollick@emollick
54
上次苹果发布了很多关于其AI版Siri在本地和云端模型之间如何工作的信息,这次则没有那么多。 在设备上拥有一个类似Gemma的模型很好,但除非它能根据需要调用更智能的云端模型,否则其能力极其有限。
大佬观点端侧
02:28
AYi@AYi_AInotes
45
NotebookLM 推出重大升级,新增聊天中的智能体能力、更高级推理以及一系列新输出格式,现已面向 Google AI Ultra 订阅者开放。有用户吐槽:吹了半天,合着就是专门来扎我们 Pro 账号的是吧😭

NotebookLM: Introducing a more powerful NotebookLM 🚀 Massive upgrades deliver agentic capabilities in chat, more advanced reasoning...

Google产品更新
02:28
AYi@AYi_AInotes
74
ChatGPT 上线可交互图表生成,一句话秒出专业图表

ChatGPT 更新,可在对话框直接生成可交互专业图表,手机和网页端全量上线。演示显示:问"全球GDP前10国家"秒出带数值柱状图,追问"过去10年增长趋势"自动转折线图,"各国能源结构"生成悬停查看百分比的圆环图。全程无需切换软件或复制粘贴数据。官方引用推文确认:可直接在 ChatGPT 中将数据转化为图表,现已可用。作图耗时从传统10分钟压缩至3秒,零门槛。

ChatGPT: Turn data and comparisons into charts, directly in ChatGPT. Available now on mobile and web.

OpenAI产品更新
02:26
Josh Woodward@joshwoodward
67
NotebookLM 今日迎来重大升级,对话中新增智能体能力与更强推理,并可搜索用户源文件之外的网络内容。同时支持导出为 PDF、DOCX、XLSX、PPTX 及图表等新格式。该更新已向 Google AI Ultra 订阅者开放。

NotebookLM: Introducing a more powerful NotebookLM 🚀 Massive upgrades deliver agentic capabilities in chat, more advanced reasoning...

智能体Google产品更新搜索
02:21
jason@jxnlco
40
如果你用 poke,可以看看我的自动化工具,用来跟踪 codex 的发布。 也许有一天你会在其中看到 @interaction 被提及。 http://poke.com/r/7ZaRDldAw3s
OpenAI开源/仓库编码
02:17
🚨 AI News | TestingCatalog@testingcatalog
76
WWDC 🔥:苹果宣布推出全新Siri AI,以及专用App、可定制语音、屏幕和视觉理解等功能! Siri App支持大多数平台,包括VisionOS!
产品更新多模态语音
关联讨论 7 条Apple:Newsroom(RSS)The Verge:AI(RSS)公众号:数字生命卡兹克Bloomberg:Technology(RSS)The Verge:订阅版科技(RSS)IT之家(RSS)TechCrunch:AI(RSS)
02:17
🚨 AI News | TestingCatalog@testingcatalog
70
Apple在WWDC宣布推出全新Siri AI,配备独立App、可定制语音、屏幕与视觉理解等功能,Siri App支持包括VisionOS在内的多平台。主推文感叹:"大部分Siri AI功能齐聚一屏👀"

🚨 AI News | TestingCatalog: WWDC 🔥: Apple has announced a new Siri AI, along with a dedicated app, customizable voices, screen and visual understan...

产品更新多模态语音
02:17
🚨 AI News | TestingCatalog@testingcatalog
69
WWDC 🔥:全新Apple Intelligence由Gemini驱动,对话式Siri AI,更新的图像编辑,以及众多苹果应用中的大量AI功能。 Siri AI将于今年晚些时候以测试版形式推出。初期,Siri AI将不会在欧盟上线。

🚨 AI News | TestingCatalog: Apple #WWDC26 has started 🍿

Google产品更新图像生成语音
02:15
-Zho-@ZHO_ZHO_ZHO
18
这次的 Siri AI 满足了我两年前对 Siri 的想象笑死
行业动态语音
02:15
-Zho-@ZHO_ZHO_ZHO
33
Siri AI + 空间智能生成 一顿智能后,这构图和效果还不如原图呢,这是来搞笑的???
图像生成多模态现象/趋势
02:13
Chubby♨️@kimmonismus
39
- 系统级感知 - 相机应用中的视觉智能

Chubby♨️: Siri update - image understanding - more conversational - reworked voice-tone / sound. Sounds real human

多模态大佬观点语音
02:13
Chubby♨️@kimmonismus
48
Apple Intelligence 听起来是一个非常好的更新。但我是否错过了所有相关的(极客)内容,比如参数、基准评测等等?希望官网上有。

Chubby♨️: - System wide awareness - Visual Intelligence in Camera App

产品更新端侧
02:13
Chubby♨️@kimmonismus
32
有趣:新的 Apple Intelligence Siri 仅限 iPhone 17 Pro 使用。 当然在欧盟不可用(该死)

Chubby♨️: Apple Intelligence sounds like a very good update. But did I miss all the relevant (nerd) stuff like paramters, evals in...

大佬观点端侧语音
‹ 上一页
1…2829303132…50
下一页 ›