# 13.4 生活助手

> AI 不仅能赚钱，还能省心。把脑子留给享受生活，把琐事留给 AI。遇事不决，问 AI。

## 13.4.1 旅游攻略：不做“特种兵”

以前做攻略：查小红书、查大众点评、查地图，开几十个网页，累得半死。

现在，用支持联网的 AI（如 Perplexity 或 Kimi）：

> 我要去 **日本京阪神** 玩 7 天，带 **父母**（腿脚不好）。 请规划一个 **轻松、吃好喝好** 的行程。 避开太拥挤的网红点。 用 Markdown 表格列出每天的【上午行程】【午餐推荐】【下午行程】【晚餐】和【交通方式】。

它给你的不是通用的百度百科，而是为你 **定制** 的方案。

## 13.4.2 冰箱大厨：剩菜大作战

不知道晚上吃什么？拍一张冰箱里剩菜的照片发给 GPT。

> 冰箱里只剩这几个番茄、两个鸡蛋、半根胡萝卜了。 请教我做两道快手菜。 我是厨房小白，请一步步教我怎么做。

它不仅教你做番茄炒蛋，还能教你做“胡萝卜鸡蛋饼”。这就是 **Vision（视觉识别）** 的妙用。

## 13.4.3 高情商回复：处理人际关系

朋友借钱不还怎么开口？

女朋友生气了怎么哄？

这种让人头秃的事，AI 最擅长。

> 我女朋友生气了，因为我打游戏忘了回消息。 请帮我写一段道歉信，**语气要诚恳、带点幽默，不要像在找借口**。 先发个 50 块红包，再发这段话。

AI 写这种“车轱辘话”（小作文）的能力，绝对是影帝级别的。

## 13.4.4 思考题

当 AI 帮你写了情书，帮你做了攻略，甚至帮你回复了朋友的消息。

那种“人与人之间的真实连接”还在吗？

如果在未来，两个人的微信聊天，其实是 **两个 AI 代理在互相发消息**，这算不算一种“赛博朋克的悲哀”？


---

# Agent Instructions: 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:

```
GET https://yeasy.gitbook.io/ai_beginner_guide/di-san-bu-fen-shi-zhan-ying-yong-ji-qiao/13_scenarios/13.4_life_assistant.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
