AI Design News
No. 100No. 102
Friday, August 28, 2026·Issue 101
Today's brief from the AI and security front

安全防线 构建AI记忆

AI主播与供应链安全的新篇章

AI主播记忆单元的设计与供应链攻击防护策略的双重推进下,探讨AI角色连续性与软件包安全的优化之路。

Dev.to · AI·18 days ago

打造有记忆的 AI 主播:跨直播状态设计实践

Creating an AI Streamer That Remembers Previous Visits — Designing Memory and Multi-Streaming States

文章分享了作者在构建无人值守AI虚拟主播时,如何解决跨直播记住观众及直播过程中渲染器崩溃后的状态恢复难题,并记录了从设计决策到踩坑的一线经验。对设计工程师而言,这提供了AI角色长期记忆与系统容错的具体设计范式。

✎ Author's take
当前AI角色设计中最被低估的是人格连续性,作者将记忆单元定为per-character而非per-show是做对了的——观众认的是角色本身。从headless browser崩溃倒推状态粒度的一手经验,比设计系统文档更直接。Dev.to上少见的硬货,做AI虚拟人必读。
Continue at dev.to
Dev.to · AI·18 days ago

npm/PyPI/NuGet 供应链攻击:包冷却期与策略检查

Supply-chain attacks: package cooldowns and policy checks for npm, PyPI and NuGet

8月ChainDrop蠕虫通过盗用合法维护者GitHub账户入侵npm热门包,携带有效来源证明绕过传统信誉审查。文章指出"是否信任维护者"已是错误问题,防御核心应转向版本级安全与安装前冷却期策略,为依赖开源包的设计与工程团队提供可落地的风险控制思路。

✎ Author's take
设计工程师日常通过npm安装Figma插件、Next.js依赖和AI原型框架,此次攻击证明"官方来源"已不足为据——恶意代码甚至能堂而皇之地跑在正规CI工作流里。包冷却期与策略检查是设计工程团队能直接落地的安全护栏,比盲目信任维护者更实际。
Continue at dev.to
产品更新 · Product Updates
§Product Updates产品功能迭代
Cursor Changelog·19 days ago

Cursor Cloud Agents 免 GitHub 从零构建

Start from scratch, without a repo

Cursor Cloud Agents 不再强制要求连接 GitHub 等第三方代码托管,用户可直接通过自然语言 prompt 从零生成项目,后台自动创建 Origin 仓库。本次更新还包含浏览器实时预览与一键 Vercel 发布,显著降低了从想法到在线可访问原型的操作门槛。

✎ Author's take
Cursor 正在把"写代码"往后推,把"直接生成可预览的产品"往前拉。对设计工程师而言,这等于拆掉了 Git 配置和仓库管理的门槛,让你可以用自然语言直接启动原型、实时预览并秒级发布。这不是小迭代,是直接用 AI Agent 替代了传统的前置开发流程。
Continue at cursor.com
GitHub Trending · Daily·18 days ago

Archify:AI Agent 架构图生成与验证工具

tt-a1i/archify

Archify 是一个面向 Cursor、Claude Code 等 AI 编码工具的 Agent Skill,能将代码库或系统描述编译成可交互的 HTML/SVG 架构图。它通过类型化 JSON IR 确保输出确定且可验证,支持 diff 对比、多格式导出和上下游追踪,让设计工程师在对话中就能完成系统文档的可视化与审阅。

✎ Author's take
Archify 是一个将代码库或系统描述编译成可交互的 HTML/SVG 架构图的工具,对于设计工程师来说,可以在对话中完成系统文档的可视化与审阅,具有参考价值。
Continue at github.com
GitHub Trending · Daily·18 days ago

GitHub 热榜:Browser Use 让 AI Agent 像人类一样使用浏览器

browser-use/browser-use

Browser Use 登上 GitHub 日榜,这个开源项目让 AI Agent 像人类一样操作浏览器,能自动点击、填表、抓取数据。它直接支持 Claude Code、Cursor 等工具接入,设计团队可立即用它自动化竞品监控、表单填写、UI 测试等重复网页任务,把脏活累活丢给 AI。

✎ Author's take
browser-use 让 AI Agent 像人类一样操作浏览器,自动化网页任务,对需要自动化竞品监控和 UI 测试的设计团队是一大助力。
Continue at github.com
Anthropic · via HN·19 days ago

Show HN: Claude 的承重词汇

Show HN: The load-bearing vocabulary of Claude

