Hyper-competition

Dec13 JDN 2459197

This phenomenon has been particularly salient for me the last few months, but I think it’s a common experience for most people in my generation: Getting a job takes an awful lot of work.

Over the past six months, I’ve applied to over 70 different positions and so far gone through 4 interviews (2 by video, 2 by phone). I’ve done about 10 hours of test work. That so far has gotten me no offers, though I have yet to hear from 50 employers. Ahead of me I probably have about another 10 interviews, then perhaps 4 of what would have been flyouts and in-person presentations but instead will be “comprehensive interviews” and presentations conducted online, likely several more hours of test work, and then finally, maybe, if I’m lucky, I’ll get a good offer or two. If I’m unlucky, I won’t, and I’ll have to stick around for another year and do all this over again next year.

Aside from the limitations imposed by the pandemic, this is basically standard practice for PhD graduates. And this is only the most extreme end of a continuum of intensive job search efforts, for which even applying to be a cashier at Target requires a formal application, references, and a personality test.

This wasn’t how things used to be. Just a couple of generations ago, low-wage employers would more or less hire you on the spot, with perhaps a resume or a cursory interview. More prestigious employers would almost always require a CV with references and an interview, but it more or less stopped there. I discussed in an earlier post how much of the difference actually seems to come from our chronic labor surplus.

Is all of this extra effort worthwhile? Are we actually fitting people to better jobs this way? Even if the matches are better, are they enough better to justify all this effort?

It is a commonly-held notion among economists that competition in markets is good, that it increases efficiency and improves outcomes. I think that this is often, perhaps usually, the case. But the labor market has become so intensely competitive, particularly for high-paying positions, that the costs of this competitive effort likely outweigh the benefits.

How could this happen? Shouldn’t the free market correct for such an imbalance? Not necessarily. Here is a simple formal model of how this sort of intensive competition can result in significant waste.

Note that this post is about a formal mathematical model, so it’s going to use a lot of algebra. If you are uninterested in such things, you can read the next two paragraphs and then skip to the conclusions at the end.

The overall argument is straightforward: If candidates are similar in skill level, a complicated application process can make sense from a firm’s perspective, but be harmful from society’s perspective, due to the great cost to the applicants. This can happen because the difficult application process imposes an externality on the workers who don’t get the job.

All right, here is where the algebra begins.

I’ve included each equation as both formatted text and LaTeX.

Consider a competition between two applicants, X and Z.

They are each asked to complete a series of tasks in an application process. The amount of effort X puts into the application is x, and the amount of effort Z puts into the application is z. Let’s say each additional bit of effort has a fixed cost, normalized to 1.

Let’s say that their skills are similar, but not identical; this seems quite realistic. X has skill level hx, and Z has skill level hz.

Getting hired has a payoff for each worker of V. This includes all the expected benefits of the salary, benefits, and working conditions. I’ll assume that these are essentially the same for both workers, which also seems realistic.

The benefit to the employer is proportional to the worker’s skill, so letting h be the skill level of the actually hired worker, the benefit of hiring that worker is hY. The reason they are requiring this application process is precisely because they want to get the worker with the highest h. Let’s say that this application process has a cost to implement, c.

Who will get hired? Well, presumably whoever does better on the application. The skill level will amplify the quality of their output, let’s say proportionally to the effort they put in; so X’s expected quality will be hxx and Z’s expected output will be hzz.

Let’s also say there’s a certain amount of error in the process; maybe the more-qualified candidate will sleep badly the day of the interview, or make a glaring and embarrassing typo on their CV. And quite likely the quality of application output isn’t perfectly correlated with the quality of actual output once hired. To capture all this, let’s say that having more skill and putting in more effort only increases your probability of getting the job, rather than actually guaranteeing it.

In particular, let’s say that the probability of X getting hired is P[X] = hxx/(hxx + hzz).

\[ P[X] = \frac{h_x}{h_x x + h_z z} \]

This results in a contest function, a type of model that I’ve discussed in some earlier posts in a rather different context.


The expected payoff for worker X is:

E[Ux] = hxx/(hxx + hzz) V – x

\[ E[U_x] = \frac{h_x x}{h_x x + h_z z} V – x \]

Maximizing this with respect to the choice of effort x (which is all that X can control at this point) yields:

hxhzz V = (hxx + hzz)2

\[ h_x h_z x V = (h_x x + h_z z)^2 \]

A similar maximization for worker Z yields:

hxhzx V = (hxx + hzz)2

\[ h_x h_z z V = (h_x x + h_z z)^2 \]

It follows that x=z, i.e. X and Z will exert equal efforts in Nash equilibrium. Their probability of success will then be contingent entirely on their skill levels:

P[X] = hx/(hx + hz).

\[ P[X] = \frac{h_x}{h_x + h_y} \]

Substituting that back in, we can solve for the actual amount of effort:

hxhzx V = (hx + hz)2x2

\[h_x h_z x V = (h_x + h_z)^2 x^2 \]

x = hxhzV/(hx + hz)2

\[ x = \frac{h_x h_z}{h_x + h_z} V \]

Now let’s see what that gives for the expected payoffs of the firm and the workers. This is worker X’s expected payoff:

E[Ux] = hx/(hx + hz) V – hxhzV/(hx + hz)2 = (hx/(hx + hz))2 V

\[ E[U_x] = \frac{h_x}{h_x + h_z} V – \frac{h_x h_z}{(h_x + h_z)^2} V = \left( \frac{h_x}{h_x + h_z}\right)^2 V \]

Worker Z’s expected payoff is the same, with hx and hz exchanged:

E[Uz] = (hz/(hx + hz))2 V

\[ E[U_z] = \left( \frac{h_z}{h_x + h_z}\right)^2 V \]

What about the firm? Their expected payoff is the the probability of hiring X, times the value of hiring X, plus the probability of hiring Z, times the value of hiring Z, all minus the cost c:

E[Uf] = hx/(hx + hz) hx Y + hz/(hx + hz) hz Y – c= (hx2 + hz2)/(hx + hz) Y – c

\[ E[U_f] = \frac{h_x}{h_x + h_z} h_x Y + \frac{h_z}{h_x + h_z} h_z Y – c = \frac{h_x^2 + h_z^2}{h_x + h_z} Y – c\]

To see whether the application process was worthwhile, let’s compare against the alternative of simply flipping a coin and hiring X or Z at random. The probability of getting hired is then 1/2 for each candidate.

Expected payoffs for X and Z are now equal:

E[Ux] = E[Uz] = V/2

\[ E[U_x] = E[U_z] = \frac{V}{2} \]

The expected payoff for the firm can be computed the same as before, but now without the cost c:

E[Uf] = 1/2 hx Y + 1/2 hz Y = (hx + hz)/2 Y

\[ E[U_f] = \frac{1}{2} h_x Y + \frac{1}{2} h_z Y = \frac{h_x + h_z}{2} Y \]

This has a very simple interpretation: The expected value to the firm is just the average quality of the two workers, times the overall value of the job.

Which of these two outcomes is better? Well, that depends on the parameters, of course. But in particular, it depends on the difference between hx and hz.

Consider two extremes: In one case, the two workers are indistinguishable, and hx = hz = h. In that case, the payoffs for the hiring process reduce to the following:

E[Ux] = E[Uz] = V/4

\[ E[U_x] = E[U_z] = \frac{V}{4} \]

E[Uf] = h Y – c

\[ E[U_f] = h Y – c \]

Compare this against the payoffs for hiring randomly:

E[Ux] = E[Uz] = V/2

\[ E[U_x] = E[U_z] = \frac{V}{2} \]

E[Uf] = h Y

\[ E[U_f] = h Y \]

Both the workers and the firm are strictly better off if the firm just hires at random. This makes sense, since the workers have identical skill levels.

Now consider the other extreme, where one worker is far better than the other; in fact, one is nearly worthless, so hz ~ 0. (I can’t do exactly zero because I’d be dividing by zero, but let’s say one is 100 times better or something.)

In that case, the payoffs for the hiring process reduce to the following:

E[Ux] = V

E[Uz] = 0

\[ E[U_x] = V \]

\[ E[U_z] = 0 \]

X will definitely get the job, so X is much better off.

E[Uf] = hx Y – c

\[ E[U_f] = h_x Y – c \]

If the firm had hired randomly, this would have happened instead:

E[Ux] = E[Uz] = V/2

\[ E[U_x] = E[U_z] = \frac{V}{2} \]

E[Uf] = hY/2

\[ E[U_f] = \frac{h}{2} Y \]

As long as c < hY/2, both the firm and the higher-skill worker are better off in this scenario. (The lower-skill worker is worse off, but that’s not surprising.) The total expected benefit for everyone is also higher in this scenario.


Thus, the difference in skill level between the applicants is vital. If candidates are very different in skill level, in a way that the application process can accurately measure, then a long and costly application process can be beneficial, not only for the firm but also for society as a whole.

In these extreme examples, it was either not worth it for the firm, or worth it for everyone. But there is an intermediate case worth looking at, where the long and costly process can be worth it for the firm, but not for society as a whole. I will call this case hyper-competition—a system that is so competitive it makes society overall worse off.

This inefficient result occurs precisely when:
c < (hx2 + hz2)/(hx + hz) Y – (hx + hz)/2 Y < c + (hx/(hx + hz))2 V + (hz/(hx + hz))2 V

\[ c < \frac{h_x^2 + h_z^2}{h_x + h_z} Y – \frac{h_x + h_z}{2} Y < c + \left( \frac{h_x}{h_x + h_z}\right)^2 V + \left( \frac{h_z}{h_x + h_z}\right)^2 V \]

This simplifies to:

c < (hx – hz)2/(2hx + 2hz) Y < c + (hx2 + hz2)/(hx + hz)2 V

\[ c < \frac{(h_x – h_z)^2}{2 (h_x + h_z)} Y < c + \frac{(h_x^2 + h_z^2)}{(h_x+h_z)^2} V \]

If c is small, then we are interested in the case where:

(hx – hz)2 Y/2 < (hx2 + hz2)/(hx + hz) V

