vlog
← 返回全部文章

Psychology

AI Makes You Faster. It Also Makes You Owe.

July 11, 2026 · Dana Cole · Daniel Kahneman, Thinking, Fast and Slow~8 min read

Everyone assumed AI would make engineers smarter. CTOs meeting in roundtables this summer are reporting something more unsettling: it is making engineers faster, and fast is not the same thing as smart. Ninety percent of engineers on these teams want to use AI — but nobody has updated the promotion criteria or the performance matrix to account for what that actually means. Meanwhile, the code ships at speeds no human reviewer can match, and sitting inside those pull requests — sometimes 15,000 lines of them — are perhaps three lines that actually require a human judgment call. Nobody knows which three.

1. The Speed Asymmetry

AI generates. Humans judge. These two operations do not run at the same clock speed — and that gap is where the debt accumulates.

When a CTO roundtable puts the number at 90% of engineers wanting AI tools, that's not a survey about enthusiasm. It's a description of a workflow transformation that outpaced the organizational frameworks meant to govern it. The engineers are faster. The code volume is higher. And the review queue — the one place in the pipeline where a human being is supposed to exercise judgment — has become a bottleneck not because reviewers are slow, but because the thing being reviewed has changed in kind, not just in scale.

Here is the structural asymmetry at the heart of it. Writing code has always been System 1 territory for experienced engineers — pattern recognition, fluent production, the kind of fast output that feels automatic. AI supercharges this, pushing generation speeds far past what any individual could achieve. But understanding code — tracing the logic, verifying the assumptions, catching the edge case three layers deep — has always required System 2: slow, deliberate, effortful, and by its nature reluctant to engage. Kahneman's central finding in Thinking, Fast and Slow is that System 2 is lazy. It outsources to System 1 whenever it can. When AI provides fast, fluent code, it gives System 2 the perfect excuse to stand down.

HOW AI FLUENCY MAKES SYSTEM 2 STAND DOWN AI generatesSystem 1 speed · fast & automatic Cognitive easefluent output feels correct Overconfidencecoherent story → high confidence SYSTEM 2 FAILS TO ENGAGE « It looks right » « It runs right » « We'll fix it later » lazy System 2 stands down Skip verificationno one can explain the code Cognitive debtaccumulates silently like tech debt Maintenance crisisthe shortcuts catch up later The question that exposes the debt:Can you explain what every line of that code does — without running it? System 1 / ease path debt accumulation path
AI's fluency triggers cognitive ease — Kahneman's term for the feeling that something is true because it is smooth and effortless. Cognitive ease mutes System 2, raises unwarranted confidence, and allows code to ship without genuine comprehension. The accumulated gap between generation speed and understanding is cognitive debt. Framework: Daniel Kahneman, Thinking, Fast and Slow. Conceptual model; not a measured effect.

2. What Cognitive Ease Does to a Code Review

When the output looks fluent, System 2 doesn't just relax. It actively misreads confidence as comprehension.

Kahneman describes cognitive ease as a signal your brain sends when processing is going smoothly: the words flow, the logic seems to track, nothing snags. That signal evolved to tell you something like "familiar, safe, probably true." It is extremely useful when you're reading a sentence you've seen a thousand times. It is a trap when you're reviewing 15,000 lines of AI-generated code, because AI is very good at producing output that triggers cognitive ease — grammatically correct, idiomatically styled, internally consistent-looking — regardless of whether the logic underneath is sound.

The result is what CTOs have started calling cognitive debt: a gap between what the code does and what anyone on the team can explain it doing. "It works" and "we understand it" are different claims. Technical debt is when you ship code you know isn't ideal and promise to fix it later. Cognitive debt is when you ship code you can't interrogate at all, and you don't even know what "fix it later" would mean. One CTO in the Shift Magazine roundtable put it plainly: the team can add features faster than ever, and then has to deal with the maintenance overhead. "The processes we skipped when we built it — they were there for a reason. The trouble comes later."

Technical debt is code you know is imperfect. Cognitive debt is code you can't evaluate at all.

The first kind, you at least know you owe. The second kind, you don't know what you owe until the interest compounds.

3. The Overconfidence Trap: When Stories Feel Like Facts

A 15,000-line pull request tells a coherent story. That's the problem.

Another strand of Kahneman's work is directly relevant here. He showed that we calibrate confidence to narrative coherence, not to accuracy. The more complete and consistent a story is, the more confident we feel — even when the story is missing critical information. This is why people are overconfident about predictions based on thin evidence: not because they didn't notice the evidence was thin, but because they had assembled the evidence into a satisfying narrative.

