# charity-majors

Published articles for charity-majors.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Blog posts that influenced Simon Willison's thinking about software engineering

DevFeed: [Blog posts that influenced Simon Willison's thinking about software engineering](<https://devfeed.tech/articles/what-blog-posts-influenced-your-thinking-the-most-31177.md>)

Original publisher: [Read original article](<https://simonwillison.net/2026/Sep/14/influences/>)

Author: Simon Willison

Published: 2026-09-14T20:21:48Z

Content type: opinion

Language: en

Sources: [Simon Willison's Weblog](<https://devfeed.tech/sources/simon-willison-s-weblog.md>)

Topics: [Software Engineering](<https://devfeed.tech/topics/software-engineering.md>), [Tech Debt](<https://devfeed.tech/topics/tech-debt.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [charity-majors](<https://devfeed.tech/tags/charity-majors.md>), [charity-majors-10](<https://devfeed.tech/tags/charity-majors-10.md>), [individual-contributor](<https://devfeed.tech/tags/individual-contributor.md>), [joel-spolsky](<https://devfeed.tech/tags/joel-spolsky.md>), [joel-spolsky-10](<https://devfeed.tech/tags/joel-spolsky-10.md>), [management](<https://devfeed.tech/tags/management.md>), [software-engineering](<https://devfeed.tech/tags/software-engineering.md>), [software-engineering-64](<https://devfeed.tech/tags/software-engineering-64.md>), [tech-debt](<https://devfeed.tech/tags/tech-debt.md>), [will-larson](<https://devfeed.tech/tags/will-larson.md>), [will-larson-17](<https://devfeed.tech/tags/will-larson-17.md>)

### AI overview

Simon Willison describes three blog posts that influenced his thinking: Joel Spolsky's "The Law of Leaky Abstractions," Will Larson's "Migrations: the sole scalable fix to tech debt," and Charity Majors' "The Engineer/Manager Pendulum." He says they shaped his approach to understanding software layers, treating migrations as an important engineering skill, and moving between engineering management and individual-contributor work.

### Source excerpt

My comment on What blog posts influenced your thinking the most? -- Lobste.rs. An early Joel Spolsky one for me was The Law of Leaky Abstractions. I read that near the start of my career and it's encouraged me to always be looking for improved understanding of the layers under where I'm working, just in case one of those abstractions leaks. A more recent one, from 2018, is Migrations: the sole scalable fix to tech debt by Will Larson. I absolutely love his idea that migrations (e.g. replacing one service with a new one, or switching database engines, or whatever) are part and parcel of software engineering and are a skill that you should invest in and get good at, not avoid or treat as special one-offs. The Engineer/Manager Pendulum by Charity Majors was hugely influential for me. I was stuck in engineering management and worried that if I switched back to being an "Individual Contributor" (ugh I hate that term) I'd damage my career. Charity gave me permission to make the switch by pointing out that many of the most successful software developers pendulum from one track to the other multiple times over their career, and doing so makes you better at both sides. Tags: joel-spolsky, software-engineering, will-larson, charity-majors

## A critique of arguments for doing more AI

DevFeed: [A critique of arguments for doing more AI](<https://devfeed.tech/articles/how-exactly-is-doing-more-ai-going-to-make-it-better-39856.md>)

Original publisher: [Read original article](<https://makemeacto.cc/how-exactly-is-doing-more-ai-going-to-make-it-better/>)

Author: Sergio Visinoni

Published: 2026-07-08T09:16:36Z

Content type: opinion

Language: en

Sources: [Sudo Make Me a CTO](<https://devfeed.tech/sources/sudo-make-me-a-cto.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Code review](<https://devfeed.tech/topics/code-review.md>), [engineering-culture](<https://devfeed.tech/topics/engineering-culture.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [charity-majors](<https://devfeed.tech/tags/charity-majors.md>), [code-review](<https://devfeed.tech/tags/code-review.md>), [discussion](<https://devfeed.tech/tags/discussion.md>)

### AI overview

The article responds to two articles by Charity Majors, examining arguments about AI, resistance to AI enthusiasm, ethical considerations, and the role of code review. It argues that the articles' conclusions remain unconvincing to the author.

### Source excerpt

A reaction to two recent popular articles by Charity Majors. Is AI a big deal? Is resistance to AI fundamentalism? Does the solution to the current problems emerge from doing more of it?