LogoSu Jiang
  • Blog
  • Knowledge Base
  • About Me
Hardcore: A Plan to Make AI Work 24/7
2026/01/02

Hardcore: A Plan to Make AI Work 24/7

Hand off waiting and copy-pasting to a scheduler: drive a task queue with machine-readable receipts so AI can work unattended.

Hardcore: A Plan to Make AI Work 24/7

1. Pick a cost-effective setup

If your job is mostly copywriting, just use Doubao, Kimi, or DeepSeek (official).

If you need to organize information, handle data, or read a bunch of files, editors like Cursor, WindSurf, Trae, or VS Code with plugins are usually a better fit, because they come with bundled AI plans.

If you don’t care about the process and only want the deliverable—and you want a top-tier model without third-party limitations—use terminal-style tools like Claude Code or Codex.

If Claude feels too expensive, use high-quota domestic bundles like GLM 4.7 or MiniMax.

If you want AI to run 24/7 like I do, but you want the cost low, start with GLM 4.7 or MiniMax. They adapt well to Claude Code’s workflow.

Pick Tools by Task TypeA vertical card layout: copywriting, multi-file research, terminal automation, and high-quota low-cost options.Pick Tools by Task TypeSave money first, then stability, then go wildCopywritingDoubao / Kimi / DeepSeek (official)Lightweight, fast, good enoughMulti-file workCursor / WindSurf / Trae / VS CodeContext stays local, speed stays highTerminal automationClaude Code / CodexIgnore the process, ship the resultHigh quota, low costGLM 4.7 / MiniMaxClaude Code-compatible, quota-friendly

2. Turn your prompt into an asset

If you do the same kind of work every day, try describing the task in plain language.

For example: I want to do xxx. Step one is xxx. Step two is xxx. Step three is xxx.

If your description is clear, send it to AI and see if it can do it better than you.

If the output is decent, that description is already your prompt.

3. Parameterize the prompt

If the prompt works reliably, it becomes your template.

If you notice that copy-pasting still isn’t enough because you always have to tweak a few words, those words are your parameters.

If even copy-paste feels annoying, you can ask AI to generate prompts for you with a script.

For example: I want to do xxx (param 1). Step one is xxx (param 2). Step two is xxx (param 3). Step three is xxx (param 4).

Or ask AI to generate a task list:

  • Task 1
  • Task 2
  • Task 3

In practice, each task is just a parameterized prompt.

You send them to AI in order. Finish one, then move to the next.

4. Auto-send prompts to AI

If sending prompts manually still feels like work, let a program send them.

The old approach is RPA. But tools like Claude Code are basically a command line in your terminal.

So you don’t need RPA here. Just ask AI to write a script that controls terminal input.

Python or Node.js both work.

5. How does your script know the AI is done?

If your script can already send prompts to AI, how does it know whether the AI has finished?

In my own use, the script couldn’t tell, because Claude runs in the terminal, and the script can’t reliably read Claude’s output.

Then it clicked: I only need to tweak the prompt a little.

“After each task, output a result.json that clearly states whether the task is completed.”

That JSON receipt is something a script can read.

Minimum Unattended LoopVertical flow: task list, render prompts, worker runs, receipt, scheduler decides, then next/fix/pause.Minimum Unattended LoopNot “write well”, but “deliver a receipt”Task listPut work in orderRender promptsFill params, send to AIWorker runsWrite / edit / run / researchReceipt (result.json)done / artifacts / checks / errorsScheduler decidesAdvance / fix / pausePass → nextFail → fixApprove → pause

6. Add an inspector (optional)

If one AI isn’t enough, add another AI as an inspector.

You can use your scheduler script to orchestrate two AIs.

Why use a “hard-coded” scheduler to orchestrate AI? Because you don’t know how long the AI will take. You need something that keeps nudging it forward.

You can also make it more nested if you want.

AI writes the script → the script commands the AI to work → the AI starts working → the script keeps monitoring result.json → the script wakes up the inspector → the inspector sends feedback to the coordinator AI → the coordinator AI improves the script → the new script makes the worker AI work better…

Three-role setup: Worker / Checker / FixerA vertical loop: Worker produces, Checker validates, Fixer repairs, then loops back.Three-role setup (optional)You watch acceptance, not the processWorkerProduces outputWrite / edit / run commandsCheckerOnly checks, no creatingAgainst criteria: pass / fail / approvalFixerFixes based on feedbackFix the current issue until it passesFail loops back

7. 24/7 self-feedback

Infinite loop.

All Posts

Author

avatar for Su Jiang
Su Jiang

Categories

  • AI探索
Hardcore: A Plan to Make AI Work 24/71. Pick a cost-effective setup2. Turn your prompt into an asset3. Parameterize the prompt4. Auto-send prompts to AI5. How does your script know the AI is done?6. Add an inspector (optional)7. 24/7 self-feedback

More Posts

There Is No 'You' in AI — Or Is There?
AI探索

There Is No 'You' in AI — Or Is There?

Karpathy says don't treat LLMs as entities, treat them as simulators. But the truth is far more nuanced. When you talk to AI, you're summoning a probability-weighted superposition of personas.

avatar for Su Jiang
Su Jiang
2025/12/12
苏江:AI写代码能自动化,那功能测试能否也自动化?
AI探索

苏江:AI写代码能自动化,那功能测试能否也自动化?

苏江:AI写代码能自动化,那功能测试能否也自动化?

avatar for Su Jiang
Su Jiang
2025/12/01
One-Person Company: The Most Viable Business Model in 2025
AI探索

One-Person Company: The Most Viable Business Model in 2025

Sam Altman predicts a billion-dollar one-person company is coming. How can one person use AI and automation to outperform an entire team?

avatar for Su Jiang
Su Jiang
2025/12/18

Need a Custom Solution?

Still stuck or want someone to handle the heavy lifting? Send me a quick message. I reply to every inquiry within 24 hours—and yes, simple advice is always free.

100% Privacy. No spam, just solutions.

Newsletter

Join the community

Subscribe to our newsletter for the latest news and updates

LogoSu Jiang

AI Developer · Writer · Investor | Exploring AI Applications

TwitterX (Twitter)Email

WeChat: iamsujiang

WeChat QR Code
Scan to add WeChat
Product
  • Features
  • Pricing
  • FAQ
Resources
  • Blog
  • Knowledge Base
Company
  • About Me
  • Contact
  • Waitlist
Legal
  • Cookie Policy
  • Privacy Policy
  • Terms of Service
© 2026 Su Jiang All Rights Reserved.