Today's brief
用 GPT-6 Astra 与 ChatGPT Work 生成跑步路线
Generating running routes with GPT-6 Astra and ChatGPT Work
Simon Willison 使用 GPT-6 Astra 与 ChatGPT Work,调用 Nominatim 和 Overpass API 抓取 OpenStreetMap 地理数据,自动规划出从家门口出发的 5K 与 10K 闭环跑步路线,并生成嵌入式可视化地图及可下载的 GPX、GeoJSON 文件。这一案例表明,新一代 AI Agent 已能独立完成“地址定位—路网抓取—空间计算—资产导出”的全链路任务,为产品设计师和工程师构建地理空间交互原型提供了可直接复用的工具链范式。
FDE 崛起:如何做好这份 AI 最热工作
The Rise of the Forward Deployed Engineer — and How To Do the Job Right
AI 行业正疯狂招聘“前进部署工程师”(FDE),但各公司对该角色的定义和 KPI 几乎完全不同。作者基于在 Palantir、Citadel 和 Kepler 三段一手经历,厘清了 FDE 与咨询顾问的本质区别、如何衡量成功,以及为何在 AI 时代这一职能更适合放在产品而非销售线。
人们厌恶 viral AI 食物图的真实原因
The real reason everyone hates the viral AI food slop images
文章分析了 viral AI 食物图引发集体反感的心理机制:人类修图美化食物已被默许,但 AI 生成的过度完美却触发了虚假感与信任危机。作者从 UX 与感知真实性角度,探讨了生成式内容如何正在重塑用户对视觉设计的容忍阈值。
FAQ:shell真跑了,还是模型在编输出
FAQ: Did the Shell Run, or Did the Model Type?
文章指出AI编码助手常让开发者误以为测试已通过——实际上模型可能只是生成了一段看起来像pytest日志的文本。作者强调应索要进程ID、工作目录、主机名和退出码等“收据”字段,而非轻信聊天窗里的绿色对勾。这是一个日益危险的工程盲区。
Paul Ford:人人能编程后,很多人不该编程
Quoting Paul Ford
Paul Ford 在《纽约时报》撰文指出,AI 虽能写出不错的代码,但制造真正前沿的软件仍需要人类思考、协作与工艺。当编程门槛被 AI 抹平后,行业反而更清楚地看到:擅用工具不等于能做好别人的工作,大量 AI 项目正因为缺乏真正的专业判断而失败。
DeepSeek v4.1-Flash 以全新编码器-解码器架构回归
[AINews] DeepSeek v4.1-Flash: 763B-P8B-D16B novel causal Encoder–Decoder architecture with vision marks the Return of the Whale
DeepSeek 发布 v4.1-Flash,采用 763B 参数的因果编码器-解码器新架构并新增视觉能力。文章指出,这是 DeepSeek 在 R1 引发关注后沉寂一年的重大技术转向,尽管基准测试暂时落后,但作者认为其真实能力可能被传统评测指标掩盖。
World Models:AI 先学会做梦,再学会走路
World Models: The AI That Learned to Dream Before It Could Walk
文章梳理了世界模型过去八年的脉络:让机器人在内部模拟环境中“想象”数千次试错,而非依赖现实训练。从自动驾驶到生成游戏关卡,LeCun 等人认为这种“先做梦再行动”的范式,可能比大语言模型更接近通用人工智能的核心路径。
3D 纹理工具 ArmorPaint 登 GitHub 热榜
armory3d/armorpaint
开源 3D PBR 纹理绘制软件 ArmorPaint 进入 GitHub Daily Trending。项目提供完整的跨平台源码与自编译指南,支持嵌入自定义数据工作流。虽其二进制版本收费,但代码完全开放,适合具备工程能力的设计师自行构建与改造。
MCP 记忆服务器该独立分类
MCP memory servers deserve their own category
文章指出当前 LLM 工具(如 Claude Code、Cursor)的会话上下文无法跨工具持久化,开发者被迫反复重建上下文。作者主张将 MCP memory / session-persistence servers 列为独立品类,以标准化状态留存,解决多工具切换带来的碎片化体验与心智负担。
Hyperresearch:把 Claude Code 变成深度研究 Agent
jordan-gibbs/hyperresearch
开源项目 Hyperresearch 将 Claude Code 改造成端到端深度研究智能体,通过 16 步流程单次抓取并验证 250+ 来源,经四轮对抗性批评后生成带完整引用审计的报告,所有资料沉淀为可搜索的持久知识库。设计师做竞品调研或趋势分析时,可借此大幅压缩信息搜集与信源核实的时间。
RAXXO 语气指南:用禁用词清单统一全产品线文案
The Tone Guide I Wrote So Every RAXXO Tool Sounds Like One Studio
RAXXO 创始人分享了一份极简语气指南:不靠情绪板或形容词,而是用「禁用词+必须习惯」清单确保所有产品文案保持一致。他发现即便一个人撰写全部内容,长期也会出现「声音漂移」,因此把文案检查像代码风格检查一样嵌入发布流程。
LLM Wiki:文档自动变可溯源知识库
nashsu/llm_wiki
LLM Wiki 是跨平台开源桌面应用,以增量 wiki 取代传统 RAG,自动将 PDF、Office、图片等多格式素材转为带溯源的结构化知识库,支持多模态提取与跨设备迁移。对需处理大量参考资料的设计师与工程师,这是可直接上手的个人知识管理工具。
i-have-adhd:让 Claude Code 先给答案再说过程
ayghri/i-have-adhd
这是一个开源 skill,通过修改系统提示让 Claude Code / Codex 采用 ADHD-friendly 输出:行动优先、步骤编号、去除寒暄。开发者可一键安装,立刻终结 AI 在答案前堆砌冗长解释的毛病,提升信息获取效率。
bilawalsidhu/gods-eye-view
A spy satellite simulator in your browser, except the data is real. Live open source spatial intelligence on a photorealistic 3D globe. https://maptheworld.ai/ 🌐 God's Eye View A spy-satellite simulator in your browser — then you realize the sources are public and the data is real. Photorealistic 3D globe. Live aircraft, ships, satellites, earthquakes, traffic, and public cameras, with clearly labeled modeled views where a live feed is unavailable. Hands-free voice control powered by a realtime AI agent. No place left behind. ▶️ From the project behind the viral God's Eye View series (formerly WorldView) — 5M+ on YouTube Quick Start · First Five Minutes · Talk to It · What's Live · Under the Hood · Keys · Costs 🌍 Why This Exists You asked, so it's happening. God's Eye View is open source. Track the world live. Talk to it. Break it. Extend it. Most open-source intelligence is a pile of browser tabs. The signals are abundant, but the interface is the bottleneck. God's Eye View turns those signals into a place: the world is already broadcasting — flight transponders, ship beacons, orbital elements, seismographs, public cameras — and this makes it visible on a photorealistic 3D Earth in real time. No classified clearance required; it's public signal all the way down, and the interface runs in your browser, under your control. Half the magic is that it looks like a forbidden cockpit. The other half is that every line of code is inspectable. The live layers are grounded in public feeds: the airliner crossing your screen is reporting telemetry, the camera is installed at a published location, and the ISS position is propagated from current orbital elements. The client deliberately renders flights one polling interval behind real time so it can interpolate smoothly. Some experiences are modeled rather than live: keyless traffic is labeled as a simulation, camera poses are estimated until calibrated, and launch asc…[truncated]
iloader:iOS 侧载工具
nab138/iloader
iloader 是一款面向 iOS 的图形化侧载工具,支持安装 SideStore、导入 IPA 及自动管理配对文件。尽管登上 GitHub Trending,但它深耕 iOS 越狱与自签生态,与产品设计师、AI 设计师及设计工程师的日常工具链基本无关。
DeskcommCRM:开源 AI WhatsApp 销售 CRM
melgarafael/DeskcommCRM
一个可自托管的开源 CRM 系统,集成 AI 代理与 WhatsApp,主打替代 Kommo 和 Intercom 的聊天销售方案。对非销售领域的技术人员而言属于典型的业务层基础设施。
PI-Desktop:本地优先的 AI 编程代理桌面工作区
vastsa/PI-Desktop
PI-Desktop 是一款开源桌面应用,为 AI 编程代理提供独立工作区。它基于 Electron + Rust 构建,支持接入多厂商模型与可插拔扩展,核心亮点是本地优先、不绑定编辑器、所有敏感操作需经权限层审查。项目目前处于早期预览阶段。
3D 纹理工具 ArmorPaint 登 GitHub 热榜
armory3d/armorpaint
开源 3D PBR 纹理绘制软件 ArmorPaint 进入 GitHub Daily Trending。项目提供完整的跨平台源码与自编译指南,支持嵌入自定义数据工作流。虽其二进制版本收费,但代码完全开放,适合具备工程能力的设计师自行构建与改造。
CloddsBot:Claude 驱动的开源 AI 交易代理
alsk1992/CloddsBot
CloddsBot 是一个基于 Claude 的开源自主交易代理,支持预测市场、加密货币及期货的自动化交易,内置 118 种策略。但它属于纯金融交易领域,与产品设计、界面工程或创意工作流毫无交集,对设计师读者无直接参考价值。
LLM Wiki:文档自动变可溯源知识库
nashsu/llm_wiki
LLM Wiki 是跨平台开源桌面应用,以增量 wiki 取代传统 RAG,自动将 PDF、Office、图片等多格式素材转为带溯源的结构化知识库,支持多模态提取与跨设备迁移。对需处理大量参考资料的设计师与工程师,这是可直接上手的个人知识管理工具。
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]
Sonarr:影视下载 PVR 工具
Sonarr/Sonarr
Sonarr 是面向 Usenet 与 BitTorrent 用户的 PVR 工具,能自动监控 RSS 源下载剧集、整理文件并升级画质。对产品设计及 AI 设计师而言,这是与专业工作流完全无关的媒体下载器,不具备任何设计或工程参考价值,可直接忽略。
MathModelAgent:自动数学建模与论文生成 Agent
jihe520/MathModelAgent
MathModelAgent 是一套面向数学建模竞赛的 multi-agent 系统,内置建模、代码、论文等分工角色,可自动完成问题分析、代码编写并生成可直接提交的完整论文。项目提供开箱即用的桌面版,支持代码解释器、Web Search 与 RAG 知识库,是高度垂直的学术竞赛自动化工具。
OpenFlux:可插拔传输的 TCP 隧道工具
p1neappleXpress/OpenFlux
OpenFlux 是支持可插拔传输协议的 TCP 隧道工具,提供 Android 与 iOS 客户端及 SOCKS5 代理。尽管登上 GitHub Trending,它属于底层网络工程工具,与产品设计师、AI 设计师或设计工程师的日常界面设计、原型构建及设计工程化工作流完全无关,无可直接复用的设计价值。
Hyperresearch:把 Claude Code 变成深度研究 Agent
jordan-gibbs/hyperresearch
开源项目 Hyperresearch 将 Claude Code 改造成端到端深度研究智能体,通过 16 步流程单次抓取并验证 250+ 来源,经四轮对抗性批评后生成带完整引用审计的报告,所有资料沉淀为可搜索的持久知识库。设计师做竞品调研或趋势分析时,可借此大幅压缩信息搜集与信源核实的时间。
OpenResearch:本地并行科研 Agent 工作区
alphaXiv/OpenResearch
OpenResearch 是一款本地优先的桌面应用,可将 Claude Code、Cursor 等工具转化为并行科研 Agent,支持文献综述、假设验证与可复现实验管理。项目通过 Git 原生工作树隔离各研究方向,并提供本地或云端算力选择,目前登上 GitHub Trending。
GitHub Spec Kit:规范驱动开发开源工具包
github/spec-kit
GitHub 开源 Spec Kit 工具包,内含 Specify CLI,倡导 Spec-Driven Development,让产品规范直接驱动代码生成,取代从零 vibe coding。支持与 Copilot 等 AI 编码代理集成,开发者可快速初始化项目并基于场景构建高质量软件。
pascalorg/editor
Create and share 3D architectural projects. Pascal Editor A 3D building editor built with React Three Fiber and WebGPU. https://github.com/user-attachments/assets/8b50e7cf-cebe-4579-9cf3-8786b35f7b6b Repository Architecture This is a Turborepo monorepo with three main packages: editor-v2/ ├── apps/ │ └── editor/ # Next.js application ├── packages/ │ ├── core/ # Schema definitions, state management, systems │ └── viewer/ # 3D rendering components Separation of Concerns Package Responsibility @pascal-app/core Node schemas, scene state (Zustand), systems (geometry generation), spatial queries, event bus @pascal-app/viewer 3D rendering via React Three Fiber, default camera/controls, post-processing apps/editor UI components, tools, custom behaviors, editor-specific systems The viewer renders the scene with sensible defaults. The editor extends it with interactive tools, selection management, and editing capabilities. Stores Each package has its own Zustand store for managing state: Store Package Responsibility useScene @pascal-app/core Scene data: nodes, root IDs, dirty nodes, CRUD operations. Persisted to IndexedDB with undo/redo via Zundo. useViewer @pascal-app/viewer Viewer state: current selection (building/level/zone IDs), level display mode (stacked/exploded/solo), camera mode. useEditor apps/editor Editor state: active tool, structure layer visibility, panel states, editor-specific preferences. Access patterns: // Subscribe to state changes (React component) const nodes = useScene((state) => state.nodes) const levelId = useViewer((state) => state.selection.levelId) const activeTool = useEditor((state) => state.tool) // Access state outside React (callbacks, systems) const node = useScene.getState().nodes[id] …[truncated]