AI Design News
No. 051No. 053
Friday, July 10, 2026·Issue 052
Today's brief from the intersection of design and AI

设计思维的逆流 和AI时代的新常态

当传统模式遭遇AI升级,设计思维亟需重新定义。

在AI时代,设计不仅仅是UI/UX的刷新,而是对工程、心理学和成本效益的综合考量。sqlite-utils 4.0Vercel AI Gateway的新特性提醒我们设计师需关注后端的变化;而心理健康App和对浏览器支持率的讨论则提醒我们,设计应贴近用户的真实需求。

Simon Willison·67 days ago

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 等内容,零门槛上手。

✎ Author's take
设计工程师应立刻关注:Muse Spark 1.1 首次开放 API,其增强的 agentic 工具调用能力可直接对接 Figma、Blender 等设计工具链。Simon Willison 放出的 llm-meta-ai 插件和 CLI 命令比官方文档还实用,建议今天就装起来实测,评估能否替代现有模型管线。
Continue at simonwillison.net
Lenny's Newsletter·68 days ago

Adam Mosseri:AI 反而让真实内容更稀缺

Adam Mosseri: AI is a tailwind for authenticity

Instagram 负责人 Adam Mosseri 在访谈中透露,Meta 产品团队正从大型专业组转向 4–6 人通才小队,并出现「产品参谋」这类四合一角色。他认为设计师不会被稀释,且 AI 生成内容泛滥反而让真实创作者身份成为平台最稀缺的资产。

✎ Author's take
别看这是 Meta 高管访谈:「产品参谋」把 PM、设计、用研捏成一人,纯执行设计师的饭碗正在变脆;但 AI 让「人味」成稀缺资源,有叙事能力的设计师反而溢价更高。读这篇不是为抄架构,是想清你该往通才爬还是专业纵深逃。
Continue at lennysnewsletter.com
Lenny's Newsletter·67 days ago

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 自动化等可直接落地的工作流。

✎ Author's take
这是少有的从“产品交付”而非“算法跑分”角度做的横评,PRD 与原型生成正是设计师的核心战场。Lenny 指出 Fable 过度严谨反而在协作中卡壳,Sol 在端到端交付上更顺滑。如果你在用 AI 做设计交付,这份带权重的实战基准比学术榜单更值得直接参考。
Continue at lennysnewsletter.com
Vercel·68 days ago

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 参数或配置路由规则切换模型,无需重构代码即可按需选择性能或成本优先级。

✎ Author's take
对设计工程师来说,这是基础设施层的「无痛升级」,而非单纯追新。Vercel AI Gateway 的路由规则让你能在 Sol/Terra/Luna 之间秒切,Terra 以半价提供上代旗舰性能,直接压缩 AI 辅助原型与代码生成的成本。别只盯着 Sol 的参数榜首,日常设计工程工作流里,Terra 和 Luna 才是降本增效的理性选择。
Continue at vercel.com
Simon Willison·67 days ago

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 以约十六分之一成本实现同等性能,设计团队需重新评估模型选型与成本结构。

✎ Author's take
别只盯着 Sol 的跑分。Luna 和 Terra 的性价比对设计团队才是核弹:原型生成、批量标注等任务可能无需再调用顶级模型。Simon 强调的"每 token 实际产出"比价目表更重要——推理成本差异巨大时,设计师必须重新算账。
Continue at simonwillison.net
Sidebar·68 days ago

Paper Shaders 发布零依赖 React 着色器组件

Paper Shaders

Paper Shaders 是一套零依赖的高性能着色器资源,提供 React 组件与原生 GLSL 两种调用方式。对设计工程师而言,这意味着无需折腾 WebGL 上下文,就能把复杂的视觉特效直接拖进项目,用几行代码就做出以前需要特效团队才能实现的质感。

✎ Author's take
设计工程师最烦的就是为了个水波纹特效去引一堆庞杂依赖。Paper Shaders 直接打包成零依赖 React 组件,把 Shader 门槛砍到了地板级。比起那些只能看不能炫技的展示站,这种拿来即用的交付才是产品团队真正需要的工程化方案。
Continue at shaders.paper.design
Sidebar·68 days ago

