{"id":10850,"date":"2026-02-28T17:26:55","date_gmt":"2026-02-28T17:26:55","guid":{"rendered":"https:\/\/mpelembe.net\/?p=10850"},"modified":"2026-02-28T17:34:37","modified_gmt":"2026-02-28T17:34:37","slug":"velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development","status":"publish","type":"post","link":"https:\/\/mpelembe.net\/index.php\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\/","title":{"rendered":"Velocity vs. Comprehension: The Rise of Cognitive Debt in AI-Assisted Software Development"},"content":{"rendered":"\r\n<p>The Fragile Expert: Why AI-Native Development is a Race Toward Cognitive Atrophy<\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">28 Feb. 2026 \/Mpelembe Media\/ \u2014\u00a0We have discovered the &#8220;fast forward&#8221; button for digital production. Whether it is &#8220;vibe coding&#8221; a full-stack feature into existence or using an agentic swarm to refactor a legacy module, the experience is intoxicating. High-quality functional artifacts\u2014code that executes, patterns that seem idiomatic\u2014now appear with a keystroke.However, this skyrocketing velocity masks a burgeoning systemic risk. We are witnessing a decoupling of near-instantaneous algorithmic generation from the inherently slower human process of mental model construction. This is the &#8220;comprehension lag&#8221;: a state where our production speed outpaces our cognitive capacity to internalize the systems we build. By trading deep comprehension for &#8220;functional artifacts&#8221; we no longer cognitively own, we are accumulating an invisible and unsustainable liability.<!--more--><\/p>\r\n\r\n\r\n\r\n<h5 class=\"wp-block-heading\">Cognitive Debt: The Invisible Interest of Epistemic Outsourcing<\/h5>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">In traditional engineering, technical debt resides in the repository.\u00a0 Cognitive Debt , as defined by Margaret-Anne Storey, lives in the biological hardware of the developers. It is the gap between the complexity of a system and the human team\u2019s internal &#8220;theory of the system.&#8221;This debt compounds because AI-assisted development fundamentally alters our\u00a0 Cognitive Load . According to Cognitive Load Theory, learning requires\u00a0 germane load \u2014the productive mental effort dedicated to constructing long-term memory schemas. Modern AI assistants resolve the\u00a0 intrinsic load\u00a0 (the inherent logic of a problem) on behalf of the developer, effectively bypassing the germane load required for deep learning. This results in\u00a0 Epistemic Debt : we possess the code, but we lack the &#8220;Situation Model&#8221; required to maintain it.The trajectory of this debt follows a\u00a0 Four-Stage Progression of Cognitive Collapse :<\/p>\r\n\r\n\r\n\r\n<ol class=\"wp-block-list\">\r\n<li>Traditional Cognition:\u00a0 Independent problem formulation and synthesis.<\/li>\r\n\r\n\r\n\r\n<li>Augmentation:\u00a0 AI offloads routine &#8220;boilerplate,&#8221; but humans maintain conceptual control.<\/li>\r\n\r\n\r\n\r\n<li>Bypass:\u00a0 Developers retrieve knowledge rather than constructing it; reflection declines.<\/li>\r\n\r\n\r\n\r\n<li>Dependency:\u00a0 The ability to generate a mental model without external support is lost.We see this collapse in practice, such as the student team coached by Storey that successfully &#8220;prompted&#8221; features for weeks, only to hit a total &#8220;wall&#8221; by week eight. They couldn\u2019t make simple changes because their shared understanding had fragmented. As technologist Simon Willison observes:&#8221;I&#8217;ve been experimenting with prompting entire new features into existence without reviewing their implementations&#8230; I&#8217;ve found myself getting lost in my own projects. I no longer have a firm mental model of what they can do and how they work.&#8221;<\/li>\r\n<\/ol>\r\n\r\n\r\n\r\n<h5 class=\"wp-block-heading\">2. The Reading Systems Framework and the Logic of the Short-Circuit<\/h5>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">To an architect, code is a high-level reading task. The\u00a0 Reading Systems Framework\u00a0 identifies three levels of integration:<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li>Word Identification:\u00a0 The activation of\u00a0 orthographic, phonological, and semantic units\u00a0 (syntax and naming).<\/li>\r\n\r\n\r\n\r\n<li>The Textbase:\u00a0 The literal propositional content of the code.<\/li>\r\n\r\n\r\n\r\n<li>The Situation Model:\u00a0 The deepest level of understanding, where code is integrated with prior knowledge and architectural intent.AI allows us to &#8220;decode&#8221; at the word identification level while skipping the effortful inferences required to build a Situation Model. Because the AI provides the finished artifact, the developer bypasses the\u00a0 word-to-text integration\u00a0 necessary to unify symbols into a coherent textbase. This creates a &#8220;false floor of competence&#8221;: we can identify what a specific function does in isolation, but we lag significantly in understanding how it interacts with the broader system architecture.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<h5 class=\"wp-block-heading\">3. The Scaffolding vs. Substitution Trap<\/h5>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">The long-term reliability of our systems depends on whether AI serves as a\u00a0 Scaffold\u00a0 or a\u00a0 Substitute .AI as a Scaffold\u00a0 provides temporary support that builds internal capacity, nudging the user toward reflection until they can maintain balance independently.\u00a0 AI as a Substitute\u00a0 assumes permanent responsibility, eroding the user&#8217;s &#8220;psychological immunity.&#8221;This substitution leads to an\u00a0 erosion of introspection . Consider the psychological parallel: a mood-tracking app that presents a &#8220;Stress Index: 75%&#8221; may lead a user to defer to the algorithm\u2019s authority over their own felt experience. In engineering, when a developer accepts an AI\u2019s &#8220;interpretation&#8221; of a bug or architectural decision without investigation, they delegate their professional judgment to an algorithm.&#8221;AI ceases to be a supportive partner and becomes a substitute for coping itself, replacing human agency with algorithmic authority&#8230; it risks becoming an architect of dependency.&#8221;<\/p>\r\n\r\n\r\n\r\n<h5 class=\"wp-block-heading\">4. The 19% Slowdown and the &#8220;Fragile Expert&#8221;<\/h5>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">The &#8220;Productivity Paradox&#8221; reveals that velocity is not a synonym for efficiency. A study by METR found that experienced developers using AI tools actually took\u00a0 19% longer\u00a0 to complete tasks than those working manually.This &#8220;cognitive drag&#8221; is driven by\u00a0 Cognitive Mode-Switching\u00a0 overhead. Shifting between the high-level &#8220;flow state&#8221; of creation and the &#8220;supervisory toil&#8221; of reviewing AI-introduced errors dozens of times per hour creates massive mental friction. The results of this &#8220;velocity without understanding&#8221; are measurable: while AI can increase raw output, it is linked to an\u00a0 89% spike in critical vulnerabilities\u00a0 and a\u00a0 107% increase in code duplication . We are producing &#8220;Fragile Experts&#8221;\u2014developers who prioritize functionality over the reusable abstractions and sustainable velocity required for long-term system health.<\/p>\r\n\r\n\r\n\r\n<h5 class=\"wp-block-heading\">5. Reclaiming Rigor via the &#8220;Middle Loop&#8221;<\/h5>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">As implementation becomes a commodity, human rigor must migrate upstream. Industry leaders at the Thoughtworks retreat identified the emergence of the\u00a0 &#8220;Middle Loop&#8221; \u2014a new category of supervisory engineering work sitting between the inner loop of coding and the outer loop of deployment.In this loop, engineering rigor is no longer found in the\u00a0 writing\u00a0 of code, but in\u00a0 specification review\u00a0 and the design of\u00a0 test suites . We must treat\u00a0 Test-Driven Development (TDD)\u00a0 as &#8220;deterministic validation for non-deterministic generation.&#8221; To mitigate cognitive debt, we must implement\u00a0 &#8220;Explanation Gates&#8221;\u00a0 and\u00a0 &#8220;Teach-Back&#8221; rituals , where a human must explain the logic of AI output before it is merged.This new role demands three essential skills:<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li>Decomposition:\u00a0 Breaking complex problems into &#8220;agent-sized&#8221; packages.<\/li>\r\n\r\n\r\n\r\n<li>Trust Calibration:\u00a0 Identifying the &#8220;blast radius&#8221; of AI errors and verifying proportionally.<\/li>\r\n\r\n\r\n\r\n<li>Architectural Coherence:\u00a0 Maintaining a consistent vision across parallel streams of non-deterministic work.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<h5 class=\"wp-block-heading\">Conclusion: The Future of Intent<\/h5>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">The role of the human is shifting from &#8220;decoder&#8221; to\u00a0 architect of intent . Our challenge is to ensure that AI strengthens our mental architecture rather than serving as a crutch that leaves us unable to troubleshoot our own inventions. We must move toward a model of\u00a0 Sustainable Velocity , where the rate of production is synchronized with the rate of human comprehension.The future of our infrastructure depends on this balance. If we allow our situation models to atrophy, we lose the most vital asset in any system: the ability to reason about it.How do you plan to service your own cognitive debt this week?<\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>The Fragile Expert: Why AI-Native Development is a Race Toward Cognitive Atrophy 28 Feb. 2026 \/Mpelembe Media\/ \u2014\u00a0We have discovered the &#8220;fast forward&#8221; button<a class=\"moretag\" href=\"https:\/\/mpelembe.net\/index.php\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\/\">Read More&#8230;<\/a><\/p>\n","protected":false},"author":1,"featured_media":10761,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"googlesitekit_rrm_CAowu7GVCw:productID":"","_crdt_document":"","activitypub_content_warning":"","activitypub_content_visibility":"","activitypub_max_image_attachments":3,"activitypub_interaction_policy_quote":"anyone","activitypub_status":"federated","footnotes":""},"categories":[5823],"tags":[202,52,2264,17043,9237,53,54,17515,17046,5974,17514,16657],"class_list":["post-10850","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-developers","tag-artificial-general-intelligence","tag-artificial-intelligence","tag-cognition","tag-cognitive-load","tag-cognitive-psychology","tag-computational-neuroscience","tag-cybernetics","tag-margaret-anne-storey","tag-mental-model","tag-philosophy-of-artificial-intelligence","tag-simon-willison","tag-thoughtworks"],"featured_image_src":"https:\/\/mpelembe.net\/wp-content\/uploads\/2026\/02\/AI-Debate.png","blog_images":{"medium":"https:\/\/mpelembe.net\/wp-content\/uploads\/2026\/02\/AI-Debate-300x273.png","large":"https:\/\/mpelembe.net\/wp-content\/uploads\/2026\/02\/AI-Debate.png"},"ams_acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Velocity vs. Comprehension: The Rise of Cognitive Debt in AI-Assisted Software Development - Mpelembe Network<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mpelembe.net\/index.php\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Velocity vs. Comprehension: The Rise of Cognitive Debt in AI-Assisted Software Development - Mpelembe Network\" \/>\n<meta property=\"og:description\" content=\"The Fragile Expert: Why AI-Native Development is a Race Toward Cognitive Atrophy 28 Feb. 2026 \/Mpelembe Media\/ \u2014\u00a0We have discovered the &#8220;fast forward&#8221; buttonRead More...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mpelembe.net\/index.php\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\/\" \/>\n<meta property=\"og:site_name\" content=\"Mpelembe Network\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-28T17:26:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-28T17:34:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mpelembe.net\/wp-content\/uploads\/2026\/02\/AI-Debate.png\" \/>\n\t<meta property=\"og:image:width\" content=\"606\" \/>\n\t<meta property=\"og:image:height\" content=\"552\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/#\\\/schema\\\/person\\\/2421ebbf3150931b1066b10a196d7608\"},\"headline\":\"Velocity vs. Comprehension: The Rise of Cognitive Debt in AI-Assisted Software Development\",\"datePublished\":\"2026-02-28T17:26:55+00:00\",\"dateModified\":\"2026-02-28T17:34:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\\\/\"},\"wordCount\":1080,\"image\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mpelembe.net\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/AI-Debate.png\",\"keywords\":[\"Artificial general intelligence\",\"Artificial intelligence\",\"Cognition\",\"Cognitive load\",\"Cognitive psychology\",\"Computational neuroscience\",\"Cybernetics\",\"Margaret-Anne Storey\",\"Mental model\",\"Philosophy of artificial intelligence\",\"Simon Willison\",\"Thoughtworks\"],\"articleSection\":[\"Developers\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\\\/\",\"url\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\\\/\",\"name\":\"Velocity vs. Comprehension: The Rise of Cognitive Debt in AI-Assisted Software Development - Mpelembe Network\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mpelembe.net\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/AI-Debate.png\",\"datePublished\":\"2026-02-28T17:26:55+00:00\",\"dateModified\":\"2026-02-28T17:34:37+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/#\\\/schema\\\/person\\\/2421ebbf3150931b1066b10a196d7608\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mpelembe.net\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/AI-Debate.png\",\"contentUrl\":\"https:\\\/\\\/mpelembe.net\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/AI-Debate.png\",\"width\":606,\"height\":552},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mpelembe.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Velocity vs. Comprehension: The Rise of Cognitive Debt in AI-Assisted Software Development\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/#website\",\"url\":\"https:\\\/\\\/mpelembe.net\\\/\",\"name\":\"Mpelembe Network\",\"description\":\"Collaboration Platform\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mpelembe.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/#\\\/schema\\\/person\\\/2421ebbf3150931b1066b10a196d7608\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\\\/\\\/mpelembe.net\"],\"url\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Velocity vs. Comprehension: The Rise of Cognitive Debt in AI-Assisted Software Development - Mpelembe Network","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mpelembe.net\/index.php\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\/","og_locale":"en_US","og_type":"article","og_title":"Velocity vs. Comprehension: The Rise of Cognitive Debt in AI-Assisted Software Development - Mpelembe Network","og_description":"The Fragile Expert: Why AI-Native Development is a Race Toward Cognitive Atrophy 28 Feb. 2026 \/Mpelembe Media\/ \u2014\u00a0We have discovered the &#8220;fast forward&#8221; buttonRead More...","og_url":"https:\/\/mpelembe.net\/index.php\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\/","og_site_name":"Mpelembe Network","article_published_time":"2026-02-28T17:26:55+00:00","article_modified_time":"2026-02-28T17:34:37+00:00","og_image":[{"width":606,"height":552,"url":"https:\/\/mpelembe.net\/wp-content\/uploads\/2026\/02\/AI-Debate.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mpelembe.net\/index.php\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\/#article","isPartOf":{"@id":"https:\/\/mpelembe.net\/index.php\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\/"},"author":{"name":"admin","@id":"https:\/\/mpelembe.net\/#\/schema\/person\/2421ebbf3150931b1066b10a196d7608"},"headline":"Velocity vs. Comprehension: The Rise of Cognitive Debt in AI-Assisted Software Development","datePublished":"2026-02-28T17:26:55+00:00","dateModified":"2026-02-28T17:34:37+00:00","mainEntityOfPage":{"@id":"https:\/\/mpelembe.net\/index.php\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\/"},"wordCount":1080,"image":{"@id":"https:\/\/mpelembe.net\/index.php\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\/#primaryimage"},"thumbnailUrl":"https:\/\/mpelembe.net\/wp-content\/uploads\/2026\/02\/AI-Debate.png","keywords":["Artificial general intelligence","Artificial intelligence","Cognition","Cognitive load","Cognitive psychology","Computational neuroscience","Cybernetics","Margaret-Anne Storey","Mental model","Philosophy of artificial intelligence","Simon Willison","Thoughtworks"],"articleSection":["Developers"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/mpelembe.net\/index.php\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\/","url":"https:\/\/mpelembe.net\/index.php\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\/","name":"Velocity vs. Comprehension: The Rise of Cognitive Debt in AI-Assisted Software Development - Mpelembe Network","isPartOf":{"@id":"https:\/\/mpelembe.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mpelembe.net\/index.php\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\/#primaryimage"},"image":{"@id":"https:\/\/mpelembe.net\/index.php\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\/#primaryimage"},"thumbnailUrl":"https:\/\/mpelembe.net\/wp-content\/uploads\/2026\/02\/AI-Debate.png","datePublished":"2026-02-28T17:26:55+00:00","dateModified":"2026-02-28T17:34:37+00:00","author":{"@id":"https:\/\/mpelembe.net\/#\/schema\/person\/2421ebbf3150931b1066b10a196d7608"},"breadcrumb":{"@id":"https:\/\/mpelembe.net\/index.php\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mpelembe.net\/index.php\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mpelembe.net\/index.php\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\/#primaryimage","url":"https:\/\/mpelembe.net\/wp-content\/uploads\/2026\/02\/AI-Debate.png","contentUrl":"https:\/\/mpelembe.net\/wp-content\/uploads\/2026\/02\/AI-Debate.png","width":606,"height":552},{"@type":"BreadcrumbList","@id":"https:\/\/mpelembe.net\/index.php\/velocity-vs-comprehension-the-rise-of-cognitive-debt-in-ai-assisted-software-development\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mpelembe.net\/"},{"@type":"ListItem","position":2,"name":"Velocity vs. Comprehension: The Rise of Cognitive Debt in AI-Assisted Software Development"}]},{"@type":"WebSite","@id":"https:\/\/mpelembe.net\/#website","url":"https:\/\/mpelembe.net\/","name":"Mpelembe Network","description":"Collaboration Platform","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mpelembe.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/mpelembe.net\/#\/schema\/person\/2421ebbf3150931b1066b10a196d7608","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/mpelembe.net"],"url":"https:\/\/mpelembe.net\/index.php\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/posts\/10850","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/comments?post=10850"}],"version-history":[{"count":4,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/posts\/10850\/revisions"}],"predecessor-version":[{"id":10864,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/posts\/10850\/revisions\/10864"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/media\/10761"}],"wp:attachment":[{"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/media?parent=10850"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/categories?post=10850"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/tags?post=10850"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}