> 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/archives/2020/11/26.md).

# 26

1. 快餐文分享：

   万字长文：谷歌进入到退出中国市场的前因后果

   <https://coffee.pmcaff.com/article/AOQv8yeYkR>

   摘要：李开复后来在《AI·未来》中表达了他在谷歌中国时的困境。“我们发展每一项新功能，都要与总部打一场硬仗，这让我们动作迟缓，也让我们精疲力竭。许多谷歌中国的员工厌倦了和总公司的斗争，沮丧地离开了。”

   无论多么牛逼的外企 在大陆都很难有容身之地。哪怕是Google，微软这种巨头。
2. 图片分享:

   <https://www.behance.net/gallery/106497393/Walking-the-Dog>

   ![img](https://920870205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8UalcuRsk60dil0X5nZO%2Fuploads%2Fgit-blob-feb92b9efc64ee2a5f3d680acbc92e63512e946d%2F244b68106497393.5f912a2757629.jpg?alt=media)


---

# 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/archives/2020/11/26.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.