停止汇报UX活动,改报业务成果

Stop reporting UX activity and report business outcomes

NNGroup指出UX团队若只汇报测试场次、原型数量等活动指标,难以证明战略价值。文章建议将设计影响量化为对收入、成本、风险、速度和留存的贡献,用商业语言争取资源与话语权。

✎ Author's take
UX团队长期陶醉于“用户至上”的道德高地,却鲜少用CEO听得懂的语言对话。只报访谈场次和改稿数量,在C-suite眼里你只是成本中心。把设计成果翻译成营收、效率与风险规避,是设计职能免于被边缘化的唯一出路。
Continue at nngroup.com
Smashing Magazine·68 days ago

为受困用户设计:心理健康 App 不必追 UI 时尚

Designing For Distressed Users: Why Mental Health Apps Shouldn’t Follow Every UI Fashion

文章揭示心理健康应用面临严重留存危机,30天留存率仅3.3%。研究显示,过度追逐视觉潮流、添加花哨动效和非常规交互,会在用户焦虑疲惫时造成认知过载,反而加速流失。作者呼吁将“简洁易懂”置于视觉实验之上,把界面当作临床级留存工具而非纯粹美学载体。

✎ Author's take
这篇文章戳破了设计界“越新越酷越好”的泡沫。对设计工程师和产品设计师而言,这是一记警钟:你的用户可能正处于人生最低谷,每一个为炫技而加的交互都是在劝退。别再把作品集需求凌驾于用户的脆弱时刻之上——简洁不是保守,而是对痛苦的基本尊重。
Continue at smashingmagazine.com
Sidebar·68 days ago

AI 路由优先:多数任务本地就能跑

Most AI work can wait

Tom Tunguz 提出,AI 工程应优先构建请求路由系统而非纠结模型选择,绝大多数日常任务用廉价本地模型就能跑。对设计工程师而言,这意味着搭建 AI 功能时要按复杂度分流请求,把简单任务丢给低成本模型,既降延迟又省费用,避免过度工程化。

✎ Author's take
设计工程师常犯的错是上来就 All-in 最强云端大模型。这篇文章戳破了'模型焦虑'——对分类、摘要、格式化等日常任务,本地小模型不仅够用,还能省下几十倍成本。与其在选型上内耗,不如先花半天搭个路由层,这才叫工程素养。
Continue at tomtunguz.com
Sidebar·68 days ago

98% 浏览器支持率仍排除百万人

98% isn’t very much

文章指出,98% 的浏览器支持率在纸面上看似很高,但放在全球数十亿网民中,意味着仍有数百万真实用户被排除在外。它提醒设计师与前端工程师:技术决策不能只看冰冷的统计数字,而需重新审视那 2% 背后被忽视的包容性代价。

✎ Author's take
用“98%已足够”当借口是最懒的工程决策。对产品设计师和设计工程师而言,每一个被百分比抹去的用户都是真实的人;在追求新技术栈时,这篇文章是一记必要的耳光——别让你的设计变成那 2% 用户眼中的空白页。
Continue at whynothugo.nl
GitHub Trending · Daily·67 days ago

TencentDB Agent Memory 开源:AI Agent 四层本地记忆方案

TencentCloud/TencentDB-Agent-Memory

腾讯云开源 TencentDB Agent Memory,为 AI Agent 提供零外部依赖的本地长期记忆。通过符号化短期记忆与分层长期记忆的四层管道,将工具日志压缩为 Mermaid 符号、对话蒸馏为结构化场景,实测降低 61% token 消耗并提升 51% 任务通过率,是构建持续协作型 AI 产品的可直接研究的工程范式。

✎ Author's take
腾讯云开源的 TencentDB Agent Memory 项目,旨在为 AI Agent 提供零外部依赖的本地长期记忆,降低 token 消耗并提升任务通过率。
Continue at github.com
GitHub Trending · Daily·67 days ago

