设计思维的逆流 和AI时代的新常态
当传统模式遭遇AI升级,设计思维亟需重新定义。
在AI时代,设计不仅仅是UI/UX的刷新,而是对工程、心理学和成本效益的综合考量。sqlite-utils 4.0、Vercel AI Gateway的新特性提醒我们设计师需关注后端的变化;而心理健康App和对浏览器支持率的讨论则提醒我们,设计应贴近用户的真实需求。
Meta Muse Spark 1.1 上线并开放 API
Introducing Muse Spark 1.1
Meta 推出 Muse Spark 1.1,首次为该系列提供 API,并在 agentic 工具调用与计算机使用方面显著升级。Simon Willison 已提前接入并发布 llm-meta-ai 插件,读者可通过几行 CLI 命令直接调用模型生成 SVG 等内容,零门槛上手。
Adam Mosseri:AI 反而让真实内容更稀缺
Adam Mosseri: AI is a tailwind for authenticity
Instagram 负责人 Adam Mosseri 在访谈中透露,Meta 产品团队正从大型专业组转向 4–6 人通才小队,并出现「产品参谋」这类四合一角色。他认为设计师不会被稀释,且 AI 生成内容泛滥反而让真实创作者身份成为平台最稀缺的资产。
GPT-5.6 Sol 实测碾压 Claude Fable:产品人基准
GPT-5.6 Sol vs. Claude Fable: Why OpenAI’s new model crushes my benchmark
Lenny 对 GPT-5.6 Sol、Terra、Luna、Claude Fable 5 及 Sonnet 5 进行了覆盖 PRD、原型、线框、调试与语音 Agent 五大场景的实战基准测试。Sol 在其自创的加权评分中胜出,文章还分享了用 Codex 一键构建游戏化应用和 Chrome 自动化等可直接落地的工作流。
GPT 5.6 三模型上架 Vercel AI Gateway
GPT 5.6 Sol, Luna, and Terra now available on AI Gateway
Vercel AI Gateway 有限预览接入 OpenAI GPT 5.6 全家桶,包含旗舰 Sol、均衡 Terra 与极速 Luna 三款模型,在编码等 agentic 任务上性能与 token 效率双双提升。设计工程师可直接通过 AI SDK 修改 model 参数或配置路由规则切换模型,无需重构代码即可按需选择性能或成本优先级。
OpenAI GPT-5.6 发布:Luna、Terra、Sol 三档定价与性能对比
The new GPT-5.6 family: Luna, Terra, Sol
OpenAI 正式发布 GPT-5.6 家族,Luna、Terra、Sol 三档定价从 $1/$6 到 $5/$30 每百万 token,均支持百万上下文窗口。在长程智能体基准 Agents' Last Exam 上,Sol 超越 Claude Fable 5,且 Terra/Luna 以约十六分之一成本实现同等性能,设计团队需重新评估模型选型与成本结构。
Paper Shaders 发布零依赖 React 着色器组件
Paper Shaders
Paper Shaders 是一套零依赖的高性能着色器资源,提供 React 组件与原生 GLSL 两种调用方式。对设计工程师而言,这意味着无需折腾 WebGL 上下文,就能把复杂的视觉特效直接拖进项目,用几行代码就做出以前需要特效团队才能实现的质感。
停止汇报UX活动,改报业务成果
Stop reporting UX activity and report business outcomes
NNGroup指出UX团队若只汇报测试场次、原型数量等活动指标,难以证明战略价值。文章建议将设计影响量化为对收入、成本、风险、速度和留存的贡献,用商业语言争取资源与话语权。
为受困用户设计:心理健康 App 不必追 UI 时尚
Designing For Distressed Users: Why Mental Health Apps Shouldn’t Follow Every UI Fashion
文章揭示心理健康应用面临严重留存危机,30天留存率仅3.3%。研究显示,过度追逐视觉潮流、添加花哨动效和非常规交互,会在用户焦虑疲惫时造成认知过载,反而加速流失。作者呼吁将“简洁易懂”置于视觉实验之上,把界面当作临床级留存工具而非纯粹美学载体。
AI 路由优先:多数任务本地就能跑
Most AI work can wait
Tom Tunguz 提出,AI 工程应优先构建请求路由系统而非纠结模型选择,绝大多数日常任务用廉价本地模型就能跑。对设计工程师而言,这意味着搭建 AI 功能时要按复杂度分流请求,把简单任务丢给低成本模型,既降延迟又省费用,避免过度工程化。
98% 浏览器支持率仍排除百万人
98% isn’t very much
文章指出,98% 的浏览器支持率在纸面上看似很高,但放在全球数十亿网民中,意味着仍有数百万真实用户被排除在外。它提醒设计师与前端工程师:技术决策不能只看冰冷的统计数字,而需重新审视那 2% 背后被忽视的包容性代价。
TencentDB Agent Memory 开源:AI Agent 四层本地记忆方案
TencentCloud/TencentDB-Agent-Memory
腾讯云开源 TencentDB Agent Memory,为 AI Agent 提供零外部依赖的本地长期记忆。通过符号化短期记忆与分层长期记忆的四层管道,将工具日志压缩为 Mermaid 符号、对话蒸馏为结构化场景,实测降低 61% token 消耗并提升 51% 任务通过率,是构建持续协作型 AI 产品的可直接研究的工程范式。
DesktopCommanderMCP 赋予 Claude 终端权限
wonderwhy-er/DesktopCommanderMCP
为 Claude 打造的 MCP 服务器,赋予其终端控制、文件搜索与差异编辑能力。用户可在聊天中执行长时命令、管理进程并自动化任务,直接利用本地客户端订阅而无需 API token。配套 App 支持多模型切换与实时文件预览,为设计工程师提供了 AI 驱动开发环境。
AutoRemesher 自动四边面重拓扑工具
huxingyi/autoremesher
AutoRemesher 是一款基于 Geogram、libigl 等几何库开发的开源跨平台工具,可自动将高密度三角网格转换为干净的四边形拓扑。对 3D 设计工程师和数字艺术家而言,它提供了可替代手动重拓扑的自动化方案,能直接集成到游戏与影视资产的生产管线中,节省大量布线时间。
llm-meta-ai 0.1:命令行直接调用 Meta 新模型
llm-meta-ai 0.1
Simon Willison 发布 llm-meta-ai 0.1 插件,为其 llm 命令行工具接入 Meta muse-spark-1.1 模型。习惯终端工作流的设计工程师可直接在命令行调用该模型快速测试,无需配置官方 SDK。
sqlite-utils 4.0 新增数据库架构迁移
sqlite-utils 4.0
Simon Willison 发布 sqlite-utils 4.0,核心新增数据库 schema 迁移功能。该工具是操作 SQLite 的 Python 库与 CLI,适用于数据原型与轻量后端场景。
llm 0.31.1 修复空参数工具调用 bug
llm 0.31.1
Simon Willison 的 CLI 工具 llm 发布 0.31.1 补丁版本,修复了调用 OpenAI Chat Completion 兼容端点时,若工具调用参数为空可能触发 JSON 解析错误的问题。该 bug 在开发 llm-meta-ai 插件时被发现。对使用 llm 工具链调用外部模型的设计工程师而言,建议及时升级以避免异常中断。
Addy Osmani 开源 Agent Skills:AI 编码 Agent 的产级工程规范
addyosmani/agent-skills
Addy Osmani 发布了一套面向 AI 编码 Agent 的生产级工程技能包,通过 7 个 slash 命令覆盖从需求定义到上线的完整开发周期。它将资深工程师的工作流、质量门禁和最佳实践编码为 Agent 可自动执行的技能,并支持 Claude Code 即装即用。
RuView:WiFi 变无摄像头空间雷达,穿墙感知人体
ruvnet/RuView
RuView 是一个开源 WiFi 感知平台,利用低成本 ESP32 采集信道状态信息(CSI),无需摄像头即可实现穿墙人体检测、姿态追踪、呼吸与心率监测。它为隐私敏感场景提供了纯射频感知方案,但目前精度和硬件门槛仍是关键限制。
TencentDB Agent Memory 开源:AI Agent 四层本地记忆方案
TencentCloud/TencentDB-Agent-Memory
腾讯云开源 TencentDB Agent Memory,为 AI Agent 提供零外部依赖的本地长期记忆。通过符号化短期记忆与分层长期记忆的四层管道,将工具日志压缩为 Mermaid 符号、对话蒸馏为结构化场景,实测降低 61% token 消耗并提升 51% 任务通过率,是构建持续协作型 AI 产品的可直接研究的工程范式。
GitHub Trending:Prisma ORM 仓库
prisma/prisma
Prisma 是面向 Node.js 与 TypeScript 的下一代 ORM,支持 PostgreSQL、MySQL、MongoDB 等主流数据库,核心包含 Prisma Client、Migrate 与 Studio。此次登上 GitHub Trending 的仅为主仓库的常规 README 介绍,既无版本更新,也缺乏针对设计师或设计工程师的新功能说明。
last30days Skill: 给 Claude Code 装上全网热点雷达
mvanhorn/last30days-skill
这个开源 Skill 让 Claude Code、Cursor 等 AI Agent 化身跨平台研究员,并行抓取 Reddit、X、YouTube、Polymarket 等渠道过去 30 天的热门内容,按点赞、赔率等真实互动数据加权,再由 AI 合成简报。对需要快速追踪技术风向、市场情绪的产品团队来说,它把散落在各个社媒的情报流拧成了一根可直接拉取的管道。
Argo CD 登上 GitHub 每日 Trending
argoproj/argo-cd
Argo CD 是面向 Kubernetes 的声明式 GitOps 持续交付工具,近日登上 GitHub Trending 日榜。它通过版本控制实现应用配置的自动化部署与生命周期管理,提供官方文档与线上 Demo,核心受众为运维与后端工程团队,与设计师日常工作流基本无关。
OfficeCLI:首个专为 AI Agent 打造的开源 Office 套件
iOfficeAI/OfficeCLI
OfficeCLI 是一款专为 AI Agent 设计的开源 Office 工具,通过单二进制文件无需安装 Office 即可读写 Word、Excel、PowerPoint,并内置高保真 HTML 渲染引擎。设计师和产品经理可借助一行代码让 AI 自动完成文档处理、PPT 生成与表格编辑,打通 AI 看稿与改稿的闭环。
asgeirtj/system_prompts_leaks
Extracted system prompts from Anthropic - Claude Fable 5, Opus 4.8, Claude Code, Claude Design. OpenAI - ChatGPT 5.5 Thinking, GPT 5.5 Instant, Codex. Google - Gemini 3.5 Flash, 3.1 Pro, Antigravity. xAI - Grok, Cursor, Copilot, VS Code, Perplexity, and more. Updated regularly. As seen in The Washington Post: See the hidden rules behind AI. Then use them to rewrite this article. (May 11, 2026) System Prompts Leaks The purpose of this repo is to document the System Prompt instructions for all the AI chatbots out there - Claude, ChatGPT, Gemini etc. 🆕 Diff: Claude Opus 4.8 → Claude Fable 5 — see exactly what changed in the claude.ai system prompt for Anthropic's newest model Recently Updated What Date Link GitHub Copilot for macOS (app) June 18, 2026 System prompt Claude Design (full built-in skills) June 18, 2026 System prompt GPT-5.5 Codex (full prompt) June 18, 2026 System prompt Claude Fable 5 June 9, 2026 System prompt · Diff vs Opus 4.8 Claude Opus 4.8 June 9, 2026 System prompt · Official Claude Code Glob & Grep tools June 9, 2026 Glob · Grep Claude Code (Opus 4.8) May 28, 2026 System prompt Claude Code & Cowork May 28, 2026 Claude Code · Cowork · Cowork Dispatch GPT-5.5 May 24, 2026 Thinking · Instant · API · Pro API Perplexity Computer May 21, 2026 System prompt VS Code Copilot Agent May 21, 2026 System prompt Docker Gordon AI May 21, 2026 System prompt Gemini 3.5 Flash May 20, 2026 System prompt · AI Studio · Tools Antigravity CLI May 20, 2026 System prompt Zed AI May 16, 2026 System prompt Grok Expert May 11, 2026 System prompt Anthropic — …[truncated]
obra/superpowers
An agentic skills framework & software development methodology that works. Superpowers Superpowers is a complete software development methodology for your coding agents, built on top of a set of composable skills and some initial instructions that make sure your agent uses them. Quickstart Give your agent Superpowers: Claude Code, Codex CLI, Codex App, Factory Droid, Gemini CLI, OpenCode, Cursor, GitHub Copilot CLI. How it works It starts from the moment you fire up your coding agent. As soon as it sees that you're building something, it doesn't just jump into trying to write code. Instead, it steps back and asks you what you're really trying to do. Once it's teased a spec out of the conversation, it shows it to you in chunks short enough to actually read and digest. After you've signed off on the design, your agent puts together an implementation plan that's clear enough for an enthusiastic junior engineer with poor taste, no judgement, no project context, and an aversion to testing to follow. It emphasizes true red/green TDD, YAGNI (You Aren't Gonna Need It), and DRY. Next up, once you say "go", it launches a subagent-driven-development process, having agents work through each engineering task, inspecting and reviewing their work, and continuing forward. It's not uncommon for Claude to be able to work autonomously for a couple hours at a time without deviating from the plan you put together. There's a bunch more to it, but that's the core of the system. And because the skills trigger automatically, you don't need to do anything special. Your coding agent just has Superpowers. Sponsorship If Superpowers has helped you do stuff that makes money and you are so inclined, I'd greatly appreciate it if you'd consider sponsoring my opensource work. Thanks! Jesse Installation Installation differs by harness. If you use more than one, install Superpowers separately for each one. Claude Code Superpowers is available via the official C…[truncated]
阿里开源 zvec v0.5:轻量向量库新增全文检索
alibaba/zvec
阿里巴巴开源进程内向量数据库 zvec 发布 v0.5.0,原生支持全文搜索与混合检索,新增 DiskANN 磁盘索引及 Go/Rust SDK。开发者可直接嵌入应用实现毫秒级向量与文本混合查询,无需部署外部服务,为 AI 应用和 RAG 原型提供轻量本地方案。
Diolinux/PhotoGIMP
A Patch for GIMP 3+ for Photoshop Users 🎨 PhotoGIMP PhotoGIMP is a free, community-driven patch that transforms GIMP (GNU Image Manipulation Program) into a layout that feels familiar to Adobe Photoshop users. If you're switching from Photoshop to GIMP and want to feel at home right away, PhotoGIMP is for you. New to GIMP? GIMP is a free and open-source image editor available for Linux, macOS, and Windows. It can do most things Photoshop can — photo retouching, image composition, graphic design, and more — all for free. PhotoGIMP just makes it look and feel more like Photoshop. ✨ Features Photoshop-like tool layout — Tools are reorganized to mimic the positions you're used to in Adobe Photoshop. Custom Splash Screen — A unique PhotoGIMP splash screen greets you on startup. Maximized canvas space — Default settings are optimized to give you the largest possible working area. Photoshop keyboard shortcuts — Keyboard shortcuts follow Adobe's official documentation for the Windows version. Custom icon & name — A dedicated .desktop file gives PhotoGIMP its own icon and app name in your system menu. 📷 Screenshots PhotoGIMP Diolinux Splash Art GIMP 3.0 with the PhotoGIMP patch applied 📋 Requirements Before installing PhotoGIMP, make sure you have: Requirement Details GIMP 3.0 or newer Download from: gimp.org or Flathub (Linux) Run GIMP at least once GIMP needs to generate its config files before PhotoGIMP can overwrite them. Install GIMP → open it → close it → then install PhotoGIMP. ⚙ How to Install Warning Back up your current GIMP settings before installing! PhotoGIMP overwrites GIMP's configuration files. If you have custom settings you want to keep, save a backup copy first. See the backup instructions in each section below. 🐧 Flatpak (Linux) Backup (optional) If you want to keep your current GIMP settings, back…[truncated]
DesktopCommanderMCP 赋予 Claude 终端权限
wonderwhy-er/DesktopCommanderMCP
为 Claude 打造的 MCP 服务器,赋予其终端控制、文件搜索与差异编辑能力。用户可在聊天中执行长时命令、管理进程并自动化任务,直接利用本地客户端订阅而无需 API token。配套 App 支持多模型切换与实时文件预览,为设计工程师提供了 AI 驱动开发环境。
AutoRemesher 自动四边面重拓扑工具
huxingyi/autoremesher
AutoRemesher 是一款基于 Geogram、libigl 等几何库开发的开源跨平台工具,可自动将高密度三角网格转换为干净的四边形拓扑。对 3D 设计工程师和数字艺术家而言,它提供了可替代手动重拓扑的自动化方案,能直接集成到游戏与影视资产的生产管线中,节省大量布线时间。
Claude Video 发布,让 AI 真正看懂视频
bradautomates/claude-video
bradautomates/claude-video 是一款 Claude Code / Cursor 插件,能自动下载视频、提取关键帧、生成时间戳字幕,让 AI 真正看懂视频。设计师和工程师可直接把用户测试录像或设计教程丢给 AI,让它自动分析界面细节与操作流程,彻底告别手动截图转录。
CubeSandbox:AI Agent 毫秒级安全沙盒
TencentCloud/CubeSandbox
腾讯云开源 CubeSandbox,基于 RustVMM 与 KVM 的 AI Agent 安全沙盒,兼容 E2B SDK,冷启动低于 60 毫秒,单实例内存开销小于 5MB,支持快照与回滚。该项目属于底层基础设施,面向后端与 Agent 平台开发者,与设计师日常工作流无直接关联。