阅读周刊(第 13 期)

1. 文章

1.1 重构开发范式:AI 时代下全栈开发的实践与思考

1.2 我研读了 Hermes Agent 的记忆系统,它弥补了 OpenClaw 的设计缺陷 - Lumina

1.3 Harness Engineering — Agent 不好用,也许不是模型的问题 - Lumina

1.4 理解 KV Cache 与 Prompt Caching:LLM 推理加速的核心机制 | chaofa用代码打点酱油

这里的 Q / K / V 分别就是:

Q = Query(查询向量) K = Key(键向量) V = Value(值向量)

它们是 Attention 机制里,每个 token 在每一层都会生成的三种表示。

假设你在会议室里问问题:

Q = 你心里要找的问题关键词 K = 每个人胸前挂的“我懂什么”的标签 V = 那个人真正能说出来的内容

流程就是:

你拿着自己的 Q 去和所有人的 K 做匹配 匹配分高的人更值得关注 然后把这些人的 V 按权重加权汇总 得到你这一刻的新理解

这就是 Attention。

为什么要分成三个,不直接一个向量不行吗?

因为这三个角色不同:

Q 负责“主动发起匹配” K 负责“被匹配” V 负责“被取用的信息内容”

如果只用一个向量:

匹配空间和内容空间耦合在一起 表达能力更弱 模型更难学到“用什么标准检索”和“检索到后返回什么内容”这两个不同任务

总结:

在朴素实现里,每一步都会对整个序列所有 token 重新计算各层的 Q/K/V,并重新做 attention。 但在增量解码时,历史 token 的 K/V 可以缓存复用,因为它们对未来 token 来说是固定“记忆库”; 每一步只需要为新 token重新计算当前层的 Q/K/V,然后用它的 Q 去和缓存的历史 K 做匹配,再对缓存的历史 V 做加权汇总。

其他

1.5 Agent 系统中的 Prompt Caching 设计(上):Cache 破坏、Prompt 布局与工具管理 | chaofa用代码打点酱油

1.6 Agent 系统中的 Prompt Caching 设计(下):上下文管理与子代理架构 | chaofa用代码打点酱油

1.7 4G Spaces — 2016 年,我做过一次 AI 写代码创业

1.8 OpenClaw 与 Agent 的未来 | Bojie Li

2. 项目

2.1 zhaoolee/notes: 一个高仿锤子便签的小工具,支持skill调用,支持导出便签为图片

Avatar of zhaoolee

zhaoolee/notes

一个高仿锤子便签的小工具,支持skill调用,支持导出便签为图片

Stars: 92
🍴 Forks: 2
💻 Language: TypeScript

支持将markdown文档导出为锤子便签的样式。不过需要自己再部署一个后端服务。这个后端服务是用TS写的。

2.2 tmwgsicp/wechat-download-api: 一款完全开源的微信公众号文章获取、 RSS 订阅API服务,支持IP代理池反风控。

Avatar of tmwgsicp

tmwgsicp/wechat-download-api

一款完全开源的微信公众号文章获取、 RSS 订阅API服务,支持IP代理池反风控。

Stars: 475
🍴 Forks: 33
💻 Language: Python
📄 License: GNU Affero General Public License v3.0
将公众号文章转化为RSS。支持直接订阅公众号。

2.3 iOfficeAI/AionUi at 8c9b8256af045be757617c7117eadb72f465e06c

一个开源的cowork框架。

2.4 chenhg5/cc-connect: Bridge local AI coding agents (Claude Code, Cursor, Gemini CLI, Codex) to messaging platforms (Feishu/Lark, DingTalk, Slack, Telegram, Discord, LINE, WeChat Work). Chat with your AI dev assistant from anywhere — no public IP required for most platforms.

Avatar of chenhg5

chenhg5/cc-connect

Bridge local AI coding agents (Claude Code, Cursor, Gemini CLI, Codex) to messaging platforms (Feishu/Lark, DingTalk, Slack, Telegram, Discord, LINE, WeChat Work). Chat with your AI dev assistant from anywhere — no public IP required for most platforms.

Stars: 4.5k
🍴 Forks: 401
💻 Language: Go
把本地的编码代理与各个通讯平台连接起来。这样在完成任务之后,就可以给他发消息。不过是用go语言写的。

2.5 qiaoshouqing/drive-escape: 周末自驾逃离计划 - 交互式驾车时间地图

Avatar of qiaoshouqing

qiaoshouqing/drive-escape

周末自驾逃离计划 - 交互式驾车时间地图

Stars: 500
🍴 Forks: 46
💻 Language: HTML
📄 License: MIT License
查看周末你在几个小时内,能开车到多远的地方。

2.6 runkids/skillshare: 📚 Sync skills across all AI CLI tools with one command and simplify team sharing. Supporting Codex, Claude Code, OpenClaw & more

