AI Design News
No. 030No. 032
Friday, June 19, 2026·Issue 031
Today's brief from the AI tools' crossroads

AI 工具的十字路口 技术发展与监管挑战。

探索AI工具的最新进展与面临的监管挑战。

今日新闻涉及AI工具的开源、维护以及如何重新定位设计工程师在Agent时代的角色。Vercel Workflow SDKTanStack Start 的合作,Fable 5 遭禁引发的行业担忧,Vercel Ship 2026 描绘的Agent基础设施全景,以及 codebase-memory-mcp 的内存引擎优化,都指向了AI工具在提升效率和安全性方面的潜力。同时,Continue 的停止维护,Matt Pocock 的 AI Skills 开源,以及 字节跳动OpenMontage 的开源项目,都展现了AI工具发展的新方向。

GitHub Trending · Daily·89 days ago

Matt Pocock 开源自用 Claude Skills:告别 vibe coding

mattpocock/skills

TypeScript 教育家 Matt Pocock 开源了他自用的 Claude agent skills 仓库,提供一套小型、可组合、模型无关的工程化技能集合,附带一键安装脚本。不同于完全放任的 vibe coding,这套技能旨在修复 Claude Code 与 Codex 等工具的常见失效模式,让开发者保持对真实工程流程的掌控。

✎ Author's take
TypeScript教育家开源的 Claude agent skills 仓库,提供一套小型、可组合、模型无关的工程化技能集合,旨在修复AI工具的常见失效模式。
Continue at github.com
Lenny's Newsletter·90 days ago

Claude Code / Codex agent loop 实战:调度、目标与子代理

How to design AI agent loops: schedules, goals, and subagents in Claude Code and Codex

文章拆解四种 loop 类型(heartbeat、cron、hook、goal),提出生产级 agent 必备的五大要素,并给出两个可复现实战案例:Claude Code 定时审查老旧 PR,Codex 每周识别 skills 并派生子代理自我验证。它将 agent 从单次 prompt 升级为可持续运行的自动化工作流,是设计工程师可直接落地的参考手册。

✎ Author's take
别再把 Claude 当聊天机器人。这篇把 agent loop 当成“新员工入职”来设计,直接把 AI 变成 7×24 自动同事。对设计工程师而言,未来核心竞争力不是写 prompt,而是设计能自我调度、自我验证的 agent 工作流。没搞懂 loop 设计的人,下个月就会发现自己还在手动重复别人早已自动化的事。
Continue at lennysnewsletter.com
GitHub Trending · Daily·89 days ago

递归语言模型 RLM 开源,用 CodeAct 替代 JSON 工具调用

alexzhang13/rlm

RLM 是一个递归语言模型推理库,将传统 LLM 的 completion 调用升级为支持递归子调用的范式,让模型在 REPL 沙箱中通过代码环境自主分解任务、管理近乎无限的上下文。它主张用 CodeAct 风格的函数调用取代僵化的 JSON 工具调用,为下一代 Agent 架构提供了可扩展的基础设施。

✎ Author's take
这不是又一个无名开源库,而是对'模型如何思考'的底层范式挑战。当 AI 不再只是文本生成器,而是能在代码沙箱里递归调用自身时,设计工程师和产品设计师必须立刻重新思考交互状态流与控制逻辑。JSON 工具调用已经走到尽头,CodeAct 才是 Agent 时代的默认界面——现在不跟上,明天就要重构产品。
Continue at github.com
GitHub Trending · Daily·89 days ago

codebase-memory-mcp:让 AI 秒懂百万行代码的内存引擎

DeusData/codebase-memory-mcp

codebase-memory-mcp 是一个高性能 MCP 服务器,通过 Tree-sitter 将代码库索引为持久化知识图谱,实现亚毫秒查询并减少 99% token 消耗。对需要维护设计系统或前端组件库的设计工程师而言,它能让 AI Agent 秒级理解项目结构,告别逐文件探索的低效模式。

✎ Author's take
codebase-memory-mcp 是一个高性能 MCP 服务器,通过 Tree-sitter 将代码库索引为知识图谱,实现快速查询。
Continue at github.com
Simon Willison·89 days ago

Charity Majors:AI 让代码从珍藏品变一次性

Quoting Charity Majors

