每周科技速递 - 2026-07-13
每周科技速递 - 2026-07-13
⚠️ 数据源受限声明:本轮 RSS、Web、Twitter/X、Reddit、GitHub Releases 均因超时返回 0 条,仅 GitHub Trending(47 条)成功采集。因此本期内容以 GitHub 趋势为核心,缺少新闻/KOL/Blog 板块;对应缺失板块已显式标注。下周将排查数据源连接问题。
🧠 LLM / 大模型
🔥14 | Claude 系统提示词泄露,引爆 GitHub Trending 榜首(130★/天)
asgeirtj/system_prompts_leaks本周以 130 星/天冲上 GitHub Trending #1,包含 Anthropic Claude Fable 5、Opus 4.8、Claude Code 和 Claude Desktop 的完整系统提示词。这是继 2025 年初 Claude 系统提示泄露后的又一次大规模曝光,引发社区对 AI 模型安全边界的重新审视。
https://github.com/asgeirtj/system_prompts_leaks🔥12 | LLMs-from-scratch:从零实现 ChatGPT 级 LLM(91★/天)
Sebastian Raschka 的《LLMs-from-scratch》持续高热,以 PyTorch 手把手实现类 ChatGPT 大语言模型,从注意力机制到预训练、微调全覆盖。本周 91 星/天,累计 9.9 万星,是 LLM 入门领域最受欢迎的开源教材之一。
https://github.com/rasbt/LLMs-from-scratch🔥9 | Hugging Face Transformers 与 TensorFlow 双双稳居 Trending Top 10
huggingface/transformers(58★/天,16.3 万星)和tensorflow/tensorflow(50★/天,19.6 万星)本周继续稳坐 GitHub Trending 前列,反映出基础模型框架仍是开发者持续关注的核心。NVIDIA TensorRT-LLM(13★/天)也在 LLM 推理优化赛道保持活跃。
https://github.com/huggingface/transformers | https://github.com/tensorflow/tensorflow🔥8 | SGLang 高性能 LLM 推理框架持续活跃(33★/天)
sgl-project/sglang累计 3 万星,作为高吞吐量、低延迟的多模态 LLM 推理框架,本周 33 星/天。与 vLLM 一起构成当前 LLM serving 领域的开源双引擎。
https://github.com/sgl-project/sglang🔥6 | OpenCompass LLM 评测平台与 Guardrails AI 安全护栏获关注
open-compass/opencompass(6★/天)支持多模型评测基准,guardrails-ai/guardrails(6★/天)为 LLM 输出提供可配置的结构化约束——两者反映了社区对模型可靠性与可控性的持续关注。
https://github.com/open-compass/opencompass | https://github.com/guardrails-ai/guardrails
🤖 AI Agent
🔥13 | GenericAgent 自进化框架继续领跑 AI Agent 赛道(76★/天)
lsdefine/GenericAgent从 3,300 行种子代码自我成长技能树,实现完整系统控制且 Token 消耗降低 6 倍。本周 76 星/天,是 AI Agent 开源社区最受关注的持续进化项目。
https://github.com/lsdefine/GenericAgent🔥10 | Cherry Studio:AI 生产力工作室持续受追捧(62★/天)
CherryHQ/cherry-studio集成智能对话、自主 Agent 与 300+ 助手,统一接入前沿大语言模型。本周 62 星/天,累计 4.8 万星。
https://github.com/CherryHQ/cherry-studio🔥9 | EvoMap Evolver:基于 GEP 的 AI Agent 自进化引擎(55★/天)
EvoMap/evolver通过基因(Genes)、胶囊(Capsules)和事件(Events)实现可审计的 AI 进化路径,为 Agent 自进化提供了全新范式。本周 55 星/天。
https://github.com/EvoMap/evolver🔥6 | Skales:个人 AI 桌面 Agent for Windows/macOS/Linux/Android(9★/天)
skalesapp/skales面向跨平台桌面用户,设定目标后自主执行多步骤操作。处于早期阶段,但代表了 Agent 从开发者工具向消费级桌面应用扩展的趋势。
https://github.com/skalesapp/skales🔥5 | Franklin:自带钱包的 AI Agent(6★/天)
BlockRunAI/Franklin可自主消费 USDC 完成真实任务,是 AI Agent + 加密支付的前沿实验。虽数据量小,但代表了 Agent 自治金融的原始形态。
https://github.com/BlockRunAI/Franklin
💰 加密货币
- ⚠️ 本期加密货币板块数据严重不足:GitHub Trending
仅收录 2 个加密相关项目(
lifinance/contracts和xlnfinance/xln),各仅 5 星/天。RSS/Web/Reddit 均未采集到加密新闻,因此本期不生成具体加密板块摘要。
下周数据源恢复后将重点补充加密赛道动态。
🔬 前沿科技
🔥8 | Ultralytics YOLO 系列持续活跃——计算机视觉基建(42★/天 & 26★/天)
ultralytics/ultralytics(42★/天,YOLO26/YOLO11/YOLOv8)和ultralytics/yolov5(26★/天)共获 68 星/天,涵盖目标检测、实例分割、语义分割等经典任务。视觉 AI 的基础工具链仍是开发者刚需。
https://github.com/ultralytics/ultralytics🔥8 | Roboflow Supervision:可复用的计算机视觉工具库(36★/天)
roboflow/supervision提供标注、追踪、模型评估等可复用视觉工具,累计 4.8 万星,反映出 CV 开发者对标准化工具链的持续需求。
https://github.com/roboflow/supervision🔥7 | PyTorch 与 DeepSpeed:深度学习基础设施双引擎(28★/天 & 18★/天)
pytorch/pytorch(28★/天,10.2 万星)和deepspeedai/DeepSpeed(18★/天,4.3 万星)代表 AI 训练与推理的基础设施层,显示出分布式训练优化仍是大规模模型部署的核心瓶颈。
https://github.com/pytorch/pytorch | https://github.com/deepspeedai/DeepSpeed🔥6 | Microsoft AI-For-Beginners:AI 入门教育资源(27★/天)
microsoft/AI-For-Beginners以 12 周 24 课时的 AI 入门课程设计,累计 5.2 万星。AI 教育需求持续增长。
https://github.com/microsoft/AI-For-Beginners🔥5 | Repomix:将代码仓打包为 AI 友好的单一文件(37★/天)
yamadashy/repomix将整个代码仓库打包为单一 AI 上下文友好文件,本周 37 星/天,累计 2.7 万星。对使用大语言模型进行代码审查和重构的开发者来说,这是实用价值极高的工具。
https://github.com/yamadashy/repomix
📢 KOL 更新
- ⚠️ 本期 Twitter/X 数据源返回 0 条(超时),暂无 KOL 动态数据。下周排查后补充。
📦 GitHub Releases
- ⚠️ 本期 GitHub Releases 数据源返回 0 条(超时),暂无发布动态。下周排查后补充。
🔥 GitHub Trending
🔥
asgeirtj/system_prompts_leaks(130★/天)—— Claude 系列系统提示词泄露,社区安全关注度爆表
https://github.com/asgeirtj/system_prompts_leaks🔥
rasbt/LLMs-from-scratch(91★/天)—— 从零实现类 ChatGPT 大语言模型的 PyTorch 教程
https://github.com/rasbt/LLMs-from-scratch🔥
lsdefine/GenericAgent(76★/天)—— 自进化 Agent,从 3.3K 行种子代码成长技能树
https://github.com/lsdefine/GenericAgent🔥
CherryHQ/cherry-studio(62★/天)—— AI 生产力工作室,300+ 助手
https://github.com/CherryHQ/cherry-studio🔥
huggingface/transformers(58★/天)—— 🤗 Transformers 模型框架
https://github.com/huggingface/transformers🔥
EvoMap/evolver(55★/天)—— GEP 驱动的 AI Agent 自进化引擎
https://github.com/EvoMap/evolver🔥
tensorflow/tensorflow(50★/天)—— 开源机器学习框架
https://github.com/tensorflow/tensorflow🔥
ultralytics/ultralytics(42★/天)—— YOLO26/YOLO11/YOLOv8 目标检测
https://github.com/ultralytics/ultralytics🔥
yamadashy/repomix(37★/天)—— 代码仓打包为 AI 友好单一文件
https://github.com/yamadashy/repomix🔥
roboflow/supervision(36★/天)—— 可复用计算机视觉工具库
https://github.com/roboflow/supervision
📝 Blog Picks
- ⚠️ 本期 RSS/Web 数据源均返回 0 条(超时),无博客文章数据。下周排查后补充。
数据汇总:RSS 0 | Twitter 0 | Reddit 0 | Web 0 | GitHub Releases 0 | GitHub Trending 47 | 去重 0 篇文章。⚠️ 多数数据源于采集阶段超时,正在排查。