<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Bubble&apos;s Brain</title><link>https://bubblenews.today/</link><description>个人 AI 知识库最近更新</description><language>zh-CN</language><atom:link href="https://bubblenews.today/rss.xml" rel="self" type="application/rss+xml"/><item><title>为 Claude Fable 5.1 编写提示：官方实战指南</title><link>https://bubblenews.today/highlights/2026-09-02-prompting-claude-fable-5-1/</link><guid>https://bubblenews.today/highlights/2026-09-02-prompting-claude-fable-5-1/</guid><pubDate>Wed, 02 Sep 2026 00:00:00 GMT</pubDate><description>Anthropic 针对 Claude Fable 5.1 的官方提示指南：如何选择 effort、让 Agent 持续汇报并完成整个任务，以及正确处理工具批量调用、对话历史、范围控制、子 Agent 与视觉任务。</description></item><item><title>高效商业 Agent 的解剖指南</title><link>https://bubblenews.today/highlights/2026-09-02-the-anatomy-of-effective-commerce-agents/</link><guid>https://bubblenews.today/highlights/2026-09-02-the-anatomy-of-effective-commerce-agents/</guid><pubDate>Wed, 02 Sep 2026 00:00:00 GMT</pubDate><description>Anthropic 总结商业 Agent 的生产架构：用单一 Agent、Skills 和业务工具承载复杂购物与商家任务，并系统处理延迟、缓存、长期记忆、安全护栏、评测和跨团队发布。</description></item><item><title>为什么 AI 聊着聊着就忘了</title><link>https://bubblenews.today/newbie-tutorials/why-ai-forgets/</link><guid>https://bubblenews.today/newbie-tutorials/why-ai-forgets/</guid><pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate><description>不讲参数，从「一张大小固定的桌子」出发，看明白模型为什么会忘掉你最早的要求、为什么长对话会变笨，以及怎么和一个没有记忆的家伙好好合作。</description></item><item><title>大家都在说的「知识库」到底是什么</title><link>https://bubblenews.today/newbie-tutorials/what-is-a-knowledge-base/</link><guid>https://bubblenews.today/newbie-tutorials/what-is-a-knowledge-base/</guid><pubDate>Sun, 30 Aug 2026 00:00:00 GMT</pubDate><description>不讲架构图，从「让 AI 开卷考试」这件事出发，看明白企业知识库是怎么回答问题的、为什么也会答错，以及怎么判断一个知识库靠不靠谱。</description></item><item><title>为什么大模型会有幻觉</title><link>https://bubblenews.today/newbie-tutorials/why-llms-hallucinate/</link><guid>https://bubblenews.today/newbie-tutorials/why-llms-hallucinate/</guid><pubDate>Sun, 30 Aug 2026 00:00:00 GMT</pubDate><description>不讲公式，从「猜下一个词」这件事出发，看明白大模型为什么会一本正经地编出不存在的书、人和数字，以及你怎么少踩坑。</description></item><item><title>Warp 如何在 Claude 上构建自我改进的 Agent</title><link>https://bubblenews.today/highlights/2026-08-27-warp-self-improving-agents-claude/</link><guid>https://bubblenews.today/highlights/2026-08-27-warp-self-improving-agents-claude/</guid><pubDate>Thu, 27 Aug 2026 00:00:00 GMT</pubDate><description>Warp 把一次性的人类反馈沉淀成技能文件：内层基础技能干活，外层改进技能定期消化反馈并发起 PR，让 Agent 的输出随使用越来越准。</description></item><item><title>Coding Agent 要完成大型软件任务，究竟还缺什么</title><link>https://bubblenews.today/highlights/2026-08-27-what-it-takes-for-coding-agents-to-complete-large-software-tasks/</link><guid>https://bubblenews.today/highlights/2026-08-27-what-it-takes-for-coding-agents-to-complete-large-software-tasks/</guid><pubDate>Thu, 27 Aug 2026 00:00:00 GMT</pubDate><description>Factory 的 ProgramBench 实验说明：Coding Agent 在大型任务中往往不是能力不够，而是过早认定完成；一套独立、可执行的完成标准，能显著提高最终行为完整度。</description></item><item><title>AI 工程技能地图：构建与部署 AI 应用</title><link>https://bubblenews.today/highlights/2026-08-25-ai-engineering-skills-map-building-deploying-ai-applications/</link><guid>https://bubblenews.today/highlights/2026-08-25-ai-engineering-skills-map-building-deploying-ai-applications/</guid><pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate><description>Andrew Ng 梳理 AI 工程师构建可靠应用所需的六组核心能力：LLM 基础、数据增强、Agent 系统、评测驱动开发、生产运维与机器学习基础。</description></item><item><title>用开源 Harness 构建长时间运行的 Agent</title><link>https://bubblenews.today/highlights/2026-08-25-build-a-long-running-agent-open-source-harness/</link><guid>https://bubblenews.today/highlights/2026-08-25-build-a-long-running-agent-open-source-harness/</guid><pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate><description>以 TrueForge 网页研究 Agent 为例，完整拆解模型循环、MCP、Skills、沙箱、子 Agent、上下文压缩、审批门禁与持久事件流如何共同支撑长任务。</description></item><item><title>Pi 的 Compaction 策略</title><link>https://bubblenews.today/pi-agent-tutorials/pi-agent-compaction/</link><guid>https://bubblenews.today/pi-agent-tutorials/pi-agent-compaction/</guid><pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate><description>前两章看到模型的输入在循环里一轮轮变大，这一章从源码看 Pi 怎么给它“瘦身”：什么时候触发压缩、从哪里下刀、旧消息被改写成了什么。</description></item><item><title>Pi 的上下文工程</title><link>https://bubblenews.today/pi-agent-tutorials/pi-agent-context-engineering/</link><guid>https://bubblenews.today/pi-agent-tutorials/pi-agent-context-engineering/</guid><pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate><description>模型每轮收到的输入是现场组装的：系统提示词怎么拼、消息列表长什么形状、工具输出进上下文前经过了哪些防护。</description></item><item><title>Pi 的 Extension 系统</title><link>https://bubblenews.today/pi-agent-tutorials/pi-agent-extensions/</link><guid>https://bubblenews.today/pi-agent-tutorials/pi-agent-extensions/</guid><pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate><description>一个 TypeScript 文件怎么改变 Pi 的行为：扩展从哪里被发现和加载、事件钩子挂在循环的哪些位置、一次工具调用是怎么被拦下的。</description></item><item><title>认识 Pi</title><link>https://bubblenews.today/pi-agent-tutorials/pi-agent-overview/</link><guid>https://bubblenews.today/pi-agent-tutorials/pi-agent-overview/</guid><pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate><description>先不急着安装，从源码结构和 Agent Loop 理解 Pi 是什么、它与模型是什么关系，以及它为什么刻意保持极简。</description></item><item><title>Pi 的会话存储</title><link>https://bubblenews.today/pi-agent-tutorials/pi-agent-session-storage/</link><guid>https://bubblenews.today/pi-agent-tutorials/pi-agent-session-storage/</guid><pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate><description>循环在生产消息，压缩在改写消息——它们最终都落进哪？从源码看 Pi 的会话文件：一行一条记录，parentId 把一列行长成一棵树。</description></item><item><title>Pi 的工具系统</title><link>https://bubblenews.today/pi-agent-tutorials/pi-agent-tool-system/</link><guid>https://bubblenews.today/pi-agent-tutorials/pi-agent-tool-system/</guid><pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate><description>解剖 Pi 的工具：一个工具由什么构成、四个内置工具各有哪些参数、多个调用怎么调度，以及并行执行时怎么保证不打架。</description></item><item><title>什么是推理？</title><link>https://bubblenews.today/highlights/2026-08-21-what-is-reasoning/</link><guid>https://bubblenews.today/highlights/2026-08-21-what-is-reasoning/</guid><pubDate>Fri, 21 Aug 2026 00:00:00 GMT</pubDate><description>解释推理轨迹为何本质上是被路由到独立通道的文本、推理强度怎样写入系统提示词，以及模型如何在关闭原生推理时泄漏思考。</description></item><item><title>一个不同看法：LLM 可以“跳跃”</title><link>https://bubblenews.today/highlights/2026-08-20-hot-take-llm-can-jump/</link><guid>https://bubblenews.today/highlights/2026-08-20-hot-take-llm-can-jump/</guid><pubDate>Thu, 20 Aug 2026 00:00:00 GMT</pubDate><description>从广义相对论的另一条推导路径出发，讨论互联知识如何支持科学突破，以及它对 AI 安全与持续学习意味着什么。</description></item><item><title>Cursor 图标是怎样做出来的</title><link>https://bubblenews.today/highlights/2026-08-19-the-making-of-cursors-icons/</link><guid>https://bubblenews.today/highlights/2026-08-19-the-making-of-cursors-icons/</guid><pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate><description>Marek Minor 复盘一年时间里如何手工设计、校准、迁移并交付 Cursor 的 600 多枚图标，以及怎样把一致性变成可持续的设计基础设施。</description></item><item><title>最大化每次 Claude Code 会话的价值</title><link>https://bubblenews.today/highlights/2026-08-15-maximizing-the-value-of-your-claude-code-sessions/</link><guid>https://bubblenews.today/highlights/2026-08-15-maximizing-the-value-of-your-claude-code-sessions/</guid><pubDate>Sat, 15 Aug 2026 00:00:00 GMT</pubDate><description>从模型、输入输出 Token、提示词缓存和上下文管理出发，解释怎样用更少的无效消耗完成更多工作。</description></item><item><title>为什么压缩就是预测：从算术编码到 LLM</title><link>https://bubblenews.today/highlights/2026-08-11-compression-is-prediction/</link><guid>https://bubblenews.today/highlights/2026-08-11-compression-is-prediction/</guid><pubDate>Tue, 11 Aug 2026 00:00:00 GMT</pubDate><description>解读 ngrok 的《Compression is prediction》：压缩率为何取决于预测概率，算术编码、信息熵与 LLM 的交叉熵训练又如何指向同一套数学。</description></item><item><title>深入 Harness：我误解 pi 的四个月</title><link>https://bubblenews.today/highlights/2026-08-10-inside-the-harness-pi/</link><guid>https://bubblenews.today/highlights/2026-08-10-inside-the-harness-pi/</guid><pubDate>Mon, 10 Aug 2026 00:00:00 GMT</pubDate><description>Nick Nisi 复盘自己为何错把 pi 当成更快的 Claude Code，以及可扩展的 Harness 如何让工具从外部脚本真正进入智能体会话。</description></item><item><title>MiniMax 团队 AMA 揭秘：H3 为何如此出色？！</title><link>https://bubblenews.today/highlights/2026-08-09-minimax-h3-ama/</link><guid>https://bubblenews.today/highlights/2026-08-09-minimax-h3-ama/</guid><pubDate>Sun, 09 Aug 2026 00:00:00 GMT</pubDate><description>MiniMax 团队在 Reddit AMA 中回应 H3 开源、2K 重生成、稀疏注意力、低步数版本、图像模型与远景画质等关键问题。</description></item><item><title>只用手机完成工作：WorkBuddy 移动端教程</title><link>https://bubblenews.today/workbuddy-tutorials/workbuddy-mobile-workflow-guide/</link><guid>https://bubblenews.today/workbuddy-tutorials/workbuddy-mobile-workflow-guide/</guid><pubDate>Sun, 09 Aug 2026 00:00:00 GMT</pubDate><description>介绍 WorkBuddy 移动端的云端工作、连接电脑、自动化、文件处理与微信分享，体验只用手机调度 Agent 的完整办公流程。</description></item><item><title>如何保持思考</title><link>https://bubblenews.today/highlights/2026-08-07-how-to-keep-thinking/</link><guid>https://bubblenews.today/highlights/2026-08-07-how-to-keep-thinking/</guid><pubDate>Fri, 07 Aug 2026 00:00:00 GMT</pubDate><description>Sean Goedecke 反思 AI 驱动的频繁上下文切换如何让人偏向快速判断，并讨论为什么亲自写作和阅读真正的书仍是维持深度思考的有效方式。</description></item><item><title>学会这些 AI 基本常识，你也能把老板忽悠瘸了</title><link>https://bubblenews.today/highlights/2026-07-30-ai-basics-cli-harness-skills-html-github/</link><guid>https://bubblenews.today/highlights/2026-07-30-ai-basics-cli-harness-skills-html-github/</guid><pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate><description>用通俗的方式解释 CLI、Harness、Skills、HTML 与 GitHub，帮助非技术用户建立一套实用的 AI 基础认知。</description></item><item><title>你无法带走的会话</title><link>https://bubblenews.today/highlights/2026-07-30-the-session-you-cannot-take-with-you/</link><guid>https://bubblenews.today/highlights/2026-07-30-the-session-you-cannot-take-with-you/</guid><pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate><description>推理 API 正通过加密推理、隐藏搜索上下文、不透明压缩、密封的子代理消息和服务端 ID，把 AI 会话越来越深地绑定在单一提供商上。</description></item><item><title>模板与变量</title><link>https://bubblenews.today/highlights/2026-07-29-templates-variables/</link><guid>https://bubblenews.today/highlights/2026-07-29-templates-variables/</guid><pubDate>Wed, 29 Jul 2026 00:00:00 GMT</pubDate><description>HyperFrames 介绍如何用带类型的合成项目变量，将一次视频构建变成可复用模板，并在本地、托管云端和 Lambda 中批量生成个性化视频。</description></item><item><title>我们用 Pi、Agents SDK 和 Code Mode 重写了智能体，使其完全运行在 Durable Object 中</title><link>https://bubblenews.today/highlights/2026-07-28-we-rewrote-our-agent-durable-object-pi-agents-sdk-code-mode/</link><guid>https://bubblenews.today/highlights/2026-07-28-we-rewrote-our-agent-durable-object-pi-agents-sdk-code-mode/</guid><pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate><description>Miguel 讲述 camelAI 如何用 Durable Objects、SQLite、R2、Pi、Code Mode、动态 Workers 和按需 Linux 容器取代常驻虚拟机。</description></item><item><title>软件工厂为何失败：评测新的前沿</title><link>https://bubblenews.today/highlights/2026-07-28-why-software-factories-fail-benchmarking-new-frontier/</link><guid>https://bubblenews.today/highlights/2026-07-28-why-software-factories-fail-benchmarking-new-frontier/</guid><pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate><description>Dex Horthy 使用 SlopCodeBench 测试 Opus 4.8、Sonnet 5 和 Opus 5，衡量前沿模型能否在需求逐步揭示的过程中持续演进代码库。</description></item><item><title>AI 智能体中的提示词缓存</title><link>https://bubblenews.today/highlights/2026-07-27-prompt-caching-in-agents/</link><guid>https://bubblenews.today/highlights/2026-07-27-prompt-caching-in-agents/</guid><pubDate>Mon, 27 Jul 2026 00:00:00 GMT</pubDate><description>提示词缓存如何影响编程智能体的成本、延迟、工具设计和系统架构，以及 Pi 如何让缓存行为变得可观测。</description></item><item><title>云端渲染</title><link>https://bubblenews.today/highlights/2026-07-26-cloud-rendering/</link><guid>https://bubblenews.today/highlights/2026-07-26-cloud-rendering/</guid><pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate><description>HyperFrames 介绍如何将同一个视频项目从本地 Chrome 与 FFmpeg 迁移到托管云端，并覆盖模板复用、CI、回调和幂等生产流程。</description></item><item><title>Claude Design</title><link>https://bubblenews.today/highlights/2026-07-25-claude-design/</link><guid>https://bubblenews.today/highlights/2026-07-25-claude-design/</guid><pubDate>Sat, 25 Jul 2026 00:00:00 GMT</pubDate><description>HyperFrames 介绍 Claude Design 如何基于品牌设计系统生成可直接使用的 HTML 和 CSS，以及如何交给 Claude Code 完成更稳定的视频制作流程。</description></item><item><title>为什么软件工厂会失败</title><link>https://bubblenews.today/highlights/2026-07-24-why-software-factories-fail/</link><guid>https://bubblenews.today/highlights/2026-07-24-why-software-factories-fail/</guid><pubDate>Fri, 24 Jul 2026 00:00:00 GMT</pubDate><description>Dex Horthy 分析无人值守的 AI 软件工厂为何会持续损害代码库的可维护性、现有基准为何无法衡量设计质量，以及人工评审为什么仍不可替代。</description></item><item><title>一步步构建 Claude Code 的 Harness</title><link>https://bubblenews.today/highlights/2026-07-15-lets-build-claude-code-harness-step-by-step/</link><guid>https://bubblenews.today/highlights/2026-07-15-lets-build-claude-code-harness-step-by-step/</guid><pubDate>Wed, 15 Jul 2026 00:00:00 GMT</pubDate><description>从核心循环开始，逐层用 CrewAI 重建 Claude Code 风格的智能体 Harness：工具、规划、子代理、沙箱、人工审批、记忆与检查点。</description></item><item><title>WorkBuddy 混元 3 实战：数据分析、视频制作与产品需求</title><link>https://bubblenews.today/workbuddy-tutorials/workbuddy-hunyuan3-workflow-guide/</link><guid>https://bubblenews.today/workbuddy-tutorials/workbuddy-hunyuan3-workflow-guide/</guid><pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate><description>通过混元 3、表格 Skill、视频专家和产品战略专家团，演示如何在 WorkBuddy 中完成数据分析、视频制作与产品需求研究。</description></item><item><title>WorkBuddy 进阶指南：模型、知识库、会议、设计与自动化</title><link>https://bubblenews.today/workbuddy-tutorials/workbuddy-advanced-workflow-guide/</link><guid>https://bubblenews.today/workbuddy-tutorials/workbuddy-advanced-workflow-guide/</guid><pubDate>Mon, 29 Jun 2026 00:00:00 GMT</pubDate><description>介绍如何为 WorkBuddy 配置第三方模型、连接知识库与腾讯会议，并使用设计工具和自动化工作流提升日常办公效率。</description></item><item><title>WorkBuddy 入门指南</title><link>https://bubblenews.today/workbuddy-tutorials/workbuddy-beginner-guide/</link><guid>https://bubblenews.today/workbuddy-tutorials/workbuddy-beginner-guide/</guid><pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate><description>从安装登录、工作模式和模型配置，到专家、Skills、自动化、连接器与远程设置，系统了解 WorkBuddy 的核心用法。</description></item><item><title>如何在手机上使用 Codex</title><link>https://bubblenews.today/codex-tutorials/codex-mobile-chatgpt-guide/</link><guid>https://bubblenews.today/codex-tutorials/codex-mobile-chatgpt-guide/</guid><pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate><description>通过 ChatGPT App 将手机与 Mac 上的 Codex App 配对，同步对话并在移动端继续编程。</description></item><item><title>Codex App 纯小白入门指南</title><link>https://bubblenews.today/codex-tutorials/codex-app-beginner-guide/</link><guid>https://bubblenews.today/codex-tutorials/codex-app-beginner-guide/</guid><pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate><description>从安装登录、界面布局到 AGENTS.md、内置浏览器、插件、Computer Use、自动化和 Hatch Pet，完整了解 Codex App 的核心用法。</description></item><item><title>6 个实用的 Codex App 技巧</title><link>https://bubblenews.today/codex-tutorials/codex-app-practical-tips/</link><guid>https://bubblenews.today/codex-tutorials/codex-app-practical-tips/</guid><pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate><description>从自由聊天、内置浏览器和 Computer Use，到 Plan、Agent Team、Memory 与 Chronicle，整理 Codex App 的实用玩法。</description></item><item><title>在企业中如何使用 Claude Code</title><link>https://bubblenews.today/highlights/2025-11-18-how-three-startups-use-claudecode/</link><guid>https://bubblenews.today/highlights/2025-11-18-how-three-startups-use-claudecode/</guid><pubDate>Tue, 18 Nov 2025 00:00:00 GMT</pubDate><description>企业里是如何使用 Claude Code 的实践案例总结。</description></item><item><title>使用Skills提升前端设计</title><link>https://bubblenews.today/highlights/2025-11-16-claude-skills-example/</link><guid>https://bubblenews.today/highlights/2025-11-16-claude-skills-example/</guid><pubDate>Sun, 16 Nov 2025 00:00:00 GMT</pubDate><description>通过Claude的Skills功能，可以提升AI设计的页面质量。</description></item><item><title>Skills, MCP, Projects, Prompt的区别</title><link>https://bubblenews.today/highlights/2025-11-15-claude-skills-explained/</link><guid>https://bubblenews.today/highlights/2025-11-15-claude-skills-explained/</guid><pubDate>Sat, 15 Nov 2025 00:00:00 GMT</pubDate><description>Anthropic 官方介绍Skills, MCP, Projects, Prompt的区别</description></item><item><title>Google官方出品的Vibe Coding课程</title><link>https://bubblenews.today/highlights/2025-11-15-vibe-coding/</link><guid>https://bubblenews.today/highlights/2025-11-15-vibe-coding/</guid><pubDate>Sat, 15 Nov 2025 00:00:00 GMT</pubDate><description>Vibe Coding课程，介绍如何使用Google AI Studio</description></item><item><title>GPT-5.1提示词指南</title><link>https://bubblenews.today/highlights/2025-11-14-gpt-5.1-prompt-guide/</link><guid>https://bubblenews.today/highlights/2025-11-14-gpt-5.1-prompt-guide/</guid><pubDate>Fri, 14 Nov 2025 00:00:00 GMT</pubDate><description>OpenAI官方出品GPT-5.1提示词使用指南</description></item><item><title>提示词工程最佳实践</title><link>https://bubblenews.today/highlights/2025-11-10-best-practices-prompt-engineering/</link><guid>https://bubblenews.today/highlights/2025-11-10-best-practices-prompt-engineering/</guid><pubDate>Mon, 10 Nov 2025 00:00:00 GMT</pubDate><description>Claude官方出品提示词工程最佳实践</description></item></channel></rss>