\[ \frac{(h_x – h_z)^2}{2} Y < \frac{h_x^2 + h_z^2}{h_x + h_z} V \]

This is true precisely when the difference hx – hz is small compared to the overall size of hx or hz—that is, precisely when candidates are highly skilled but similar. This is pretty clearly the typical case in the real world. If the candidates were obviously different, you wouldn’t need a competitive process.

For instance, suppose that hx = 10 and hz = 8, while V = 180, Y = 20 and c = 1.

Then, if we hire randomly, these are the expected payoffs:

E[Uf] = (hx + hz)/2 Y = 180

E[Ux] = E[Uz] = V/2 = 90

If we use the complicated hiring process, these are the expected payoffs:

E[Ux] = (hx/(hx + hz))2 V = 55.5

E[Uz] = (hz/(hx + hz))2 V = 35.5

E[Uf] = (hx2 + hz2)/(hx + hz) Y – c = 181

The firm gets a net benefit of 1, quite small; while the workers face a far larger total expected loss of 90. And these candidates aren’t that similar: One is 25% better than the other. Yet because the effort expended in applying was so large, even this improvement in quality wasn’t worth it from society’s perspective.

This conclude’s the algebra for today, if you’ve been skipping it.

In this model I’ve only considered the case of exactly two applicants, but this can be generalized to more applicants, and the effect only gets stronger: Seemingly-large differences in each worker’s skill level can be outweighed by the massive cost of making so many people work so hard to apply and get nothing to show for it.

Thus, hyper-competition can exist despite apparently large differences in skill. Indeed, it is precisely the typical real-world scenario with many applicants who are similar that we expect to see the greatest inefficiencies. In the absence of intervention, we should expect markets to get this wrong.

Of course, we don’t actually want employers to hire randomly, right? We want people who are actually qualified for their jobs. Yes, of course; but you can probably assess that with nothing more than a resume and maybe a short interview. Most employers are not actually trying to find qualified candidates; they are trying to sift through a long list of qualified candidates to find the one that they think is best qualified. And my suspicion is that most of them honestly don’t have good methods of determining that.

This means that it could be an improvement for society to simply ban long hiring processes like these—indeed, perhaps ban job interviews altogether, as I can hardly think of a more efficient mechanism for allowing employers to discriminate based on race, gender, age, or disability than a job interview. Just collect a resume from each applicant, remove the ones that are unqualified, and then roll a die to decide which one you hire.

This would probably make the fit of workers to their jobs somewhat worse than the current system. But most jobs are learned primarily through experience anyway, so once someone has been in a job for a few years it may not matter much who was hired originally. And whatever cost we might pay in less efficient job matches could be made up several times over by the much faster, cheaper, easier, and less stressful process of applying for jobs.

Indeed, think for a moment of how much worse it feels being turned down for a job after a lengthy and costly application process that is designed to assess your merit (but may or may not actually do so particularly well), as opposed to simply finding out that you lost a high-stakes die roll. Employers could even send out letters saying one of two things: “You were rejected as unqualifed for this position.” versus “You were qualified, but you did not have the highest die roll.” Applying for jobs already feels like a crapshoot; maybe it should literally be one.

People would still have to apply for a lot of jobs—actually, they’d probably end up applying for more, because the lower cost of applying would attract more applicants. But since the cost is so much lower, it would still almost certainly be easier to do a job search than it is in the current system. In fact, it could largely be automated: simply post your resume on a central server and the system matches you with employers’ requirements and then randomly generates offers. Employers and prospective employees could fill out a series of forms just once indicating what they were looking for, and then the system could do the rest.

What I find most interesting about this policy idea is that it is in an important sense anti-meritocratic. We are in fact reducing the rewards for high levels of skill—at least a little bit—in order to improve society overall and especially for those with less skill. This is exactly the kind of policy proposal that I had hoped to see from a book like The Meritocracy Trap, but never found there. Perhaps it’s too radical? But the book was all about how we need fundamental, radical change—and then its actual suggestions were simple, obvious, and almost uncontroversial.

Note that this simplified process would not eliminate the incentives to get major, verifiable qualifications like college degrees or years of work experience. In fact, it would focus the incentives so that only those things matter, instead of whatever idiosyncratic or even capricious preferences HR agents might have. There would be no more talk of “culture fit” or “feeling right for the job”, just: “What is their highest degree? How many years have they worked in this industry?” I suppose this is credentialism, but in a world of asymmetric information, I think credentialism may be our only viable alternative to nepotism.

Of course, it’s too late for me. But perhaps future generations may benefit from this wisdom.

What would a better job market look like?

Sep 13 JDN 2459106

I probably don’t need to tell you this, but getting a job is really hard. Indeed, much harder than it seems like it ought to be.

Having all but completed my PhD, I am now entering the job market. The job market for economists is quite different from the job market most people deal with, and these differences highlight some potential opportunities for improving job matching in our whole economy—which, since employment is such a large part of our lives, could have wide-ranging benefits for our society.

The most obvious difference is that the job market for economists is centralized: Job postings are made through the American Economic Association listing of Job Openings for Economists (often abbrievated AEA JOE); in a typical year about 4,000 jobs are posted there. All of them have approximately the same application deadline, near the end of the year. Then, after applying to various positions, applicants get interviewed in rapid succession, all at the annual AEA conference. Then there is a matching system, where applicants get to send two “signals” indicating their top choices and then offers are made.

This year of course is different, because of COVID-19. The conference has been canceled, with all of its presentations moved online; interviews will also be conducted online. Perhaps more worrying, the number of postings has been greatly reduced, and based on past trends may be less than half of the usual number. (The number of applicants may also be reduced, but it seems unlikely to drop as much as the number of postings does.)

There are a number of flaws in even this system. First, it’s too focused on academia; very few private-sector positions use the AEA JOE system, and almost no government positions do. So those of us who are not so sure we want to stay in academia forever end up needing to deal with both this system and the conventional system in parallel. Second, I don’t understand why they use this signaling system and not a deferred-acceptance matching algorithm. I should be able to indicate more about my preferences than simply what my top two choices are—particularly when most applicants apply to over 100 positions. Third, it isn’t quite standardized enough—some positions do have earlier deadlines or different application materials, so you can’t simply put together one application packet and send it to everyone at once.

Still, it’s quite obvious that this system is superior to the decentralized job market that most people deal with. Indeed, this becomes particularly obvious when one is participating in both markets at once, as I am. The decentralized market has a wide range of deadlines, where upon seeing an application you may need to submit to it within that week, or you may have several months to respond. Nearly all applications require a resume, but different institutions will expect different content on it. Different applications may require different materials: Cover letters, references, writing samples, and transcripts are all things that some firms will want and others won’t.

Also, this is just my impression from a relatively small sample, but I feel like the AEA JOE listings are more realistic, in the following sense: They don’t all demand huge amounts of prior experience, and those that do ask for prior experience are either high-level positions where that’s totally reasonable, or are willing to substitute education for experience. For private-sector job openings you basically have to subtract three years from whatever amount of experience they say they require, because otherwise you’d never have anywhere you could apply to. (Federal government jobs are a weird case here; they all say they require a lot of experience at a specific government pay grade, but from talking with those who have dealt with the system before, they are apparently willing to make lots of substitutions—private-sector jobs, education, and even hobbies can sometimes substitute.)

I think this may be because the decentralized market has to some extent unraveled. The job market is the epitome of a matching market; unraveling in a matching market occurs when there is fierce competition for a small number of good candidates or, conversely, a small number of good openings. Each firm has the incentive to make a binding offer earlier than the others, with a short deadline so that candidates don’t have time to shop around. As firms compete with each other, they start making deadlines earlier and earlier until candidates feel like they are in a complete crapshoot: An offer made on Monday might be gone by Friday, and you have no way of knowing if you should accept it now or wait for a better one to come along. This is a Tragedy of the Commons: Given what other firms are doing, each firm benefits from making an earlier binding offer. But once they all make early offers, that benefit disappears and the result just makes the whole system less efficient.

The centralization of the AEA JOE market prevents this from happening: Everyone has common deadlines and does their interviews at the same time. Each institution may be tempted to try to break out of the constraints of the centralized market, but they know that if they do, they will be punished by receiving fewer applicants.

The fact that the centralized market is more efficient is likely a large part of why economics PhDs have the lowest unemployment rate of any PhD graduates and nearly the lowest unemployment rate of any job sector whatsoever. In some sense we should expect this: If anyone understands how to make employment work, it should be economists. Noah Smith wrote in 2013 (and I suppose I took it to heart): “If you get a PhD, get an economics PhD.” I think PhD graduates are the right comparison group here: If we looked at the population as a whole, employment rates and salaries for economists look amazing, but that isn’t really fair since it’s so much harder to become an economist than it is to get most other jobs. But I don’t think it’s particularly easier to get a PhD in physics or biochemistry than to get one in economics, and yet economists still have a lower unemployment rate than physicists or biochemists. (Though it’s worth noting that any PhD—yes, even in the humanities—will give you a far lower risk of unemployment than the general population.) The fact that we have AEA JOE and they don’t may be a major factor here.


So, here’s my question: Why don’t we do this in more job markets? It would be straightforward enough to do this for all PhD graduates, at least—actually my understanding is that some other disciplines do have centralized markets similar to the one in economics, but I’m not sure how common this is.

The federal government could relatively easily centralize its own job market as well; maybe not for positions that need to be urgently filled, but anything that can wait several months would be worth putting into a centralized system that has deadlines once or twice a year.

But what about the private sector, which after all is where most people work? Could we centralize that system as well?

It’s worth noting the additional challenges that immediately arise: Many positions need to be filled immediately, and centralization would make that impossible. There are thousands of firms that would need to be coordinated (there are at least 100,000 firms in the US with 100 or more employees). There are millions of different jobs to be filled, requiring a variety of different skills. In an average month over 5 million jobs are filled in the United States.

Most people want a job near where they live, so part of the solution might be to centralize only jobs within a certain region, such as a particular metro area. But if we are limited to open positions of a particular type within a particular city, there might not be enough openings at any given time to be worth centralizing. And what about applicants who don’t care so much about geography? Should they be applying separately to each regional market?

