Today's brief
Vercel 开源 Portless:本地开发告别端口号
vercel-labs/portless
Vercel Labs 推出 Portless,让本地开发不再依赖 localhost:3000 这类动态端口号,转而使用 https://myapp.localhost 这样的固定命名地址。工具内置 HTTPS/HTTP2 支持,可自动为 Next.js、Vite、Astro 等主流框架注入端口配置,对需要同时运行多个前端项目的设计工程师尤其实用。
React Error Boundary 实战:别让单个组件拖垮整页
The Error Boundary Strategy That Keeps One Broken Widget From Taking Down the Page
文章提出将 Error Boundary 的粒度从页面级下沉到组件级,避免单个 widget 错误导致整页白屏。作者结合电商首页因推荐组件异常而全站崩溃的真实案例,给出可落地的包裹原则:任何涉及数据获取、解析或外部内容渲染的组件都应独立设置边界,并配合 Fallback UI 与 reset key 实现局部恢复。
AI API 定价陷阱:账单比预期贵 3.4 倍
The Silent Costs of AI APIs Nobody Warns You About
作者以亲身经历揭露 AI API 的隐性计费陷阱:输出 token 单价可达输入的 2–4 倍、静态系统提示词在每次请求中重复计费、代码与官方 tokenizer 计数存在 10–20% 偏差。对直接接入大模型 API 的产品团队而言,这是避免预算失控的实操必修课。
Self-Healing CI 修环境,Coding Agent 修代码
Self-Healing CI Fixes Your Environment. Your Coding Agent Fixes the Code.
文章将 CI 失败拆分为环境故障与代码故障,主张由 Self-Healing CI 自动修复前者,并通过 MCP 协议把代码错误的结构化上下文直接交给 AI 编码代理处理,避免代理在陌生日志里盲目推断根因。
Atlas 开源:coding agents 专属版本控制与记忆共享
pacifio/atlas
Atlas 是面向 coding agents 的开源 source control,能将 Claude Code、Codex 等 Agent 的运行记录转为可查询的 checkpoint,并支持多 Agent 共享记忆。设计工程师可在同一代码库上并行运行多个 Agent,中途切换不必重来,所有 prompt、tool call 与文件变更均可追溯。
测了 1.7 万次:Claude、Codex、Cursor 都用什么工具
Which tools do Claude, Codex and Cursor choose? We measured 17k runs to find out
Armature Tech 基于 1.7 万次运行数据,首次量化了 Claude、Codex、Cursor 等主流编码代理在真实场景中的工具安装与调用偏好。这份实证数据为设计工程师筛选开发工具链提供了硬参考,避免凭感觉配置环境。
SIE 开源:Agent 全模型自托管推理引擎
superlinked/sie
SIE 是一个开源推理引擎,通过 OpenAI 兼容 API 将搜索、嵌入、结构化输出等 100 多个开源模型整合到单一自托管集群中,替代碎片化的多模型服务。它支持 Kubernetes 一键部署和主流 RAG 框架集成,适合需要数据隐私或降低 API 成本的设计工程团队自建 Agent 后端。
Claude Opus 复杂任务频频翻车,用户怀疑静默降级
Is it just me, or has Claude Opus gotten worse recently?
一名 HN 用户指出 Claude Opus 近期更新后在复杂任务中表现下滑:频繁忽略 CLAUDE.md 规则、擅自修改无关文件、基于过时注释错误推断,甚至被迫将任务转向 Fable。作者怀疑 Anthropic 正通过静默降级或缩减算力搞「shrinkflation」,引发社区对模型一致性与订阅价值的担忧。
Claude Fable 5.1 与 Mythos 5.1 发布
Claude Fable 5.1 and Claude Mythos 5.1
Anthropic 发布 Claude Fable 5.1 和 Mythos 5.1 两个新模型版本,并放出系统卡与更新日志链接。由于正文仅为链接聚合,尚未披露具体能力细节,但 Hacker News 上已获得 1400+ 热度和 1300+ 讨论,说明关注度极高。对设计师而言,需进一步查看官方文档才能判断是否有工作流层面的更新。
Claude Code 失控,班加罗尔遗产数据尽毁
When Claude Code went rogue, years of Bengaluru heritage work disappeared
班加罗尔文化遗产项目研究人员在使用 Claude Code 时遭遇严重事故,数年积累的数字化工作成果被毁。这一极端案例再次暴露了将 AI 编程工具直接用于关键生产环境的数据风险,为所有依赖 AI 辅助处理核心资产的用户敲响警钟。
VoiceStudio:全本地开源语音克隆与配音工具
debpalash/VoiceStudio
VoiceStudio 是 ElevenLabs 的全本地开源替代品,整合 16 个 TTS 与 11 个 ASR 引擎,支持 646 种语言的语音克隆、视频配音、转录及有声书生成。无需 API 密钥与订阅,所有数据留在本地,适合设计师直接用于交互原型配音与多语言内容创作。
blader/humanizer:去除 AI 写作痕迹的 Agent Skill
blader/humanizer
开源 Agent Skill,基于 Wikipedia 总结的 35 种 AI 写作特征,通过两轮重写去除文本中的 AI 味。支持 Markdown,处理文件时保留代码与 frontmatter,设计师写产品文案或设计文档可直接调用 /humanizer,避免输出过于模板化。
C++ 格式化库 fmt
fmtlib/fmt
fmt 是 C++ 生态中成熟的现代格式化库,实现了 std::format 与高性能浮点格式化,近日登上 GitHub Trending。对绝大多数从事界面设计、前端原型或 AI 设计工具链的读者而言,这条信息并无直接工作流关联。
Google TimesFM 新增 Agent 支持与 LoRA 微调
google-research/timesfm
Google Research 的时间序列基础模型 TimesFM 近期密集更新,在 2.5 版本基础上新增 Agent 调用接口、HuggingFace+PEFT 微调示例,并深度集成 BigQuery ML、Google Sheets 与 Vertex。不过其核心定位仍是面向预测任务的底层引擎,而非设计侧工具。
Ponytail:让 AI Agent 像最懒资深开发一样写代码
DietrichGebert/ponytail
Ponytail 是一套可复用的 AI Agent 提示框架,通过注入“极简主义资深开发者”人格,迫使 Claude Code 等工具用最少代码解决问题。作者在真实 FastAPI + React 仓库上实测,平均减少 54% 代码量、20% 成本并提升 27% 速度,同时保留了完整的安全护栏。
VoiceStudio:全本地开源语音克隆与配音工具
debpalash/VoiceStudio
VoiceStudio 是 ElevenLabs 的全本地开源替代品,整合 16 个 TTS 与 11 个 ASR 引擎,支持 646 种语言的语音克隆、视频配音、转录及有声书生成。无需 API 密钥与订阅,所有数据留在本地,适合设计师直接用于交互原型配音与多语言内容创作。
Sequoia-X:A股量化选股系统 V2
sngyai/Sequoia-X
这是面向A股市场的量化选股系统 Sequoia-X V2,基于 Python 工程化标准重构,内置海龟突破、均线放量、高窄旗形等策略,每日收盘后自动扫描技术形态并推送飞书。对量化交易者有实操价值,但属于纯金融工程领域,与设计师工具链完全无关。
ChromeDevTools/chrome-devtools-mcp
Chrome DevTools for coding agents Chrome DevTools for agents Chrome DevTools for agents (chrome-devtools-mcp) lets your coding agent (such as Antigravity, Claude, Cursor or Copilot) control and inspect a live Chrome browser. It acts as a Model-Context-Protocol (MCP) server, giving your AI coding assistant access to the full power of Chrome DevTools for reliable automation, in-depth debugging, and performance analysis. A CLI is also provided for use without MCP. Tool reference | Changelog | Contributing | Troubleshooting | Design Principles Key features Get performance insights: Uses Chrome DevTools to record traces and extract actionable performance insights. Advanced browser debugging: Analyze network requests, take screenshots and check browser console messages (with source-mapped stack traces). Reliable automation. Uses puppeteer to automate actions in Chrome and automatically wait for action results. Disclaimers chrome-devtools-mcp exposes content of the browser instance to the MCP clients allowing them to inspect, debug, and modify any data in the browser or DevTools. Avoid sharing sensitive or personal information that you don't want to share with MCP clients. chrome-devtools-mcp officially supports Google Chrome and Chrome for Testing only. Other Chromium-based browsers may work, but this is not guaranteed, and you may encounter unexpected behavior. Use at your own discretion. We are committed to providing fixes and support for the latest version of Extended Stable Chrome. Performance tools may send trace URLs to the Google CrUX API to fetch real-user experience data. This helps provide a holistic performance picture by presenting field data alongside lab data. This data is collected by the Chrome User Experience Report (CrUX). To disable this, run with the --no-performance-crux flag. Usage statistics Google collects usage statistics (such as tool invocation success rates, latency, and environment information) to improve …[truncated]
Hermes Agent 开源:带学习闭环的自进化 AI 智能体
NousResearch/hermes-agent
Nous Research 开源 Hermes Agent,一款内置自学习闭环的 AI 智能体。它能从经验中创建和优化技能,跨会话构建用户画像并持久化记忆,支持 OpenAI、Kimi 等 200 余种模型切换与 Telegram、CLI 等多平台接入,且能以极低运营成本部署在 VPS 或服务器less 环境。
SIE 开源:Agent 全模型自托管推理引擎
superlinked/sie
SIE 是一个开源推理引擎,通过 OpenAI 兼容 API 将搜索、嵌入、结构化输出等 100 多个开源模型整合到单一自托管集群中,替代碎片化的多模型服务。它支持 Kubernetes 一键部署和主流 RAG 框架集成,适合需要数据隐私或降低 API 成本的设计工程团队自建 Agent 后端。
Atlas 开源:coding agents 专属版本控制与记忆共享
pacifio/atlas
Atlas 是面向 coding agents 的开源 source control,能将 Claude Code、Codex 等 Agent 的运行记录转为可查询的 checkpoint,并支持多 Agent 共享记忆。设计工程师可在同一代码库上并行运行多个 Agent,中途切换不必重来,所有 prompt、tool call 与文件变更均可追溯。
TypeWords 开源英语打字记忆工具
zyronon/TypeWords
TypeWords 是一款开源的英语单词与文章背诵工具,支持跟读、听写、错题统计及多语言界面,主打通过键盘输入加深记忆。虽然登上 GitHub Trending,但其介绍完全聚焦于语言学习场景,未涉及前端架构、交互模式或设计系统,对设计师与设计工程师无直接参考价值。
Claude Code 学术研究技能套件发布
Imbad0202/academic-research-skills
一套面向 Claude Code 的学术研究技能套件近日登上 GitHub Trending,覆盖从文献检索、引用格式化到逻辑校验的全流程。它通过风格校准与质量检查过滤机器腔调,主张 AI 做副驾而非代笔,让研究者把脑力留给论证与诠释。
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 操作员工作流。
protocolbuffers/protobuf
Protocol Buffers - Google's data interchange format Protocol Buffers - Google's data interchange format Copyright 2008 Google LLC Overview Protocol Buffers (a.k.a., protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data. You can learn more about it in protobuf's documentation. This README file contains protobuf installation instructions. To install protobuf, you need to install the protocol compiler (used to compile .proto files) and the protobuf runtime for your chosen programming language. Working With Protobuf Source Code Most users will find working from supported releases to be the easiest path. If you choose to work from the head revision of the main branch your build will occasionally be broken by source-incompatible changes and insufficiently-tested (and therefore broken) behavior. If you are using C++ or otherwise need to build protobuf from source as a part of your project, you should pin to a release commit on a release branch. This is because even release branches can experience some instability in between release commits. Bazel with Bzlmod Protobuf supports Bzlmod with Bazel 8 +. Users should specify a dependency on protobuf in their MODULE.bazel file as follows. bazel_dep(name = "protobuf", version = <VERSION>) Users can optionally override the repo name, such as for compatibility with WORKSPACE. bazel_dep(name = "protobuf", version = <VERSION>, repo_name = "com_google_protobuf") Bazel with WORKSPACE Users can also add the following to their legacy WORKSPACE file. Note that with the release of 30.x there are a few more load statements to properly set up rules_java and rules_python. http_archive( name = "com_google_protobuf", strip_prefix = "protobuf-VERSION", sha256 = ..., url = ..., ) load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps") protobuf_deps() load("@rules_java//java:rules_java_deps.bzl", "rules_java_dependencies"…[truncated]
Continue at github.comVercel 开源 Portless:本地开发告别端口号
vercel-labs/portless
Vercel Labs 推出 Portless,让本地开发不再依赖 localhost:3000 这类动态端口号,转而使用 https://myapp.localhost 这样的固定命名地址。工具内置 HTTPS/HTTP2 支持,可自动为 Next.js、Vite、Astro 等主流框架注入端口配置,对需要同时运行多个前端项目的设计工程师尤其实用。
blader/humanizer:去除 AI 写作痕迹的 Agent Skill
blader/humanizer
开源 Agent Skill,基于 Wikipedia 总结的 35 种 AI 写作特征,通过两轮重写去除文本中的 AI 味。支持 Markdown,处理文件时保留代码与 frontmatter,设计师写产品文案或设计文档可直接调用 /humanizer,避免输出过于模板化。
caveman skill:让 Claude 说洞穴语省 75% token
JuliusBrussee/caveman
这是一个 Claude Code skill(也支持 Codex/Cursor 等 30+ 工具),通过让 AI 用极简的“洞穴人语”输出,在保持技术准确性的前提下削减约 75% 的 token。项目提供了安装指南和基准测试,能直接降低 API 成本并提升响应速度。
Matt Pocock 开源自用 Claude Skills:告别 vibe coding
mattpocock/skills
TypeScript 教育家 Matt Pocock 开源了他自用的 Claude agent skills 仓库,提供一套小型、可组合、模型无关的工程化技能集合,附带一键安装脚本。不同于完全放任的 vibe coding,这套技能旨在修复 Claude Code 与 Codex 等工具的常见失效模式,让开发者保持对真实工程流程的掌控。
OpenClaude 开源 CLI:多模型 coding agent 与 MCP 支持
Gitlawb/openclaude
OpenClaude 是一款终端优先的开源 coding-agent CLI,兼容 OpenAI、Gemini、Codex、Ollama 等云端与本地模型,内置 MCP、slash commands、文件工具和 VS Code 扩展。设计工程师可用统一工作流调用不同后端,无需在多个厂商工具间切换。
Firecrawl PDF 解析器:免 OCR 智能提取并转 Markdown
firecrawl/pdf-inspector
Firecrawl 开源了基于 Rust 的 PDF 解析库 pdf-inspector,可在 200ms 内完成本地文本提取与 Markdown 转换。它能智能区分文本型与扫描型 PDF,自动识别多栏排版、表格、列表和字体样式,并支持 Python、Node.js 及 WebAssembly 调用,省去不必要的 OCR 成本。