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.
Here's your monthly reminder that you shouldn't be prompting coding agents anymore. You should be designing loops that prompt your agents.