Yet even with all this in mind, I think some degree of centralization would be feasible and worthwhile. If nothing else, I think standardizing deadlines and application materials could make a significant difference—it’s far easier to apply to many places if they all use the same application and accept them at the same time.

Another option would be to institute widespread active labor market policies, which are a big part of why #ScandinaviaIsBetter. Denmark especially invests heavily in such programs, which provide training and job matching for unemployed citizens. It is no coincidence that Denmark has kept their unemployment rate under 7% even through the worst of the Great Recession. The US unemployment rate fluctuates wildly with the business cycle, while most of Europe has steadier but higher unemployment. Indeed, the lowest unemployment rates in France over the last 30 years have exceeded the highest rates in Denmark over the same period. Denmark spends a lot on their active labor market programs, but I think they’re getting their money’s worth.

Such a change would make our labor markets more efficient, matching people to jobs that fit them better, increasing productivity and likely decreasing turnover. Wages probably wouldn’t change much, but working in a better job for the same wage is still a major improvement in your life. Indeed, job satisfaction is one of the strongest predictors of life satisfaction, which isn’t too surprising given how much of our lives we spend at work.

Will robots take our jobs? Not “if” but “when”.

Jan 5 JDN 2458853

The prospect of technological unemploymentin short, robots taking our jobs—is a very controversial one among economists.

For most of human history, technological advances have destroyed some jobs and created others, causing change, instability, conflict—but ultimately, not unemployment. Many economists believe that this trend will continue well into the 21st century.

Yet I am not so sure, ever since I read this chilling paragraph by Gregory Clark, which I first encountered in The Atlantic:

There was a type of employee at the beginning of the Industrial Revolution whose job and livelihood largely vanished in the early twentieth century. This was the horse. The population of working horses actually peaked in England long after the Industrial Revolution, in 1901, when 3.25 million were at work. Though they had been replaced by rail for long-distance haulage and by steam engines for driving machinery, they still plowed fields, hauled wagons and carriages short distances, pulled boats on the canals, toiled in the pits, and carried armies into battle. But the arrival of the internal combustion engine in the late nineteenth century rapidly displaced these workers, so that by 1924 there were fewer than two million. There was always a wage at which all these horses could have remained employed. But that wage was so low that it did not pay for their feed.

Based on the statistics, what actually seems to be happening right now is that automation is bifurcating the workforce: It’s allowing some people with advanced high-tech skills to make mind-boggling amounts of money in engineering and software development, while those who lack such skills get pushed ever further into the margins, forced to take whatever jobs they can get. This skill-biased technical change is far from a complete explanation for our rising inequality, but it’s clearly a contributing factor, and I expect it will become more important over time.

Indeed, in some sense I think the replacement of most human labor with robots is inevitable. It’s not a question of “if”, but only a question of “when”. In a thousand years—if we survive at all, and if we remain recognizable as human—we’re not going to have employment in the same sense we do today. In the best-case scenario, we’ll live in the Culture, all playing games, making art, singing songs, and writing stories while the robots do all the hard labor.

But a thousand years is a very long time; we’ll be dead, and so will our children and our grandchildren. Most of us are thus understandably a lot more concerned about what happens in say 20 or 50 years.

I’m quite certain that not all human work will be replaced within the next 20 years. In fact, I am skeptical even of the estimates that half of all work will be automated within the next 40 years, though some very qualified experts are making such estimates. A lot of jobs are safe for now.

Indeed, my job is probably pretty safe: While there has been a disturbing trend in universities toward adjunct faculty, people are definitely still going to need economists for the foreseeable future. (Indeed, if Asimov is right, behavioral economists will one day rule the galaxy.)

Creative jobs are also quite safe; it’s going to be at least a century, maybe more, before robots can seriously compete with artists, authors, or musicians. (Robot Beethoven is a publicity stunt, not a serious business plan.) Indeed, by the time robots reach that level, I think we’ll have to start treating them as people—so in that sense, people will still be doing those jobs.

Even construction work is also relatively safe—actually projected to grow faster than employment in general for the next decade. This is probably because increased construction productivity tends to lead to more construction, rather than less employment. We can pretty much always use more or bigger houses, as long as we can afford them. Really, we should be hoping for technological advances in construction, which might finally bring down our astronomical housing prices, especially here in California.

But a lot of jobs are clearly going to disappear, sooner than most people seem to grasp.

The one that worries me the most is truck drivers. Truck drivers are a huge number of people. Trucking employs over 1.5 million Americans, accounting for about 1% of all US workers. It’s one of the few remaining jobs that pays a middle-class salary with entry-level skills and doesn’t require an advanced education. It’s also culturally coded as highly masculine, which is advantageous in a world where a large number of men suffer so deeply from fragile masculinity (a major correlate of support for Donald Trump, by the way, as well as a source of a never-ending array of cringeworthy marketing) that they can’t bear to take even the most promising “pink collar” jobs.

And yet, long-haul trucking is probably not going to exist in 20 years. Short-haul and delivery trucking will probably last a bit longer, since it’s helpful to have a human being to drive around complicated city streets and carry deliveries. Automated trucks are already here, and they are just… better. While human drivers need rest, sleep, food, and bathroom breaks, rarely exceeding 11 hours of actual driving per day (which still sounds exhausting!), an automated long-haul truck can stay on the road for over 22 hours per day, even including fuel and maintenance. The capital cost of an automated truck is currently much higher than an ordinary truck, but when that changes, trucking companies aren’t going to keep around a human driver when their robots can deliver twice as fast and don’t expect to be paid wages. Automated vehicles are also safer than human drivers, which will save several thousand lives per year. For this to happen, we don’t even need truly full automation; we just need to get past our current level 3 automation and reach level 4. Prototypes of this level of automation are already under development; in about 10 years they’ll start hitting the road. The shift won’t be instantaneous; once a company has already invested in a truck and a driver, they’ll keep them around for several years. But in 20 years from now, I don’t expect to see a lot of human-driven trucks left.

I’m pleased to see that the government is taking this matter seriously, already trying to develop plans for what to do when long-haul trucks become fully robotic. I hope they can come up with a good plan in time.

Some jobs that will be automated away deserve to be automated away. I can’t shed very many tears for the loss of fast-food workers and grocery cashiers (which we can already see happening around us—been to a Taco Bell lately?); those are terrible jobs that no human being should have to do. And my only concern about automated telemarketing is that it makes telemarketing cheaper and therefore more common; I certainly am not worried about the fact that people won’t be working as telemarketers anymore.

But a lot of good jobs, even white-collar jobs, are at risk of automation. Algorithms are already performing at about the same level as human radiologists, contract reviewers, and insurance underwriters, and once they get substantially better, companies are going to have trouble justifying why they would hire a human who costs more and performs worse. Indeed, the very first job to be automated by information technology was a white-collar job: computer used to be a profession, not a machine.

Technological advancement is inherently difficult to predict: If we knew how future technology will work, we’d make it now. So any such prediction should contain large error bars: “20 years away” could mean we make a breakthrough next year, or it could stay “20 years away” for the next 50 years.

If we had a robust social safety net—a basic income, perhaps?—this would be fine. But our culture decided somewhere along the way that people only deserve to live well if they are currently performing paid services for a corporation, and as robots get better, corporations will find they don’t need so many people performing services. We could face up to this fact and use it as an opportunity for deeper reforms; but I fear that instead we’ll wait to act until the crisis is already upon us.

Unpaid work and the double burden

Apr 16, JDN 2457860

When we say the word “work”, what leaps to mind is usually paid work in the formal sector—the work people do for employers. When you “go to work” each morning, you are going to do your paid work in the formal sector.

But a large quantity of the world’s labor does not take this form. First, there is the informal sectorwork done for cash “under the table”, where there is no formal employment structure and often no reporting or payment of taxes. Many economists estimate that the majority of the world’s workers are employed in the informal sector. The ILO found that informal employment comprises as much as 70% of employment in some countries. However, it depends how you count: A lot of self-employment could be considered either formal or informal. If you base it on whether you do any work outside an employer-employee relationship, informal sector work is highly prevalent around the world. If you base it on not reporting to the government to avoid taxes, informal sector work is less common. If it must be your primary source of income, whether or not you pay taxes, informal sector work is uncommon. And if you only include informal sector work when it is your primary income source and not reported to the government, informal sector work is relatively rare and largely restricted to underdeveloped countries.

But that’s not really my focus for today, because you at least get paid in the informal sector. Nor am I talking about forced laborthat is, slavery, essentially—which is a serious human rights violation that sadly still goes on in many countries.

No, the unpaid work I want to talk about today is work that people willingly do for free.

I’m also excluding internships and student work, where (at least in theory) the idea is that instead of getting paid you are doing the work in order to acquire skills and experience that will be valuable to you later on. I’m talking about work that you do for its own sake.

Such work can be divided into three major categories.
First there is vocation—the artist who would paint even if she never sold a single canvas; the author who is compelled to write day and night and would give the books away for free. Vocation is work that you do for fun, or because it is fulfilling. It doesn’t even feel like “work” in quite the same sense. For me, writing and research are vocation, at least in part; even if I had $5 million in stocks I would still do at least some writing and research as part of what gives my life meaning.

Second there is volunteering—the soup kitchen, the animal shelter, the protest march. Volunteering is work done out of altruism, to help other people or work toward some greater public goal. You don’t do it for yourself, you do it for others.

Third, and really my main focus for this post, is domestic labor—vacuuming the rug, mopping the floor, washing the dishes, fixing the broken faucet, changing the baby’s diapers. This is generally not work that anyone finds particularly meaningful or fulfilling, nor is it done out of any great sense of altruism (perhaps toward your own family, but that’s about the extent of it). But you also don’t get paid to do it. You do it because it must be done.

There is also considerable overlap, of course: Many people find meaning in their activism or charitable work, and part of what motivates artists and authors is a desire to change the world.

