Today's brief
Lightpanda:Zig 从头写的无头浏览器,AI 自动化专用
lightpanda-io/browser
Lightpanda 是用 Zig 语言从零编写的无头浏览器,非 Chromium 或 WebKit 分支。专为 AI agent 与自动化场景优化,实测内存占用比 Headless Chrome 低约 16 倍,执行速度快 9 倍。目前已提供 Homebrew、AUR 及 Linux/macOS 二进制安装包,可立即试用。
让 agent 碰 repo 前,我先写这 4 行上下文
Before I let an agent touch the repo, I write 4 lines. What's in yours?
作者提出在让 AI agent 处理代码任务前,先花 30 秒写下四行上下文:受众(WHO)、完成标准(DONE)、禁止事项(NEVER)和后续动作(NEXT)。这个方法能大幅减少 AI 的猜测空间,避免无关改动和模糊需求导致的返工,是一种立即可用的 prompt 模板。
AGENTS.md:给 AI 编码助手的项目说明书
AGENTS.md: one guide for your coding agents
AGENTS.md 是放在代码仓库根目录的 Markdown 文件,用于向 Cursor、Codex 等 AI 编码助手说明项目结构、构建命令和不可变更的设计决策。它能把原本散落在对话里的项目规范沉淀为可随代码流转的“活文档”,让不同工具、不同贡献者的 AI 都能基于同一套规则协作,避免重复解释和风格漂移。
你的 AI 结对编程助手为什么把答案藏在最后
Why Your AI Pair Programmer Buries the Answer
AI 编程助手普遍存在「前言偏差」:受训练激励影响,它们习惯先用大段上下文和免责声明铺垫,最后才给出答案,导致开发者每天浪费大量时间滚动和寻找核心信息。文章提出 Answer-First Prompting 框架,通过强制的格式约束让 AI 先输出答案再补充解释,可直接用于日常与 Claude、Cursor 等工具的高频交互,显著压缩认知负载。
Agentic UX 时代,80 年代复印机教我们的事
Persistent lessons in human-centered automation
作者回忆在 Bossa Nova Robotics 的田野观察:一名顾客误将库存机器人当作扫码器,而装备高端感知算法的机器却无法理解这一意图。文章借这一案例与 1980 年代复印机研究对照,指出 Agentic UX 的核心瓶颈仍是如何应对人类行为的不可预测性,而非单纯的模型能力。
多数 AI 问题根源在人,这是修复方法
Most AI problems are really human problems
文章指出 AI 技术已非瓶颈,真正的阻塞点在人类决策与对齐。Anthropic 因 Claude Code 效率激增反而增聘产品经理,MIT 研究称 95% 的 AI 试点无实际成效。当构建速度超过共识速度时,UX 与产品设计的价值反而凸显——设计师应主导对齐、评估与意图澄清,而非等待下一个模型。
Context Mode 发布:AI 编码代理上下文压缩 98% 方案
mksglu/context-mode
Context Mode 是一款 MCP 服务器,通过沙盒隔离工具输出(减少 98% 上下文占用),并用 SQLite + BM25 实现会话事件的持久化与检索。当对话压缩时,它能确保 AI Agent 不丢失文件编辑、任务进度等关键状态,同时支持 17 个平台的路由。
Opensource UI:200+ React/Next.js 复制粘贴组件库
Opensource UI
一套基于 TypeScript 和 Tailwind CSS v4 构建的免费开源组件库,提供 200 余个生产级 React 与 Next.js 组件,采用 MIT 协议,可直接复制源码到项目中使用,省去额外依赖安装。
Camofox:为 AI Agent 打造的隐形浏览器
jo-inc/camofox-browser
开源浏览器 Camofox 在 C++ 层修改 Firefox 内核伪造硬件指纹,可绕过 Cloudflare 等反爬机制,并包装成 REST API 供 AI Agent 调用。其 accessibility snapshot 比原始 HTML 轻量 90%,可直接替代 Puppeteer/Playwright,为需要网页交互的 AI 产品原型提供稳定底层能力。
安全为了谁?该拒绝的是子集而非整个话题
Safety for Whom? Refusing the Right Subset of a Topic, Not the Whole Topic
文章主张 AI 安全机制不应一刀切地拒绝整个话题,而应精准拦截其中的有害子集。对产品团队而言,这意味着需要在内容策略和模型护栏之间找到更细粒度的平衡,避免过度防御误伤正常用例。
Postgres Agentic RAG 架构:代码、追踪与故障
Agentic RAG Architecture in Postgres: Code, Traces, Failures
文章拆解了基于 Postgres 的 Agentic RAG 系统,展示模型如何在三个工具间路由,并附完整代码与追踪记录;同时复盘了一次典型失败——检索返回了书籍索引页而非正文。案例虽有工程参考价值,但内容偏向数据库后端,且原文在 Medium 被截断。
World Labs 发布 Atlas 空间智能世界模型
Atlas: a world model for spatial intelligence
World Labs 推出 Atlas,号称能统一世界生成、重建与模拟的全模态世界模型。空间智能被视为 AI 下一个前沿,对 3D 创作与沉浸体验设计或有变革意义,但目前披露仅停留在概念一句,无技术细节与可用路径。
为 Cursor 手绘 600+ 图标的设计师
The designer who drew Cursor’s icons
Sidebar 推荐了一篇对 Marek Minor 的深度访谈,揭秘他为 AI 代码编辑器 Cursor 手工绘制全套 600 余枚图标的过程。在生成式 UI 泛滥的当下,这种极致的手作视觉体系为工具类产品提供了罕见的设计参考。
限制细节的数量,才能打磨好剩下的
Limit the number of details
这是一条极简主义设计原则:每个细节都会索取注意力。通过主动限制添加的细节数量,设计师反而能为剩余元素争取更多优化空间,避免过度设计导致的注意力分散,让核心体验更加精致。
ChatGPT Images 2.5 发布,参考图与编辑精度双升级
Introducing ChatGPT Images 2.5
OpenAI 发布 ChatGPT Images 2.5,新增 gpt-image-2.5-sunburst(精准编辑)与 flare(快速生成)两个 API 模型,显著改进多轮指令跟随与参考图主体保留能力。开发者已可调用新模型,Simon Willison 也提供了带参考图支持的 CLI 工具示例,设计师能立即借此实现角色与品牌一致性工作流。
HyperFrames 开源:写 HTML 就能出视频,Agent 原生支持
heygen-com/hyperframes
HeyGen 开源 HyperFrames,可将 HTML、CSS 与可寻址动画渲染为确定性 MP4。它提供本地 CLI,更核心的是为 Claude Code、Cursor 等 AI Agent 配备了 Skills,使代理能独立完成视频规划、HTML 编写、动画调试与渲染,将前端能力直接转化为视频生产工作流。
Microsoft 开源 markitdown:Office 文档一键转 Markdown
microsoft/markitdown
Microsoft 官方开源的 markitdown 是一个轻量级 Python 工具,可将 PDF、Word、PPT、Excel、图片、音频等数十种格式转换为 Markdown。它不是给人类阅读的高保真转换器,而是专门为 LLM 和文本分析管道设计,保留文档结构(标题、列表、表格、链接),让非文本文件能直接喂给 AI。
Context Mode 发布:AI 编码代理上下文压缩 98% 方案
mksglu/context-mode
Context Mode 是一款 MCP 服务器,通过沙盒隔离工具输出(减少 98% 上下文占用),并用 SQLite + BM25 实现会话事件的持久化与检索。当对话压缩时,它能确保 AI Agent 不丢失文件编辑、任务进度等关键状态,同时支持 17 个平台的路由。
Camofox:为 AI Agent 打造的隐形浏览器
jo-inc/camofox-browser
开源浏览器 Camofox 在 C++ 层修改 Firefox 内核伪造硬件指纹,可绕过 Cloudflare 等反爬机制,并包装成 REST API 供 AI Agent 调用。其 accessibility snapshot 比原始 HTML 轻量 90%,可直接替代 Puppeteer/Playwright,为需要网页交互的 AI 产品原型提供稳定底层能力。
LunaTV 开源影视聚合播放器
MoonTechLab/LunaTV
这是一个基于 Next.js 14 与 Tailwind CSS 的跨平台影视播放器,支持多源搜索与 PWA,但部署后为空壳且无内置片源。对设计师及设计工程师而言,它既无设计系统可借鉴,也不存在可复用的工程价值。
ECC v2.0 RC:跨 Claude/Cursor 的 Agent 性能优化框架
affaan-m/ECC
这个开源项目为 Claude Code、Cursor、Codex 等主流 AI 编程工具提供了一套完整的性能优化系统,涵盖 skills、记忆优化、安全扫描和 MCP 配置。作为 Anthropic 黑客松获奖项目,它已在生产环境经过 10 个月验证,刚发布 v2.0.0-rc.1 版本并新增 Hermes 操作员工作流。
AI Agent 营销技能库:覆盖 CRO 与增长工程
coreyhaines31/marketingskills
这是一个为 Claude Code、Cursor 等 AI 助手打造的营销技能库,涵盖 CRO、文案、SEO 和增长工程。它通过 markdown 格式的 Skills 让 AI 自动识别营销任务并调用最佳实践。对设计工程师和产品设计师而言,其技能编排方式值得借鉴,可直接复用到设计系统或用户研究的工作流中。
AutoHedge:群体智能驱动的自治对冲基金
The-Swarm-Corporation/AutoHedge
AutoHedge 是一个基于多代理架构的自治对冲基金框架,支持 Solana 链上全自主交易。它通过 Director、Quant、风控与执行等专门 Agent 完成策略生成、市场分析与订单执行,主打机构级风控与最小人工干预。
免注册开源工具库 FckSignups
BraveOPotato/FckSignups
开源工具目录网站 NoSignups(原 FckSignups) curated 了一批无需注册、浏览器内即开即用的工具,涵盖设计、开发、生产力等类别。对厌倦强制注册和数据收集的设计师与开发者而言,这是快速发现干净工具的实用资源站。
bytedance/deer-flow
An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message gateway, it handles different levels of tasks that could take minutes to hours. 🦌 DeerFlow - 2.0 English | 中文 | 日本語 | Français | Русский On February 28th, 2026, DeerFlow claimed the 🏆 #1 spot on GitHub Trending following the launch of version 2. Thanks a million to our incredible community — you made this happen! 💪🔥 DeerFlow (Deep Exploration and Efficient Research Flow) is an open-source super agent harness that orchestrates sub-agents, memory, and sandboxes to do almost anything — powered by extensible skills. https://github.com/user-attachments/assets/a8bcadc4-e040-4cf2-8fda-dd768b999c18 Note DeerFlow 2.0 is a ground-up rewrite. It shares no code with v1. If you're looking for the original Deep Research framework, it's maintained on the 1.x branch — contributions there are still welcome. Active development has moved to 2.0. Official Website Learn more and see real demos on our official website. Coding Plan from ByteDance Volcengine We strongly recommend using Doubao-Seed-2.0-Code, DeepSeek v3.2 and Kimi 2.5 to run DeerFlow Learn more 中国大陆地区的开发者请点击这里 InfoQuest DeerFlow has newly integrated the intelligent search and crawling toolset independently developed by BytePlus--InfoQuest (supports free online experience) Table of Contents 🦌 DeerFlow - 2.0 Official Website Coding Plan from ByteDance Volcengine InfoQuest Table of Contents One-Line Agent Setup Quick Start Configuration Running the Application Deployment Sizing Option 1: Docker (Recommended) Option 2: Local Development Advanced Sandbox Mode MCP Server IM Channels LangSmith Tracing Langfuse Tracing …[truncated]
OpenAI 弃用 Codex Skills,迁移至 Plugins
openai/skills
OpenAI 官方 skills 仓库已被标记为废弃,现有 Codex skill 与插件示例被迁移至 OpenAI Plugins 仓库。用户需通过新指南创建 skill-only 插件,并使用 $skill-installer 命令安装 curated 或 experimental 技能。这代表 OpenAI 正将 Codex 的能力封装从独立 skills 转向插件化架构。
Lightpanda:Zig 从头写的无头浏览器,AI 自动化专用
lightpanda-io/browser
Lightpanda 是用 Zig 语言从零编写的无头浏览器,非 Chromium 或 WebKit 分支。专为 AI agent 与自动化场景优化,实测内存占用比 Headless Chrome 低约 16 倍,执行速度快 9 倍。目前已提供 Homebrew、AUR 及 Linux/macOS 二进制安装包,可立即试用。
pascalorg/editor
Create and share 3D architectural projects. Pascal Editor A 3D building editor built with React Three Fiber and WebGPU. https://github.com/user-attachments/assets/8b50e7cf-cebe-4579-9cf3-8786b35f7b6b Repository Architecture This is a Turborepo monorepo with three main packages: editor-v2/ ├── apps/ │ └── editor/ # Next.js application ├── packages/ │ ├── core/ # Schema definitions, state management, systems │ └── viewer/ # 3D rendering components Separation of Concerns Package Responsibility @pascal-app/core Node schemas, scene state (Zustand), systems (geometry generation), spatial queries, event bus @pascal-app/viewer 3D rendering via React Three Fiber, default camera/controls, post-processing apps/editor UI components, tools, custom behaviors, editor-specific systems The viewer renders the scene with sensible defaults. The editor extends it with interactive tools, selection management, and editing capabilities. Stores Each package has its own Zustand store for managing state: Store Package Responsibility useScene @pascal-app/core Scene data: nodes, root IDs, dirty nodes, CRUD operations. Persisted to IndexedDB with undo/redo via Zundo. useViewer @pascal-app/viewer Viewer state: current selection (building/level/zone IDs), level display mode (stacked/exploded/solo), camera mode. useEditor apps/editor Editor state: active tool, structure layer visibility, panel states, editor-specific preferences. Access patterns: // Subscribe to state changes (React component) const nodes = useScene((state) => state.nodes) const levelId = useViewer((state) => state.selection.levelId) const activeTool = useEditor((state) => state.tool) // Access state outside React (callbacks, systems) const node = useScene.getState().nodes[id] …[truncated]
Ruflo:Claude Code 多智能体集群框架
ruvnet/ruflo
Ruflo 是一款面向 Claude Code 与 Codex 的开源 agent meta-harness。通过一条 npx 命令初始化后,它能在后台将单一线程扩展为自组织智能体集群,具备跨会话记忆、RAG 与联邦通信能力。对设计工程师而言,这意味着无需手动管理数十个 MCP 工具,AI 编码助手即可自动分派任务、学习成功模式并完成多机协作。