AI-generated code is extraordinarily good at narrative coherence. It has variable names that make sense, comments that explain intent, functions that are cleanly scoped. It reads as if it was written by someone who understood what they were doing. And because it reads that way, the reviewer's confidence goes up — not because the reviewer has understood the code better, but because the code has triggered the neural machinery that produces confidence. "This looks right" is a feeling produced by cognitive ease. It is not the same as "I have verified this is right."

"Someone is very good at using AI, very efficient. But they're extremely sensitive about any AI output: 'This was written by AI.' 'Sure, but does it work?' 'It works. But it was written by AI.'" — CTO roundtable, Shift Magazine, June 2026

There's something psychologically interesting in that exchange. The engineer who wrote the code can't explain it and doesn't quite trust it. The reviewer finds it hard to interrogate because it reads fluently. Both parties know something is off. Nobody has a framework for naming what's off. That's cognitive debt in real time — an anxiety without a vocabulary, a debt without a balance sheet.

4. What Leadership Owes the Team (and What the Team Owes Itself)

The tools make laziness easy. Leadership's job is to make laziness not worth it.

The CTO roundtable didn't bury its conclusion. Ninety percent of engineers want AI. Nobody updated the promotion criteria. Those two facts, together, are a policy choice — even if nobody made it consciously. When speed is the visible metric and comprehension is invisible, the incentive structure rewards the former and ignores the latter. What gets measured gets managed. What doesn't get measured gets outsourced to the AI and forgotten.

What would it look like to measure the right thing? One answer is simple and uncomfortable: require engineers to be able to explain, in plain language, what any code they ship does. Not the intent — the code itself. This isn't a punishment for using AI. It's a definition of what "shipped" means. If you can't explain it, it isn't shipped; it's merely deployed. Another answer is structural: cap PR size at a level a human can genuinely review, so that the 15,000-line pull request ceases to be possible. A third is cultural: create explicit space for the slow, deliberate, unglamorous work of sitting with code until you understand it — what Kahneman would call the rehabilitation of System 2 in an environment that has systematically rewarded System 1.

And here is the question worth sitting with: what happens to engineering judgment as a skill when it goes years without being exercised? Technical skills atrophy. Judgment skills atrophy faster, because they're harder to notice atrophying. An engineer who has shipped a hundred features with AI assistance and understood the internals of none of them is not a senior engineer who uses AI tools. They're an AI operator with a senior title. Those are different things — and eventually, the difference matters.

What This Means for You

Kahneman's framework doesn't tell you not to use AI. It tells you to notice what AI's fluency does to your thinking, so you can compensate deliberately. Here's the practical version. When AI generates code that looks obviously right, treat that feeling as a warning, not a confirmation — it's cognitive ease talking, not comprehension. Pick one mechanism, per project, that forces System 2 to engage: a rubber-duck explanation of every function before it ships, a cap on PR size that makes review humanly possible, or a standing question in every review: "Can you show me the worst case this code doesn't handle?" Use AI to go fast. Insist on understanding to make that speed safe. The debt you run up silently is always the most expensive kind.

And here is the question that will stay with you if you let it: if you woke up tomorrow without access to any AI tool and had to maintain the codebase you've been shipping, would you know where to start?

Sources: Shift Magazine (shiftmag.dev), "CTOs Agree: Cognitive Debt Is the New Technical Debt," June 19, 2026; Hacker News discussion, ~75 points, ~72 comments. Framework: Daniel Kahneman, Thinking, Fast and Slow (cognitive ease, System 1/2, overconfidence and narrative coherence). This is a popular-science interpretation applying Kahneman's framework to a reported trend; it is a conceptual argument, not a measured causal claim. Not professional engineering or psychological advice.

心理

AI 让你更快。它也让你欠下一笔债。

2026 年 7 月 11 日 · 林晚 · 丹尼尔·卡尼曼《思考,快与慢》约 7 分钟

所有人都以为 AI 会让工程师更聪明。今年夏天,在 CTO 圆桌上,那些见过大场面的人汇报了一件更让人不安的事:AI 让工程师更快了,而快并不等于聪明。团队里 90% 的人想用 AI 工具,但没有人更新过晋升标准,没有人重写过绩效矩阵,没有人回答「用了 AI 之后,「够好」到底意味着什么」。与此同时,代码正在以任何审查者都跟不上的速度发出去——一个 PR 里塞了一万五千行,其中真正需要人类判断的,也许是三行。没有人知道是哪三行。