Vocation is ultimately what I would like to see the world move towards. One of the great promises of a basic income is that it might finally free us from the grind of conventional employment that has gripped us ever since we first managed to escape the limitations of subsistence farming—which in turn gripped us ever since we escaped the desperation of hunter-gatherer survival. The fourth great stage in human prosperity might finally be a world where we can work not for food or for pay, but for meaning. A world of musicians and painters, of authors and playwrights, of sculptors and woodcutters, yes; but also a world of cinematographers and video remixers, of 3D modelers and holographers, of VR designers and video game modders. If you ever fret that no work would be done without the constant pressure of the wage incentive, spend some time on Stack Overflow or the Steam Workshop. People will spend hundreds of person-hours at extremely high-skill tasks—I’m talking AI programming and 3D modeling here—not for money but for fun.

Volunteering is frankly kind of overrated; as the Effective Altruism community will eagerly explain to you any chance they get, it’s usually more efficient for you to give money rather than time, because money is fungible while giving your time only makes sense if your skills are actually the ones that the project needs. If this criticism of so much well-intentioned work sounds petty, note that literally thousands of lives would be saved each year if instead of volunteering people donated an equivalent amount of money so that charities could hire qualified workers instead. Unskilled volunteers and donations of useless goods after a disaster typically cause what aid professionals call the “second disaster”. Still, people do find meaning in volunteering, and there is value in that; and also there are times when you really are the best one to do it, particularly when it comes to local politics.

But what should we do with domestic labor?

Some of it can and will be automated away—the Parable of the Dishwasher with literal dishwashers. But it will be awhile before it all can, and right now it’s still a bit expensive. Maybe instead of vacuuming I should buy a Roomba—but $500 feels like a lot of money right now.

Much domestic labor we could hire out to someone else, but we simply choose not to. I could always hire someone to fix my computer, unclog my bathtub, or even mop my floors; I just don’t because it seems too expensive.
From the perspective of an economist, it’s actually a bit odd that it seems too expensive. I might have a comparative advantage in fixing my computer—it’s mine, after all, so I know its ins and outs, and while I’m no hotshot Google admin I am a reasonably competent programmer and debugger in my own right. And while for many people auto repair is a household chore, I do actually hire auto mechanics; I don’t even change my own oil, though partly that’s because my little Smart has an extremely compact design that makes it hard to work on. But I surely have no such comparative advantage in cleaning my floors or unclogging my pipes; so why doesn’t it seem worth it to hire someone else to do that?

Maybe I’m being irrational; hiring a cleaning service isn’t that expensive after all. I could hire a cleaning service to do my whole apartment for something like $80, and if I scheduled a regular maid it would probably be something like that per month. That’s what I would charge for two hours of tutoring, so maybe it would behoove me to hire a maid and spend that extra time tutoring or studying.

Or maybe it’s this grad student budget of mine; money is pretty tight at the moment, as I go through this strange societal ritual where young adults go through a period of near-poverty, overwhelming workload and constant anxiety not in spite but because we are so intelligent and hard-working. Perhaps if and when I get that $70,000 job as a professional economist my marginal utility of wealth will decrease and I will feel more inclined to hire maid services.

There are also transaction costs I save on by doing the work myself. A maid would have to commute here, first of all, reducing the efficiency gains from their comparative advantage in the work; but more than that, there’s a lot of effort I’d have to put in just to prepare for the maid and deal with any problems that might arise. There are scheduling issues, and the work probably wouldn’t get done as quickly unless I were to spend enough to hire a maid on a regular basis. There’s also a psychological cost in comfort and privacy to dealing with a stranger in one’s home, and a small but nontrivial risk that the maid might damage or steal something important.

But honestly it might be as simple as social norms (remember: to a first approximation, all human behavior is social norms). Regardless of whether or not it is affordable, it feels strange to hire a maid. That’s the sort of thing only rich, decadent people do. A responsible middle-class adult is supposed to mop their own floors and do their own laundry. Indeed, while hiring a plumber or an auto mechanic feels like paying for a service, hiring a maid crosses a line and feels like hiring a servant. (I honestly always feel a little awkward around the gardeners hired by our housing development for that reason. I’m only paying them indirectly, but there’s still this vague sense that they are somehow subservient—and surely, we are of quite distinct socioeconomic classes. Maybe it would help if I brushed up on my Spanish and got to know them better?)

And then there’s the gender factor. Being in a same-sex couple household changes the domestic labor dynamic quite a bit relative to the conventional opposite-sex couple household. Even in ostensibly liberal, feminist, egalitarian households, and even when both partners are employed full-time, it usually ends up being the woman who does most of the housework. This is true in the US; it is true in the UK; it is true in Europe; indeed it’s true in most if not all countries around the world, and, unsurprisingly, it is worst in India, where women spend a whopping five hours per day more on housework than men. (I was not surprised by the fact that Japan and China also do poorly, given their overall gender norms; but I’m a bit shocked at how badly Ireland and Italy do on this front.) And yes, while #ScandinaviaIsBetter, still in Sweden and Norway women spend half an hour to an hour more on housework on an average day than men.

Which, of course, supports the social norm theory. Any time you see both an overwhelming global trend against women and considerable cross-country variation within that trend, your first hypothesis should be sexism. Without the cross-country variation, maybe it could be biology—the sex differences in height and upper-body strength, for example, are pretty constant across countries. But women doing half an hour more in Norway but five hours more in India looks an awful lot like sexism.

This is called the double burden: To meet the social norms of being responsible middle-class adults, men are merely expected to work full-time at a high-paying job, but women are expected to do both the full effort of maintaining a household and the full effort of working at a full-time job. This is surely an improvement over the time when women were excluded from the formal workforce, not least because of the financial freedom that full-time work affords many women; but it would be very nice if we could also find a way to share some of that domestic burden as well. There has been some trend toward a less unequal share of housework as more women enter the workforce, but it still has a long way to go, even in highly-developed countries.

So, we can start by trying to shift the social norm that housework is gendered: Women clean the floors and change the diapers, while men fix the car and paint the walls. Childcare in particular is something that should be done equally by all parents, and while it’s plausible that one person may be better or worse at mopping or painting, it strains credulity to think that it’s always the woman who is better at mopping and the man who is better at painting.

Yet perhaps this is a good reason to try to shift away from another social norm as well, the one where only rich people hire maids and maids are servants. Unfortunately, it’s likely that most maids will continue to be women for the foreseeable future—cleaning services are gendered in much the same way that nursing and childcare are gendered. But at least by getting paid to clean, one can fulfill the “job” norm and the “housekeeping” norm in one fell swoop; and then women who are in other professions can carry only one burden instead of two. And if we can begin to think of cleaning services as more like plumbing and auto repair—buying a service, not hiring a servant—this is likely to improve the condition and social status of a great many maids. I doubt we’d ever get to the point where mopping floors is as prestigious as performing neurosurgery, but maybe we can at least get to the point where being a maid is as respectable as being a plumber. Cleaning needs done; it shouldn’t be shameful to be someone who is very good at doing it and gets paid to do so. (That is perhaps the most pernicious aspect of socioeconomic class, this idea that some jobs are “shameful” because they are done by workers with less education or involve more physical labor.)
This also makes good sense in terms of economic efficiency: Your comparative advantage is probably not in cleaning services, or if it is then perhaps you should do that as a career. So by selling your labor at whatever you are good at and then buying the services of someone who is especially good at cleaning, you should, at least in theory, be able to get the same cleaning done and maintain the same standard of living for yourself while also accomplishing more at whatever it is you do in your profession and providing income for whomever you hire to do the cleaning.

So, should I go hire a cleaning service after all? I don’t know, that still sounds pretty expensive.

Sometimes people have to lose their jobs. This isn’t a bad thing.

Oct 8, JDN 2457670

Eleizer Yudkowsky (founder of the excellent blog forum Less Wrong) has a term he likes to use to distinguish his economic policy views from either liberal, conservative, or even libertarian: “econoliterate”, meaning the sort of economic policy ideas one comes up with when one actually knows a good deal about economics.

In general I think Yudkowsky overestimates this effect; I’ve known some very knowledgeable economists who disagree quite strongly over economic policy, and often following the conventional political lines of liberal versus conservative: Liberal economists want more progressive taxation and more Keynesian monetary and fiscal policy, while conservative economists want to reduce taxes on capital and remove regulations. Theoretically you can want all these things—as Miles Kimball does—but it’s rare. Conservative economists hate minimum wage, and lean on the theory that says it should be harmful to employment; liberal economists are ambivalent about minimum wage, and lean on the empirical data that shows it has almost no effect on employment. Which is more reliable? The empirical data, obviously—and until more economists start thinking that way, economics is never truly going to be a science as it should be.

But there are a few issues where Yudkowsky’s “econoliterate” concept really does seem to make sense, where there is one view held by most people, and another held by economists, regardless of who is liberal or conservative. One such example is free trade, which almost all economists believe in. A recent poll of prominent economists by the University of Chicago found literally zero who agreed with protectionist tariffs.

Another example is my topic for today: People losing their jobs.

Not unemployment, which both economists and almost everyone else agree is bad; but people losing their jobs. The general consensus among the public seems to be that people losing jobs is always bad, while economists generally consider it a sign of an economy that is run smoothly and efficiently.

To be clear, of course losing your job is bad for you; I don’t mean to imply that if you lose your job you shouldn’t be sad or frustrated or anxious about that, particularly not in our current system. Rather, I mean to say that policy which tries to keep people in their jobs is almost always a bad idea.

I think the problem is that most people don’t quite grasp that losing your job and not having a job are not the same thing. People not having jobs who want to have jobs—unemployment—is a bad thing. But losing your job doesn’t mean you have to stay unemployed; it could simply mean you get a new job. And indeed, that is what it should mean, if the economy is running properly.

Check out this graph, from FRED:

hires_separations

The red line shows hires—people getting jobs. The blue line shows separations—people losing jobs or leaving jobs. During a recession (the most recent two are shown on this graph), people don’t actually leave their jobs faster than usual; if anything, slightly less. Instead what happens is that hiring rates drop dramatically. When the economy is doing well (as it is right now, more or less), both hires and separations are at very high rates.

