<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>AI Automation on KnightLi Blog</title>
        <link>https://knightli.com/en/tags/ai-automation/</link>
        <description>Recent content in AI Automation on KnightLi Blog</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Sat, 18 Jul 2026 08:40:00 +0800</lastBuildDate><atom:link href="https://knightli.com/en/tags/ai-automation/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>What are Grok Automations: What are the differences from ChatGPT Tasks and Claude scheduled tasks?</title>
        <link>https://knightli.com/en/2026/07/18/grok-automations-vs-chatgpt-tasks-vs-claude-scheduled-tasks/</link>
        <pubDate>Sat, 18 Jul 2026 08:40:00 +0800</pubDate>
        
        <guid>https://knightli.com/en/2026/07/18/grok-automations-vs-chatgpt-tasks-vs-claude-scheduled-tasks/</guid>
        <description>&lt;p&gt;Grok Automations is Grok&amp;rsquo;s automatic execution function: save the task description, running time or email trigger conditions, and then Grok automatically runs it and returns the results through email or application notification. It is suitable for handing over repetitive tasks such as daily briefings, email triage, and regular research to AI.&lt;/p&gt;
&lt;p&gt;It, ChatGPT Tasks, and Claude&amp;rsquo;s scheduled tasks all look like &amp;ldquo;let AI do things on a regular basis,&amp;rdquo; but their capabilities are different: ChatGPT Tasks is more focused on reminders, briefings, and monitoring; Claude Cowork is more suitable for multi-step work with connectors, files, and outputs; Grok Automations is characterized by using schedules and email events as triggers.&lt;/p&gt;
&lt;h2 id=&#34;quick-answer&#34;&gt;Quick Answer
&lt;/h2&gt;&lt;p&gt;If you just want to &amp;ldquo;remind me every day&amp;rdquo; or &amp;ldquo;notify me of new messages&amp;rdquo;, use ChatGPT Tasks first. If you need to read Slack, mailbox, and cloud files according to a fixed process and generate reports, you can consider Claude Cowork&amp;rsquo;s scheduled tasks. If you need to condition on email arrival, or want to combine connectors, skills and scheduled jobs in Grok, Grok Automations is more straightforward.&lt;/p&gt;
&lt;p&gt;None of the three are server scripts that run unconditionally. Before starting, confirm the package, region, connector authorization, running frequency, and notification method; tasks involving deleting, sending, and modifying external data should also retain manual approval.&lt;/p&gt;
&lt;h2 id=&#34;what-grok-automations-can-do&#34;&gt;What Grok Automations can do
&lt;/h2&gt;&lt;p&gt;When creating an Automation in Grok, write the task in natural language and then choose when to run it. The official currently provides two types of trigger methods:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Schedule trigger&lt;/strong&gt;: one-time, daily, weekday, weekly, monthly or yearly, run at the specified time in the specified time zone;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mail Trigger&lt;/strong&gt;: Runs when an email matching the sender, recipient or subject filter conditions is received.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Tasks can reference connectors and skills. Each execution opens a new conversation, and the results are saved in the run history; you can choose to be notified by email, in the app, both at the same time, or to view them manually only when needed. It is suitable for the following jobs:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;每天 08:30：汇总日历冲突、未读重要邮件和待办事项。
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;收到来自财务团队的邮件：提取截止日期和待处理动作，并发出提醒。
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;每周一：根据已连接的信息源整理本周行业动态。
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Email triggering does not mean that the entire mailbox should be handed over to AI indiscriminately. Narrow filters should be used, the least privileged connector account should be used, and the results should be verified first with a Read-Only Summary task that does not involve external actions.&lt;/p&gt;
&lt;h2 id=&#34;core-differences-between-the-three-functions&#34;&gt;Core differences between the three functions
&lt;/h2&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Dimensions&lt;/th&gt;
          &lt;th&gt;Grok Automations&lt;/th&gt;
          &lt;th&gt;ChatGPT Tasks&lt;/th&gt;
          &lt;th&gt;Claude scheduled tasks (Cowork)&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Main positioning&lt;/td&gt;
          &lt;td&gt;Connector workflow and email/schedule triggering&lt;/td&gt;
          &lt;td&gt;Reminders, recurring briefings, change monitoring&lt;/td&gt;
          &lt;td&gt;Multi-step delegating work with tools and connectors&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Trigger mode&lt;/td&gt;
          &lt;td&gt;Specify schedule or match email&lt;/td&gt;
          &lt;td&gt;One-time, periodic, monitor changes&lt;/td&gt;
          &lt;td&gt;Manually, schedule by hour/day/week/working days, etc.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Running results&lt;/td&gt;
          &lt;td&gt;Independent running history, notification via email or app&lt;/td&gt;
          &lt;td&gt;View results and notifications on the task page&lt;/td&gt;
          &lt;td&gt;Independent Cowork session, you can view historical runs&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;external data&lt;/td&gt;
          &lt;td&gt;Connectors, skills, mail events&lt;/td&gt;
          &lt;td&gt;Can monitor web pages and connected apps; limited by Tasks&lt;/td&gt;
          &lt;td&gt;Connectors, plug-ins, and files in Claude&amp;rsquo;s account&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;local file&lt;/td&gt;
          &lt;td&gt;Access to the machine should not be assumed depending on the authorized tool&lt;/td&gt;
          &lt;td&gt;Not suitable for relying on the Project file; the task does not access the project file&lt;/td&gt;
          &lt;td&gt;Cloud tasks usually use connectors and account files; local files need to select the local running mode&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Typical scenario&lt;/td&gt;
          &lt;td&gt;Inbox triage, triggered research, routine summaries&lt;/td&gt;
          &lt;td&gt;Alerts, daily news, price/status monitoring&lt;/td&gt;
          &lt;td&gt;Weekly reports, data collection, cross-tool research, duplicate document processing&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The &amp;ldquo;Claude scheduled tasks&amp;rdquo; here specifically refer to Claude Cowork&amp;rsquo;s Scheduled tasks, and should not be confused with Claude Code&amp;rsquo;s &lt;code&gt;/loop&lt;/code&gt;. &lt;code&gt;/loop&lt;/code&gt; is the polling mechanism within the current CLI session; there are lifecycle restrictions after the session ends or switches. If you want code tasks to run on a schedule in the cloud over time, you should further evaluate Claude Code Routines, CI, or other dedicated scheduling methods.&lt;/p&gt;
