Skip to content
Tech News
← Back to articles

Working on Economics with Fable 5

read original get Power and Progress by Daron Acemoglu and Simon Johnson → more articles
Why This Matters

A solo researcher used AI models (Opus and Fable) as a research collaborator — pulling data, challenging assumptions, and surfacing contradicting papers — and that back-and-forth turned into a formal economics theory now being written up with a co-author from the Stockholm School of Economics. The theory extends Acemoglu and Restrepo's task-based model with classical scarcity logic and input-output recursion to pin aggregate wages, which existing models can only estimate or leave as free parameters. It's a concrete example of AI moving from writing assistant to a partner in original academic work.

Key Takeaways
Worth a Look

Power and Progress by Daron Acemoglu and Simon Johnson — Since the article builds directly on the task-based framework of Nobel laureate Daron Acemoglu, his book with Simon Johnson is a natural companion read on how technology shapes wages and who captures the gains. It's an accessible way into the same debates about automation, labor and prosperity that the author's theory is trying to formalize.

See Power and Progress by Daron Acemoglu and Simon Johnson on Amazon → Affiliate link — we may earn a commission on purchases, at no extra cost to you. Product picked by AI based on this article; it is not a tested recommendation.

For the past few months I’ve been working on a theory. It started out as just a fun little data exercise looking at some different types of taxes and benefits and how it effects what people buy and how much they work. During that time I took advantage of opus and later fable to help me get data, but as I was doing that of course opus might interject with some assumption I had wrong or some paper that shows the opposite. This back and forth continued for some time, and, well, it’s culminated in a theory. I’ve since started working alongside my co-author from the Stockholm School of economics on formalizing the theory

My original version, in my voice. Visual, anecdotal, not much in the way of maths or technical details.

The paper. The same theory, but formal. Very similar to the framework developed by nobel prizewinning economist Daron Acemoglu alongside Pascual Restrepo.

The paper uses the same task based model of Acemoglu and Restrepo, and essentially we add the logic of classical economicsand input-output recursion to it to “pin” the wage. That is significant because, well, current economics doesn’t know how wages are set in aggregate. That might sound surprising but essentially all wage models are estimates or they have some free parameters you can change or have to supply some other way. All we did was assume “hey, maybe the classical economists were right, they just didn’t know about how technology can effect the wage”. So, all we need to do is take the scarcity models of classical economists, add on the wage level from the marginal task (Acemoglu and Restrepo) and you just end up with a model that fits history like a glove. Here’s some of the maths:

From Acemoglu and Autor/Restrepo, we get how technology influences the wage:

w = c ⋅ γ ( x ∗ ) w = c \cdot \gamma(x^*)

c c is the rental price of a machine, γ ( x ∗ ) \gamma(x^*) is the “edge at the marginal human task” which is essentially how much better a human is than a machine at something which could be automated. γ ( x ∗ ) \gamma(x^*) you should think of as “technology”, and it can go up or down depending on what kind of technology is invented. During the industrial revolution, we got lots of physical automation (steam engines etc) but not so much cognitive (although, analog-mechanical battleship firing computers are like, super cool counter examples, check it out 1953 instructional video). Anyways steam engines etc caused γ ( x ∗ ) \gamma(x^*) to rise. Conversely, computers caused γ ( x ∗ ) \gamma(x^*) to fall in an interesting specific way, which probably gave us the great stagnation, and, well, AI might make γ ( x ∗ ) \gamma(x^*) fall more generally. That’s γ ( x ∗ ) \gamma(x^*) , what about c c ? In the paper we define c c as:

c = a ⋅ c + λ ⋅ w + b ⋅ r c = a \cdot c + \lambda \cdot w + b \cdot r

a ⋅ c a \cdot c is how much machines cost you need to make a machine λ ⋅ w \lambda \cdot w is how much labor cost you need to make a machine, and b ⋅ r b \cdot r is how much land, oil, ore, other fixed stuff you need to make a machine. So, c c contains itself in its definition, but we can recurse this function, plugging it into itself (and plug our wage definition in too), and then we get:

c = b r / ( 1 − a − λ γ ( x ∗ ) ) c = b r/(1 – a – \lambda \gamma(x^*))

... continue reading