Why is this? Well, think about what a job is, really: It’s something that needs done, that no one wants to do for free, so someone pays someone else to do it. Once that thing gets done, what should happen? The job should end. It’s done. The purpose of the job was not to provide for your standard of living; it was to achieve the task at hand. Once it doesn’t need done, why keep doing it?

We tend to lose sight of this, for a couple of reasons. First, we don’t have a basic income, and our social welfare system is very minimal; so a job usually is the only way people have to provide for their standard of living, and they come to think of this as the purpose of the job. Second, many jobs don’t really “get done” in any clear sense; individual tasks are completed, but new ones always arise. After every email sent is another received; after every patient treated is another who falls ill.

But even that is really only true in the short run. In the long run, almost all jobs do actually get done, in the sense that no one has to do them anymore. The job of cleaning up after horses is done (with rare exceptions). The job of manufacturing vacuum tubes for computers is done. Indeed, the job of being a computer—that used to be a profession, young women toiling away with slide rules—is very much done. There are no court jesters anymore, no town criers, and very few artisans (and even then, they’re really more like hobbyists). There are more writers now than ever, and occasional stenographers, but there are no scribes—no one powerful but illiterate pays others just to write things down, because no one powerful is illiterate (and even few who are not powerful, and fewer all the time).

When a job “gets done” in this long-run sense, we usually say that it is obsolete, and again think of this as somehow a bad thing, like we are somehow losing the ability to do something. No, we are gaining the ability to do something better. Jobs don’t become obsolete because we can’t do them anymore; they become obsolete because we don’t need to do them anymore. Instead of computers being a profession that toils with slide rules, they are thinking machines that fit in our pockets; and there are plenty of jobs now for software engineers, web developers, network administrators, hardware designers, and so on as a result.

Soon, there will be no coal miners, and very few oil drillers—or at least I hope so, for the sake of our planet’s climate. There will be far fewer auto workers (robots have already done most of that already), but far more construction workers who install rail lines. There will be more nuclear engineers, more photovoltaic researchers, even more miners and roofers, because we need to mine uranium and install solar panels on rooftops.

Yet even by saying that I am falling into the trap: I am making it sound like the benefit of new technology is that it opens up more new jobs. Typically it does do that, but that isn’t what it’s for. The purpose of technology is to get things done.

Remember my parable of the dishwasher. The goal of our economy is not to make people work; it is to provide people with goods and services. If we could invent a machine today that would do the job of everyone in the world and thereby put us all out of work, most people think that would be terrible—but in fact it would be wonderful.

Or at least it could be, if we did it right. See, the problem right now is that while poor people think that the purpose of a job is to provide for their needs, rich people think that the purpose of poor people is to do jobs. If there are no jobs to be done, why bother with them? At that point, they’re just in the way! (Think I’m exaggerating? Why else would anyone put a work requirement on TANF and SNAP? To do that, you must literally think that poor people do not deserve to eat or have homes if they aren’t, right now, working for an employer. You can couch that in cold economic jargon as “maximizing work incentives”, but that’s what you’re doing—you’re threatening people with starvation if they can’t or won’t find jobs.)

What would happen if we tried to stop people from losing their jobs? Typically, inefficiency. When you aren’t allowed to lay people off when they are no longer doing useful work, we end up in a situation where a large segment of the population is being paid but isn’t doing useful work—and unlike the situation with a basic income, those people would lose their income, at least temporarily, if they quit and tried to do something more useful. There is still considerable uncertainty within the empirical literature on just how much “employment protection” (laws that make it hard to lay people off) actually creates inefficiency and reduces productivity and employment, so it could be that this effect is small—but even so, likewise it does not seem to have the desired effect of reducing unemployment either. It may be like minimum wage, where the effect just isn’t all that large. But it’s probably not saving people from being unemployed; it may simply be shifting the distribution of unemployment so that people with protected jobs are almost never unemployed and people without it are unemployed much more frequently. (This doesn’t have to be based in law, either; while it is made by custom rather than law, it’s quite clear that tenure for university professors makes tenured professors vastly more secure, but at the cost of making employment tenuous and underpaid for adjuncts.)

There are other policies we could make that are better than employment protection, active labor market policies like those in Denmark that would make it easier to find a good job. Yet even then, we’re assuming that everyone needs jobs–and increasingly, that just isn’t true.

So, when we invent a new technology that replaces workers, workers are laid off from their jobs—and that is as it should be. What happens next is what we do wrong, and it’s not even anybody in particular; this is something our whole society does wrong: All those displaced workers get nothing. The extra profit from the more efficient production goes entirely to the shareholders of the corporation—and those shareholders are almost entirely members of the top 0.01%. So the poor get poorer and the rich get richer.

The real problem here is not that people lose their jobs; it’s that capital ownership is distributed so unequally. And boy, is it ever! Here are some graphs I made of the distribution of net wealth in the US, using from the US Census.

Here are the quintiles of the population as a whole:

net_wealth_us

And here are the medians by race:

net_wealth_race

Medians by age:

net_wealth_age

Medians by education:

net_wealth_education

And, perhaps most instructively, here are the quintiles of people who own their homes versus renting (The rent is too damn high!)

net_wealth_rent

All that is just within the US, and already they are ranging from the mean net wealth of the lowest quintile of people under 35 (-$45,000, yes negative—student loans) to the mean net wealth of the highest quintile of people with graduate degrees ($3.8 million). All but the top quintile of renters are poorer than all but the bottom quintile of homeowners. And the median Black or Hispanic person has less than one-tenth the wealth of the median White or Asian person.

If we look worldwide, wealth inequality is even starker. Based on UN University figures, 40% of world wealth is owned by the top 1%; 70% by the top 5%; and 80% by the top 10%. There is less total wealth in the bottom 80% than in the 80-90% decile alone. According to Oxfam, the richest 85 individuals own as much net wealth as the poorest 3.7 billion. They are the 0.000,001%.

If we had an equal distribution of capital ownership, people would be happy when their jobs became obsolete, because it would free them up to do other things (either new jobs, or simply leisure time), while not decreasing their income—because they would be the shareholders receiving those extra profits from higher efficiency. People would be excited to hear about new technologies that might displace their work, especially if those technologies would displace the tedious and difficult parts and leave the creative and fun parts. Losing your job could be the best thing that ever happened to you.

The business cycle would still be a problem; we have good reason not to let recessions happen. But stopping the churn of hiring and firing wouldn’t actually make our society better off; it would keep people in jobs where they don’t belong and prevent us from using our time and labor for its best use.

Perhaps the reason most people don’t even think of this solution is precisely because of the extreme inequality of capital distribution—and the fact that it has more or less always been this way since the dawn of civilization. It doesn’t seem to even occur to most people that capital income is a thing that exists, because they are so far removed from actually having any amount of capital sufficient to generate meaningful income. Perhaps when a robot takes their job, on some level they imagine that the robot is getting paid, when of course it’s the shareholders of the corporations that made the robot and the corporations that are using the robot in place of workers. Or perhaps they imagine that those shareholders actually did so much hard work they deserve to get paid that money for all the hours they spent.

Because pay is for work, isn’t it? The reason you get money is because you’ve earned it by your hard work?

No. This is a lie, told to you by the rich and powerful in order to control you. They know full well that income doesn’t just come from wages—most of their income doesn’t come from wages! Yet this is even built into our language; we say “net worth” and “earnings” rather than “net wealth” and “income”. (Parade magazine has a regular segment called “What People Earn”; it should be called “What People Receive”.) Money is not your just reward for your hard work—at least, not always.

The reason you get money is that this is a useful means of allocating resources in our society. (Remember, money was created by governments for the purpose of facilitating economic transactions. It is not something that occurs in nature.) Wages are one way to do that, but they are far from the only way; they are not even the only way currently in use. As technology advances, we should expect a larger proportion of our income to go to capital—but what we’ve been doing wrong is setting it up so that only a handful of people actually own any capital.

Fix that, and maybe people will finally be able to see that losing your job isn’t such a bad thing; it could even be satisfying, the fulfillment of finally getting something done.

The high cost of frictional unemployment

Sep 3, JDN 2457635

I had wanted to open this post with an estimate of the number of people in the world, or at least in the US, who are currently between jobs. It turns out that such estimates are essentially nonexistent. The Bureau of Labor Statistics maintains a detailed database of US unemployment; they don’t estimate this number. We have this concept in macroeconomics of frictional unemployment, the unemployment that results from people switching jobs; but nobody seems to have any idea how common it is.

I often hear a ballpark figure of about 4-5%, which is related to a notion that “full employment” should really be about 4-5% unemployment because otherwise we’ll trigger horrible inflation or something. There is almost no evidence for this. In fact, the US unemployment rate has gotten as low as 2.5%, and before that was stable around 3%. This was during the 1950s, the era of the highest income tax rates ever imposed in the United States, a top marginal rate of 92%. Coincidence? Maybe. Obviously there were a lot of other things going on at the time. But it sure does hurt the argument that high income taxes “kill jobs”, don’t you think?

Indeed, it may well be that the rate of frictional unemployment varies all the time, depending on all sorts of different factors. But here’s what we do know: Frictional unemployment is a serious problem, and yet most macroeconomists basically ignore it.

Talk to most macroeconomists about “unemployment”, and they will assume you mean either cyclical unemployment (the unemployment that results from recessions and bad fiscal and monetary policy responses to them), or structural unemployment (the unemployment that results from systematic mismatches between worker skills and business needs). If you specifically mention frictional unemployment, the response is usually that it’s no big deal and there’s nothing we can do about it anyway.

Yet at least when we aren’t in a recession, frictional employment very likely accounts for the majority of unemployment, and thus probably the majority of misery created by unemployment. (Not necessarily, since it probably doesn’t account for much long-term unemployment, which is by far the worst.) And it is quite clear to me that there are things we can do about it—they just might be difficult and/or expensive.

Most of you have probably changed jobs at least once. Many of you have, like me, moved far away to a new place for school or work. Think about how difficult that was. There is the monetary cost, first of all; you need to pay for the travel of course, and then usually leases and paychecks don’t line up properly for a month or two (for some baffling and aggravating reason, UCI won’t actually pay me my paychecks until November, despite demanding rent starting the last week of July!). But even beyond that, you are torn from your social network and forced to build a new one. You have to adapt to living in a new place which may have differences in culture and climate. Bureaucracy often makes it difficult to change over documentation of such as your ID and your driver’s license.