Avatar of runkids

runkids/skillshare

📚 Sync skills across all AI CLI tools with one command and simplify team sharing. Supporting Codex, Claude Code, OpenClaw & more

Stars: 1.3k
🍴 Forks: 78
💻 Language: Go
📄 License: MIT License
支持通过命令将codex、 cloud code、openclaw等进行Skill同步

2.7 TomBadash/Mouser: A lightweight, open-source, fully local alternative to Logitech Options+ for remapping Logitech HID++ mice.

Avatar of TomBadash

TomBadash/Mouser

A lightweight, open-source, fully local alternative to Logitech Options+ for remapping Logitech HID++ mice.

Stars: 2.8k
🍴 Forks: 78
💻 Language: Python
📄 License: MIT License
开源的用于配置罗技鼠标的按键。主要是用来替代Logitech Options+ 。

2.8 [FireRedTeam/FireRed-OpenStoryline: FireRed-OpenStoryline is an AI video editing agent that transforms manual editing into intention-driven directing through natural language interaction, LLM-powered planning, and precise tool orchestration. It facilitates transparent, human-in-the-loop creation with reusable Style Skills for consistent, professional storytelling.]

(https://github.com/FireRedTeam/FireRed-OpenStoryline )

Avatar of FireRedTeam

FireRedTeam/FireRed-OpenStoryline

FireRed-OpenStoryline is an AI video editing agent that transforms manual editing into intention-driven directing through natural language interaction, LLM-powered planning, and precise tool orchestration. It facilitates transparent, human-in-the-loop creation with reusable Style Skills for consistent, professional storytelling.

Stars: 1.7k
🍴 Forks: 187
💻 Language: Python
📄 License: Apache License 2.0
通过对话的方式生成视频。主要还是用的moviepy和LangGraph。可以自动完成素材的收集。但是生成的动效也比较固定。

2.9 alibaba/page-agent: JavaScript in-page GUI agent. Control web interfaces with natural language.

Avatar of alibaba

alibaba/page-agent

JavaScript in-page GUI agent. Control web interfaces with natural language.

Stars: 16.3k
🍴 Forks: 1.3k
💻 Language: TypeScript
📄 License: MIT License

阿里开源了一个前端库。比如这个库就可以通过大模型操作网页的元素。比如完成表单的填写以及一些页面的点击之类的。

2.10 noah-nuebling/mac-mouse-fix: Mac Mouse Fix - Make Your $10 Mouse Better Than an Apple Trackpad!

Avatar of noah-nuebling

noah-nuebling/mac-mouse-fix

Mac Mouse Fix - Make Your $10 Mouse Better Than an Apple Trackpad!

Stars: 9.5k
🍴 Forks: 301
💻 Language: Objective-C
📄 License: Other
比mos好用的Mac上面滚轮控制的工具。完成丝滑滚动。

Avatar of AnInsomniacy

AnInsomniacy/motrix-next

A full-featured download manager — rebuilt from the ground up

Stars: 2.4k
🍴 Forks: 79
💻 Language: TypeScript
📄 License: MIT License
一款全新的下载器。背后用的aria2引擎支持。

2.12 kepano/defuddle: Get the main content of any page as Markdown.

Avatar of kepano

kepano/defuddle

Get the main content of any page as Markdown.

Stars: 6.3k
🍴 Forks: 253
💻 Language: HTML
📄 License: MIT License
将网页内容变成markdown格式。是用TS写的。可以单独部署,且开源协议友好。

2.13 f/prompts.chat: f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

Avatar of f

f/prompts.chat

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

Stars: 158k
🍴 Forks: 20.6k
💻 Language: HTML
📄 License: Creative Commons Zero v1.0 Universal
一个prompt管理工具里面也集成了大量的优秀的prompt。可以参考其作为prompt管理工具开发模板。也可以单独自己部署。

3. 资源

3.1 AI是怎么回事:AI到底聪明在哪——从手机人脸识别说起 - 我没有三颗心脏的博客

3.2 AI 美学:解析 23 个头部 AI 品牌的视觉设计趋势 | 莫尔索

3.3 3dicons - Open Source & Free Premium 3D Icon Library

3.4 Rantbase — 把差评变成你的下一个好点子

3.5 Pencil Documentation

3.6 AppCleaner

3.7 Ribbi - Self-Evolving Creative AI Agent

OpenClaw 太难搞,我用 Ribbi 这只青蛙接管了整条创意流程 - 龙爪槐守望者

版权声明

作者: Yao

链接: https://yaoliu.site/posts/weekly-013/

许可证: CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. Please attribute the source, use non-commercially, and maintain the same license.

评论

开始搜索

输入关键词搜索文章内容

↑↓
ESC
⌘K 快捷键