← 返回
未分类 中文

Safe Long-Run Mode GPT5.4

Operate long-running tasks safely when the environment is optimized for GPT-5.4 as the primary and often only model. Use when the user wants a low-cost, high...
在针对GPT-5.4优化的环境中安全地操作长时间运行的任务,其中GPT-5.4是主要且通常是唯一的模型。用于用户需要低成本、高效能的场景。
bwiley1989 bwiley1989 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 427
下载
💾 3
安装
1
版本
#latest

概述

Safe Long-Run Mode (GPT-5.4 Only)

Use this skill when GPT-5.4 is the default operating model for both orchestration and delegated work.

Core rule

Use GPT-5.4 for long work by making tasks cheap, segmented, and resumable. Since the model layer is cost-efficient, the real risks are provider throttling, session interruption, and lack of checkpoints.

When to use this mode

Use it when:

  • the user wants to minimize model cost
  • the task is implementation-heavy
  • the task is file-heavy or repetitive
  • multiple subagents may be involved
  • external services may throttle
  • quality depends more on process discipline than premium model nuance

Operating procedure

1. Route to GPT-5.4 by default

Use GPT-5.4 for:

  • coding
  • docs
  • research
  • skills
  • website work
  • project tracker updates
  • internal tooling
  • multi-agent delegated work
  • long build/test loops

Do not escalate to another model unless the user asks or the task clearly requires premium polish/judgment.

2. Split work aggressively

Break long tasks into explicit phases and write down the next step before moving on.

Preferred phases:

  1. inspect
  2. plan
  3. execute
  4. validate
  5. report

3. Save progress continuously

Always leave artifacts that make recovery easy:

  • notes
  • drafts
  • partial outputs
  • checkpoint files
  • project updates
  • result summaries

4. Use subagents as workers

For large or parallel tasks, use subagents to keep the main thread clean.

Delegate when:

  • tasks are independent
  • multiple files or systems are involved
  • work may take a while
  • specialized roles improve throughput

5. Treat external APIs as the true bottleneck

In GPT-5.4-only mode, model cost is not the main concern. External limits are.

Be careful with:

  • Azure / Microsoft Graph
  • ClawHub / GitHub-backed operations
  • Orgo runtime and VM usage
  • websites / browser automation
  • messaging providers

Use batching, backoff, and fewer larger writes.

6. Make every task resumable

If interrupted, resume from artifacts instead of recreating work. Always know:

  • what is already done
  • what file contains the latest state
  • what exact next action should happen

Ideal GPT-5.4-only use cases

  • codebase changes
  • documentation builds
  • repeated content generation
  • Azure script development
  • internal automation
  • multi-agent production work
  • long back-office workflow creation

What to tell the user

Explain that GPT-5.4-only safe mode works because:

  • model cost stays low
  • throughput stays high
  • reliability comes from checkpoints, not from one giant run
  • external APIs, not tokens, usually become the limiting factor

Failure handling

If interrupted:

  1. summarize completed work
  2. cite the saved files
  3. state the resume point
  4. continue from the last checkpoint

References

  • Read references/checklist.md for the pre-flight checklist and GPT-5.4 operating pattern.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 19:30 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,485 📥 546,062
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 842 📥 318,692
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,403 📥 323,752