Loops详解:Claude、GPT、Mira以及真正行之有效的方法
AI has been in everyone's hands for years. Most people who use it every day still use it the slowest way there is: type a request, wait, fix it, ask again, all by hand.
AI 已经普及到每个人手中好几年了。大多数每天使用它的人仍然在使用最慢的方式:输入请求、等待、修改、再次提问,全程手动操作。
Not because the faster way is complicated, because nobody showed them what it looks like.
并不是因为更快的方式很复杂,而是因为没有人向他们展示过它究竟是什么样子的。
The faster way is a loop, and right now it is the one thing the best AI engineers in the world care about. This article fixes the part nobody explained. By the end you will understand loops better than almost anyone on your timeline: what they are, how they actually work under the hood, when they are worth it and when they are a trap, how to build a basic one yourself in Claude or ChatGPT, the simple ones worth running in your own life.
更快的方式就是循环,而现在这正是世界上最优秀的AI工程师们唯一关心的事情。本文弥补了无人解释的那部分空白。读到最后,你会比时间线上几乎任何人都更理解循环:它们是什么,底层究竟是如何运作的,什么时候值得使用,什么时候是个陷阱,以及如何在Claude或ChatGPT中自己构建一个基础的循环,那些值得在你自己的生活中运行的简单循环。
Before we get into it, follow me on X and join my Telegram channel I just created where I post more AI content every day. Both are free.
在深入探讨之前,请在X上关注我,并加入我刚创建的Telegram频道,我每天都会在那里发布更多AI内容。两者都是免费的。
X -
X -
Telegram -
Telegram -
How most people use AI?
大多数人是如何使用 AI 的?
Look closely at the one-request-at-a-time habit, because it is the whole problem. Every step runs through you. You decide what to ask, you judge the answer, you decide what comes next. The AI never moves unless you push it, and the moment you stop, it stops.
仔细审视这种一次只提一个请求的习惯,因为这就是整个问题所在。每一个步骤都要经过你。你决定问什么,你评判答案,你决定下一步做什么。除非你推动,否则 AI 永远不会行动,而你一旦停下,它也就停了。
This is fine, but it has a ceiling. You are the engine. The AI is only the tool in your hand, and a tool does nothing on its own.
这很好,但它有上限。你是引擎。AI 只是你手中的工具,而工具本身什么也做不了。
There is another way to work, and it is the reason the best engineers in the world are changing how they build. Instead of walking the AI through every step, you give it the goal once and let...