DesktopCommanderMCP 赋予 Claude 终端权限

wonderwhy-er/DesktopCommanderMCP

为 Claude 打造的 MCP 服务器,赋予其终端控制、文件搜索与差异编辑能力。用户可在聊天中执行长时命令、管理进程并自动化任务,直接利用本地客户端订阅而无需 API token。配套 App 支持多模型切换与实时文件预览,为设计工程师提供了 AI 驱动开发环境。

✎ Author's take
DesktopCommanderMCP 是为 Claude 定制的 MCP 服务器,提供终端控制和文件编辑功能,增强 AI 编程工具的交互能力。
Continue at github.com
GitHub Trending · Daily·67 days ago

AutoRemesher 自动四边面重拓扑工具

huxingyi/autoremesher

AutoRemesher 是一款基于 Geogram、libigl 等几何库开发的开源跨平台工具,可自动将高密度三角网格转换为干净的四边形拓扑。对 3D 设计工程师和数字艺术家而言,它提供了可替代手动重拓扑的自动化方案,能直接集成到游戏与影视资产的生产管线中,节省大量布线时间。

✎ Author's take
huxingyi/autoremesher 是一款开源工具,可自动将高密度三角网格转换为四边形拓扑,适合 3D 设计工程师和数字艺术家自动化重拓扑。
Continue at github.com
Simon Willison·68 days ago

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。

✎ Author's take
对命令行用户是方便的边际更新,主流设计师却几乎无感。除非你已用 llm CLI 批量测试提示词,否则无需动手。这仅是常规模型接入,没有工作流创新,设计师不如把时间留给 muse-spark-1.1 的实测对比。
Continue at simonwillison.net
Simon Willison·70 days ago

sqlite-utils 4.0 新增数据库架构迁移

sqlite-utils 4.0

Simon Willison 发布 sqlite-utils 4.0,核心新增数据库 schema 迁移功能。该工具是操作 SQLite 的 Python 库与 CLI,适用于数据原型与轻量后端场景。

✎ Author's take
设计工程师若在用 SQLite 做数据驱动原型或内部工具,schema 迁移能省不少脏活;但对绝大多数产品/AI 设计师来说,这是纯后端基建更新,与日常界面、交互、生成式 AI 工作流几乎无关,不值得花时间。
Continue at simonwillison.net
Simon Willison·68 days ago

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 工具链调用外部模型的设计工程师而言,建议及时升级以避免异常中断。

✎ Author's take
又是一个只有两行 changelog 的补丁更新。除非你现在正被空参数工具调用搞到崩溃,否则这条新闻对你的设计工作流零影响。Simon Willison 的工具生态值得长期关注,但把这种级别的 bugfix 当新闻读,纯属浪费注意力——留着精力等带新功能的 minor 版本吧。
Continue at simonwillison.net
开源趋势 · Open Source
§GitHub Rank今日开源趋势
01GitHub Trending · Daily·96 days ago

Addy Osmani 开源 Agent Skills:AI 编码 Agent 的产级工程规范

addyosmani/agent-skills

Addy Osmani 发布了一套面向 AI 编码 Agent 的生产级工程技能包,通过 7 个 slash 命令覆盖从需求定义到上线的完整开发周期。它将资深工程师的工作流、质量门禁和最佳实践编码为 Agent 可自动执行的技能,并支持 Claude Code 即装即用。

✎ Author's take
Addy Osmani 提供的 AI 编码 Agent 生产级技能包,通过 slash 命令覆盖完整开发周期,对资深工程师来说,可以将工作流程自动化,提升效率。
Continue at github.com
02GitHub Trending · Daily·119 days ago

RuView:WiFi 变无摄像头空间雷达,穿墙感知人体

ruvnet/RuView

RuView 是一个开源 WiFi 感知平台,利用低成本 ESP32 采集信道状态信息(CSI),无需摄像头即可实现穿墙人体检测、姿态追踪、呼吸与心率监测。它为隐私敏感场景提供了纯射频感知方案,但目前精度和硬件门槛仍是关键限制。

