AI 每日热点 · 2026-05-29

🔬 AI 新工艺

1. ADHD——为编码 Agent 注入 Tree-of-Thought 剪枝能力
基于 Claude Agent SDK 构建的思维树并行探索 + 自动剪枝策略。和你日常用的 Agent Plan 单路径执行不同,ADHD 同时展开多条方案分支,自动剪枝保留最优路径,解决编码 Agent 经典的"走一半发现方向错了"的约束衰减(Constraint Decay)问题。
https://github.com/UditAkhourii/adhd

2. Various LLM Smells——LLM 编码反模式清单
一篇实操经验贴,总结了开发者使用 LLM 编码时的常见"坏味道":过度提示工程、幻觉输入未做校验、Agent 循环中的状态污染、工具调用上下文膨胀等。对每天用 Agent Plan 做开发的场景来说,这些反模式有直接的警示意义。
https://shvbsle.in/various-llm-smells/


🛠️ 工具及技巧

1. no_ai_slop_writing_rules——让 Claude Code 说人话的 CLAUDE.md 规则集
一组即用型规则文件,编写成 Louis Rossmann 的真实口吻风格——告别"AI 味"套话,直接丢进你的 CLAUDE.md 配置。
https://github.com/realrossmanngroup/no_ai_slop_writing_rules

2. awesome-architecture——21 张架构地图覆盖 AI Gateway、RAG、Agent
从单体架构到 AI 网关、推理服务编排、Agent 系统设计,含 21 张专题架构图谱。
https://github.com/study8677/awesome-architecture

3. Postgres Is All You Need for Durable Execution——用 PG 做 Agent 工作流持久化
DBOS 团队论证 Postgres 原生的持久化能力足以支撑可靠 Agent 工作流调度,无需额外队列或状态存储层。
https://www.dbos.dev/blog/postgres-is-all-you-need-for-durable-execution


⭐ 开源亮点

1. mirage — 2,764⭐ 统一虚拟文件系统,让 AI Agent 像操作本地文件一样访问各种异构数据源(S3、数据库、API…),以 VFS 抽象简化 Agent 数据集成。
https://github.com/strukto-ai/mirage

2. forkd — 931⭐ AI Agent 微 VM 的 fork 原语。从预热父 VM 在 ~100ms 内分裂 100 个子 VM,KVM 隔离,适合快速扩缩 Agent 沙箱。
https://github.com/deeplethe/forkd

3. kimi-code — 1,228⭐ 月之暗面开源的下一代 Agent 起点框架,强调多模态理解和长上下文能力在 Agent 场景中的应用。
https://github.com/MoonshotAI/kimi-code


📰 行业动态

1. Anthropic 完成 $65B Series H 融资,投后估值达 $965B

2. YouTube 宣布自动标注 AI 生成视频,要求创作者配合披露


🚀 重磅发布

1. Claude Opus 4.8 发布,Anthropic 新一代旗舰模型

↑ Back to list
Apps
About Me
GitHub: Trinea
Facebook: Dev Tools
AI Daily Digest