Charity Majors 指出,2025 年 AI 彻底颠覆了代码生产的经济学:写代码从昂贵、耗时变为近乎免费和即时,导致代码从被精心维护的资产沦为一次性、可随意再生的消耗品。她认为这非但没有降低工程纪律的要求,反而需要更严格的规范来管理爆炸性的代码产出。

✎ Author's take
当 Figma-to-code、v0 和 Cursor 让界面实现变得‘免费’,设计工程师正陷入生成-丢弃的循环。Charity Majors 戳破了‘AI 让工程变简单’的幻觉:代码越廉价,架构纪律越重要。别再把 AI 当成不写文档、不做测试的借口——上周用 v0 生成的组件,有多少已经变成了技术债?
Continue at simonwillison.net
GitHub Trending · Daily·89 days ago

字节跳动开源 UI-TARS-desktop:AI Agent 直接操控你的电脑

bytedance/UI-TARS-desktop

字节跳动在 GitHub 开源了 TARS 多模态 AI Agent 栈,核心项目 UI-TARS-desktop 能让 AI 像人一样操控本地或远程电脑与浏览器。它原生支持 MCP 工具集成,设计工程师可用自然语言驱动跨应用自动化工作流,把重复的 GUI 操作交给 Agent 执行。

✎ Author's take
字节把 GUI Agent 的完整工程栈直接开源了,这不是 demo,而是带桌面端和 MCP 生态的实战工具。对设计工程师而言,“AI 打开 Figma 切图再推送到 GitHub”即将成为日常——最枯燥的跨软件重复劳动会被率先取代,不想被工具甩下的人现在就该上手测边界。
Continue at github.com
Simon Willison·89 days ago

GLM-5.2 登顶最强纯文本开源模型

GLM-5.2 is probably the most powerful text-only open weights LLM

Z.ai 以 MIT 协议开源 GLM-5.2,采用 753B/40B 激活参数的 MoE 架构,支持 100 万 token 超长上下文。在 Artificial Analysis 独立基准中,该模型以 51 分超越 DeepSeek V4 Pro 和 Kimi K2.6 登顶开源榜首,但评测显示其完成任务时消耗的 output token 显著高于同类模型。

✎ Author's take
别被 1.51TB 的体量吓到——大多数人跑不动,但 MIT 协议开源意味着你很快能在各类工具里调用到私有化的高性能后端。中国团队再次捅破开源模型天花板,对需要处理复杂代码生成和设计系统文档的设计工程师来说,这是必须盯紧的变量。
Continue at simonwillison.net
Latent Space·89 days ago

Radical AI 创始人:自驱实验室 10 倍速重写材料发现

🔬 The Self-Driving Lab — Joseph Krause, Radical AI

Radical AI 创始人 Joseph Krause 在 Latent Space 访谈中揭示,自驱实验室正将材料发现速度提升至 DARPA/GE MACH 项目的 10 倍以上。不同于可 token 化的生物分子,材料创新受制造、供应链等宏观变量制约;Radical 通过 AI 驱动的自动化实验闭环,正在打通从实验室到规模化应用的最短路径。

✎ Author's take
材料是设计的终极约束。Radical 将新材料发现周期压缩至数月,消费电子与硬件的形态将被重写。设计师别只盯着生成式 UI——上游材料科学的范式转移,才是决定下一代产品能长什么样子的底层变量。当材料不再受限,设计边界也将被彻底打破。
Continue at latent.space
Sidebar·89 days ago

AI 裁员陷阱

The AI layoff trap

这是一个交互模拟,揭示竞争性企业陷入过度自动化的囚徒困境:每家公司独享AI带来的全部成本节约,却只承担需求破坏的1/N。它用博弈论模型解释了为何微观理性的降本决策,会在宏观上导致全行业失业与需求萎缩的恶性循环。

✎ Author's take
这不是贩卖焦虑,而是揭穿一个结构性悖论:设计工程师和产品经理亲手搭建的自动化工具,正把所有人拖入“谁先不裁员谁死”的死亡竞赛。别只顾优化降本效率,想想当N无限大时,谁来为你的产品买单?
Continue at ailayoffs.rajnandan.com
Stratechery·89 days ago

Michael Morton 谈 AI 时代电商与分销变局

An Interview with Michael Morton About E-Commerce in the Age of AI