✎ Author's take
RuView 是一个利用低成本 ESP32 实现的 WiFi 感知平台,为隐私敏感场景提供了纯射频感知方案,但目前精度和硬件门槛仍是限制因素。
Continue at github.com
03GitHub Trending · Daily·67 days ago

TencentDB Agent Memory 开源:AI Agent 四层本地记忆方案

TencentCloud/TencentDB-Agent-Memory

腾讯云开源 TencentDB Agent Memory,为 AI Agent 提供零外部依赖的本地长期记忆。通过符号化短期记忆与分层长期记忆的四层管道,将工具日志压缩为 Mermaid 符号、对话蒸馏为结构化场景,实测降低 61% token 消耗并提升 51% 任务通过率,是构建持续协作型 AI 产品的可直接研究的工程范式。

✎ Author's take
腾讯云开源的 TencentDB Agent Memory 项目,旨在为 AI Agent 提供零外部依赖的本地长期记忆,降低 token 消耗并提升任务通过率。
Continue at github.com
04GitHub Trending · Daily·67 days ago

GitHub Trending:Prisma ORM 仓库

prisma/prisma

Prisma 是面向 Node.js 与 TypeScript 的下一代 ORM,支持 PostgreSQL、MySQL、MongoDB 等主流数据库,核心包含 Prisma Client、Migrate 与 Studio。此次登上 GitHub Trending 的仅为主仓库的常规 README 介绍,既无版本更新,也缺乏针对设计师或设计工程师的新功能说明。

✎ Author's take
Prisma 是面向 Node.js 与 TypeScript 的下一代 ORM,支持 PostgreSQL、MySQL、MongoDB 等主流数据库。
Continue at github.com
05GitHub Trending · Daily·99 days ago

last30days Skill: 给 Claude Code 装上全网热点雷达

mvanhorn/last30days-skill

这个开源 Skill 让 Claude Code、Cursor 等 AI Agent 化身跨平台研究员,并行抓取 Reddit、X、YouTube、Polymarket 等渠道过去 30 天的热门内容,按点赞、赔率等真实互动数据加权,再由 AI 合成简报。对需要快速追踪技术风向、市场情绪的产品团队来说,它把散落在各个社媒的情报流拧成了一根可直接拉取的管道。

✎ Author's take
last30days-skill是一个开源Skill,能让AI Agent抓取多个社交平台过去30天的热门内容,并生成简报,适合需要快速追踪技术风向和市场情绪的产品团队。
Continue at github.com
06GitHub Trending · Daily·67 days ago

Argo CD 登上 GitHub 每日 Trending

argoproj/argo-cd

Argo CD 是面向 Kubernetes 的声明式 GitOps 持续交付工具,近日登上 GitHub Trending 日榜。它通过版本控制实现应用配置的自动化部署与生命周期管理,提供官方文档与线上 Demo,核心受众为运维与后端工程团队,与设计师日常工作流基本无关。

✎ Author's take
Argo CD 是一个面向 Kubernetes 的 GitOps 持续交付工具,通过版本控制实现应用配置的自动化部署与生命周期管理。
Continue at github.com
07GitHub Trending · Daily·68 days ago

OfficeCLI:首个专为 AI Agent 打造的开源 Office 套件

iOfficeAI/OfficeCLI

OfficeCLI 是一款专为 AI Agent 设计的开源 Office 工具,通过单二进制文件无需安装 Office 即可读写 Word、Excel、PowerPoint,并内置高保真 HTML 渲染引擎。设计师和产品经理可借助一行代码让 AI 自动完成文档处理、PPT 生成与表格编辑,打通 AI 看稿与改稿的闭环。

✎ Author's take
iOfficeAI/OfficeCLI 是一款专为 AI Agent 设计的开源 Office 工具,无需安装 Office 即可读写文档。
Continue at github.com
08GitHub Trending · Daily·85 days ago

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]

