Quoting Charity Majors

Simon Willison's Blog News

Summary

Charity Majors discusses how AI flipped the economics of code production, making code generation cheap and instant, transforming code from a treasured asset into a disposable, regenerable resource.

No content available
Original Article
View Cached Full Text

Cached at: 06/17/26, 07:52 PM

# A quote from Charity Majors Source: [https://simonwillison.net/2026/Jun/17/charity-majors/](https://simonwillison.net/2026/Jun/17/charity-majors/) 17th June 2026 > What happened in 2025 was this:**the economics of code production were turned upside down**\. Instead of being very hard, time\-consuming, and expensive to generate code, it became effectively free and instant\. Lines of code went from being treasured, reused, cared for and carefully curated, to being disposable and regenerable, practically overnight\. —[Charity Majors](https://charitydotwtf.substack.com/p/ai-demands-more-engineering-discipline#footnote-2),AI demands more engineering discipline\. Not less Posted[17th June 2026](https://simonwillison.net/2026/Jun/17/)at 5:12 pm ## Recent articles - [Publishing WASM wheels to PyPI for use with Pyodide](https://simonwillison.net/2026/Jun/13/publishing-wasm-wheels/)\- 13th June 2026 - [Claude Fable is relentlessly proactive](https://simonwillison.net/2026/Jun/11/fable-is-relentlessly-proactive/)\- 11th June 2026 - [Initial impressions of Claude Fable 5](https://simonwillison.net/2026/Jun/9/claude-fable-5/)\- 9th June 2026 This is a**quotation**collected by Simon Willison, posted on[17th June 2026](https://simonwillison.net/2026/Jun/17/)\. [ai2,078](https://simonwillison.net/tags/ai/)[charity\-majors9](https://simonwillison.net/tags/charity-majors/)[generative\-ai1,835](https://simonwillison.net/tags/generative-ai/)[llms1,803](https://simonwillison.net/tags/llms/)[ai\-assisted\-programming389](https://simonwillison.net/tags/ai-assisted-programming/)

Similar Articles

When code is abundant (31 minute read)

TLDR AI

The blog post argues that as AI makes code production abundant, the primary constraint in software development shifts from writing code to trusting and governing it, necessitating architectural changes in enterprises.

AI changes the economics of software rewrites

Hacker News Top

The article argues that AI's coding effectiveness depends on codebase consistency, making rewrites economically viable to align codebases with AI's strengths, thereby improving output quality and speed.

On AI Coding and Its Discontents

Lobsters Hottest

Cal Newport reflects on the initial enthusiasm for AI coding tools like Claude Code and the growing disillusionment among developers due to hidden bugs, quality issues, and unsustainable workflows, arguing that outsourcing all code production to AI is not currently viable.

Code is Cheap(er)

Lobsters Hottest

Carson Gross (htmx creator) argues that while AI has made code generation cheaper, understanding code has become more expensive, and warns developers against the 'Sorcerer's Apprentice' trap of letting LLMs generate unmanageable complexity. He advocates for incremental LLM use and maintaining deep understanding of codebases.