Context is basically how many things a machine can keep in its operational memory - it's not so different from the very human cognitive load.
【启发】「上下文窗口 = 认知负荷」——这个类比是整篇文章最有洞察力的一句话。它把一个技术概念(context window)与一个人类体验(认知疲劳)无缝连接。启发在于:所有帮助人类减少认知负荷的代码实践——模块化、清晰命名、单一职责——现在也在帮助 AI 减少 token 消耗。「对人友好的代码 = 对 AI 友好的代码」,这个等式比我们想象的成立得更彻底。