Michael Morton 在 Stratechery 最新访谈中拆解了 AI 对电商的结构性冲击,从分销与推荐模式的权力转移,到生鲜履约与自动驾驶物流的重构,并批判了当前充斥市场的不可证伪 AI 悲观叙事。对设计师而言,这是理解消费产品底层逻辑变迁的关键参考。

✎ Author's take
别只盯着 AI 生成什么新界面,Morton 点出了更致命的变量:分销权力正从平台搜索让渡给 AI 推荐与代理决策。设计师若仍用"流量漏斗"思维做电商产品,将迅速过时。这篇访谈把履约网络与前端体验串成一条链,正是设计工程师该看的"大图"。
Continue at stratechery.com
Simon Willison·91 days ago

Fable 5 遭禁:修复代码被当作越狱

The Fable 5 Export Controls Harm US Cyber Defense

安全专家 Kate Moussouris 披露,Fable 5 被出口管制封禁所依据的“jailbreak”,实为“修复代码”这一基础防御操作。将正常的漏洞修复与安全测试视为模型滥用,不仅逻辑荒谬,更将直接削弱网络安全人员依赖 AI 执行日常防御的能力。

✎ Author's take
官僚逻辑碾压技术现实:监管者连修漏洞和造攻击都分不清,就急着给模型套出口枷锁。对依赖 AI 写代码的设计工程师,这绝非遥远新闻——今天能以安全之名禁掉 Fable 5 修码能力,明天你常用的模型就可能被同样阉割。不懂技术的监管正直接威胁我们的工作流。
Continue at simonwillison.net
Simon Willison·88 days ago

Datasette Apps:数据库里直接跑 HTML 前端

Datasette Apps: Host custom HTML applications inside Datasette

Simon Willison 发布新插件,允许在 Datasette 中通过 iframe 沙箱托管自定义 HTML/JS 应用。这些前端可直接对底层数据库执行 SQL 查询,甚至通过预存查询实现写入。对设计工程师而言,这意味着无需独立后端,即可基于真实数据快速搭建数据可视化界面或内部工具原型。

✎ Author's take
别再把数据界面当成后端排期两周后的奢侈品。Datasette Apps 让设计工程师用几行 HTML+JS 就能对接真实 SQL 数据,直接把数据库变成可交互原型托管平台——这种“数据库即应用容器”的思路,是验证数据可视化产品想法时最懒也最狠的捷径。
Continue at simonwillison.net
GitHub Trending · Daily·89 days ago

OpenMontage:首个开源 Agent 视频制作系统

calesthio/OpenMontage

OpenMontage 号称首个开源 agentic 视频制作系统,通过 12 条 pipeline 与 500+ agent 技能,让 AI 助手完成从调研、脚本、素材生成到剪辑合成的全流程。它区别于普通图生视频工具,能调用免费影像素材库进行真实剪辑与渲染,案例显示 60 秒动画短片成本仅 1.33 美元。

✎ Author's take
OpenMontage 是一个开源的 agentic 视频制作系统,通过 AI 助手完成视频制作的全流程,能够调用免费影像素材库进行真实剪辑与渲染。
Continue at github.com
Vercel·90 days ago

Vercel Ship 2026:Agent 基础设施全景发布

Vercel Ship 2026 recap

Vercel Ship 2026 上,CEO Guillermo 提出从 Web 平台向 Agent 基础设施跃迁,发布 Agent Stack。其中 Vercel Connect 以临时凭证替代长期 token 实现安全连接,框架 eve 可在单目录内搭建 agent。对前端与设计工程师而言,工作流正从‘写页面’转向‘部署能思考的软件’。

✎ Author's take
Vercel 不想只做静态托管商,它要当 Agent 时代的操作系统。对设计工程师而言,最大冲击不是又多了一个框架,而是交互对象从‘用户点击’变成‘自主决策的 agent’——不重新思考组件状态、反馈循环和权限边界,下一代界面就没你的位置。
Continue at vercel.com
GitHub Trending · Daily·89 days ago

Continue 停止维护:GitHub 仓库已归档

continuedev/continue