这项研究发现并可视化了 Claude 模型内部对输出起关键支撑作用的「承重词汇」,揭示了特定 token 如何显著影响模型的语义理解和生成行为。对于依赖 Claude 构建产品的设计师而言,这意味着可以依据词汇影响力重新设计 prompt 结构,获得更可预测、可控的 AI 交互。

✎ Author's take
这不是又一篇泛泛而谈的可解释性论文,而是一张能直接指导 prompt 工程的「词汇影响地图」。知道 Claude 对哪些词最敏感,设计师就能在构建对话流程和界面文案时主动避开陷阱或放大预期效果,把黑箱模型变成半透明的工具。
Continue at louisabraham.github.io
Anthropic · via HN·18 days ago

Claude 配额 10 分钟耗尽,我做了一个排查工具

Show HN: My Claude quota ran out in 10 minutes, so I made a tool to find out why

开发者开源了 tare,一款能实时监控 Claude API 调用与 token 消耗的小工具。对高频使用 Claude 的设计师和工程师来说,它可以快速定位哪些请求或工作流在疯狂烧配额,避免盲目充值。

✎ Author's take
靠 Claude 做设计和写代码的人,最痛的不是配额贵,而是不知道钱被谁烧了。这个个人开源工具比 Anthropic 官方后台更透明,能精准定位 token 黑洞。如果你每天重度依赖 Claude,这不是‘值得关注’,而是应该立刻装上。
Continue at github.com
Claude Blog·22 days ago

Claude 记忆功能全端同步,内容完全由你掌控

Claude's memory works everywhere, and you decide what's in it

Claude 官方宣布记忆功能已支持全端同步,且用户可自主决定 AI 记住哪些内容。对依赖 Claude 进行长期设计项目与代码协作的创作者而言,跨会话的上下文连续性将大幅提升。但目前官方仅释放标题,具体操作路径与隐私边界尚不清晰。

✎ Author's take
官方发了个标题就跑路,正文残缺到连怎么“决定记忆”都没讲。对设计工程师而言,可控记忆是刚需——没人想让 Claude 记错组件规范——但在看到设置界面与 API 文档之前,这条消息顶多是个预告片,别急着把工作流押上去。
Continue at claude.com
Anthropic · via HN·20 days ago

怀念旧版 Claude Code:专注才是核心功能

I miss the old Claude Code

作者指出 Claude Code 最初的优势在于极致专注,而近期迭代加入过多功能后反而稀释了核心价值。HN 上的讨论折射出开发者与设计师对 AI 工具日益复杂的集体焦虑。

✎ Author's take
这是设计工程师最该警惕的教科书级案例:当 AI 产品从“解决单一问题”转向“覆盖所有场景”,往往伴随着上下文膨胀和注意力碎片化。如果你正在设计或集成 AI 工作流,这篇文章是一记关于“克制”的警钟——功能增加不等于产品进步。
Continue at alexkras.com
创作工具 · AI Creation
§AI Creation创作工具动态
GitHub Trending · Daily·18 days ago

garden-skills:Claude / Cursor 开源设计工程 Skills 合集

ConardLi/garden-skills

为 Claude Code、Cursor 等 AI 编程代理打造的开源 Skills 库,覆盖网页视频演示、设计工程、图像生成与文章美化。支持通过 CLI 或插件市场一键安装,可将脚本直接转化为可录屏的 16:9 网页演示,或调用设计工程 skill 辅助前端开发。

✎ Author's take
garden-skills 为 AI 编程代理打造了开源 Skills 库,覆盖多个领域,支持一键安装,为前端开发和设计工程提供辅助。
Continue at github.com
Anthropic · via HN·22 days ago

Anthropic 官方文风为何与 Claude 判若两人

Why is Anthropic's public writing style so unlike Claude's?

一篇博客文章对比发现,Anthropic 公司博客和公告充斥着冗长、官僚的企业腔,而其产品 Claude 却以清晰、有温度、对话感强的文风著称。这种品牌声音与产品个性的割裂在 HN 引发热议:当 AI 公司教模型“像人一样写作”时,自己的公关团队却似乎困在旧范式里,给 AI 产品的品牌一致性敲响警钟。

✎ Author's take
设计师费劲调 prompt 让 AI 像人,母公司品牌内容却像在联合国念稿——这种割裂本身就是 UX 写作的反面教材。做 AI 产品的人该警惕:模型人格再讨喜,如果官网和文档还在说官话,用户信任感会瞬间漏一半。Anthropic 这种精神分裂,别学。
Continue at cmart.blog
开源趋势 · Open Source
§GitHub Rank今日开源趋势
01GitHub Trending · Daily·18 days ago

