PROMPT RECORD图像记录
/loop 示例:/loop 15 minutes audit my codebase 一个循环包含四个部分: - 触发器(Trigger):启动智能体的因素 - 任务(Task):每个周期执...
中文说明
/loop 示例:/loop 15 minutes audit my codebase 一个循环包含四个部分: - 触发器(Trigger):启动智能体的因素 - 任务(Task):每个周期执行的内容 - 验证(Verify):检查自身工作的方式 - 继续(Continue):保持运行的条件 循环提示示例: "You are running autonomously. Every cycle: 1. Check [x source] for new inputs 2. Process each input using [x workflow] 3. Verify your output meets [x standard] 4. Log results and continue to the next Do n...
原始 Prompt
/loop <time>
Ex: /loop 15 minutes audit my codebase
A loop has four parts:
- Trigger: what starts the agent
- Task: what it does each cycle
- Verify: how it checks its own work
- Continue: what keeps it going
Example loop prompt:
"You are running autonomously. Every cycle:
1. Check [x source] for new inputs
2. Process each input using [x workflow]
3. Verify your output meets [x standard]
4. Log results and continue to the next
Do not stop until all inputs are processed."
Step 4. Let Fable 5 run
This is where it gets insane.
Fable 5 is built specifically for long-horizon autonomous work (agents that plan across stages, delegate to sub-agents, and run for hours while validating their own output).
It saves progress as it goes. If interrupted, it picks up where it left off.
What you can run on loops right now:
- Full codebase audits and bug hunts
- Research pipelines across hundreds of sources
- Content repurposing at scale
- Market monitoring and alerting
- Data processing across entire databases
Note: Fable 5 is free on Pro, Max, and Team until June 22. After that, it requires usage credits.
Save this. This is the exact workflow the top 1% of AI users are deploying right now.