✎ Author's take
asgeirtj/system_prompts_leaks 提供了从不同 AI 平台提取的系统提示,可用于研究和比较不同 AI 系统的行为和输出。
Continue at github.com
09GitHub Trending · Daily·117 days ago

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]

✎ Author's take
Superpowers 是一个完整的软件开发方法论,为编码代理构建在一系列可组合技能之上,适合软件开发者使用。
Continue at github.com
10GitHub Trending · Daily·87 days ago

阿里开源 zvec v0.5:轻量向量库新增全文检索

alibaba/zvec

阿里巴巴开源进程内向量数据库 zvec 发布 v0.5.0,原生支持全文搜索与混合检索,新增 DiskANN 磁盘索引及 Go/Rust SDK。开发者可直接嵌入应用实现毫秒级向量与文本混合查询,无需部署外部服务,为 AI 应用和 RAG 原型提供轻量本地方案。

✎ Author's take
zvec 是阿里巴巴开源的进程内向量数据库,支持全文搜索与混合检索,为 AI 应用和 RAG 原型提供轻量本地方案。
Continue at github.com
11GitHub Trending · Daily·117 days ago

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]

✎ Author's take
PhotoGIMP 是一个免费的社区驱动补丁,将 GIMP 转换为 Adobe Photoshop 用户熟悉的布局。
Continue at github.com
12GitHub Trending · Daily·67 days ago

DesktopCommanderMCP 赋予 Claude 终端权限

wonderwhy-er/DesktopCommanderMCP

为 Claude 打造的 MCP 服务器,赋予其终端控制、文件搜索与差异编辑能力。用户可在聊天中执行长时命令、管理进程并自动化任务,直接利用本地客户端订阅而无需 API token。配套 App 支持多模型切换与实时文件预览,为设计工程师提供了 AI 驱动开发环境。

✎ Author's take
DesktopCommanderMCP 是为 Claude 定制的 MCP 服务器,提供终端控制和文件编辑功能,增强 AI 编程工具的交互能力。
Continue at github.com
13GitHub Trending · Daily·67 days ago

AutoRemesher 自动四边面重拓扑工具

huxingyi/autoremesher

AutoRemesher 是一款基于 Geogram、libigl 等几何库开发的开源跨平台工具,可自动将高密度三角网格转换为干净的四边形拓扑。对 3D 设计工程师和数字艺术家而言,它提供了可替代手动重拓扑的自动化方案,能直接集成到游戏与影视资产的生产管线中,节省大量布线时间。

✎ Author's take
huxingyi/autoremesher 是一款开源工具,可自动将高密度三角网格转换为四边形拓扑,适合 3D 设计工程师和数字艺术家自动化重拓扑。
Continue at github.com
14GitHub Trending · Daily·69 days ago

Claude Video 发布,让 AI 真正看懂视频

bradautomates/claude-video

bradautomates/claude-video 是一款 Claude Code / Cursor 插件,能自动下载视频、提取关键帧、生成时间戳字幕,让 AI 真正看懂视频。设计师和工程师可直接把用户测试录像或设计教程丢给 AI,让它自动分析界面细节与操作流程,彻底告别手动截图转录。

✎ Author's take
claude-video 是一个 Claude Code / Cursor 插件,能自动下载视频、提取关键帧、生成时间戳字幕,让 AI 真正看懂视频,适用于设计师和工程师自动化分析界面细节与操作流程。
Continue at github.com
15GitHub Trending · Daily·74 days ago

CubeSandbox:AI Agent 毫秒级安全沙盒

TencentCloud/CubeSandbox

腾讯云开源 CubeSandbox,基于 RustVMM 与 KVM 的 AI Agent 安全沙盒,兼容 E2B SDK,冷启动低于 60 毫秒,单实例内存开销小于 5MB,支持快照与回滚。该项目属于底层基础设施,面向后端与 Agent 平台开发者,与设计师日常工作流无直接关联。

✎ Author's take
CubeSandbox 是腾讯云开源的 AI Agent 安全沙盒,基于 RustVMM 与 KVM,为后端与 Agent 平台开发者提供底层基础设施。
Continue at github.com