1. 文章
1.1 2026年最香AI工具曝光:Claude Skill免费白嫖,小白友好,开箱即用,绝了!
先介绍了一下Claude的Skill,后面又介绍了一下OpenCode,类似于ClaudeCode,提供了免费的模型。
1.2 fastapi-best-practices/README_ZH.md at master · zhanymkanov/fastapi-best-practices
这个文档主要讲的是fastapi的目录结构如何规划,我自己在这个基础上重新设计了一个我比较喜欢的。
1.3 扩展长时间运行的自主编码能力 · Cursor
- 规划者(Planners) 持续探索代码库并创建任务。他们可以针对特定区域派生子规划者,使规划过程本身也可以并行且递归地展开。
- 执行者(Workers) 领取任务并专注于把任务完成到底。他们不会与其他执行者协调,也不关心整体大局,只是全力处理自己被分配的任务,完成后再提交变更。
- 在每个周期结束时,会有一个评审 Agent 判断是否继续,然后下一轮迭代会从干净的初始状态重新开始。
- 我们发现,GPT-5.2 系列在长时间自主工作方面要优秀得多:更能遵循指令、保持专注、避免偏离,并且在实现上更加精确和完整。
- Opus 4.5 往往会更早结束、在方便的时候走捷径,更快地把控制权交还给用户。我们也发现,不同模型在不同角色上各有所长。即便 GPT-5.1-codex 是专门为编码训练的,GPT-5.2 依然是更好的规划者。现在我们会针对每个角色选择最适合的模型,而不是依赖单一通用模型。
2. 项目
2.1 MiroMindAI/MiroThinker: MiroThinker is an open source deep research agent optimized for research and prediction. It achieves a 60.2% Avg@8 score on the challenging GAIA benchmark.
MiroMindAI/MiroThinker
MiroThinker is a deep research agent optimized for complex research and prediction tasks. Our latest models, MiroThinker-1.7 and MiroThinker-H1, achieve 74.0 and 88.2 on the BrowseComp, respectively.
- MiroThinker 是一个开源的深度研究代理,由 MiroMindAI 开发,旨在优化研究和预测任务。
- MiroThinker 支持长时间的推理和多步骤分析,最多可以处理 600 个工具调用任务
2.2 bytedance/UI-TARS-desktop: The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
bytedance/UI-TARS-desktop
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
- UI-TARS-desktop 是一个基于 UI-TARS 模型的桌面应用程序,提供原生的 GUI Agent,支持本地计算机和浏览器操作,旨在通过多模态 AI Agent Stack 实现更接近人类任务完成方式的工作流程。
- AI可以在界面上直接操作浏览器
2.3 obra/superpowers: An agentic skills framework & software development methodology that works.
obra/superpowers
An agentic skills framework & software development methodology that works.
- obra/superpowers 是一个基于代理能力的技能框架和软件开发方法学,它通过一系列可组合的 “技能” 为编码代理提供了一个完整的工作流程。
- 代码仓库中提供了软件开发过程中需要的各种Skill,从最开始的头脑风暴开始到产品设计到后面的代码开发。
2.4 anomalyco/opencode: The open source coding agent.
anomalyco/opencode
The open source coding agent.
- 类似ClaudeCode的编码工具
2.5 accomplish-ai/openwork: Openwork™ is the open source Al coworker that lives on your desktop
accomplish-ai/accomplish
Accomplish™ is the open source Al coworker that lives on your desktop
- Or开源的一个类似Claude cowork的工具,类似的还有: different-ai/openwork: An open-source alternative to Claude Cowork, powered by opencode
2.6 3b1b/manim: Animation engine for explanatory math videos
3b1b/manim
Animation engine for explanatory math videos
- Manim 是一个专为制作解释性数学视频而设计的动画引擎,由 3Blue1Brown 个人项目发展而来。
- 可以生成数学类的解释视频
2.7 Anionex/banana-slides: 一个基于nano banana pro🍌的原生AI PPT生成应用,迈向真正的"Vibe PPT"; 支持上传任意模板图片;上传任意素材&智能解析;一句话/大纲/页面描述自动生成PPT;口头修改指定区域、一键导出可编辑ppt - An AI-native PPT generator based on nano banana pro🍌
Anionex/banana-slides
一个基于nano banana pro🍌的原生AI PPT生成应用,迈向真正的"Vibe PPT"; 支持上传任意模板图片;上传任意素材&智能解析;一句话/大纲/页面描述自动生成PPT;口头修改指定区域、一键导出可编辑ppt - An AI-native slides generator based on nano banana pro🍌
- 利用Banana生成PPT,看看后续可以改造一下生成专属模版的PPT不
2.8 MemTensor/MemOS:面向 LLM、AI 代理和多代理系统的操作系统级内存层,支持长期内存、工作内存和外部内存。
MemTensor/MemOS
AI memory OS for LLM and Agent systems(moltbot,clawdbot,openclaw), enabling persistent Skill memory for cross-task skill reuse and evolution.
- 一个用于记忆Agent的OS,不提供SDK,有docker版本。可以研究一下怎么做的
评论