开源 AI 编程助手 Continue 宣布停止积极维护,GitHub 仓库已设为只读。团队在发布最终 2.0.0 版本后正式退场,该版本移除了匿名遥测与身份验证,并修复了已知问题。官方建议 JetBrains 用户迁移至 CLI 版本,现有代码库仍可作为开源基础供社区继续开发。

✎ Author's take
又一款主流开源 AI 编程工具倒下。Continue 的停维护再次证明,缺乏商业支撑的开源编码助手很难与 Cursor、Copilot 长期抗衡。如果你还把它嵌在工作流里,现在就该评估迁移。设计工程师要警惕:别把核心产出绑定在生命周期不明的免费工具上。
Continue at github.com
Vercel·91 days ago

Vercel Workflow SDK 正式支持 TanStack Start

Workflow SDK now supports TanStack Start

Vercel Workflow SDK 扩展框架兼容性,现已支持基于 Vite 的全栈框架 TanStack Start。开发者通过现有 Vite 插件即可为应用添加持久化、可重试的异步工作流,无需额外配置队列与持久层。这对使用 TanStack 生态的设计工程师意味着后端逻辑编排门槛进一步降低。

✎ Author's take
对设计工程师来说,这代表你偏爱的 TanStack 生态正式拿到了 Vercel 持久化工作流的入场券。不过别急着欢呼——Workflow SDK 目前仍是面向全栈开发者的基础设施,对纯 UI 工作流帮助有限。如果你正在用 TanStack Start 搭全栈原型,现在可以少写一堆队列胶水代码了。
Continue at vercel.com
开源趋势 · Open Source
§GitHub Rank今日开源趋势
01GitHub Trending · Daily·86 days ago

Palmier Pro:为 AI 原生打造的 macOS 视频编辑器

palmier-io/palmier-pro

Palmier Pro 是基于 Swift 的 macOS 开源视频编辑器,原生支持 AI Agent 协作。它内置 Seedance 等生成模型,并通过 MCP 让 Claude、Codex 直接操作时间线。这标志着创作工具从「AI 辅助」迈向「AI 协同」,设计师可与 Agent 共同在时间线内生成和迭代素材。

✎ Author's take
Palmier Pro 是基于 Swift 的 macOS 开源视频编辑器,支持 AI Agent 协作,内置生成模型,标志着创作工具从「AI 辅助」迈向「AI 协同」。
Continue at github.com
02GitHub Trending · Daily·89 days ago

OpenMontage:首个开源 Agent 视频制作系统

calesthio/OpenMontage

OpenMontage 号称首个开源 agentic 视频制作系统,通过 12 条 pipeline 与 500+ agent 技能,让 AI 助手完成从调研、脚本、素材生成到剪辑合成的全流程。它区别于普通图生视频工具,能调用免费影像素材库进行真实剪辑与渲染,案例显示 60 秒动画短片成本仅 1.33 美元。

✎ Author's take
OpenMontage 是一个开源的 agentic 视频制作系统,通过 AI 助手完成视频制作的全流程,能够调用免费影像素材库进行真实剪辑与渲染。
Continue at github.com
03GitHub Trending · Daily·104 days ago

Headroom:AI agent 上下文压缩层,省 60-95% token

chopratejas/headroom

这个项目通过6种算法在LLM处理前压缩工具输出、日志和RAG块,能将token数减少60-95%而不损失答案质量。它提供Python/TypeScript库、零代码改动的代理模式、MCP服务器,以及跨Claude、Cursor等工具的共享记忆层,直接降低长上下文调用的成本与延迟。

✎ Author's take
Headroom 是一个压缩工具输出、日志和 RAG 块的算法项目,旨在降低长上下文调用的成本与延迟。
Continue at github.com
04GitHub Trending · Daily·85 days ago

Turso Beta:兼容 SQLite 的进程内数据库

tursodatabase/turso

Turso 是一个用 Rust 编写的进程内 SQL 数据库,保持与 SQLite 的 SQL 方言、文件格式及 C API 兼容,同时引入了 MVCC 高并发写入、Change Data Capture、向量支持和全文搜索等扩展。目前处于 Beta 阶段,面向本地、边缘及多语言嵌入场景。

✎ Author's take
Turso 是一个用 Rust 编写的进程内 SQL 数据库,兼容 SQLite 并引入了 MVCC、Change Data Capture 等扩展,面向需要高性能 SQL 数据库的本地、边缘及多语言嵌入场景。
Continue at github.com
05GitHub Trending · Daily·89 days ago

