# 新LLM训练：循环编码提示实现长时执行

- 来源：elvis (@omarsar0)
- 发布时间：2026-06-08 21:56
- AIHOT 分数：53
- AIHOT 链接：https://aihot.virxact.com/items/cmq5akq9u062xslt2708gbjbx
- 原文链接：https://x.com/omarsar0/status/2063983468619477129

## AI 摘要

关键在于，你应该开始实施在自动化中编码带有明确目标的指令/提示词的方法。

这并不是什么新鲜事，但较新的大语言模型正在被训练以更长时间不间断地执行。循环就是利用这一点的一种方式。

## 正文

The point is that you should start implementing ways to encode instructions/prompts with clear goals inside automations.

Nothing new but newer LLMs are being trained to perform for longer duration uninterrupted. Loops are one way to take advantage of that.

### 引用推文

> Peter Steinberger 🦞：Here's your monthly reminder that you shouldn't be prompting coding agents anymore. You should be designing loops that prompt your agents.