Archify:AI Agent 架构图生成与验证工具

tt-a1i/archify

Archify 是一个面向 Cursor、Claude Code 等 AI 编码工具的 Agent Skill,能将代码库或系统描述编译成可交互的 HTML/SVG 架构图。它通过类型化 JSON IR 确保输出确定且可验证,支持 diff 对比、多格式导出和上下游追踪,让设计工程师在对话中就能完成系统文档的可视化与审阅。

✎ Author's take
Archify 是一个将代码库或系统描述编译成可交互的 HTML/SVG 架构图的工具,对于设计工程师来说,可以在对话中完成系统文档的可视化与审阅,具有参考价值。
Continue at github.com
02GitHub Trending · Daily·21 days ago

GPT-Image 2 工业级提示词引擎与模板库开源

freestylefly/awesome-gpt-image-2

这是一个面向 GPT-Image 2 的 Prompt as Code 开源项目,聚合了 470+ 逆向工程案例与 20+ 工业级模板,配套可视化网站支持直接预览、复制提示词并在线测试。设计师可跳过从零调试,直接复用经商业验证的生成策略,快速落地高完成度的 AI 图像工作流。

✎ Author's take
awesome-gpt-image-2 是一个面向 GPT-Image 2 的 Prompt as Code 开源项目,为设计师提供了逆向工程案例和工业级模板,有助于快速落地 AI 图像工作流。
Continue at github.com
03GitHub Trending · Daily·117 days ago

anthropics/claude-plugins-official

Official, Anthropic-managed directory of high quality Claude Code Plugins. Claude Code Plugins Directory A curated directory of high-quality plugins for Claude Code. ⚠️ Important: Make sure you trust a plugin before installing, updating, or using it. Anthropic does not control what MCP servers, files, or other software are included in plugins and cannot verify that they will work as intended or that they won't change. See each plugin's homepage for more information. Structure /plugins - Internal plugins developed and maintained by Anthropic /external_plugins - Third-party plugins from partners and the community Installation Plugins can be installed directly from this marketplace via Claude Code's plugin system. To install, run /plugin install {plugin-name}@claude-plugins-official or browse for the plugin in /plugin > Discover Contributing Internal Plugins Internal plugins are developed by Anthropic team members. See /plugins/example-plugin for a reference implementation. External Plugins Third-party partners can submit plugins for inclusion in the marketplace. External plugins must meet quality and security standards for approval. To submit a new plugin, use the plugin directory submission form. Plugin Structure Each plugin follows a standard structure: plugin-name/ ├── .claude-plugin/ │ └── plugin.json # Plugin metadata (required) ├── .mcp.json # MCP server configuration (optional) ├── commands/ # Slash commands (optional) ├── agents/ # Agent definitions (optional) ├── skills/ # Skill definitions (optional) └── README.md # Documentation License Please see each linked plugin for the relevant LICENSE file. Documentation For more information on developing Claude Code plugins, see the official documentation.

✎ Author's take
Anthropic 提供了一个官方目录,收录了高质量的 Claude Code 插件,供开发者和用户选择和使用。
Continue at github.com
04GitHub Trending · Daily·117 days ago

Alishahryar1/free-claude-code

Use claude-code for free in the terminal, VSCode extension or discord like OpenClaw (voice supported) 🤖 Free Claude Code Use Claude Code CLI, VS Code, JetBrains ACP, or chat bots through your own Anthropic-compatible proxy. Free Claude Code routes Anthropic Messages API traffic from Claude Code to NVIDIA NIM, Kimi, Wafer, OpenRouter, DeepSeek, LM Studio, llama.cpp, or Ollama. It keeps Claude Code's client-side protocol stable while letting you choose free, paid, or local models. Quick Start · Providers · Clients · Integrations · Development Star History What You Get Drop-in proxy for Claude Code's Anthropic API calls. Ten provider backends: NVIDIA NIM, Kimi, Wafer, OpenRouter, DeepSeek, LM Studio, llama.cpp, Ollama, OpenCode Zen, and Z.ai. Per-model routing: send Opus, Sonnet, Haiku, and fallback traffic to different providers. Native Claude Code /model picker support through the proxy's /v1/models endpoint (Claude Code must opt in to Gateway model discovery; see Model Picker). Streaming, tool use, reasoning/thinking block handling, and local request optimizations. Optional Discord or Telegram bot wrapper for remote coding sessions. Optional Usage through the VSCode extension. Optional voice-note transcription through local Whisper or NVIDIA NIM. Local Admin UI at /admin to edit supported proxy settings, validate changes, and check providers (loopback access only). Quick Start 1. Install the latest version of Claude Code npm install -g @anthropic-ai/claude-code 2. Install Runtime Requirements Install the latest version of uv and Python 3.14. macOS/Linux: curl -LsSf https://astral.sh/uv/install.sh | sh uv self update uv python install 3.14 Windows PowerShell: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" uv self update uv python install 3.14 3. Get An NVIDIA NIM API Key Create a free NVIDIA NIM…[truncated]