Penpot 登 GitHub 热榜:开源设计与代码协作工具

penpot/penpot

Penpot 近日登上 GitHub Trending,作为开源设计平台主打设计与代码协作、自托管及开放标准。其原生 Design Tokens、MCP Server 和可编程 API 对想建立自主设计基础设施的团队有吸引力,但当前内容仅为官方简介,缺少具体版本更新或实操细节。

✎ Author's take
penpot 项目是一个开源设计平台,主打设计与代码协作、自托管及开放标准,适合想建立自主设计基础设施的团队。
Continue at github.com
06GitHub Trending · Daily·119 days ago

LLM 驱动股票分析系统:零成本自动决策仪表盘

ZhuLinsen/daily_stock_analysis

LLM 驱动的股票分析系统,聚合多源行情与新闻,每日自动生成含评分、趋势的决策仪表盘,零成本推送到企微/飞书。其「决策报告→操作清单」的信息分层,正是 AI 数据看板设计可直接借鉴的范式。

✎ Author's take
这是一个 LLM 驱动的股票分析系统,自动生成决策仪表盘并推送,其信息分层方式对 AI 数据看板设计具有借鉴意义。
Continue at github.com
07GitHub Trending · Daily·86 days ago

World Monitor:开源全球AI情报仪表盘

koala73/worldmonitor

这是一个登顶GitHub Trending的开源实时情报仪表盘,整合500+新闻源、3D地球与平面双地图引擎、金融雷达及地缘政治监控,支持Ollama本地AI与Tauri跨平台桌面端。对设计师而言,它是研究复杂信息架构、AI内容聚合与地理可视化落地的完整工程样本。

✎ Author's take
worldmonitor 是一个集成了新闻源、地图引擎、金融雷达和地缘政治监控的实时情报仪表盘,对设计师来说,提供了一个研究复杂信息架构和地理可视化的工程案例。
Continue at github.com
08GitHub Trending · Daily·85 days ago

bytedance/deer-flow

An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message gateway, it handles different levels of tasks that could take minutes to hours. 🦌 DeerFlow - 2.0 English | 中文 | 日本語 | Français | Русский On February 28th, 2026, DeerFlow claimed the 🏆 #1 spot on GitHub Trending following the launch of version 2. Thanks a million to our incredible community — you made this happen! 💪🔥 DeerFlow (Deep Exploration and Efficient Research Flow) is an open-source super agent harness that orchestrates sub-agents, memory, and sandboxes to do almost anything — powered by extensible skills. https://github.com/user-attachments/assets/a8bcadc4-e040-4cf2-8fda-dd768b999c18 Note DeerFlow 2.0 is a ground-up rewrite. It shares no code with v1. If you're looking for the original Deep Research framework, it's maintained on the 1.x branch — contributions there are still welcome. Active development has moved to 2.0. Official Website Learn more and see real demos on our official website. Coding Plan from ByteDance Volcengine We strongly recommend using Doubao-Seed-2.0-Code, DeepSeek v3.2 and Kimi 2.5 to run DeerFlow Learn more 中国大陆地区的开发者请点击这里 InfoQuest DeerFlow has newly integrated the intelligent search and crawling toolset independently developed by BytePlus--InfoQuest (supports free online experience) Table of Contents 🦌 DeerFlow - 2.0 Official Website Coding Plan from ByteDance Volcengine InfoQuest Table of Contents One-Line Agent Setup Quick Start Configuration Running the Application Deployment Sizing Option 1: Docker (Recommended) Option 2: Local Development Advanced Sandbox Mode MCP Server IM Channels LangSmith Tracing Langfuse Tracing …[truncated]

✎ Author's take
开源的长视野超级代理工具,用于研究、编码和创造,通过多种组件处理不同级别的任务。
Continue at github.com
09GitHub Trending · Daily·89 days ago

codebase-memory-mcp:让 AI 秒懂百万行代码的内存引擎

DeusData/codebase-memory-mcp

codebase-memory-mcp 是一个高性能 MCP 服务器,通过 Tree-sitter 将代码库索引为持久化知识图谱,实现亚毫秒查询并减少 99% token 消耗。对需要维护设计系统或前端组件库的设计工程师而言,它能让 AI Agent 秒级理解项目结构,告别逐文件探索的低效模式。