And that’s assuming that you already found a job before you moved, which isn’t always an option. Many people move to new places and start searching for jobs when they arrive, which adds an extra layer of risk and difficulty above and beyond the transition itself.

With all this in mind, the wonder is that anyone is willing to move at all! And this is probably a large part of why people are so averse to losing their jobs even when it is clearly necessary; the frictional unemployment carries enormous real costs. (That and loss aversion, of course.)

What could we do, as a matter of policy, to make such transitions easier?

Well, one thing we could do is expand unemployment insurance, which reduces the cost of losing your job (which, despite the best efforts of Republicans in Congress, we ultimately did do in the Second Depression). We could expand unemployment insurance to cover voluntary quits. Right now, quitting voluntarily makes you forgo all unemployment benefits, which employers pay for in the form of insurance premiums; so an employer is much better off making your life miserable until you quit than they are laying you off. They could also fire you for cause, if they can find a cause (and usually there’s something they could trump up enough to get rid of you, especially if you’re not prepared for the protracted legal battle of a wrongful termination lawsuit). The reasoning of our current system appears to be something like this: Only lazy people ever quit jobs, and why should we protect lazy people? This is utter nonsense and it needs to go. Many states already have no-fault divorce and no-fault auto collision insurance; it’s time for no-fault employment termination.

We could establish a basic income of course; then when you lose your job your income would go down, but to a higher floor where you know you can meet certain basic needs. We could provide subsidized personal loans, similar to the current student loan system, that allow people to bear income gaps without losing their homes or paying exorbitant interest rates on credit cards.

We could use active labor market programs to match people with jobs, or train them with the skills needed for emerging job markets. Denmark has extensive active labor market programs (they call it “flexicurity”), and Denmark’s unemployment rate was 2.4% before the Great Recession, hit a peak of 6.2%, and has now recovered to 4.2%. What Denmark calls a bad year, the US calls a good year—and Greece fantasizes about as something they hope one day to achieve. #ScandinaviaIsBetter once again, and Norway fits this pattern also, though to be fair Sweden’s unemployment rate is basically comparable to the US or even slightly worse (though it’s still nothing like Greece).

Maybe it’s actually all right that we don’t have estimates of the frictional unemployment rate, because the goal really isn’t to reduce the number of people who are unemployed; it’s to reduce the harm caused by unemployment. Most of these interventions would very likely increase the rate frictional unemployment, as people who always wanted to try to find better jobs but could never afford to would now be able to—but they would dramatically reduce the harm caused by that unemployment.

This is a more general principle, actually; it’s why we should basically stop taking seriously this argument that social welfare benefits destroy work incentives. That may well be true; so what? Maximizing work incentives was never supposed to be a goal of public policy, as far as I can tell. Maximizing human welfare is the goal, and the only way a welfare program could reduce work incentives is by making life better for people who aren’t currently working, and thereby reducing the utility gap between working and not working. If your claim is that the social welfare program (and its associated funding mechanism, i.e. taxes, debt, or inflation) would make life sufficiently worse for everyone else that it’s not worth it, then say that (and for some programs that might actually be true). But in and of itself, making life better for people who don’t work is a benefit to society. Your supposed downside is in fact an upside. If there’s a downside, it must be found elsewhere.

Indeed, I think it’s worth pointing out that slavery maximizes work incentives. If you beat or kill people who don’t work, sure enough, everyone works! But that is not even an efficient economy, much less a just society. To be clear, I don’t think most people who say they want to maximize work incentives would actually support slavery, but that is the logical extent of the assertion. (Also, many Libertarians, often the first to make such arguments, do have a really bizarre attitude toward slavery; taxation is slavery, regulation is slavery, conscription is slavery—the last not quite as ridiculous—but actual forced labor… well, that really isn’t so bad, especially if the contract is “voluntary”. Fortunately some Libertarians are not so foolish.) If your primary goal is to make people work as much as possible, slavery would be a highly effective way to achieve that goal. And that really is the direction you’re heading when you say we shouldn’t do anything to help starving children lest their mothers have insufficient incentive to work.

More people not working could have a downside, if it resulted in less overall production of goods. But even in the US, one of the most efficient labor markets in the world, the system of job matching is still so ludicrously inefficient that people have to send out dozens if not hundreds of applications to jobs they barely even want, and there are still 1.4 times as many job seekers as there are openings (at the trough of the Great Recession, the ratio was 6.6 to 1). There’s clearly a lot of space here to improve the matching efficiency, and simply giving people more time to search could make a big difference there. Total output might decrease for a little while during the first set of transitions, but afterward people would be doing jobs they want, jobs they care about, jobs they’re good at—and people are vastly more productive under those circumstances. It’s quite likely that total employment would decrease, but productivity would increase so much that total output increased.

Above all, people would be happier, and that should have been our goal all along.

What really happened in Greece

JDN 2457506

I said I’d get back to this issue, so here goes.

Let’s start with what is uncontroversial: Greece is in trouble.

Their per-capita GDP PPP has fallen from a peak of over $32,000 in 2007 to a trough of just over $24,000 in 2013, and only just began to recover over the last 2 years. That’s a fall of 29 log points. Put another way, the average person in Greece has about the same real income now that they had in the year 2000—a decade and a half of economic growth disappeared.

Their unemployment rate surged from about 7% in 2007 to almost 28% in 2013. It remains over 24%. That is, almost one quarter of all adults in Greece are seeking jobs and not finding them. The US has not seen an unemployment rate that high since the Great Depression.

Most shocking of all, over 40% of the population in Greece is now below the national poverty line. They define poverty as 60% of the inflation-adjusted average income in 2009, which works out to 665 Euros per person ($756 at current exchange rates) per month, or about $9000 per year. They also have an absolute poverty line, which 14% of Greeks now fall below, but only 2% did before the crash.

So now, let’s talk about why.

There’s a standard narrative you’ve probably heard many times, which goes something like this:

The Greek government spent too profligately, heaping social services on the population without the tax base to support them. Unemployment insurance was too generous; pensions were too large; it was too hard to fire workers or cut wages. Thus, work incentives were too weak, and there was no way to sustain a high GDP. But they refused to cut back on these social services, and as a result went further and further into debt until it finally became unsustainable. Now they are cutting spending and raising taxes like they needed to, and it will eventually allow them to repay their debt.

Here’s a fellow of the Cato Institute spreading this narrative on the BBC. Here’s ABC with a five bullet-point list: Pension system, benefits, early retirement, “high unemployment and work culture issues” (yes, seriously), and tax evasion. Here the Telegraph says that Greece “went on a spending spree” and “stopped paying taxes”.

That story is almost completely wrong. Almost nothing about it is true. Cato and the Telegraph got basically everything wrong. The only one ABC got right was tax evasion.

Here’s someone else arguing that Greece has a problem with corruption and failed governance; there is something to be said for this, as Greece is fairly corrupt by European standards—though hardly by world standards. For being only a generation removed from an authoritarian military junta, they’re doing quite well actually. They’re about as corrupt as a typical upper-middle income country like Libya or Botswana; and Botswana is widely regarded as the shining city on a hill of transparency as far as Sub-Saharan Africa is concerned. So corruption may have made things worse, but it can’t be the whole story.

First of all, social services in Greece were not particularly extensive compared to the rest of Europe.

Before the crisis, Greece’s government spending was about 44% of GDP.

That was about the same as Germany. It was slightly more than the UK. It was less than Denmark and France, both of which have government spending of about 50% of GDP.

Greece even tried to cut spending to pay down their debt—it didn’t work, because they simply ended up worsening the economic collapse and undermining the tax base they needed to do that.

Europe has fairly extensive social services by world standards—but that’s a major part of why it’s the First World. Even the US, despite spending far less than Europe on social services, still spends a great deal more than most countries—about 36% of GDP.

Second, if work incentives were a problem, you would not have high unemployment. People don’t seem to grasp what the word unemployment actually means, which is part of why I can’t stand it when news outlets just arbitrarily substitute “jobless” to save a couple of syllables. Unemployment does not mean simply that you don’t have a job. It means that you don’t have a job and are trying to get one.

The word you’re looking for to describe simply not having a job is nonemployment, and that’s such a rarely used term my spell-checker complains about it. Yet economists rarely use this term precisely because it doesn’t matter; a high nonemployment rate is not a symptom of a failing economy but a result of high productivity moving us toward the post-scarcity future (kicking and screaming, evidently). If the problem with Greece were that they were too lazy and they retire too early (which is basically what ABC was saying in slightly more polite language), there would be high nonemployment, but there would not be high unemployment. “High unemployment and work culture issues” is actually a contradiction.

Before the crisis, Greece had an employment-to-population ratio of 49%, meaning a nonemployment rate of 51%. If that sounds ludicrously high, you’re not accustomed to nonemployment figures. During the same time, the United States had an employment-to-population ratio of 52% and thus a nonemployment rate of 48%. So the number of people in Greece who were voluntarily choosing to drop out of work before the crisis was just slightly larger than the number in the US—and actually when you adjust for the fact that the US is full of young immigrants and Greece is full of old people (their median age is 10 years older than ours), it begins to look like it’s we Americans who are lazy. (Actually, it’s that we are studious—the US has an extremely high rate of college enrollment and the best colleges in the world. Full-time students are nonemployed, but they are certainly not unemployed.)

But Greece does have an enormously high debt, right? Yes—but it was actually not as bad before the crisis. Their government debt surged from 105% of GDP to almost 180% today. 105% of GDP is about what we have right now in the US; it’s less than what we had right after WW2. This is a little high, but really nothing to worry about, especially if you’ve incurred the debt for the right reasons. (The famous paper by Rogart and Reinhoff arguing that 90% of GDP is a horrible point of no return was literally based on math errors.)

Moreover, Ireland and Spain suffered much the same fate as Greece, despite running primary budget surpluses.

