> For the complete documentation index, see [llms.txt](https://thinking.406sys.top/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thinking.406sys.top/readme.md).

# README

Yuelei 的信息过滤与长期知识归档

## 关于本站

我们每天都会接收到大量信息，而真正值得长期保留的内容很容易被淹没。Thinking 用于筛选、整理和归档有价值的信息，内容以计算机技术、产品思考和科技人文为主。

当前知识库保留了 `thinking-master` 原有的归档、标签和周刊结构。历史文章主体按原文保存，旧站内链接已迁移，原作者私人账号已移除；其中提到的第三方作者、项目与资料链接用于保留内容出处，不代表 Yuelei 的个人账号或作品。

## 站点导航

* [标签](https://thinking.406sys.top/tags)
* [讨论归档](https://thinking.406sys.top/tags/talk)
* [周刊](https://thinking.406sys.top/weekly)
* [全部归档](https://thinking.406sys.top/archives)

## 维护方式

本站通过 GitBook.com 托管，并与 [ayuelei/yuelei-blog](https://github.com/ayuelei/yuelei-blog) 仓库中的 `thinking-master` 目录同步。提交到 `main` 分支后，GitBook 会自动发布更新。

* Thinking：<https://thinking.406sys.top/>
* 主站：<https://www.406sys.top/>
* GitHub：<https://github.com/ayuelei>

## 内容说明

这里是长期阅读和知识整理空间，不提供微信群或私人订阅入口。需要新增内容时，请在对应的 Markdown 文件中编辑，并同步更新 `SUMMARY.md`。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://thinking.406sys.top/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