✎ Author's take
codebase-memory-mcp 是一个高性能 MCP 服务器,通过 Tree-sitter 将代码库索引为知识图谱,实现快速查询。
Continue at github.com
10GitHub Trending · Daily·113 days ago

754 条网络安全 Agent Skills 开源,支持 Claude Code 等 20+ 平台

mukul975/Anthropic-Cybersecurity-Skills

该仓库收录 754 个面向 AI Agent 的生产级网络安全技能,覆盖 26 个安全域并映射到 MITRE ATT&CK 等 5 大框架。遵循 agentskills.io 标准,可直接用于 Claude Code、Cursor 等 20 多个平台,让安全 Agent 秒变资深分析师。

✎ Author's take
Anthropic-Cybersecurity-Skills 提供了一系列针对 AI Agent 的网络安全技能,适用于多个平台,对安全领域的专业人士来说是一个宝贵的资源。
Continue at github.com
11GitHub Trending · Daily·85 days ago

Pake 一键将网页打包为 5M 桌面应用

tw93/Pake

基于 Rust Tauri 的开源工具 Pake 登上 GitHub Trending,可将任意网页封装为跨平台桌面应用。相比 Electron 体积缩小近 20 倍至约 5M,内存占用更低,已提供 ChatGPT、Grok、DeepSeek 等现成安装包,支持快捷键、沉浸式窗口和去广告等定制。

✎ Author's take
Pake 是一个基于 Rust Tauri 的开源工具,可以将任意网页封装为跨平台桌面应用,具有体积小、内存占用低的特点。
Continue at github.com
12GitHub Trending · Daily·85 days ago

mikumifa/biliTickerBuy

b站会员购购票辅助工具 biliTickerBuy 这是一个开源免费,简单易用的 B 站会员购辅助工具 💻 快速安装 请查看完整的 安装指南。 👀 使用说明书 前往飞书: https://n1x87b5cqay.feishu.cn/wiki/Eg4xwt3Dbiah02k1WqOcVk2YnMd ❗ 项目问题 程序使用问题: 点此链接前往 discussions 反馈程序 BUG 或者提新功能建议: 点此链接向项目提出反馈 BUG Related Work Skill版本:https://github.com/mikumifa/biliTickerSkill 分布式版本:https://github.com/mikumifa/biliTickerStorm 📩 免责声明 本项目遵循 MIT License 许可协议,仅供个人学习与研究使用。请勿将本项目用于任何商业牟利行为,亦严禁用于任何形式的代抢、违法行为或违反相关平台规则的用途。由此产生的一切后果均由使用者自行承担,与本人无关。 若您 fork 或使用本项目,请务必遵守相关法律法规与目标平台规则。 🛡️ 平台尊重声明 本项目在设计时严格遵循「非侵入式」原则,避免对目标服务器(如 Bilibili)造成任何干扰。 如本项目中存在侵犯 Bilibili 公司合法权益的内容,请通过邮箱 1055069518@qq.com 与我联系,我将第一时间下架相关内容并删除本仓库。对此造成的不便,我深表歉意,感谢您的理解与包容。 🤩 项目贡献者 ⭐️ Star History

Continue at github.com
13GitHub Trending · Daily·85 days ago

smicallef/spiderfoot

SpiderFoot automates OSINT for threat intelligence and mapping your attack surface. SpiderFoot is an open source intelligence (OSINT) automation tool. It integrates with just about every data source available and utilises a range of methods for data analysis, making that data easy to navigate. SpiderFoot has an embedded web-server for providing a clean and intuitive web-based interface but can also be used completely via the command-line. It's written in Python 3 and MIT-licensed. FEATURES Web based UI or CLI Over 200 modules (see below) Python 3.7+ YAML-configurable correlation engine with 37 pre-defined rules CSV/JSON/GEXF export API key export/import SQLite back-end for custom querying Highly configurable Fully documented Visualisations TOR integration for dark web searching Dockerfile for Docker-based deployments Can call other tools like DNSTwist, Whatweb, Nmap and CMSeeK Actively developed since 2012! WANT MORE? Need more from SpiderFoot? Check out SpiderFoot HX for: 100% Cloud-based and managed for you Attack Surface Monitoring with change notifications by email, REST and Slack Multiple targets per scan Multi-user collaboration Authenticated and 2FA Investigations Customer support Third party tools pre-installed & configured Drive it with a fully RESTful API TOR integration built-in Screenshotting Bring your own Python SpiderFoot modules Feed scan data to Splunk, ElasticSearch and REST endpoints See the full set of differences between SpiderFoot HX and the open source version here. USES SpiderFoot can be used offensively (e.g. in a red team exercise or penetration test) for reconnaissance of your target or defensively to gather information about what you or your organisation might have exposed over the Internet. You can target the following entities in a SpiderFoot scan: IP address Domain/sub-domain name…[truncated]