1. 速度的不对称

AI 生成,人类判断。这两件事不在同一个时钟频率上运行——那个差距,就是债务积累的地方。

90% 的工程师想用 AI 工具,这个数字不是在描述一种热情,而是在描述一场已经跑在治理框架前面的工作流变革。工程师更快了,代码量更大了,而审查队列——流水线里那个本该让人类判断的地方——变成了瓶颈。不是因为审查者太慢,而是因为被审查的东西在质上变了,不只是量上变了。

这里有一个结构性的不对称。对有经验的工程师来说,写代码从来就是系统1的领地:模式识别、流畅产出、感觉上自动运转的那种快。AI 把这个速度推到了任何个人都达不到的地方。但是,理解代码——追踪逻辑、验证假设、发现三层之下藏着的边界情况——一直需要系统2:慢的、刻意的、费力的,而且天性上不情愿参与。卡尼曼在《思考,快与慢》里的核心发现是:系统2 很懒。它只要找到机会就往系统1上外包。当 AI 提供快速、流畅的代码时,它给了系统2一个完美的借口,让它可以撤退。

AI 的流畅感如何让系统2失守 AI 快速生成系统1速度 · 自动运转 认知流畅感流畅的输出感觉像是对的 过度自信叙事连贯→自信飙升 系统2失守 「看起来对」 「能跑就行」 「以后再修」 懒惰的系统2选择撤退 跳过验证没人能解释这段代码 认知债积累像技术债一样悄悄滚大 维护危机当初省的步骤,之后来讨债 暴露认知债的那个问题:不运行代码,你能解释每一行在做什么吗? 系统1/流畅感路径 认知债积累路径
AI 的流畅感触发「认知放松」——卡尼曼的术语,指处理信息顺畅时产生的「感觉是真的」信号。认知放松压制系统2、抬高无根据的自信,让代码在没有真正理解的情况下发出去。生成速度与理解之间积累的那个差距,就是认知债。框架:丹尼尔·卡尼曼《思考,快与慢》。概念模型,非实测效应。

2. 认知放松对代码审查做了什么

当输出看起来流畅,系统2不只是放松了。它主动地把「自信」误读成「理解」。

卡尼曼把「认知放松」描述为你的大脑在信息处理顺畅时发出的一个信号:文字流动,逻辑看起来通,没有什么东西绊住你。这个信号进化出来是为了告诉你:「熟悉、安全、大概是真的。」当你读一个见过一千遍的句子,这个信号非常有用。当你在审查一万五千行 AI 生成的代码,它就是一个陷阱——因为 AI 非常擅长制造触发认知放松的输出:语法正确、风格地道、看上去内部一致——不管底层逻辑是否成立。

结果就是 CTO 们开始叫做「认知债」的东西:代码在做什么,和团队里的任何人能解释它在做什么,之间的一道缝。「它能跑」和「我们理解它」是两种不同的断言。技术债是你知道不完美但承诺之后修的代码。认知债是你根本没法审问的代码——你甚至不知道「之后修」意味着什么。Shift Magazine 圆桌里一位 CTO 说得很直白:团队能比以往更快地添功能,然后要去处理维护开销。「搭的时候跳过的流程,是有原因的。麻烦之后才来。」

技术债是你知道不完美的代码。认知债是你根本没法评估的代码。

前者,你至少知道自己欠着。后者,你不知道欠了多少,直到利息压上来。

3. 过度自信的陷阱:当故事感觉像事实

一个一万五千行的 PR 讲了一个连贯的故事。这才是问题所在。

卡尼曼的另一条研究线直接指向这里。他发现,人们用叙事连贯性校准自信,而不是用准确性。一个故事越完整、越一致,我们就感觉越自信——哪怕这个故事遗漏了关键信息。这就是为什么人们会对基于稀薄证据的预测过度自信:不是因为他们没注意到证据稀薄,而是因为他们手里的证据已经拼成了一个让人满意的叙事。

AI 生成的代码在叙事连贯性上极其出色。变量名有意义,注释解释了意图,函数边界清晰。读起来像是一个知道自己在做什么的人写的。正因为读起来是这样,审查者的自信就升起来了——不是因为审查者理解得更好,而是因为代码触发了那套产生自信的神经机制。「看起来对」是认知放松产生的一种感觉。它不等于「我已经验证这是对的」。