So… what did happen? If it wasn’t their profligate spending that put them in this mess, what was it?

Well, first of all, there was the Second Depression, a worldwide phenomenon triggered by the collapse of derivatives markets in the United States. (You want unsustainable debt? Try 20 to 1 leveraged CDO-squareds and one quadrillion dollars in notional value. Notional value isn’t everything, but it’s a lot.) So it’s mainly our fault, or rather the fault of our largest banks. As far as us voters, it’s “our fault” in the way that if your car gets stolen it’s “your fault” for not locking the doors and installing a LoJack. We could have regulated against this and enforced those regulations, but we didn’t. (Fortunately, Dodd-Frank looks like it might be working.)

Greece was hit particularly hard because they are highly dependent on trade, particularly in services like tourism that are highly sensitive to the business cycle. Before the crash they imported 36% of GDP and exported 23% of GDP. Now they import 35% of GDP and export 33% of GDP—but it’s a much smaller GDP. Their exports have only slightly increased while their imports have plummeted. (This has reduced their “trade deficit”, but that has always been a silly concept. I guess it’s less silly if you don’t control your own currency, but it’s still silly.)

Once the crash happened, the US had sovereign monetary policy and the wherewithal to actually use that monetary policy effectively, so we weathered the crash fairly well, all things considered. Our unemployment rate barely went over 10%. But Greece did not have sovereign monetary policy—they are tied to the Euro—and that severely limited their options for expanding the money supply as a result of the crisis. Raising spending and cutting taxes was the best thing they could do.

But the bank(st?)ers and their derivatives schemes caused the Greek debt crisis a good deal more directly than just that. Part of the condition of joining the Euro was that countries must limit their fiscal deficit to no more than 3% of GDP (which is a totally arbitrary figure with no economic basis in case you were wondering). Greece was unwilling or unable to do so, but wanted to look like they were following the rules—so they called up Goldman Sachs and got them to make some special derivatives that Greece could use to continue borrowing without looking like they were borrowing. The bank could have refused; they could have even reported it to the European Central Bank. But of course they didn’t; they got their brokerage fee, and they knew they’d sell it off to some other bank long before they had to worry about whether Greece could ever actually repay it. And then (as I said I’d get back to in a previous post) they paid off the credit rating agencies to get them to rate these newfangled securities as low-risk.

In other words, Greece is not broke; they are being robbed.

Like homeowners in the US, Greece was offered loans they couldn’t afford to pay, but the banks told them they could, because the banks had lost all incentive to actually bother with the question of whether loans can be repaid. They had “moved on”; their “financial innovation” of securitization and collateralized debt obligations meant that they could collect origination fees and brokerage fees on loans that could never possibly be repaid, then sell them off to some Greater Fool down the line who would end up actually bearing the default. As long as the system was complex enough and opaque enough, the buyers would never realize the garbage they were getting until it was too late. The entire concept of loans was thereby broken: The basic assumption that you only loan money you expect to be repaid no longer held.

And it worked, for awhile, until finally the unpayable loans tried to create more money than there was in the world, and people started demanding repayment that simply wasn’t possible. Then the whole scheme fell apart, and banks began to go under—but of course we saved them, because you’ve got to save the banks, how can you not save the banks?

Honestly I don’t even disagree with saving the banks, actually. It was probably necessary. What bothers me is that we did nothing to save everyone else. We did nothing to keep people in their homes, nothing to stop businesses from collapsing and workers losing their jobs. Precisely because of the absurd over-leveraging of the financial system, the cost to simply refinance every mortgage in America would have been less than the amount we loaned out in bank bailouts. The banks probably would have done fine anyway, but if they didn’t, so what? The banks exist to serve the people—not the other way around.

We can stop this from happening again—here in the US, in Greece, in the rest of Europe, everywhere. But in order to do that we must first understand what actually happened; we must stop blaming the victims and start blaming the perpetrators.

What do we do about unemployment?

JDN 2457188 EDT 11:21.

Macroeconomics, particularly monetary policy, is primarily concerned with controlling two variables.

The first is inflation: We don’t want prices to rise too fast, or markets will become unstable. This is something we have managed fairly well; other than food and energy prices which are known to be more volatile, prices have grown at a rate between 1.5% and 2.5% per year for the last 10 years; even with food and energy included, inflation has stayed between -1.5% and +5.0%. After recovering from its peak near 15% in 1980, US inflation has stayed between -1.5% and +6.0% ever since. While the optimal rate of inflation is probably between 2.0% and 4.0%, anything above 0.0% and below 10.0% is probably fine, so the only significant failure of US inflation policy was the deflation in 2009.

