> For the complete documentation index, see [llms.txt](https://www.ankerc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.ankerc.com/ren-xing-guan-cha/xin-ji-shu-jiu-wen-ti/jiu-wen-ti-ji-jin-hua-xin-li-xue.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://www.ankerc.com/ren-xing-guan-cha/xin-ji-shu-jiu-wen-ti/jiu-wen-ti-ji-jin-hua-xin-li-xue.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.
