惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
博客园 - 三生石上(FineUI控件)
爱范儿
爱范儿
Vercel News
Vercel News
aimingoo的专栏
aimingoo的专栏
The GitHub Blog
The GitHub Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
A
About on SuperTechFans
H
Hackread – Cybersecurity News, Data Breaches, AI and More
量子位
Hugging Face - Blog
Hugging Face - Blog
C
Check Point Blog
Engineering at Meta
Engineering at Meta
有赞技术团队
有赞技术团队
月光博客
月光博客
M
MIT News - Artificial intelligence
V
Visual Studio Blog
Stack Overflow Blog
Stack Overflow Blog
阮一峰的网络日志
阮一峰的网络日志
D
DataBreaches.Net
I
InfoQ
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
雷峰网
雷峰网

Software Design: Tidy First?

Formal Methods Pay Off Reject Change, Sometimes Baking a Model Busy is Short Volatility Speculative Short Volatility & Neglectful Short Volatility Canon 3X: Explore/Expand/Extract How Do You Know That? Long Vol: What is Volatility? Long Volatility Development The Beginnings of an Idea: XP is Long Volatility When Complaints Are Good News Air Traffic Control The Cost YAGNI Was Never About Why So Literal? Smalltalk Genie Hey, N00b, We Didn't Hire You to Complete Tasks A Learning System Made of Learning Parts You Don't Get to Create Anything Trust Factory Genie Lessons from Genie Sessions: Prose as a Programming Language Scope Is The Steering Wheel Itchy Brain Thinkies World Congress II: May 20, 2026 Thoughts, Not Thinking? Did We Do This to Ourselves? Adaptive Radix Tree Genie Sessions: Run, Right, and Fast for the Adaptive Radix Tree Unstick Your Stuck Thinking Genie Tarpit Genie Lessons: Nobody Wants Agents
Thinkie: Wider Scope
Kent Beck · 2026-05-12 · via Software Design: Tidy First?

I came across the following example & I wanted to write about it but I realized it was a good example of a Thinkie & I haven’t written about thiat Thinkie yet so here it is. Whew! Quite the opening sentence.

Pattern: You’re stuck thinking about a complicated problem.

Transformation: Look at the problem in its wider context. What are the “sources & uses” (from Permaculture) of the problem? What feedback loops does it participate in?

Okay, here’s the motivating example. I’ve been hearing the slogan, “Profit is theft.” I’m not convinced but where does the idea come from? Here’s the quote that got me thinking about wider scope:

In economics there’s a concept called “ecosystem exploitation.” It’s what happens when a producer appropriates the difference between what an input costs and what it contributes to the final output. In the original framing this was strictly about labor.

  • A factory owner pays a worker a wage.

  • That worker produces something worth considerably more than that wage.

  • The owner sells that product and pockets the difference in value.

That final act is exploitation because the surplus created in production is not returned to the input that generated it.

The paper goes on to talk about how training LLMs is exploitive in this way, which I happen to agree with. However, not my point.

The structure above—paid a wage→produce→sold—isn’t the whole picture. “Profit is theft” makes good sense if that’s the whole picture. However, there’s a larger sequence into which this picture fits:

  1. Capital owner invests in building a factory.

  2. Worker paid a wage.

  3. Produces widget.

  4. Widget sold at a profit.

  5. Capital owner gets paid back with interest.

What incentive does the capital owner have to build the factory, without which there is no production, without step 5? If we give all the profit to the worker, the factory never gets built. We’re going to have to find a way to split the excess of sales price - cost of production.

Now, I realize I have stepped into a giant centuries old debate, no, war, but that’s not my point (although my question about incentives for those producing content digested by LLMs holds). My point is rather than pick apart the pieces of a complicated problem, sometimes it’s more productive to zoom out & see the problem in context.