「有人非常擅长用 AI,效率很高,但对任何 AI 输出极度敏感:『这是 AI 写的。』『好,但它好用吗?』『好用。但它是 AI 写的。』」——CTO 圆桌,Shift Magazine,2026 年 6 月

这段对话里有点心理学意思。写代码的工程师没法解释它,也不太相信它。审查者觉得很难审问它,因为它读起来很流畅。两个人都觉得有什么地方不对。没有人有框架来命名那个「不对」。这就是实时的认知债——一种没有词汇的焦虑,一张没有账单的债务。

4. 组织欠团队什么,团队欠自己什么

工具让懒惰变容易了。领导力的工作,是让懒惰不值得。

CTO 圆桌没有绕弯子。90% 的人想用 AI,没有人更新晋升标准。这两个事实放在一起,是一个政策选择——哪怕没有人有意识地做出过它。当速度是可见的指标、理解是不可见的,激励结构就会奖励前者、忽视后者。被衡量的东西被管理。没被衡量的东西被外包给 AI,然后被遗忘。

衡量正确的东西会是什么样?一个答案简单而令人不舒服:要求工程师能用白话解释他们发出去的任何代码在做什么。不是意图——是代码本身。这不是对使用 AI 的惩罚。这是「已发布」的定义。如果你解释不了,它不是已发布,它只是已部署。另一个答案是结构性的:把 PR 大小限制在人类真正能审查的范围内。第三个是文化性的:为慢的、刻意的、不光鲜的坐下来弄懂代码的工作创造明确的空间——卡尼曼会把这叫做在一个系统性地奖励系统1的环境里,为系统2做康复训练。

还有一个值得坐下来想的问题:当工程判断作为一种技能,长年不被操练,会发生什么?技术技能会萎缩。判断技能萎缩得更快,因为更难注意到它在萎缩。一个用 AI 发出过一百个功能、没有真正理解过其中任何一个内部机制的工程师,不是一个使用 AI 工具的高级工程师。他是一个顶着高级头衔的 AI 操作员。这是两回事——而终究有一天,这个区别会显现出来。

这对你意味着什么

卡尼曼的框架不是告诉你不要用 AI。它是告诉你,注意 AI 的流畅感对你的思维做了什么,这样你才能刻意补偿。实操版本是这样的:当 AI 生成的代码看起来明显正确时,把那种感觉当成警告,而不是确认——那是认知放松在说话,不是理解。在每个项目里选一个机制,强制系统2参与:每个函数发出前用橡皮鸭子解释法过一遍,把 PR 大小限制在人类可以真正审查的范围内,或者在每次审查里立一个固定问题:「给我看看这段代码没处理好的最坏情况。」用 AI 快跑,用理解让快跑变得安全。悄悄欠下的债,永远是最贵的那种。

还有一个问题会在你心里留着:如果明天你醒来,所有 AI 工具都没了,需要维护你一直在发的那个代码库——你知道从哪里开始吗?

资料来源:Shift Magazine(shiftmag.dev),「CTOs Agree: Cognitive Debt Is the New Technical Debt」,2026 年 6 月 19 日;Hacker News 讨论,约 75 分,约 72 条评论。框架:丹尼尔·卡尼曼《思考,快与慢》(认知放松、系统1/2、过度自信与叙事连贯性)。本文为科普解读,将卡尼曼框架应用于一则报道趋势;这是一个概念性论证,非实测因果关系。非专业工程或心理建议。

心理学

AIはあなたを速くする。そして、借金も作らせる。

2026年7月11日 · 三浦美咲 · ダニエル・カーネマン『ファスト&スロー』約 10 分

AIがエンジニアをもっと賢くするはずだった。ところが今夏、CTOたちの円卓会議では、もっと不安を誘う報告が上がっている。AIはエンジニアをもっと速くした——しかし「速い」は「賢い」と同じではない。チームの90%がAIツールを使いたがっているが、昇進基準を更新した人も、評価指標を書き直した人も、「AIを使った後で"十分良い"とは何を意味するか」に答えた人もいない。その間に、コードは誰もレビューしきれないスピードで出荷され続ける。1万5千行のプルリクエストの中に、本当に人間の判断を必要とする行は、おそらく3行。どの3行かは、誰もわからない。

1. 速度の非対称

AIが生成し、人間が判断する。この2つは同じクロック速度では動かない——その差こそが、負債が積み上がる場所だ。