✎ Author's take
free-claude-code 提供了一个在终端、VSCode 扩展或 Discord 中免费使用 Claude Code 的解决方案,方便用户在自己的应用中集成 Claude Code。
Continue at github.com
05GitHub Trending · Daily·68 days ago

Claude Code 全自动求职框架走红 GitHub

MadsLorentzen/ai-job-search

一个基于 Claude Code 的开源求职工作流,可自动评估职位匹配度、生成定制化简历与求职信,并内置审稿代理优化输出。当前职位爬取主要针对丹麦市场,但核心架构支持替换为本地招聘网站。

✎ Author's take
MadsLorentzen/ai-job-search 是一个基于 Claude Code 的开源求职工作流,可以自动评估职位匹配度并生成定制化简历与求职信。
Continue at github.com
06GitHub Trending · Daily·20 days ago

claude-obsidian:自组织 AI 第二大脑开源工具

AgriciDaniel/claude-obsidian

这是一个将 Claude Code 与 Obsidian 结合的开源知识管理系统,基于 Karpathy 的 LLM Wiki 模式,能把任意来源的素材自动整理成带引用、互相关联的 Markdown 笔记。对设计师而言,它意味着竞品调研、设计参考可以被 AI 主动链接与溯源检索,且数据完全本地留存。

✎ Author's take
claude-obsidian 是一个将 Claude Code 与 Obsidian 结合的开源知识管理系统,能够帮助设计师自动化整理素材成互相关联的 Markdown 笔记。
Continue at github.com
07GitHub Trending · Daily·28 days ago

Omarchy:DHH 发布标榜美观与 AI 工具链的 Linux 发行版

basecamp/omarchy

Basecamp 创始人 DHH 发布名为 Omarchy 的 Linux 发行版,主打美观桌面体验、统一主题与热键体系,并内置 Neovim、AI 开发工具链等组件,试图为厌倦 macOS 的开发者提供一套高度定制化且审美偏执的操作系统方案。目前已登上 GitHub Trending。

✎ Author's take
omarchy 是 Basecamp 创始人 DHH 发布的 Linux 发行版,主打美观桌面体验和高度定制化,适合对操作系统有特殊审美需求的开发者。
Continue at github.com
08GitHub Trending · Daily·117 days ago

全开源AI工程课:435节从数学推导到MCP server

rohitg00/ai-engineering-from-scratch

GitHub Trending 新晋全开源AI工程课程,共435节课、20个阶段约320小时,覆盖Python/TypeScript/Rust/Julia。课程要求从线性代数和反向传播开始手写代码,逐步构建Tokenizer、Attention机制直至MCP服务器和自主智能体集群,每节课均产出可复用工程产物。

✎ Author's take
ai-engineering-from-scratch 是一个全开源的 AI 工程课程,覆盖了从基础数学到构建完整的智能体集群的全过程,适合想要深入学习 AI 工程的开发者。
Continue at github.com
09GitHub Trending · Daily·120 days ago

OpenHuman 登 GitHub Trending:开源个人 AI 助手

tinyhumansai/openhuman

OpenHuman 是一款登上 GitHub Trending 的开源桌面 AI 助手,主打隐私保护和开箱即用。它支持 118+ 第三方服务集成,能作为真实成员加入 Google Meet,并带有会互动、有记忆的桌面吉祥物,试图把 agent 从命令行拉回图形界面。

✎ Author's take
openhuman 是一款开源桌面 AI 助手,主打隐私保护和易用性,支持第三方服务集成,适合需要桌面 AI 助手的用户。
Continue at github.com
10GitHub Trending · Daily·19 days ago

Ponytail:让 AI Agent 像最懒资深开发一样写代码

DietrichGebert/ponytail

Ponytail 是一套可复用的 AI Agent 提示框架,通过注入“极简主义资深开发者”人格,迫使 Claude Code 等工具用最少代码解决问题。作者在真实 FastAPI + React 仓库上实测,平均减少 54% 代码量、20% 成本并提升 27% 速度,同时保留了完整的安全护栏。