The second is unemployment: We want enough jobs for everyone who wants to work, and preferably we also wouldn’t have underemployment (people who are only working part-time even though they’d prefer full-time or discouraged workers (people who give up looking for jobs because they can’t find any, and aren’t counted as unemployed because they’re no looking looking for work). There’s also a tendency among economists to want “work incentives” that maximize the number of people who want to work, but I think these are wildly overrated. Work isn’t an end in itself; work is supposed to be creating products and providing services that make human lives better. The benefits of production have to be weighed against the costs of stress, exhaustion, and lost leisure time from working. Given that stress-related illnesses are some of the leading causes of death and disability in the United States, I don’t think that our problem is insufficient work incentives.

Unemployment is a problem that we have definitely not solved. Unemployment has bounced up and down between peaks and valleys, dropping as low as 4.0% and rising as high as 11.0% over the last 60 years. If 2009’s -1.5% deflation concerns you, then its 9.9% unemployment should concern you far more. Indeed, I’m not convinced that 5.0% is an acceptable “natural” rate of unemployment—that’s still millions of people who want work and can’t find it—but most economists would say that it is.

In fact, matters are worse than most people realize. Our unemployment rate has fallen back to a relatively normal 5.5%, as you can see in this graph (the blue line is unemployment, the red line is underemployment):

All_Unemployment

However, our employment rate never recovered from the Second Depression. As you can see in this graph, it fell from 63% to 58%, and has now only risen back to 59%:

Employment

How can unemployment fall without employment rising? The key is understanding how unemployment is calculated: It only counts people in the labor force. If people leave the labor force entirely, by retiring, going back to school, or simply giving up on finding work, they will no longer be counted as unemployed. The unemployment rate only counts people who want work but don’t have it, so as far as I’m concerned that figure should always be nearly zero. (Not quite zero since it takes some time to find a good fit; but maybe 1% at most. Any more than that and there is something wrong with our economic system.)

The optimal employment rate is not as obvious; it certainly isn’t 100%, as some people are too young, too old, or too disabled to be spending their time working. As automation improves, the number of workers necessary to produce any given product decreases, and eventually we may decide as a society that we are making enough products and most of us should be spending more of our time on other things, like spending time with family, creating works of art, or simply having fun. Maybe only a handful of people, the most driven or the most brilliant, will actually decide to work—and they will do because they want to, not because they have to. Indeed, the truly optimal employment rate might well be zero; think of The Culture, where there is no such concept as a “job”; there are things you do because you want to do them, or because they seem worthwhile, but there is none of this “working for pay” nonsense. We are not yet at the level of automation where this would be possible, but we are much closer than I think most people realize. Think about all of the various administrative and bureaucratic tasks that most people do the majority of the time, all the reports, all the meetings; why do they do that? Is it actually because the work is necessary, that the many levels of bureaucracy actually increase efficiency through specialization? Or is it simply because we’ve become so accustomed to the idea that people have to be working all the time in order to justify their existence? Is David Graeber (I reviewed one of his books previously) right that most jobs are actually (and this is a technical term), “bullshit jobs”? Once again, the problem doesn’t seem to be too few work incentives, but if anything too many.

Indeed, there is a basic fact about unemployment that has been hidden from most people. I’d normally say that this is accidental, that it’s too technical or obscure for most people to understand, but no, I think it has been actively concealed, or, since I guess the information has been publicly available, at least discussion of it has been actively avoided. It’s really not at all difficult to understand, yet it will fundamentally change the way you think about our unemployment problem. Here goes:

Since at least 2000 and probably since 1980 there have been more people looking for jobs than there have been jobs available.

The entire narrative of “people are lazy and don’t want to work” or “we need more work incentives” is just totally, totally wrong; people are desperate to find work, and there hasn’t been enough work for them to find since longer than I’ve been alive.

You can see this on the following graph, which is of what’s called the “Beveridge curve”; the horizontal axis is the unemployment rate, while the vertical axis is the rate of job vacancies. The red line across the diagonal is the point at which the two are even, and there are as many people looking for jobs as there are jobs to fill. Notice how the graph is always below the line. There have always been more unemployed people than jobs for them to fill, and at the worst of the Second Depression the ratio was 5 to 1.

Beveridge_curve_2

Personally I believe that we should be substantially above the line, and in a truly thriving economy there should be employers desperately trying to find employees and willing to pay them whatever it takes. You shouldn’t have to send out 20 job applications to get hired; 20 companies should have to send offers to you. For the economy does not exist to serve corporations; it exists to serve people.

I can see two basic ways to solve this problem: You can either create more jobs, or you can get people to stop looking for work. That may be sort of obvious, but I think people usually forget the second option.

We definitely do talk a lot about “job creation”, though usually in a totally nonsensical way—somehow “Job Creator” has come to be a euphemism for “rich person”. In fact the best way to create jobs is to put money into the hands of people who will spend it. The more people spend their money, the more it flows through the economy and the more wealth we end up with overall. High rates of spending—high marginal propensity to consumecan multiply the value of a dollar many times over.

But there’s also something to be said for getting people to stop looking for work—the key is do it in the right way. They shouldn’t stop looking because they give up; they should stop looking because they don’t need to work. People should have their basic needs met even if they aren’t working for an employer; human beings have rights and dignity beyond their productivity in the market. Employers should have to make you a better offer than “you’ll be homeless if you don’t do this”.

Both of these goals can be accomplished simultaneously by one simple policy: Basic income.

It’s really amazing how many problems can be solved by a basic income; it’s more or less the amazing wonder policy that solves all the world’s economic problems simultaneously. Poverty? Gone. Unemployment? Decimated. Inequality? Contained. (The pilot studies of basic income in India have been successful beyond all but the wildest dreams; they eliminate poverty, improve health, increase entrepreneurial activity, even reduce gender inequality.) The one major problem basic income doesn’t solve is government debt (indeed it likely increases it, at least in the short run), but as I’ve already talked about, that problem is not nearly as bad as most people fear.

And once again I think I should head off accusations that advocating a basic income makes me some sort of far-left Communist radical; Friedrich Hayek supported a basic income.

Basic income would help with unemployment in a third way as well; one of the major reasons unemployment is so harmful is that people who are unemployed can’t provide for themselves or their families. So a basic income would reduce the number of people looking for jobs, increase the number of jobs available, and also make being unemployed less painful, all in one fell swoop. I doubt it would solve the problem of unemployment entirely, but I think it would make an enormous difference.

Should we raise the minimum wage?

JDN 2456949 PDT 10:22.

The minimum wage is an economic issue that most people are familiar with; a large portion of the population has worked for minimum wage at some point in their lives, and those who haven’t generally know someone who has. As Chris Rock famously remarked (in the recording, Chris Rock, as usual, uses some foul language), “You know what that means when they pay you minimum wage? You know what they’re trying to tell you? It’s like, ‘Hey, if I could pay you less, I would; but it’s against the law.’ ”

The minimum wage was last raised in 2009, but adjusted for inflation its real value has been trending downward since 1968. The dollar values are going up, but not fast enough to keep up with inflation.

So, should we raise it again? How much? Should we just match it to inflation, or actually raise it higher in real terms? Productivity (in terms of GDP per worker) has more than doubled since 1968, so perhaps the minimum wage should double as well?

There are two major sides in this debate, and I basically disagree with both of them.

The first is the right-wing view (here espoused by the self-avowed “Objectivist” Don Watkins) that the minimum wage should be abolished entirely because it is an arbitrary price floor that prevents workers from selling their labor at whatever wage the market will bear. He argues that the free market is the only way the value of labor should be assessed and the government has no business getting involved.

On the other end of the spectrum we have Robert Reich, who thinks we should definitely raise the minimum wage and it would be the best way to lift workers out of poverty. He argues that by providing minimum-wage workers with welfare and Medicaid, we are effectively subsidizing employers to pay lower wages. While I sympathize a good deal more with this view, I still don’t think it’s quite right.

Why not? Because Watkins is right about one thing: The minimum wage is, in fact, an arbitrary price floor. Out of all the possible wages that an employer could pay, how did we decide that this one should be the lowest? And the same applies to everyone, no matter who they are or what sort of work they do?

What Watkins gets wrong—and Reich gets right—is that wages are not actually set in a free and competitive market. Large corporations have market power; they can influence wages and prices to their own advantage. They use monopoly power to raise prices, and its inverse, monopsony power, to lower wages. The workers who are making a minimum wage of $7.25 wouldn’t necessarily make $7.25 in a competitive market; they could make more than that. All we know, actually, is that they would make at least this much, because if a worker’s marginal productivity is below the minimum wage the corporation simply wouldn’t have hired them.

Monopsony power doesn’t just lower wages; it also reduces employment. One of the ways that corporations can control wages is by controlling hiring; if they tried to hire more people, they’d have to offer a higher wage, so instead they hire fewer people. Under these circumstances, a higher minimum wage can actually create jobs, as Reich argues it will. And in this particular case I think he’s right about that, because corporations have enormous market power to hold wages down and in the Second Depression we have a huge amount of unused productive capacity. But this isn’t true in general. If markets are competitive, then raising minimum wage just causes unemployment. Even when corporations have market power, if there isn’t much unused capacity then raising minimum wage will just lead them to raise prices instead of hiring more workers.

Reich is also wrong about this idea that welfare payments subsidize low wages. On the contrary, the stronger your welfare system, the higher your wages will be. The reason is quite simple: A stronger welfare system gives workers more bargaining power. If not getting this job means you turn to prostitution or starve to death, then you’re going to take just about any wage they offer you. (I don’t entirely agree with Krugman’s defense of sweatshops—I believe there are ways to increase trade without allowing oppressive working conditions—but he makes this point quite vividly.) On the other hand, if you live in the US with a moderate welfare system, you can sometimes afford to say no; you might end up broke or worse, homeless, but you’re unlikely to starve to death because at least you have food stamps. And in a nation with a really robust welfare system like Sweden, you can walk away from any employer who offers to pay you less than your labor is worth, because you know that even if you can’t find a job for awhile your basic livelihood will be protected. As a result, stronger welfare programs make labor markets more competitive and raise wages. Welfare and Medicaid do not subsidize low-wage employers; they exert pressure on employers to raise their low wages. Indeed, a sufficiently strong welfare system could render minimum wage redundant, as I’ll get back to at the end of this post.

Of course, I am above all an empiricist; all theory must bow down before the data. So what does the data say? Does raising the minimum wage create jobs or destroy jobs? Our best answer from compiling various studies is… neither. Moderate increases in the minimum wage have no discernible effect on employment. In some studies we’ve found increases, in others decreases, but the overall average effect across many studies is indistinguishable from zero.

Of course, a sufficiently large increase is going to decrease employment; a Fox News reporter once famously asked: “Why not raise the minimum wage to $100,000 an hour!?” (which Jon Stewart aptly satirized as “Why not pay people in cocaine and unicorns!?”) Yes, raising the minimum wage to $100,000 an hour would create massive inflation and unemployment. But that really says nothing about whether raising the minimum wage to $10 or $20 would be a good idea. Covering your car with 4000 gallons of gasoline is a bad idea, but filling it with 10 gallons is generally necessary for its proper functioning.

This kind of argument is actually pretty common among Republicans, come to think of it. Take the Laffer Curve, for instance; it’s basically saying that since a 99% tax on everyone would damage the economy (which is obviously true) then a 40% tax specifically on millionaires must have the same effect. Another good one is Rush Limbaugh’s argument that if unemployment benefits are good, why not just put everyone on unemployment benefits? Well, again, because there’s a difference between doing something for some people sometimes and doing it for everyone all the time. There are these things called numbers; they measure whether something is bigger or smaller instead of just “there” or “not there”. You might want to learn about that.

Since moderate increases in minimum wage have no effect on unemployment, and we are currently under conditions of extremely low—in fact, dangerously low—inflation, then I think on balance we should go with Reich: Raising the minimum wage would do more good than harm.

But in general, is minimum wage the best way to help workers out of poverty? No, I don’t think it is. It’s awkward and heavy-handed; it involves trying to figure out what the optimal wage should be and writing it down in legislation, instead of regulating markets so that they will naturally seek that optimal level and respond to changes in circumstances. It only helps workers at the very bottom: Someone making $12 an hour is hardly rich, but they won’t benefit from increasing minimum wage to $10; in fact they might be worse off, if that increase triggers inflation that lowers the real value of their $12 wage.

What do I propose instead? A basic income. There should be a cash payment that every adult citizen receives, once a month, directly from the government—no questions asked. You don’t have to be unemployed, you don’t have to be disabled, you don’t have to be looking for work. You don’t have to spend it on anything in particular; you can use it for food, for housing, for transportation; or if you like you can use it for entertainment or save it for a rainy day. We don’t keep track of what you do with it, because it’s your own freedom and none of our business. We just give you this money as your dividends for being a shareholder in the United States of America.

This would be extremely easy to implement—the IRS already has all the necessary infrastructure, they just need to turn some minus signs into plus signs. We could remove all the bureaucracy involved in administering TANF and SNAP and Medicaid, because there’s no longer any reason to keep track of who is in poverty since nobody is. We could in fact fold the $500 billion a year we currently spend on means-tested programs into the basic income itself. We could pull another $300 billion from defense spending while still solidly retaining the world’s most powerful military.

Which brings me to the next point: How much would this cost? Probably less than you think. I propose indexing the basic income to the poverty line for households of 2 or more; since currently a household of 2 or more at the poverty line makes $15,730 per year, the basic income would be $7,865 per person per year. The total cost of giving that amount to each of the 243 million adults in the United States would be $1.9 trillion, or about 12% of our GDP. If we fold in the means-tested programs, that lowers the net cost to $1.4 trillion, 9% of GDP. This means that an additional flat tax of 9% would be enough to cover the entire amount, even if we don’t cut any other government spending.

If you use a progressive tax system like I recommended a couple of posts ago, you could raise this much with a tax on less than 5% of utility, which means that someone making the median income of $30,000 would only pay 5.3% more than they presently do. At the mean income of $50,000, you’d only pay 7.7%. And keep in mind that you are also receiving the additional $7,865; so in fact in both cases you actually end up with more than you had before the basic income was implemented. The break-even point is at about $80,000, where you pay an extra 9.9% ($7,920) and receive $7,865, so your after-tax income is now $79,945. Anyone making less than $80,000 per year actually gains from this deal; the only people who pay more than they receive are those who make more than $80,000. This is about the average income of someone in the fourth quintile (the range where 60% to 80% of the population is below you), so this means that roughly 70% of Americans would benefit from this program.

With this system in place, we wouldn’t need a minimum wage. Working full-time at our current minimum wage makes you $7.25*40*52 = $15,080 per year. If you are a single person, you’re getting $7,865 from the basic income, this means that you’ll still have more than you presently do as long as your employer pays you at least $3.47 per hour. And if they don’t? Well then you can just quit, knowing that at least you have that $7,865. If you’re married, it’s even better; the two of you already get $15,730 from the basic income. If you were previously raising a family working full-time on minimum wage while your spouse is unemployed, guess what: You actually will make more money after the policy no matter what wage your employer pays you.

This system can adapt to changes in the market, because it is indexed to the poverty level (which is indexed to inflation), and also because it doesn’t say anything about what wage an employer pays. They can pay as little or as much as the market will bear; but the market is going to bear more, because workers can afford to quit. Billionaires are going to hate this plan, because it raises their taxes (by about 40%) and makes it harder for them to exploit workers. But for 70% of Americans, this plan is a pretty good deal.