90%のエンジニアがAIツールを使いたいというのは、熱意の話ではない。それを統治するフレームワークより先に走ってしまったワークフロー変革の描写だ。エンジニアは速くなった。コードの量は増えた。そしてレビューキュー——パイプラインの中で、人間が判断を行使するはずの場所——はボトルネックになっている。レビュアーが遅いからではなく、レビューされるものの「種」が変わったからだ。量だけでなく、質が。

ここには構造的な非対称がある。経験を積んだエンジニアにとって、コードを書くことは常にシステム1の領域だった——パターン認識、流暢な生産、自動で動いているように感じるあの速さ。AIはこれをさらに加速させ、どんな個人も到達できなかった速度まで生成を押し上げた。だが、コードを理解すること——論理を追い、前提を検証し、3層下に潜む境界ケースを見つけること——は常にシステム2を必要としてきた。遅く、意図的で、骨が折れ、そして本質的に参加を嫌がる思考だ。カーネマンが『ファスト&スロー』で示した核心は、システム2は怠惰だということだ。できるときはいつでも、システム1に外注しようとする。AIが速くて流暢なコードを提供すると、システム2に完璧な撤退理由を与えることになる。

AIの流暢さはいかにシステム2を後退させるか AI が高速生成システム1の速度 · 自動的 認知的流暢さ滑らかな出力が正しく感じられる 過信物語の一貫性→自信が急上昇 システム2が後退する 「これは正しそうだ」 「動けばいい」 「後で直せばいい」 怠惰なシステム2が撤退を選ぶ 検証を省く誰もそのコードを説明できない 認知的負債の蓄積技術的負債のように静かに増える 保守の危機省いた工程が後で請求される 認知的負債を露わにする問い:実行せずに、そのコードの1行1行が何をしているか説明できますか? システム1/流暢さの経路 認知的負債の蓄積経路
AIの流暢さは「認知的容易さ」を引き起こす——カーネマンの言葉を借りれば、何かが滑らかに処理されるときに脳が送る「真実らしい」というシグナル。認知的容易さはシステム2を抑制し、根拠のない自信を高め、本当の理解なしにコードが出荷されることを許す。生成速度と理解の間に積み上がるギャップが認知的負債だ。枠組み:ダニエル・カーネマン『ファスト&スロー』。概念モデルであり、実測された効果ではない。

2. 認知的容易さがコードレビューに何をするか

アウトプットが流暢に見えると、システム2はただ緩むだけでなく、能動的に「自信」を「理解」と読み違える。

カーネマンは「認知的容易さ」を、処理がスムーズに進むときに脳が送るシグナルと説明する。言葉が流れ、論理が追えて、引っかかるものがない。このシグナルは「馴染み深い、安全、おそらく真実」を告げるために進化した。何千回も見た文章を読むときには非常に役に立つ。1万5千行のAI生成コードをレビューするときには、罠になる。なぜなら、AIは認知的容易さを引き起こすアウトプットを作るのがとても得意だからだ——文法的に正確で、慣用的なスタイルで、内部的に一貫して見える——底にある論理が正しいかどうかとは無関係に。

結果がCTOたちが「認知的負債」と呼び始めているものだ。コードが何をしているかと、チームの誰かがそれを説明できるかの間の溝。「動く」と「理解している」は別の主張だ。技術的負債は、完璧ではないとわかって出荷し、後で直すと約束するコードだ。認知的負債は、まったく問い質せないコードであり、「後で直す」が何を意味するかさえわからない。Shift Magazineの円卓で、あるCTOはこう率直に言った。チームはかつてないほど速く機能を追加できる。そして保守の負担を処理しなければならなくなる。「搭載したときに省いたプロセスには、理由があった。問題は後でやってくる。」

技術的負債は、完璧ではないとわかっているコードだ。認知的負債は、評価すらできないコードだ。

前者は少なくとも借りていることを知っている。後者は、利息が重なるまで何を借りているかわからない。

3. 過信の罠:物語が事実のように感じられるとき

1万5千行のプルリクエストは、筋の通った物語を語る。これが問題だ。

カーネマンのもう一つの研究の流れが、ここに直接つながる。彼は、私たちが自信を物語の一貫性に合わせて調整することを示した——正確性にではなく。物語が完全で一貫しているほど、自信は高まる——重要な情報が欠けていても。これが、薄い証拠に基づく予測に人々が過信する理由だ。証拠が薄いことに気づかなかったからではなく、手元の証拠が既に満足できる物語に組み上がっていたから。

