<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Automation on Tai&#39;s Life</title>
    <link>https://taislife.work/tags/automation/</link>
    <description>Recent content in Automation on Tai&#39;s Life</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Thu, 13 Aug 2026 01:47:01 +0800</lastBuildDate>
    <atom:link href="https://taislife.work/tags/automation/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>[In Practice] Workflow and Agent</title>
      <link>https://taislife.work/blogs/workflow-and-agent/</link>
      <pubDate>Thu, 13 Aug 2026 01:47:01 +0800</pubDate>
      <guid>https://taislife.work/blogs/workflow-and-agent/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve just wrapped up a phase of work, so it&amp;rsquo;s a good time to write up some recent dev notes and the thinking behind them.&lt;/p&gt;&#xA;&lt;p&gt;Back in early April this year, I got an email from Richard, one of the maintainers of &lt;a href=&#34;https://github.com/aden-hive/hive&#34;&gt;Hive&lt;/a&gt;. We traded views on AI agents.&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s what I wrote back, translated from the Chinese original:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Hi Richard,&#xA;&#xA;I apologize for the delayed response; your email was mistakenly filtered into my spam folder.&#xA;&#xA;First of all, I&amp;#39;m very pleased that you&amp;#39;ve noticed my development work. I will briefly share my perspective on AI agents and their applications, but this is strictly my personal view. If you have different thoughts or opinions, I welcome you to reply so we can discuss and exchange ideas.&#xA;&#xA;Regarding the currently popular AI agents, I actually haven&amp;#39;t used similar types of agents, such as OpenClaw, at this stage. The reason is that for most of my current needs and habitual use cases, I can handle them by creating workflows myself through AI-coding. I currently don&amp;#39;t require an agent to automate every task for me, perhaps simply because I haven&amp;#39;t yet encountered a scenario where that specific need arises.&#xA;&#xA;I&amp;#39;ve observed that many users in the community don&amp;#39;t clearly distinguish between the respective functions of workflows and AI agents, which is why we often see complaints about excessive token consumption. In reality, many requirements follow fixed process patterns. For these scenarios, it is highly suitable to organize them into workflows that are executed via crontab or event triggers. In this context, token usage is zero, and the stability of the process is significantly increased.&#xA;&#xA;I have been following the Hive project, but I haven&amp;#39;t had a chance to dive into it yet, and I apologize if that is disappointing. I have looked at some of the project&amp;#39;s content, and I believe if I have a future use case, I will prioritize adopting it. I will certainly reach out at that time to discuss and exchange thoughts with you on any functional matters.&#xA;&#xA;Thank you.&#xA;&#xA;BR, Tai&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;And his reply&lt;/p&gt;</description>
    </item>
    <item>
      <title>[Dev] Why Every Developer Needs a Dedicated AI Skill Bundle</title>
      <link>https://taislife.work/blogs/why-you-build-skill-bundle/</link>
      <pubDate>Fri, 06 Mar 2026 11:40:00 +0800</pubDate>
      <guid>https://taislife.work/blogs/why-you-build-skill-bundle/</guid>
      <description>&lt;p&gt;Lately, while tinkering with various AI development projects, I&amp;rsquo;ve constantly felt a bit stuck. Every time I needed to make an &lt;strong&gt;AI Agent&lt;/strong&gt; smarter in a different environment, I found myself doing the same repetitive chores—digging through old repos for a skill I&amp;rsquo;d written before, and then tweaking it for the new project.&lt;/p&gt;&#xA;&lt;p&gt;To solve this pain point, I put together an open-source project: &lt;a href=&#34;https://github.com/Tai-ch0802/skills-bundle&#34;&gt;&lt;strong&gt;skills-bundle&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;To be honest, I believe that everyone using &lt;strong&gt;AI Coding&lt;/strong&gt; nowadays should maintain their own skill bundle. The concept is just like how everyone has a personal toolbox at home, filled with the wrench and hammer you&amp;rsquo;re most comfortable using.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Developing with Antigravity and Jules</title>
      <link>https://taislife.work/blogs/antigravity-with-jules/</link>
      <pubDate>Mon, 19 Jan 2026 14:02:52 +0800</pubDate>
      <guid>https://taislife.work/blogs/antigravity-with-jules/</guid>
      <description>&lt;p&gt;Since the release of Antigravity, I have been using it to develop various projects of all sizes.&lt;/p&gt;&#xA;&lt;h2 id=&#34;preface-i-also-want-to-develop-the-lazy-way&#34;&gt;Preface: I Also Want to Develop the Lazy Way&lt;/h2&gt;&#xA;&lt;p&gt;Watching more and more developers in the community work day and night with Claude Code to achieve long-term, continuous AI Agent project development made me want to see how far I could go with Antigravity. As a big fan of Google products, I have high expectations for Antigravity!&lt;/p&gt;</description>
    </item>
    <item>
      <title>[Tutorial] Automating WSJ AI Summaries and Emailing Them</title>
      <link>https://taislife.work/blogs/wsj-auto-ai-email/</link>
      <pubDate>Thu, 16 Oct 2025 11:37:00 +0800</pubDate>
      <guid>https://taislife.work/blogs/wsj-auto-ai-email/</guid>
      <description>&lt;h2 id=&#34;introduction-a-lazy-idea&#34;&gt;Introduction: A Lazy Idea&lt;/h2&gt;&#xA;&lt;p&gt;Around March of this year (2025-03), I was chatting with a colleague who mentioned he had recently subscribed to The Wall Street Journal.&lt;/p&gt;&#xA;&lt;p&gt;He also receives the daily print version of the WSJ in his email. However, for a working engineer, reading a full newspaper every day is a luxurious fantasy—perhaps it is for most people in this modern era.&lt;/p&gt;&#xA;&lt;p&gt;Having shorter key points and summaries would be helpful for daily information consumption. It would be even better if it could further filter for useful information.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