✎ Author's take
Ponytail 是一套 AI Agent 提示框架,通过注入特定人格,迫使工具用最少代码解决问题,对于追求代码简洁和效率的开发者来说具有参考价值。
Continue at github.com
11GitHub Trending · Daily·21 days ago

Claude 社区插件市场正式开放

anthropics/claude-plugins-community

Anthropic 在 GitHub 上线了 Claude 插件社区市场,提供经安全审核的第三方插件。Claude Code 与 Claude Cowork 用户可直接安装社区插件扩展功能,相当于为 AI 编码和设计助手增加了应用商店。对依赖 Claude 工作流的设计工程师而言,这意味着工具链可定制性将大幅提升。

✎ Author's take
claude-plugins-community 是 Anthropic 提供的 Claude 插件社区市场,允许用户为 AI 编码和设计助手安装社区插件,增强工具链的可定制性。
Continue at github.com
12GitHub Trending · Daily·18 days ago

garden-skills:Claude / Cursor 开源设计工程 Skills 合集

ConardLi/garden-skills

为 Claude Code、Cursor 等 AI 编程代理打造的开源 Skills 库,覆盖网页视频演示、设计工程、图像生成与文章美化。支持通过 CLI 或插件市场一键安装,可将脚本直接转化为可录屏的 16:9 网页演示,或调用设计工程 skill 辅助前端开发。

✎ Author's take
garden-skills 为 AI 编程代理打造了开源 Skills 库,覆盖多个领域,支持一键安装,为前端开发和设计工程提供辅助。
Continue at github.com
13GitHub Trending · Daily·18 days ago

GitHub 热榜:Browser Use 让 AI Agent 像人类一样使用浏览器

browser-use/browser-use

Browser Use 登上 GitHub 日榜,这个开源项目让 AI Agent 像人类一样操作浏览器,能自动点击、填表、抓取数据。它直接支持 Claude Code、Cursor 等工具接入,设计团队可立即用它自动化竞品监控、表单填写、UI 测试等重复网页任务,把脏活累活丢给 AI。

✎ Author's take
browser-use 让 AI Agent 像人类一样操作浏览器,自动化网页任务,对需要自动化竞品监控和 UI 测试的设计团队是一大助力。
Continue at github.com
14GitHub Trending · Daily·120 days ago

Scientific Agent Skills 开源:135 个现成科研技能

K-Dense-AI/scientific-agent-skills

K-Dense 在 GitHub 开源了 135 个 Scientific Agent Skills,覆盖癌症基因组学、分子动力学、时序预测等领域,任何支持 Open Agent Skills 标准的 AI Agent(如 Claude Code、Cursor、Codex)都可直接调用。团队还推出了免费的桌面端 AI 科研助手 K-Dense BYOK,支持 40+ 模型与 100+ 科学数据库,数据完全本地留存。

✎ Author's take
K-Dense AI 为 AI 编码工具如 Claude Code、Cursor、Codex 提供了 135 个科学领域的 Agent Skills,覆盖癌症基因组学等多个领域,有助于科研人员快速调用这些技能进行研究。
Continue at github.com
15GitHub Trending · Daily·19 days ago

Marin 开源基础模型训练框架

marin-community/marin

Marin 是一个聚焦大语言模型训练全流程的开源框架,涵盖数据筛选、预训练、后训练及评估,并强调实验过程的完全公开。虽然登上 GitHub 热榜,但它属于底层科研基础设施,对设计师日常工作流几乎没有可直接落地的价值。

✎ Author's take
Marin 是一个开源框架,专注于大语言模型训练的全流程,包括数据筛选、预训练、后训练及评估,对底层科研基础设施研究者具有参考价值。
Continue at github.com
16GitHub Trending · Daily·21 days ago

千条官方 Agent Skills,兼容主流 AI 工具

VoltAgent/awesome-agent-skills

awesome-agent-skills 仓库聚合了 Anthropic、Figma、Stripe 等官方及社区贡献的 1000 余条 Agent Skills,兼容 Claude Code、Cursor、Codex 等工具。不同于批量生成的低质列表,这里强调手工筛选的真实工程实践,可直接导入提升 AI 编程工作流。

✎ Author's take
awesome-agent-skills 仓库聚合了多个来源的 Agent Skills,经过手工筛选,适合需要提升 AI 编程工作流效率的用户。
Continue at github.com