✎ Author's take
SpiderFoot 是一个开源的 OSINT(开源情报)自动化工具,用于威胁情报和攻击面的映射,它集成了多个数据源,对安全分析师和情报收集人员来说是一个有用的工具。
Continue at github.com
14GitHub Trending · Daily·85 days ago

topoteretes/cognee

Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine. Cognee - The Open-Source AI Memory Platform for Agents Demo . Docs . Learn More · Join Discord · Join r/AIMemory . Community Plugins & Add-ons Cognee is the open-source AI memory platform that gives AI agents persistent long-term memory across sessions. Ingest data in any format, build a self-hosted knowledge graph, and let every agent recall, connect, and act with full context 🌐 This README is also available in: : Deutsch | Español | Français | 日本語 | 한국어 | Português | Русский | 中文 📄 Read the research paper: Optimizing the Interface Between Knowledge Graphs and LLMs for Complex Reasoning — Markovic et al., 2025 About Cognee Cognee is an open-source AI memory platform for AI Agents. Ingest data in any format, and Cognee continuously builds a self-hosted knowledge graph that gives your agents persistent long-term memory across sessions. Cognee combines vector embeddings, graph reasoning, and cognitive-science-grounded ontology generation to make documents both searchable by meaning and connected by relationships that evolve as your knowledge does. ⭐ Help us reach more developers and grow the cognee community. Star this repo! 📚 Check our detailed documentation for setup and configuration. 🦀 Available as a plugin for your OpenClaw — cognee-openclaw ✴️ Available as a plugin for your Claude Code — claude-code-plugin Why use Cognee: Easily Build Company Brain - unify data from various sources in one place and enable Agents with your domain knowledge Knowledge infrastructure — unified ingestion, graph/vector search, runs locally, ontology grounding, multimodal Persistent and Learning Agents - learn from feedback, context management, cross-agent knowledge sharing Reliable and Trustworthy Agents - agentic user/ten…[truncated]

✎ Author's take
cognee 是一个为 AI 代理设计的开源记忆平台,它允许 AI 代理在会话之间保持长期记忆,通过自托管的知识图谱引擎实现。
Continue at github.com
15GitHub Trending · Daily·109 days ago

离谱的英语学习指南登顶 GitHub Trending

byoungd/English-level-up-tips

一份自称“离谱”的英语学习指南近日登上 GitHub Trending。作者结合自身高考英语省第一和突击备考经验,整理了一套涵盖听说读写及 AI 辅助工具的进阶方法。对于需要啃英文文档、参与国际社区的设计师和工程师,这份开源教程提供了一条可照搬的自学路径。

✎ Author's take
一份英语学习指南,整理了涵盖听说读写及 AI 辅助工具的进阶方法,为需要提升英语水平的设计师和工程师提供了自学路径。
Continue at github.com
16GitHub 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
17GitHub Trending · Daily·89 days ago

Matt Pocock 开源自用 Claude Skills:告别 vibe coding

mattpocock/skills

TypeScript 教育家 Matt Pocock 开源了他自用的 Claude agent skills 仓库,提供一套小型、可组合、模型无关的工程化技能集合,附带一键安装脚本。不同于完全放任的 vibe coding,这套技能旨在修复 Claude Code 与 Codex 等工具的常见失效模式,让开发者保持对真实工程流程的掌控。

✎ Author's take
TypeScript教育家开源的 Claude agent skills 仓库,提供一套小型、可组合、模型无关的工程化技能集合,旨在修复AI工具的常见失效模式。
Continue at github.com