A customer-support team in Gurugram handles tickets for a US retail client. Each resolved ticket used to require ten distinct micro-tasks: reading the complaint, searching the knowledge base, checking order history, drafting a reply, checking tone and policy compliance, tagging the ticket category, escalating exceptions, negotiating a refund, logging the resolution, and following up. In 2023, Brynjolfsson, Li, and Raymond ran a controlled study inside a real customer-support operation and found that a generative-AI assistant raised the number of issues an agent resolved per hour by roughly 14% on average — but the gain was concentrated almost entirely among newer, less-experienced agents, who improved dramatically, while the most experienced agents barely changed at all (Brynjolfsson, Li & Raymond, "Generative AI at Work," NBER Working Paper 31161, 2023). That single fact — the same technology helping novices far more than experts — is the seed of everything in this chapter: automation does not hit "jobs," it hits tasks, it does not affect all workers within an occupation equally, and its net effect on employment and wages depends on economic forces that are precise enough to compute, not just gesture at. This chapter builds the model that makes those computations possible, applies it numerically to an Indian services scenario, and confronts it with the actual research literature on AI and labor markets.
From "will AI take my job" to "which tasks in my job"
The question "will AI take my job" is economically the wrong question, and it has been the wrong question since well before generative AI existed. Autor, Levy, and Murnane showed in 2003 that computerization does not automate occupations wholesale; it automates tasks, and every occupation is a bundle of tasks with very different susceptibility to automation (Autor, Levy & Murnane, "The Skill Content of Recent Technological Change," Quarterly Journal of Economics, 118(4), 2003). A radiologist's job includes pattern-matching on scans (highly automatable), explaining a diagnosis to a frightened patient (not automatable with current technology), and coordinating with surgeons on ambiguous cases (partially automatable, requires judgment). Collapsing this bundle into a single "at risk / safe" label — the approach Frey and Osborne took when they estimated that 47% of US employment was in occupations at high risk of computerisation (Frey & Osborne, "The Future of Employment," Technological Forecasting and Social Change, 114, 2017) — throws away exactly the information an economist needs to predict what happens to wages and headcount.
Acemoglu and Restrepo formalized this as a task-based model: think of production as a continuum of tasks, each of which can currently be performed by labor, by capital (machines, software, AI), or increasingly cheaply by both. Whether a task is automated at any moment depends on the relative cost of the AI system versus the wage of a human doing that task, at the quality bar the buyer requires (Acemoglu & Restrepo, "Automation and New Tasks," Journal of Economic Perspectives, 33(2), 2019). New AI capability does not act on "jobs" — it lowers the cost of performing specific tasks, shifting the boundary of which tasks clear that make-or-buy decision in capital's favor. Everything downstream — layoffs, wage pressure, new hiring, new occupations — follows from tracking what happens on both sides of that shifting boundary. Eloundou, Manning, Mishkin, and Rock applied exactly this task-level logic to large language models in 2023, estimating that around 80% of the US workforce has at least 10% of their tasks exposed to LLM capability, while a much smaller share — around 19% — has half or more of their tasks exposed (Eloundou et al., "GPTs are GPTs," arXiv:2303.10130, 2023). Read that pair of numbers carefully: the 80% figure is not "80% of jobs will disappear." It is a statement about task exposure, and task exposure is the input to a labor-demand calculation, not the output of one.
Three forces, not one: displacement, scale, and reinstatement
Acemoglu and Restrepo's key theoretical move is to decompose the effect of automating a task into three distinct economic forces that pull in different directions:
1. The displacement effect. If a task previously done by a human is now done by AI, and everything else in the economy stays fixed, that unit of human labor demand simply vanishes. This is the effect most public discussion focuses on exclusively, and it is always negative for labor.
2. The productivity (scale) effect. Automating a task lowers the cost of producing the output that task was part of. A cheaper product or service typically means the seller can lower price, which typically increases the quantity demanded. More output means more of every remaining, non-automated task needs to be performed — so demand for the tasks that stayed human rises. This effect is positive for labor, and its size depends entirely on how sensitive demand is to the price change: the price elasticity of demand.
3. The reinstatement effect. Adopting a new automation technology typically creates entirely new tasks that did not exist before — supervising the AI, curating the data it trains on, auditing its outputs, handling the edge cases it cannot resolve. Historically (assembly-line supervisors after mechanization, IT support after the PC, and now prompt engineers and AI-output reviewers), these new tasks tend to be disproportionately allocated back to humans, because at first only humans understand them well enough to do them (Acemoglu & Restrepo, 2019).
The net effect on human labor demand is the sum of all three — and there is no law of economics guaranteeing that sum is negative. It is an empirical and computational question, and the rest of this chapter shows exactly how to compute it.
Worked example: a task ledger for an Indian support process
Take the Gurugram support desk from the opening scenario and build a deliberately simplified numerical model — illustrative parameters, not measured company data, chosen to make every step checkable by hand. A ticket requires 10 tasks. Before AI, all 10 are done by a human agent at an internal cost of ₹15 per task. The firm processes 100 tickets a day. Generative AI can now perform 6 of the 10 tasks (retrieval, drafting, categorization, sentiment tagging, knowledge-base lookup, routing) at ₹2 per task, but the remaining 4 (de-escalation, exception judgment calls, retention negotiation, empathetic follow-up) still require a human. The firm prices its service to its client at a fixed 20% markup over cost, and the client's demand for ticket-resolution volume has a price elasticity of −1.5 (demand is elastic: the client can shift volume to competing vendors if price rises, and will buy more if price falls).
| Stage | What happens | Human task-units / day | Change |
|---|---|---|---|
| Baseline | 10 tasks × 100 tickets, all human | 1000.0 | — |
| Displacement | 6 tasks move to AI, volume still 100 | 400.0 | −600.0 |
| Scale effect | cost/price fall 52%, elastic demand lifts volume to 178 | 712.0 | +312.0 |
| Reinstatement | new "AI-output review" task, 0.3 units/ticket | 765.4 | +53.4 |
| Net result | — | 765.4 | −234.6 (−23.5%) |
Walk through where each number comes from. Cost per ticket before AI is 10 × ₹15 = ₹150; after, it is (6 × ₹2) + (4 × ₹15) = ₹12 + ₹60 = ₹72, a 52% cost reduction. At a fixed 20% markup, price falls from ₹150 × 1.2 = ₹180 to ₹72 × 1.2 = ₹86.40, also a 52% fall (price tracks cost exactly under constant markup, which is why the price elasticity applies directly to this percentage change). With demand elasticity −1.5, the percentage change in quantity is −1.5 × (−0.52) = +0.78: volume rises 78%, from 100 to 178 tickets a day. Now compute human task-units — the amount of human labor time, measured in "one task on one ticket" units — at each stage. The displacement effect is measured at the original volume, isolating the pure effect of removing 6 of 10 tasks from the human column: 4 tasks × 100 tickets = 400, a drop of 600 units from the baseline 1000. The scale effect then applies the new, larger volume to the reduced task count: 4 tasks × 178 tickets = 712, a gain of 312 units over the displacement-only figure. Finally, assume adopting AI creates one new task — a human reviewing AI outputs and triaging escalations — that takes 0.3 of a task-unit per ticket (lighter than a full task since it is assisted, not manual): 0.3 × 178 = 53.4 additional units, bringing the total to 765.4.
The net change is (765.4 − 1000) / 1000 = −23.5%. If one full-time worker handles 10 task-units a day (consistent with the baseline: 1000 units ÷ 100 workers), the firm needs roughly 76.5 workers instead of 100 — a reduction of about 23.5 workers, not the 60 workers a naive "6 of 10 tasks automated" reasoning would predict. That gap between −60% and −23.5% is the scale and reinstatement effects doing real, quantifiable work.
Here is the same computation as executable code, so every number above is independently reproducible rather than merely asserted:
def task_ledger(tasks_total=10, tasks_automated=6, tickets_baseline=100,
wage_cost_per_task=15, ai_cost_per_task=2, markup=1.20,
elasticity=-1.5, qa_task_units_per_ticket=0.3):
tasks_human_after = tasks_total - tasks_automated
cost_before = tasks_total * wage_cost_per_task
cost_after = (tasks_automated * ai_cost_per_task
+ tasks_human_after * wage_cost_per_task)
price_before = cost_before * markup
price_after = cost_after * markup
pct_price_change = (price_after - price_before) / price_before
pct_quantity_change = elasticity * pct_price_change
tickets_after = tickets_baseline * (1 + pct_quantity_change)
baseline_units = tasks_total * tickets_baseline
displaced_units = tasks_human_after * tickets_baseline
scaled_units = tasks_human_after * tickets_after
reinstated_units = scaled_units + qa_task_units_per_ticket * tickets_after
return {
"price_before": price_before,
"price_after": price_after,
"pct_price_change": pct_price_change,
"tickets_after": tickets_after,
"baseline_units": baseline_units,
"displacement_effect": displaced_units - baseline_units,
"scale_effect": scaled_units - displaced_units,
"reinstatement_effect": reinstated_units - scaled_units,
"net_units": reinstated_units,
"net_pct_change": (reinstated_units - baseline_units) / baseline_units,
}
for k, v in task_ledger().items():
print(f"{k}: {v:.2f}")
Tracing this by hand exactly as the interpreter would: price_before = 150 × 1.20 = 180.00; price_after = 72 × 1.20 = 86.40; pct_price_change = (86.4 − 180)/180 = −0.52; pct_quantity_change = −1.5 × −0.52 = 0.78, so tickets_after = 100 × 1.78 = 178.00; baseline_units = 10 × 100 = 1000.00; displacement_effect = (4×100) − 1000 = −600.00; scale_effect = (4×178) − 400 = 712 − 400 = 312.00; reinstatement_effect = (712 + 0.3×178) − 712 = 53.40; net_units = 765.40; net_pct_change = (765.4−1000)/1000 = −0.2346, which prints as −0.23 at two decimal places. Every figure in the table above is either a direct output of this program or a simple running sum of its outputs, not a separately-asserted number.
The mechanism, visualized
What the empirical evidence actually shows
The task-based model predicts that the net effect of automation on employment depends on demand elasticity and the size of the reinstatement effect — it does not predict a uniform sign. The evidence bears this out, and it is genuinely mixed. Acemoglu and Restrepo's own empirical study of industrial robots in the United States between 1990 and 2007 found that each additional robot per thousand workers in a local labor market reduced both the employment-to-population ratio and wages in that market — a case where displacement dominated, because demand for many manufactured goods in their sample was not elastic enough for the scale effect to offset the direct job loss, and workers could not easily relocate to unaffected regions (Acemoglu & Restrepo, "Robots and Jobs: Evidence from US Labor Markets," Journal of Political Economy, 128(6), 2020). That is a real-world instance of the "inelastic demand" case worked through numerically in the active-recall section below.
Generative AI's early evidence looks different in one important respect: the productivity gains are consistently larger for less-skilled or less-experienced workers than for experts, which compresses within-occupation performance gaps rather than simply replacing the lowest performers. Beyond the Brynjolfsson, Li, and Raymond customer-support study cited at the opening, Noy and Zhang ran a controlled experiment with professional writers using ChatGPT and found it cut task completion time by roughly 40% while raising output quality, with the largest gains again concentrated among writers who started with lower baseline performance (Noy & Zhang, "Experimental evidence on the productivity effects of generative artificial intelligence," Science, 381(6654), 2023). This "skill-leveling" pattern is a genuine departure from the twentieth-century pattern of skill-biased technical change described by Autor and collaborators, where computerization systematically raised returns to already-high-skill workers. Whether generative AI ultimately compresses or widens wage inequality is still an open, actively researched question — the early task-level evidence points toward compression within occupations, even as the task-based model above shows occupations can still shrink in headcount overall.
It is also worth being skeptical of the most dramatic macroeconomic growth forecasts. Acemoglu's 2024 macroeconomic accounting of AI's aggregate effect — deliberately built as a conservative counterweight to bullish forecasts — estimates a comparatively modest boost to total factor productivity over the coming decade, on the order of well under one percentage point of GDP growth per year, once you weight AI's task exposure by the actual economic value of the tasks it can perform reliably today (Acemoglu, "The Simple Macroeconomics of AI," NBER Working Paper 32487, 2024). The lesson is not that AI's economic effects are small — the task-level effects on specific occupations like customer support can be large, as the worked example shows — but that aggregating "many tasks affected" into "explosive GDP growth" requires a demand and substitution argument that most popular forecasts skip.
Correcting a common misconception
The misconception to name directly: "If AI can perform X% of a job's tasks, employment in that job falls by roughly X%." This reasoning implicitly assumes away both the scale effect and the reinstatement effect, treating output volume and task composition as fixed. The worked example refutes it with a specific counter-number: automating 60% of tasks (6 of 10) produced a net labor-demand decline of only 23.5%, not 60%, once the cheaper, faster service pulled in enough additional volume (elastic demand) and generated a new oversight task. The correction is not "automation is always less disruptive than it looks" — the robots-and-jobs evidence above shows the opposite can hold when demand is inelastic and reinstatement is weak. The correction is that the task-exposure percentage is an input to a labor-demand calculation, never the answer by itself. Whenever you see a headline number like "80% of jobs are exposed to AI" or "47% of jobs are at risk," the correct response is to ask three follow-up questions before drawing any employment conclusion: how elastic is demand for this output, how much of the cost saving passes through to price, and what new tasks does adopting this technology create.
Economic transformation beyond the firm
Two macro consequences follow directly from the task ledger. First, the labor share of income — the fraction of revenue paid to workers rather than to capital or AI-service providers — moves even when total output grows. In the worked example, the wage bill before AI is ₹15 × 1000 = ₹15,000 against revenue of ₹180 × 100 = ₹18,000, a labor share of 83.3%. After AI, the wage bill is ₹15 × 765.4 ≈ ₹11,481 against revenue of ₹86.40 × 178 ≈ ₹15,379, a labor share of about 74.6% — a decline of roughly 8.7 percentage points, even though the firm is now serving 78% more customers. This is the mechanism behind the broader, well-documented global decline in labor's share of income that predates generative AI (Karabarbounis & Neiman, "The Global Decline of the Labor Share," Quarterly Journal of Economics, 129(1), 2014): automation that is cheaper than the labor it replaces mechanically shifts the split between wages and capital returns, even in scenarios where absolute output and even absolute employment both rise.
Second, the reinstatement effect is where genuinely new occupations come from, and in India this is already an active policy target rather than a hypothetical: NASSCOM's FutureSkills Prime initiative, run jointly with the Ministry of Electronics and Information Technology, is explicitly built around reskilling IT-BPM workers into the new task categories automation creates — AI system auditing, data curation, prompt and workflow design — rather than assuming those workers simply exit the labor force. The economics here is precise: reinstatement only offsets displacement if workers can actually move into the new tasks, which depends on how quickly the new task category is defined, how learnable it is, and how much retraining friction stands between a displaced worker and the new role. A task ledger that shows a positive reinstatement term on paper does not automatically deliver that offset to the specific workers who were displaced — the model computes an aggregate demand shift, not a guarantee about who fills it.
Active recall
Attempt each question before reading its answer.
Q1. Explain, in terms of the three-force decomposition, why Acemoglu and Restrepo found that robots reduced both employment and wages in US manufacturing labor markets, while generative AI in customer support has so far raised productivity without an equivalent documented wage collapse.
Q2. A classmate says: "AI can do 6 of the 10 tasks in this support workflow, so the company needs 60% fewer support workers." Using the worked example, identify the two economic effects this reasoning ignores, and state the actual net percentage change.
Q3. Suppose the client's contract is fixed-volume (the BPO must resolve exactly the tickets that arrive; demand elasticity is only −0.8 instead of −1.5, because the client cannot easily send volume elsewhere on short notice). Recompute the full task ledger: the price change, the new ticket volume, the displacement effect, the scale effect, the reinstatement effect, and the net percentage change in human task-units. Does the price change from the original scenario change too?
Q4. Using the labor-share figures computed in this chapter (83.3% before AI, roughly 74.6% after), explain why labor share can fall even though total human task-units only decline by 23.5% and total revenue and output both rise.
Q5. Eloundou et al. (2023) report that about 80% of the US workforce has at least 10% of tasks exposed to LLMs. Explain why this task-level framing is more informative than an occupation-level "at risk / not at risk" score like Frey and Osborne's, and why the 80% figure should not be read as "80% of jobs will disappear."
Worked answers
A1. In the robots-and-jobs setting, demand for many manufactured goods was not elastic enough to generate a scale effect large enough to offset the direct displacement, and the reinstatement effect (new task creation) was comparatively weak and slow relative to the pace of robot adoption in those commuting zones — so displacement dominated and both employment and wages fell. In generative-AI customer support, the documented effect so far is a productivity gain within existing human tasks (agents resolve more tickets per hour using AI assistance) rather than a wholesale swap of a task from human to AI column, so the comparison is not fully symmetric: Brynjolfsson et al. measured effort augmentation on remaining human tasks, not a shrinking task count, which is a different point on the same task-based framework — augmentation of a task raises marginal product of the worker doing it, while displacement removes the task from the worker's column entirely.
A2. It ignores the scale/productivity effect (the 52% cost and price reduction pulled elastic demand up from 100 to 178 tickets, raising demand for the 4 remaining human tasks) and the reinstatement effect (the new AI-output-review task added 53.4 units back). The actual net change is −23.5%, not −60%.
A3. The cost and price change do not change — they depend only on the cost of production (₹150 → ₹72, a 52% fall), not on demand elasticity, so pct_price_change is still −0.52. What changes is the quantity response: pct_quantity_change = −0.8 × (−0.52) = +0.416, so tickets_after = 100 × 1.416 = 141.6. The displacement effect is unchanged at −600 (4×100 − 1000), since it is measured at the original volume and does not depend on elasticity at all. The scale effect shrinks to (4 × 141.6) − 400 = 566.4 − 400 = +166.4 (versus +312 before). The reinstatement effect becomes 0.3 × 141.6 = 42.48. Net units = 566.4 + 42.48 = 608.88, a net change of (608.88 − 1000)/1000 = −39.1% — nearly 16 percentage points worse than the elastic-demand case, entirely because the scale effect had less room to offset displacement. This is the robots-and-jobs mechanism reproduced numerically: the same displacement, a weaker offsetting force, and a much larger net job loss.
A4. Labor share is wages divided by revenue, and both the numerator and denominator change. Wages fall in proportion to human task-units (23.5% decline). Revenue falls too, because although volume rises 78%, price per ticket falls 52%, and 1.78 × 0.48 ≈ 0.854 — revenue is only about 85.4% of its original level (₹15,379 vs. ₹18,000, an ~14.6% fall), a smaller percentage decline than the 23.5% fall in the wage bill. Because the wage bill shrinks faster than revenue, the ratio — labor share — falls, even though both totals moved by less than 25%.
A5. Occupation-level scores force every worker in an occupation into a single "automatable" or "not automatable" bucket, discarding the fact that occupations are heterogeneous task bundles — exactly the error Autor, Levy, and Murnane's task framework was built to correct. Eloundou et al.'s task-level exposure counts mean that a worker with "at least 10% of tasks exposed" might have one small automatable component of an otherwise irreplaceable job — closer to an augmentation story than a displacement one. The 80% figure says LLM capability touches almost everyone's task list somewhere; it says nothing by itself about net employment, wages, or headcount, which — per the three-force model — require the demand-elasticity and reinstatement information this chapter's worked example supplies.
Think About It
Think about this: How would you explain ai economics: labor market disruption and economic transformation to a friend who has never seen a computer? What real-world analogy would you use? Imagine you had to build a system using these concepts — what would be your first step? Try this: before moving on, write down three things you learned and one question you still have.
Practice Exercises
Now it is time to practice! Complete these challenges to solidify your understanding:
- Exercise 1: Write a short program that demonstrates the core concept from this chapter. Test it with at least 3 different inputs.
- Exercise 2: Find a real-world example where ai economics: labor market disruption and economic transformation is used in an Indian company (like TCS, Infosys, Flipkart, or ISRO). Write a paragraph explaining the connection.
- Exercise 3: Create a mind-map connecting ai economics: labor market disruption and economic transformation to at least 3 other topics you have studied.
Key Takeaways — Summary and Recap
Let us recap what we covered: the core ideas behind ai economics: labor market disruption and economic transformation, how they connect to real-world applications, and why they matter for your journey in computer science. Remember these key points as you move forward. For competitive exam preparation (CBSE, JEE, BITSAT), focus on understanding the WHY behind each concept, not just the WHAT.