不要外包学习
Right now, it's too easy to let AI write the code while you skip the learning. The bug gets fixed but your mental model doesn't move. It might get worse over time. We are silently trading future capability for present-day speed, and the tools won't force us to do otherwise. That part has to come from you.
现在,让AI写代码而自己跳过学习过程太容易了。bug被修复了,但你的心智模型却没有进步。随着时间的推移,情况可能会变得更糟。我们正在默默地将未来的能力换取现在的速度,而工具不会强迫我们做出其他选择。这部分必须靠你自己。
There's a default loop most of us have settled into. You paste in a spec or error message. The model hands you a fix and the symptom vanishes. You ship. Somewhere in that loop, the messy struggle between problem and solution stops happening at all.
我们大多数人都陷入了一个默认的循环。你粘贴进一份需求规格或错误信息。模型给你一个修复方案,问题随之消失。你发布上线。在这个循环的某个环节,问题与解决方案之间那种艰难的博弈完全消失了。
I've written before about cognitive surrender, the moment an AI reviewer's verdict quietly replaces your own. This is the solo version of that same loop. It's just you and the model. The model is faster, so you stop trying to compete on comprehension. Across thousands of these small interactions, what you can actually build without an AI looking over your shoulder gets a little weaker every week. None of these moments feel like a problem on the day they happen.
我之前写过关于认知投降的文章,即AI审查者的结论悄然取代你自己判断的那一刻。这是同一个循环的单人版本。只有你和模型。模型更快,所以你不再试图在理解力上与它竞争。在成千上万次这样的小互动中,你真正能在没有AI盯着你的情况下构建的东西,每周都会变得稍微弱一点。在发生这些情况的当天,没有哪一个时刻会让你觉得是个问题。
I'm not anti-AI. I use these tools daily and have shipped more with them in the last year than in the years before it. But the default way we use them is optimized for one thing: closing tasks.
我不是反AI。我每天都在使用这些工具,过去一年用它们交付的产品比过去几年加起来还要多。但我们使用它们的默认方式只为了一件事进行了优化:关闭任务。
That is a completely different goal from staying sharp enough to steer them over a career that spans a long time.
这与保持足够的敏锐度,从而在漫长的职业生涯中驾驭它们,是一个完全不同的目标。
The studies are converging on the same point
这些研究正趋于同一个结论
Several pieces of research over the last year have landed in roughly the same place.
过去一年里的几项研究都得出了大致相同的结论。
Anthropic ran a randomized trial in early 2026 where engineers learned a new Python l...