交互式设计工具 升级与革新
Vercel 新功能推动设计工程师工具箱升级。
Vercel 宣布一系列新功能,从实时语音代理到自定义镜像支持,设计工程师的工具箱迎来升级。
Claude 新模型越强,自定义工具调用越差
Better Models: Worse Tools
Armin Ronacher 发现 Anthropic 最新模型在调用第三方编码工具 Pi 时,会凭空编造参数、违反 JSON Schema,且 Opus 4.8 等 SOTA 模型比旧模型更严重。这暗示新模型可能因针对 Claude Code 内置工具做 RL 训练,反而对第三方工具的兼容性倒退,给 AI 工具接口设计敲响警钟。
Vercel AI Gateway 上线实时语音代理与语音转录
Realtime voice, speech, and transcription now supported on AI Gateway
Vercel AI Gateway 与 AI SDK 新增实时语音模型支持,开发者通过 useRealtime hook 和 token 路由即可在浏览器内构建低延迟语音对话代理,保留原有的可观测性与费用控制。这意味着前端团队无需自建 WebSocket 和音频处理链路,就能快速验证 AI 语音交互方案。
别卷提示词了,重要的是思考
Never mind the prompts, here’s the thinking
作者基于一年真实项目经验反思:将AI深度整合进设计流程后,团队速度并未提升,却获得了更完整的产出;同时揭示了被忽视的“AI债务”——最快环节恰恰最需要人类把关,提示词之外的设计思考才是分水岭。
我真正在用的7个AI工具及选用时机
The seven AI tools I actually use and when
作者借鉴印刷设计时代多软件协作的经验,提出AI工具也应按任务分配而非依赖单一模型。他分享了个人常用的7款工具及选用逻辑,强调设计师的核心能力应是根据任务“路由”到合适工具,而非忠于某个单一产品。
AIEWF 激辩 loops:自主软件工厂是炒作还是现实
AIEWF Daily Dispatch: The great loops debate and the state of AI engineering
AI Engineer World’s Fair 最后一日围绕 loops 爆发激辩。一方认为自主代码循环已不可避免且重在可验证性,另一方则指出确定性工程纪律尚未跟上野心。这场争论是 AI 工程范式的分水岭,直接决定设计工程师该对自主代理工作流抱多大信心。
Vercel Sandbox 支持自定义镜像
Vercel Sandbox now support Custom Images
Vercel Sandbox 公测自定义镜像功能,用户可将自有操作系统、工具链与依赖打包为根文件系统镜像,从 Vercel Container Registry 直接拉取启动。得益于后台 Fluid Compute 与预编译快照机制,定制环境无需牺牲冷启动速度,省去预先创建快照的步骤。
Skill engineering:拒绝 one-shot AI 设计
Skill engineering and the case against one-shot AI design
Paul Bakaus 在 AI Engineer World’s Fair 提出「skill engineering」概念,其开源工具 Impeccable 为编码 Agent 提供界面优化词汇(如 bolder、quieter),让人类通过精细指令逐步引导 AI 改进设计,而非一次性生成。他认为 AI 设计必须保留人的创造力与控制权,为设计师与 AI 协作提供了可落地的新范式。
企业AI解释设计:必须因角色而异
Crafting AI Explanations for Every Role in Your Enterprise
NNG研究指出,企业AI的可解释性设计必须跳出‘一套UI解释所有人’的误区。开发者、系统管理员与领域专家因目标与背景各异,分别需要可追溯性、来源归因或推理步骤等不同维度的解释,才能真正建立信任并推动组织层面的AI采用。
Vercel 容器仓库 VCR 上线
Introducing VCR: Vercel Container Registry
Vercel 推出原生容器镜像仓库 VCR,兼容 OCI 标准并支持常规 Docker 工作流,与平台现有鉴权体系打通。镜像上传后会自动针对 Fluid Compute 优化为预编译快照,可直接用于 Vercel Functions 与 Sandboxes,简化了在 Vercel 生态内运行自定义运行时的部署链路。
AI 早报:Fable 5 回归与多模型编排趋势
[AINews] not much happened today
Anthropic 重新上线 Claude Fable 5,并引入可见的安全回退机制;Cursor、Devin、Perplexity 等主流工具已迅速接入。但比模型回归更重要的信号是,构建者们正从单一模型依赖转向多模型编排,以平衡能力、成本与合规限制。
445 字节生成 ASCII 世界地图
Building a World Map with only 500 bytes
Iwo Kadziela 在 Codex 辅助下,仅用 445 字节数据生成了一张可辨别的 ASCII 世界地图。核心手法是将地图数据 deflate 压缩后嵌入 data URI,通过浏览器原生 fetch 与 DecompressionStream 在客户端解压渲染。这段极短代码展示了极端压缩与前端流式解压的巧妙结合。
Vercel 开源计划 2026 春季入选项目
Vercel Open Source Program: Spring 2026 cohort
Vercel 公布 2026 春季开源资助计划入选项目,涵盖视频转 ASCII 工具、基于 Motion 的 React UI 库、MCP 服务器框架及 Tailwind 动画组件集。对设计工程师而言,后两者提供了可直接复用的落地页与交互组件资源,但文章仅为项目罗列,无使用细节。
Vercel Private Blob 正式发布
Vercel Private Blob is now generally available
Vercel Private Blob 正式版上线,所有套餐可用。它支持存储敏感文件,并通过 Signed URL 与 OIDC 认证控制访问,上传时只需标记 access 为 private。对基于 Vercel 构建产品的设计工程师来说,无需自建存储中间件即可安全处理用户上传图片或 AI Agent 记忆。
basement.studio 发布 Shader Lab 着色器工具
Shader Lab
basement.studio 推出 Shader Lab,声称可在线创建、堆叠与动画化着色器。对希望在网页或界面中实现高级视觉动效的设计工程师与前端开发者而言,这类可视化 Shader 工具有望降低技术门槛,但目前公开信息极少,具体功能与上手难度尚待验证。
Nano Banana 2 Lite 实测:Gemini 最快生图模型上手
Nano Banana 2 Lite
Google 发布 Gemini 3.1 Flash Lite Image(代号 Nano Banana 2 Lite),宣称是目前最快、成本最低的 Gemini 图像生成模型。Simon Willison 通过 AI Studio 快速实测了复杂场景下的生成效果,展示了一张细节丰富的 Where's Waldo 风格插画,验证了其在高信息密度图像上的基础表现。
Vercel Sandbox 快照按最后使用时间过期
Sandboxes now expire based on last use
Vercel 将 Sandbox 快照的过期逻辑从「按创建时间」改为「按最后使用时间」,每次被调用都会重置过期计时器。这让团队可以在使用更短保留周期的同时,避免长时工作流因快照消失而中断。
Strix:开源 AI 自动渗透测试工具
usestrix/strix
Strix 是一套自主 AI Agent,能动态运行代码、执行 PoC 验证来自动发现应用漏洞,并支持 GitHub Actions 与 CI/CD 集成。它面向开发者与安全团队,虽在 DevSecOps 场景有实用性,但对设计师日常工作流无直接关联。
OpenAI 推出 Claude Code 专用 Codex 插件
openai/codex-plugin-cc
OpenAI 发布了一个 Claude Code 官方插件,允许用户在不离开 Claude Code 的情况下直接调用 Codex 进行代码审查、对抗性审查或后台任务委派。对于已经使用 Claude Code 作为主力环境的设计工程师和开发者来说,这意味着无需切换上下文就能接入 Codex 的推理能力,进一步打通两大 AI 编码工具的工作流。
caveman skill:让 Claude 说洞穴语省 75% token
JuliusBrussee/caveman
这是一个 Claude Code skill(也支持 Codex/Cursor 等 30+ 工具),通过让 AI 用极简的“洞穴人语”输出,在保持技术准确性的前提下削减约 75% 的 token。项目提供了安装指南和基准测试,能直接降低 API 成本并提升响应速度。
Elasticsearch 仓库登上 GitHub Trending
elastic/elasticsearch
Elasticsearch 开源搜索与分析引擎因进入 GitHub 日榜而获得流量。内容重申其分布式向量数据库、RAG 支持与全文检索等核心能力,并附带面向本地开发的 Docker 快速启动脚本。对需要构建大规模检索后端的开发者有基础参考价值。
actions/checkout v7:默认阻止 Fork PR 代码检出
actions/checkout
GitHub 官方 CI/CD 动作发布 v7,核心变更是默认拒绝在 pull_request_target 触发时检出 Fork PR 代码,以防范供应链攻击,同时整体迁移至 ESM 并更新依赖。对设计师及 AI 设计工具用户几乎无直接关联,仅对自行维护复杂自动化管道的设计工程师边缘相关。
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]
Ansible 登 GitHub Trending
ansible/ansible
Ansible 是面向运维的自动化部署工具,此次登上 GitHub Trending 仅是仓库热度波动,并无版本更新或新功能发布。对设计师与设计工程师而言,既无可直接借用的工作流,也无关 AI 创作或产品设计实践。
Meta 开源 Astryx:150+ 组件且面向 Agent 设计
facebook/astryx
Meta 正式开源其内部最大设计系统 Astryx,支撑 13000+ 应用。系统含 150+ 可访问组件,采用 React 与 StyleX 构建;组件底层完全开放(支持 swizzle 导出源码)、不锁定样式方案(可用 Tailwind/CSS Modules 覆盖),并专为 AI 代理协作设计。
RomM 开源 ROM 游戏库管理器
rommapp/romm
RomM 是一款开源自托管的 ROM 管理器,支持从 IGDB 等平台刮削游戏元数据、自定义封面及浏览器内直接游玩。它提供了响应式界面与多平台客户端,核心受众是复古游戏与模拟器爱好者。对产品设计或 AI 设计工作流无直接关联,属于纯娱乐向工具。
哈佛 cs249r ML 系统工程教材开源
harvard-edge/cs249r_book
哈佛边缘计算实验室将《Machine Learning Systems》教材及全套实验代码开源,涵盖 TinyTorch、硬件实验与基础设施模拟,定位为 ML 系统工程的综合课程。
PyTorch 登上 GitHub 今日 Trending
pytorch/pytorch
该条目仅为 GitHub Trending 对 PyTorch 主仓库的自动抓取,正文内容是项目的基础 README 摘录,涉及张量计算与动态神经网络等常规介绍,未包含任何新功能、版本更新或设计相关动态。
Apache Maven 登上 GitHub 日榜
apache/maven
Apache Maven 官方仓库进入 GitHub Daily Trending,但正文仅为常规仓库介绍,罗列了 4.1.x、4.0.x 等版本分支及构建说明,既无新功能发布,也与设计工程或前端工具链毫无关联。
Claude Code 登顶 GitHub Trending
anthropics/claude-code
Claude Code 官方仓库登上 GitHub Trending。这款终端 AI 编程工具支持通过自然语言理解代码库、执行 Git 工作流与解释复杂代码,现已内置多款插件扩展功能。官方已弃用 npm 安装,推荐通过 curl 或系统包管理器直接部署。
herdr:终端里的 AI Agent 多路复用器
ogulcancelik/herdr
herdr 是一个约 10MB 的 Rust 二进制工具,本质上是“为 AI agent 重造的 tmux”。它让你在终端里并行运行多个 coding agent,每个 agent 拥有独立的真实 TTY,支持工作区与分屏,并可在侧边栏一眼看到阻塞/工作中/完成状态。对习惯命令行的设计工程师,它是管理多 agent 会话的轻量基础设施,但主流设计师群体门槛过高。
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]
Agent Skills:让 AI Agent 获得专业技能的开放标准
agentskills/agentskills
Agent Skills 提出了一种轻量级开放标准,通过 SKILL.md 文件和配套资源文件夹,为 AI Agent 注入可复用的领域知识和工作流。对设计团队而言,这意味着可以将设计规范、审查流程或组件用法封装成标准 skill,让 AI 助手在不同工具间保持一致性和可靠性。
Supabase 登榜 GitHub Trending
supabase/supabase
Supabase 作为开源 Postgres 开发平台进入 GitHub 每日热门仓库榜,集成了数据库、认证、自动 API、边缘函数及 AI 向量工具包等能力。但本条内容仅是仓库常规简介的残片,既无具体版本发布,也未涉及设计师可直接采纳的工具更新或工程实践。
CubeSandbox:AI Agent 毫秒级安全沙盒
TencentCloud/CubeSandbox
腾讯云开源 CubeSandbox,基于 RustVMM 与 KVM 的 AI Agent 安全沙盒,兼容 E2B SDK,冷启动低于 60 毫秒,单实例内存开销小于 5MB,支持快照与回滚。该项目属于底层基础设施,面向后端与 Agent 平台开发者,与设计师日常工作流无直接关联。
msitarzewski/agency-agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers. Each agent is a specialized expert with personality, processes, and proven deliverables. 🎭 The Agency: AI Specialists Ready to Transform Your Workflow A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers. Each agent is a specialized expert with personality, processes, and proven deliverables. 🚀 What Is This? Born from a Reddit thread and months of iteration, The Agency is a growing collection of meticulously crafted AI agent personalities. Each agent is: 🎯 Specialized: Deep expertise in their domain (not generic prompt templates) 🧠 Personality-Driven: Unique voice, communication style, and approach 📋 Deliverable-Focused: Real code, processes, and measurable outcomes ✅ Production-Ready: Battle-tested workflows and success metrics Think of it as: Assembling your dream team, except they're AI specialists who never sleep, never complain, and always deliver. ⚡ Quick Start Option 1: Use with Claude Code (Recommended) # Install all agents to your Claude Code directory ./scripts/install.sh --tool claude-code # Or manually copy a category if you only want one division cp engineering/*.md ~/.claude/agents/ # Then activate any agent in your Claude Code sessions: # "Hey Claude, activate Frontend Developer mode and help me build a React component" Option 2: Use as Reference Each agent file contains: Identity & personality traits Core mission & workflows Technical deliverables with code examples Success metrics & communication style Browse the agents below and copy/adapt the ones you need! Option 3: Use with Other Tools (GitHub Copilot, Antigravity, Gemini CLI, OpenCode, OpenClaw, Cursor, Aider, Windsurf, Kimi Code) # Step 1 -- generate integration files for all supported tools ./scrip…[truncated]