<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AI应用 on 图灵派对</title><link>https://turingparty-ai.pages.dev/categories/ai%E5%BA%94%E7%94%A8/</link><description>Recent content in AI应用 on 图灵派对</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Wed, 06 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://turingparty-ai.pages.dev/categories/ai%E5%BA%94%E7%94%A8/index.xml" rel="self" type="application/rss+xml"/><item><title>2026 年，我靠 AI 把这 3 件日常琐事全自动化了</title><link>https://turingparty-ai.pages.dev/posts/20260506/</link><pubDate>Wed, 06 May 2026 00:00:00 +0000</pubDate><guid>https://turingparty-ai.pages.dev/posts/20260506/</guid><description>&lt;p&gt;2026 年以来，我的学习、工作和生活已经完全离不开AI了，不知道有没有人和我有一样的感受。&lt;/p&gt;
&lt;p&gt;从AI对话进化到AI做事以来，AI能帮我们干的活越来越多。&lt;/p&gt;
&lt;p&gt;之前几篇文章，给大家介绍了用AI写邮件、处理文档、批改作业，写代码等应用场景。&lt;/p&gt;
&lt;p&gt;AI真的在赋能各行各业。&lt;/p&gt;
&lt;p&gt;今天不给大家讲虚的，我来盘点下日常生活中AI自动帮我干的一些事。&lt;/p&gt;
&lt;p&gt;举一反三，触类旁通，供大家参考。&lt;/p&gt;
&lt;h2 id="机房服务器高温预警"&gt;机房服务器高温预警&lt;/h2&gt;
&lt;p&gt;我管理着一台小服务器，但那个服务器的空调又不是很稳。&lt;/p&gt;
&lt;p&gt;曾经出现过一次空调突然关闭的情况，导致机房温度很高。&lt;/p&gt;
&lt;p&gt;而我们人又不能每时每刻去实地监控一下温度，这也太费人力了，也太傻了。&lt;/p&gt;
&lt;p&gt;好吧，其实之前我就是这么傻，每天去看一下温度是否正常。&lt;/p&gt;
&lt;p&gt;最近，我突然想到，让AI写个定时脚本监控温度，然后邮件通知不就行了。&lt;/p&gt;
&lt;p&gt;于是，我让AI写了脚本每天晚上 20 点自动查询服务器温度并邮件通知。&lt;/p&gt;
&lt;p&gt;&lt;picture&gt;
 &lt;source type="image/webp" srcset="https://turingparty-ai.pages.dev/posts/20260506/image/index/1778060309916_hu_d201133c0d086a.webp 480w, https://turingparty-ai.pages.dev/posts/20260506/image/index/1778060309916_hu_934057a284606899.webp 615w" sizes="(max-width: 720px) 100vw, 720px"&gt;
 &lt;source srcset="https://turingparty-ai.pages.dev/posts/20260506/image/index/1778060309916_hu_66ef5d964c9bf5ad.png 480w, https://turingparty-ai.pages.dev/posts/20260506/image/index/1778060309916.png 615w" sizes="(max-width: 720px) 100vw, 720px"&gt;
 &lt;img src="https://turingparty-ai.pages.dev/posts/20260506/image/index/1778060309916.png" alt="1778060309916" width="615" height="771" loading="lazy"&gt;
 &lt;/picture&gt;&lt;/p&gt;
&lt;p&gt;从此之后，就再也不用每天进机房人工查看了。&lt;/p&gt;
&lt;p&gt;过了几天，我发现有个问题，这邮件也太烦人了吧。&lt;/p&gt;
&lt;p&gt;每天不管服务器温度正不正常都通知，真是扰乱心绪。&lt;/p&gt;
&lt;p&gt;于是，我就问AI：每天都邮件通知太烦人，你有啥方案吗？&lt;/p&gt;
&lt;p&gt;&lt;picture&gt;
 &lt;source type="image/webp" srcset="https://turingparty-ai.pages.dev/posts/20260506/image/index/1778060503198_hu_5cedb527793db561.webp 480w, https://turingparty-ai.pages.dev/posts/20260506/image/index/1778060503198_hu_19a85dc9cea1184c.webp 768w, https://turingparty-ai.pages.dev/posts/20260506/image/index/1778060503198_hu_2e636ca6ae6b8787.webp 1024w, https://turingparty-ai.pages.dev/posts/20260506/image/index/1778060503198_hu_928e2dc6335102c9.webp 1540w" sizes="(max-width: 720px) 100vw, 720px"&gt;
 &lt;source srcset="https://turingparty-ai.pages.dev/posts/20260506/image/index/1778060503198_hu_90dc38c6edd76cd0.png 480w, https://turingparty-ai.pages.dev/posts/20260506/image/index/1778060503198_hu_f1c9addd18d655b0.png 768w, https://turingparty-ai.pages.dev/posts/20260506/image/index/1778060503198_hu_52b00240d407f859.png 1024w, https://turingparty-ai.pages.dev/posts/20260506/image/index/1778060503198.png 1540w" sizes="(max-width: 720px) 100vw, 720px"&gt;
 &lt;img src="https://turingparty-ai.pages.dev/posts/20260506/image/index/1778060503198.png" alt="1778060503198" width="1540" height="830" loading="lazy"&gt;
 &lt;/picture&gt;&lt;/p&gt;
&lt;p&gt;AI给了一个方案：&lt;strong&gt;每小时检测一次，只有 &amp;gt;= 70 °C 才邮件通知，并且加 6 小时静默期防止刷屏&lt;/strong&gt;。这样既不烦，也不会错过白天/夜间突然升温。&lt;/p&gt;
&lt;p&gt;我觉得还挺合适的，于是就让AI改进了之前的服务器温度监控和邮件通知的方案。&lt;/p&gt;
&lt;h2 id="樱花frp签到领流量"&gt;樱花FRP签到领流量&lt;/h2&gt;
&lt;p&gt;这个在之前的文章中也和大家分享过，樱花FRP是一个内网穿透神器，但每月免费送的流量不太够用，如果搭配签到领取的流量就刚刚好。&lt;/p&gt;
&lt;p&gt;&lt;picture&gt;
 &lt;source type="image/webp" srcset="https://turingparty-ai.pages.dev/posts/20260506/image/index/1778065721968_hu_ee7f39c9bfc6ed4e.webp 480w, https://turingparty-ai.pages.dev/posts/20260506/image/index/1778065721968_hu_aeaa4ecb1de1dfd2.webp 768w, https://turingparty-ai.pages.dev/posts/20260506/image/index/1778065721968_hu_674c6f615e2ef92d.webp 1024w, https://turingparty-ai.pages.dev/posts/20260506/image/index/1778065721968_hu_6d6df38089acab9a.webp 1420w" sizes="(max-width: 720px) 100vw, 720px"&gt;
 &lt;source srcset="https://turingparty-ai.pages.dev/posts/20260506/image/index/1778065721968_hu_5e59532d1cbdb2b6.png 480w, https://turingparty-ai.pages.dev/posts/20260506/image/index/1778065721968_hu_a11ec2631fa386ed.png 768w, https://turingparty-ai.pages.dev/posts/20260506/image/index/1778065721968_hu_be483585eb1accaa.png 1024w, https://turingparty-ai.pages.dev/posts/20260506/image/index/1778065721968.png 1420w" sizes="(max-width: 720px) 100vw, 720px"&gt;
 &lt;img src="https://turingparty-ai.pages.dev/posts/20260506/image/index/1778065721968.png" alt="1778065721968" width="1420" height="1149" loading="lazy"&gt;
 &lt;/picture&gt;&lt;/p&gt;</description></item></channel></rss>