&lt;h2 id=&#34;chatgpt-tasks-better-suited-for-reminders-and-monitoring&#34;&gt;ChatGPT Tasks: better suited for reminders and monitoring
&lt;/h2&gt;&lt;p&gt;ChatGPT Tasks You can create one-time or recurring tasks, or you can have ChatGPT check for changes periodically and be notified only when there are updates worth reporting. It has a separate Scheduled page to view the next run time, pause, resume, edit or delete tasks.&lt;/p&gt;
&lt;p&gt;Its advantage is that it is quick to get started and is suitable for personal information tasks, such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Generate topic-focused briefings each morning;&lt;/li&gt;
&lt;li&gt;Alert when the status of a package changes;&lt;/li&gt;
&lt;li&gt;Weekly reminders to check subscriptions, bills or to-dos;&lt;/li&gt;
&lt;li&gt;Continuously track changes in a public web page or connected app.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The restrictions are also clear: task frequency cannot be higher than every hour, and the number of active tasks is limited by the package; voice chat and GPTs do not support Tasks. And when you create a task in Project with files, the task does not access those Project files. Therefore, if your key input is a batch of local data or a complex multi-tool process, ChatGPT Tasks is usually not the most appropriate first choice.&lt;/p&gt;
&lt;h2 id=&#34;claude-cowork-more-like-reproducible-work&#34;&gt;Claude Cowork: more like reproducible work
&lt;/h2&gt;&lt;p&gt;Claude Cowork&amp;rsquo;s Scheduled tasks are available on paid plans, and tasks can use configured connectors, skills, and plug-ins and run as independent Cowork sessions. It is more suitable for scenarios where &amp;ldquo;give a complete work description and then deliver results regularly&amp;rdquo;: summarizing Slack, email and calendar, generating weekly reports, doing competitive product tracking, or organizing cloud files.&lt;/p&gt;
&lt;p&gt;When creating a task, in addition to prompt words and frequency, you can also configure the approval mode, model, and optional folders. Remote tasks can be run as planned when the computer is hibernating or Claude Desktop is closed; however, officials also remind that the connectors and files in the built-in schedule and account are more suitable for cloud tasks, and there are boundaries in the operation mode for local file access.&lt;/p&gt;
&lt;p&gt;If the task will be written to an external system, first set the approval mode to conservative and clearly write down what is allowed and what is prohibited. For example, don&amp;rsquo;t just write &amp;ldquo;organize customer emails&amp;rdquo;, but write &amp;ldquo;only generate drafts and do not send emails; if the classification cannot be determined, mark it as requiring manual processing.&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;how-to-choose-first-press-the-task-form-not-the-model-preference&#34;&gt;How to choose: First press the task form, not the model preference
&lt;/h2&gt;&lt;p&gt;It can be judged in the following order:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;**Does the task only require reminders or monitoring? ** If yes, choose ChatGPT Tasks, which has the lowest maintenance cost.&lt;/li&gt;
&lt;li&gt;**Does it want to be triggered directly by new emails? ** If yes, Grok Automations&amp;rsquo; email filtering triggers are more relevant.&lt;/li&gt;
&lt;li&gt;**Do you want to regularly read multiple connected tools and deliver complete results? ** If yes, priority will be given to evaluating Claude Cowork.&lt;/li&gt;
&lt;li&gt;**Do you rely on local repository, command line or uncommitted code? ** Do not treat this as a scheduled task for an ordinary chat product; use locally running Claude Code/automation tools, scheduled tasks, or CI.&lt;/li&gt;
&lt;li&gt;**Will it affect external data? ** No matter which one you choose, run it in read-only mode for a week before deciding whether to allow writing or sending.&lt;/li&gt;
&lt;/ol&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;your needs&lt;/th&gt;
          &lt;th&gt;A more suitable choice&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Daily reminders, short messages, status monitoring&lt;/td&gt;
          &lt;td&gt;ChatGPT Tasks&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Analyze, classify and notify designated emails when they arrive&lt;/td&gt;
          &lt;td&gt;Grok Automations&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Weekly reports, cross-connector studies, reusable workflows&lt;/td&gt;
          &lt;td&gt;Claude Cowork Scheduled tasks&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Local code base inspection, CI failure handling, deployment inspection&lt;/td&gt;
          &lt;td&gt;Claude Code/CI/System Scheduler&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;safety-checklist-before-setting-up-automation&#34;&gt;Safety checklist before setting up automation
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Use a dedicated connector account and grant it only to the mailbox, calendar or file range that needs to be read;&lt;/li&gt;
&lt;li&gt;Define the input range, output format, exception handling and stop conditions in the prompt word;&lt;/li&gt;
&lt;li&gt;Do not grant default authorization for actions such as &amp;ldquo;delete, forward, pay, and publish&amp;rdquo;;&lt;/li&gt;
&lt;li&gt;When running for the first time, select notification only to prevent AI from automatically performing subsequent external operations;&lt;/li&gt;
&lt;li&gt;Check enabled tasks, connector permissions, and run history monthly;&lt;/li&gt;
&lt;li&gt;For work involving privacy, contracts, financial or customer data, first confirm your plan and organization&amp;rsquo;s data processing rules.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The value of automation is not to &amp;ldquo;let AI always make its own decisions,&amp;rdquo; but to turn repetitive information collection and preliminary sorting into a checkable process. Start with a daily newsletter or first-class mail offload, and then gradually increase connectors and frequency after confirming that the quality is stable.&lt;/p&gt;
&lt;h2 id=&#34;official-reference&#34;&gt;official reference
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://x.ai/news/grok-automations&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;xAI：Automations in Grok&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://help.openai.com/en/articles/10291617-tasks-in-chatgpt&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenAI: Scheduled Tasks in ChatGPT&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://support.claude.com/en/articles/13854387-schedule-recurring-tasks-in-claude-cowork&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Anthropic: Schedule recurring tasks in Claude Cowork&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://code.claude.com/docs/en/scheduled-tasks&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Anthropic: Claude Code scheduled tasks&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;related-posts&#34;&gt;Related Posts
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://knightli.com/en/2026/07/12/grok-4-5-api-responses-pricing-eu-prompt-cache-guide/&#34; &gt;How to access Grok 4.5 API: Responses API, price, EU availability and prompt cache settings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://knightli.com/en/2026/07/15/archify-install-codex-claude-code-repository-diagrams-svg/&#34; &gt;How to install Archify into Codex/Claude Code: Generate architecture diagrams, flow charts and SVG from the warehouse&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        
    </channel>
</rss>