AI生成のコードは、物語の一貫性において並外れて優秀だ。変数名に意味があり、コメントが意図を説明し、関数の境界が明確だ。何をしているかわかっている誰かが書いたかのように読める。そう読めるから、レビュアーの自信は上がる——レビュアーがコードをよく理解したからではなく、コードが自信を生む神経機構を起動させたから。「正しそうだ」は認知的容易さが生む感覚だ。「これが正しいと検証した」とは同じではない。

「AIを使うのがとても上手で、効率がいい。でもAIのアウトプットに対して極めて敏感な人がいる。『これはAIが書いた。』『でも、動くの?』『動く。でもAIが書いた。』」——CTOの円卓、Shift Magazine、2026年6月

この会話には、心理学的に興味深いものがある。コードを書いたエンジニアはそれを説明できず、あまり信頼していない。レビュアーは流暢に読めるために問い質しにくい。両者とも何かがおかしいと感じている。誰もおかしさを名付ける枠組みを持っていない。これがリアルタイムの認知的負債だ——語彙のない不安、残高表のない借金。

4. 組織がチームに負うもの、チームが自分自身に負うもの

ツールは怠惰を簡単にした。リーダーシップの仕事は、怠惰を割に合わなくさせることだ。

CTOの円卓は結論を遠回しにしなかった。90%がAIを使いたい。誰も昇進基準を更新していない。この2つの事実を並べると、それは政策上の選択だ——誰も意識的に下していなくても。速度が見えるメトリクスで、理解が見えないとき、インセンティブ構造は前者を報い、後者を無視する。測られるものは管理される。測られないものはAIに外注され、忘れられる。

正しいものを測るとはどういうことか。一つの答えは単純で、居心地が悪い。エンジニアに、出荷するコードが何をするかを平易な言葉で説明できることを要求する。意図ではなく、コードそのものを。これはAI使用への罰ではない。「出荷済み」の定義だ。説明できなければ、それは出荷済みではない。ただデプロイされているだけだ。別の答えは構造的なもの:PRのサイズを人間が本当にレビューできる範囲に制限する。3つ目は文化的なもの:遅く、意図的で、華やかではない、コードを理解するまで座り込む作業のための明確な場所を作る。カーネマンならこれを、システム1を系統的に報いてきた環境でのシステム2のリハビリと呼ぶだろう。

そして、座って考える価値のある問いがある。エンジニアリングの判断というスキルが、何年も行使されなかったら何が起きるか。技術的スキルは萎縮する。判断スキルはより速く萎縮する。萎縮に気づきにくいから。AI支援で百の機能を出荷し、そのどれの内部もまったく理解していないエンジニアは、AIツールを使うシニアエンジニアではない。シニアの肩書きを持つAIオペレーターだ。これは別物だ——そしてやがて、その違いが表れる。

あなたへの意味

カーネマンの枠組みはAIを使うなとは言っていない。AIの流暢さがあなたの思考に何をするかに気づき、意図的に補正できるようにしろと言っている。実践的なバージョンはこうだ。AIが生成したコードが明らかに正しく見えるとき、その感覚を確認ではなく警告として扱う——それは認知的容易さが語っているのであり、理解ではない。プロジェクトごとに一つ、システム2を強制的に参加させるメカニズムを選ぶ。出荷前に全ての関数をラバーダック法で説明する、人間がレビューできるようにPRサイズを制限する、あるいは全レビューに常設の問いを立てる。「このコードが処理していない最悪のケースを見せて。」AIで速く走る。その速さを安全にするのは、理解を手放さないことだ。静かに積み上げた借金は、常に最も高くつく。

そして、心に残り続けるかもしれない問いがある。もし明日目覚めて、AIツールが一切使えなくなり、出荷してきたコードベースを保守しなければならなくなったとき——どこから始めるかわかるか?

出典:Shift Magazine(shiftmag.dev)、「CTOs Agree: Cognitive Debt Is the New Technical Debt」、2026年6月19日;Hacker Newsの議論、約75ポイント、約72件のコメント。枠組み:ダニエル・カーネマン『ファスト&スロー』(認知的容易さ、システム1/2、物語の一貫性と過信)。本稿はカーネマンの枠組みを報告されたトレンドに適用した科学解説であり、概念的な論であって測定された因果関係ではありません。専門的なエンジニアリングまたは心理的アドバイスではありません。