{"id":116661,"date":"2025-09-12T09:00:00","date_gmt":"2025-09-12T13:00:00","guid":{"rendered":"https:\/\/www.freethink.com\/?post_type=ftm_article&#038;p=116661"},"modified":"2025-09-10T16:49:30","modified_gmt":"2025-09-10T20:49:30","slug":"ai-wont-take-all-the-jobs","status":"publish","type":"ftm_article","link":"https:\/\/www.freethink.com\/artificial-intelligence\/ai-wont-take-all-the-jobs","title":{"rendered":"No, AI won\u2019t take all the jobs. Here\u2019s why."},"content":{"rendered":"\n<p>Ever since I was a kid reading Isaac Asimov paperbacks under the covers, I\u2019ve been hearing some version of the same prophecy repeated again and again: The machines are coming for our jobs.<\/p>\n\n\n\n<p>\u201cThis time it&#8217;s different,\u201d says whoever is issuing the warning. Yes, they <em>always <\/em>say that \u2014 but maybe with artificial intelligence (AI), it really is different. Maybe general-purpose machine intelligence will send us all to the breadline, making us as obsolete as horses when the car came around. Instead of hiring people, employers will fire up fleets of digital workers on the cheap. They\u2019ll work 24 hours a day, seven days a week, and humans will live in a neon hell of mass unemployment, riots, and war.<\/p>\n\n\n\n<p>It\u2019s a classic apocalypse tale, utterly terrifying because it hits at our darkest fears about who we are and what we could be: Humans are the dominant life-form now, but what if suddenly the majority of us slipped from the top of the food chain to the bottom of it?<\/p>\n\n\n\n<p>But if you actually consider the mechanics of integrating AI into the job market \u2014 unit economics, task decomposition, verification costs, new-market elasticity, labor bottlenecks, etc. \u2014 the idea that AI will take all our jobs quickly falls apart. Let\u2019s break it down.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-the-real-cost-of-digital-workers\">The real cost of digital workers<\/h3>\n\n\n\n<p>A recent <a href=\"https:\/\/fortune.com\/2025\/08\/18\/mit-report-95-percent-generative-ai-pilots-at-companies-failing-cfo\/\">MIT report<\/a> concluded that 95% of companies\u2019 attempts to integrate generative AI into their workflows fail. While the reporting on this story was overblown, many automation projects do fail and fail badly, often because the bots make massive mistakes and run into endless edge cases. Taco Bell, for example, is rethinking its integration of <a href=\"https:\/\/www.bbc.com\/news\/articles\/ckgyk2p55g8o\">AI into drive-thrus<\/a> after a UK man crashed the system by ordering 18,000 waters and another customer was repeatedly asked what they wanted to drink after already ordering a large Mountain Dew.&nbsp;<\/p>\n\n\n\n<p>Often the folks who champion AI for low-level jobs assume these jobs are mindless and should, therefore, be easy to automate. But even those jobs require workers to make hundreds or even thousands of little decisions \u2014 people are so good at making these little decisions that we don\u2019t even think of the process as thought. Placing ads on LinkedIn is hugely repetitive, but it&#8217;s not mindless. It&#8217;s threaded with dozens of intelligent turning points. Is this the right copy? Does it look good? Would this video work better with this copy?&nbsp;<\/p>\n\n\n\n<p>Getting AI to work reliably is often a nightmare because it comes up against the infinite messiness of life. Edge cases. Outliers. Unexpected left turns. Integrating it into even the places that seem like they should be the easiest to automate \u2014 like a fast food drive-thru \u2014 is a challenge because AI doesn\u2019t make work disappear. It just changes the workflow and creates a different set of problems.&nbsp;<\/p>\n\n\n\n<p>Every team that tries to slot AI into production will slam into the same three bottlenecks:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Problem description<\/li>\n\n\n\n<li>Iteration<\/li>\n\n\n\n<li>Verification<\/li>\n<\/ul>\n\n\n\n<p>Let\u2019s start with describing the problem. If the person using the AI can\u2019t say clearly what they want and what a good result looks like, an AI can\u2019t help them. As the old joke goes in consulting, machines will replace workers as soon as clients know exactly what they want. In other words, workers aren\u2019t in danger.<\/p>\n\n\n\n<p>Even if a team does know what it wants, that doesn\u2019t make it easy to describe clearly. Designing the prompts and decision points for an agent is a task littered with pitfalls.&nbsp;<\/p>\n\n\n\n<p>And what people want changes. Any project is iterative. It changes as the task develops. As<a href=\"https:\/\/cdixon.org\/2014\/03\/16\/theres-just-a-tremendous-amount-of-craftsmanship-in-between-a-great-idea-and-a-great-product\"> Steve Jobs said<\/a>, &#8220;There&#8217;s just a tremendous amount of craftsmanship in between a great idea and a great product.&#8221; Keeping track of those changes so the agent stays on track is a project management job in itself.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-pullquote\"><blockquote><p>AI iteration is a slot machine. You don&#8217;t know if you&#8217;re going to pull a jackpot or\u00a0dead-end for a day or two or three.<\/p><\/blockquote><\/figure>\n\n\n\n<p>If that&#8217;s bad, it&#8217;s nothing compared to the problem of iteration. That&#8217;s where an AI project really gives you whiplash. Take coding agents, like <a href=\"https:\/\/www.anthropic.com\/claude-code\">Anthropic\u2019s Claude Code<\/a>, as an example. Some problems one-shot, meaning an AI gets them right the very first time. Some take a thousand runs and still don&#8217;t work right. If you have to prompt Claude 1,000 times to get working production code, that&#8217;s 999 errors and one good result.&nbsp;<\/p>\n\n\n\n<p>The problem is you can&#8217;t plan for AI iteration. It&#8217;s a slot machine. You don&#8217;t know if you&#8217;re going to pull a jackpot or watch in horror as you dead-end for a day or two or three on the same broken loop.&nbsp;<\/p>\n\n\n\n<p>Worse, sometimes you don\u2019t get the luxury of iterations. Error tolerance rises or falls depending on the task, and you don\u2019t always get a second chance. In automating tax filings, one error can mean the difference between an audit and a refund. In finance, it can mean a bank account drained or an unexpected $10,000 bill. In medicine, it can mean life and death.<\/p>\n\n\n\n<p>That\u2019s where planning and self-correcting scaffolds, tool use, retrieval, and chain of thought variants do real work, but even there, the uncertainty bites. Nothing is perfect. Tools can give AI a way to ground its decisions by looking up facts in a <a href=\"https:\/\/cloud.google.com\/use-cases\/retrieval-augmented-generation\">private database<\/a>, but that doesn\u2019t always mean it gets it right every time. Or take <a href=\"https:\/\/www.nvidia.com\/en-us\/glossary\/cot-prompting\/\">chain of thought<\/a>. Models can\u2019t always explain what they\u2019re thinking, so a reasoning output may not actually reflect how the model came to a decision internally, as <a href=\"https:\/\/www.anthropic.com\/research\/reasoning-models-dont-say-think\">research from Anthropic<\/a> recently showed.\u00a0<\/p>\n\n\n\n<p>At best, these techniques are just hedges against the probability of making a wrong decision. The real world is messy, and both people and bots get things wrong because perfection is impossible in a world of infinite possibilities.&nbsp;<\/p>\n\n\n\n<p>The point isn\u2019t that iteration is bad. It\u2019s that it\u2019s unpredictable, which wrecks old-school project plans. With humans, you can guess that an IT project to set up a new Exchange server will take X hours. With AI, you can&#8217;t predict how well the digital slot machine will work today.&nbsp;<\/p>\n\n\n\n<p>A growing practical skill of today\u2019s AI-first coders is knowing when to grab the wheel back from the machine and just do it themselves. The longer they wait, the deeper in a hole of wrong code they get, and the more work they have to redo. The system can turn a 10x acceleration into a 10x slowdown in a single turn of the wheel.<\/p>\n\n\n\n<p>But the hardest part of all is verification. It&#8217;s the silent tax that compounds with scale.\u00a0<\/p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>For anything that matters, you need a verification pass that goes way beyond a lazy skim.<\/p>\n<\/blockquote>\n\n\n\n<p>A casual user might not check GPT\u2019s citations if using the tool to understand their apartment lease, but if you&#8217;re a lawyer using the tool for work, you\u2019ll be hunting down every link and triple-checking it \u2014 lawyers in the UK faced fines because they<a href=\"https:\/\/www.reuters.com\/world\/uk\/lawyers-face-sanctions-citing-fake-cases-with-ai-warns-uk-judge-2025-06-06\/\"> submitted docs with fake citations<\/a>. Research agents that <em>mostly<\/em> cite correctly are fine for a brainstorm, but they\u2019re useless for publishing or applications where lives and money are on the line. If your<a href=\"https:\/\/www.11x.ai\/\"> AI sales development representative<\/a> sends an email that promises an imaginary discount to a client, you&#8217;ve got big problems. If it gets<a href=\"https:\/\/pivot-to-ai.com\/2025\/08\/12\/prompt-inject-copilot-studio-ai-via-email-grab-a-companys-whole-salesforce\/\"> prompt-injected<\/a> to exfiltrate your client list, you&#8217;ve got a disaster on your hands.<\/p>\n\n\n\n<p>If you\u2019re using these systems for anything that matters, you need a verification pass that goes way beyond a lazy skim. That means detail-oriented human work \u2014 you must check every claim, every diagram, every link, every word, every line of code, every outcome and citation and fact. And who&#8217;s best positioned to verify? The very people who are already good at whatever the AI is trying to do: the workers it\u2019s supposed to replace.<\/p>\n\n\n\n<p>Doctors can check medical claims. Senior programmers can check AI coding outputs. Strong copywriters can check that whatever GPT writes sings \u2014 they know a good turn of phrase when they read it and can make sure each paragraph flows from the one before it.&nbsp;<\/p>\n\n\n\n<p>That&#8217;s the biggest irony of AI work. If you&#8217;re not already good at the task it&#8217;s doing, you can&#8217;t tell if what it generates is good. You don\u2019t have the knowledge or the context. If you don&#8217;t know French, then you don&#8217;t know if a French translation sounds clunky or if you just told someone to eat shit in your new commercial because of new slang that sounds like the phrase you translated.<\/p>\n\n\n\n<p>Even if what an AI generates is technically correct, we still make many products for use by people. If your <a href=\"https:\/\/deepmind.google\/discover\/blog\/genie-3-a-new-frontier-for-world-models\/\">Genie 3<\/a> model generates a perfectly playable 3D game world on the fly, that\u2019s amazing. But is it fun to play? Does it have little areas where players get stuck? Who is best at testing things like that? The very level designers you\u2019re trying to replace with AI, the ones who spent decades learning how to make games fun for the people who will pay for them.<\/p>\n\n\n\n<p>Establishing an army of digital workers at a company will not be a matter of &#8220;set it and forget it.&#8221; It&#8217;s going to take real oversight, layers of governance, cross-checking, monitoring, and auditing to make the agents stay on track. As experienced coder<a href=\"https:\/\/x.com\/VictorTaelin\/status\/1960345221012619469?t=8Egdo98So9UaXjtA8ZWHNg&amp;s=19\"> Victor Taelin<\/a> wrote on X:<\/p>\n\n\n<div \n\tclass=\"f-block f-block--blockquote f-block---simple f-blockquote border-l-10 border-gray-200 pl-7 dark:border-gray-800 dark:text-gray-200 text-gray-800 f-content\"\n\t\t>\n\t\t\t<p>The AI can only work for so long before it needs me. Here&#8217;s how [an] experiment went: 1. I wrote a full spec of the \u2018next-gen HVM\u2019&#8230;About 3 days later, I have a working prototype. I didn&#8217;t write more than 1% of that code. I spent 95% of that time playing games. From a point of view, the AI automated 95% of my job, if we measure by time alone. Yet, from another point of view, it automated 0% of my job. After all, without the expert (me) stepping in every 30 minutes, the AI wouldn&#8217;t be able to move past the very first module.<\/p>\n\t\t\t<\/div>\n\n\n\n<p>That looks like more jobs tending to the machines, just like the rise of cars meant the rise of mechanics to fix them.<\/p>\n\n\n\n<p>The job becomes directing, instrumenting, and babysitting the machine. We go from laborer to conductor. We&#8217;ll see new skillsets bloom and new businesses be born: verification guilds that operate like<a href=\"https:\/\/www.ul.com\/about\"> Underwriters Laboratories<\/a> for AI outputs, model risk professionals who adapt the bank-world playbook to statistical machines, and workflow designers who knit tools, models, and humans into something that produces consistent outcomes, not just cool demos.<\/p>\n\n\n\n<p>Human work isn\u2019t dying. It\u2019s just changing.<\/p>\n\n\n\n<p>Or changing again. We&#8217;ve already destroyed all the jobs in history 1,000 times over. You didn&#8217;t hunt a water buffalo for tonight\u2019s dinner or tan leather to make your shoes. Someone else produced your food and clothing. You didn&#8217;t make candles to light up your house. You flipped a switch.<\/p>\n\n\n\n<p>AI is just the latest labor revolution. It&#8217;s not magic. It&#8217;s not perfect. It&#8217;s not a drop-in replacement. It&#8217;s a new and complex workflow, a delicate dance that will take time to play out. And that brings us to the second major reason that AI is not taking all the jobs any time soon: economics.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-the-dismal-science-strikes-back\">The dismal science strikes back<\/h3>\n\n\n\n<p>AI isn\u2019t cheap or free. If you think it is, you&#8217;ve been suckered by teaser rates and loss-leader pricing.<\/p>\n\n\n\n<p>Remember, we&#8217;re not talking about these machines responding to a single prompt about what to cook for dinner. In this essay, we&#8217;re talking about AI agents running 24 hours a day, doing <a href=\"https:\/\/metr.org\/blog\/2025-03-19-measuring-ai-ability-to-complete-long-tasks\/\">complex, long-running work<\/a> over days or weeks and staying on target, like people.<\/p>\n\n\n\n<p>But unlike people, AI doesn&#8217;t run on potato chips and Coke \u2014 it runs on billions of dollars in electricity and specialized AI chips. Let&#8217;s take a deep dive into the economics of robots, digital and physical.<\/p>\n\n\n\n<figure class=\"wp-block-pullquote\"><blockquote><p>You don&#8217;t need a degree in economics to know that long-running AI agents, doing real work, will be hugely expensive.<\/p><\/blockquote><\/figure>\n\n\n\n<p>In a fantastic essay called<a href=\"https:\/\/fly.io\/blog\/youre-all-nuts\/\"> \u201cMy AI skeptic friends are all nuts<\/a>,\u201d programmer Thomas Ptacek wrote that a common argument against code generated by large language models (LLMs) is that &#8220;the code is shitty, like that of a junior developer.&#8221; His response? &#8220;Does an intern cost $20\/month? Because that\u2019s what <a href=\"https:\/\/cursor.com\/en\">Cursor.ai<\/a> costs.&#8221; In other words, if a digital worker costs just $20 a month, it\u2019s still a good deal even if the quality is hit or miss.&nbsp;<\/p>\n\n\n\n<p>Great line. Just one problem. That&#8217;s not what Cursor costs. That&#8217;s just the teaser rate, designed to suck people in. The company recently put severe rate limits on that plan and faced a<a href=\"https:\/\/www.fintechweekly.com\/magazine\/articles\/cursor-pricing-change-user-backlash-refund\"> big backlash<\/a>. But the backlash will have zero effect. Why? Because $20 a month is completely and totally unsustainable. Those rate limits will get worse and worse as folks wake up to the real unit economics of AI agents.<\/p>\n\n\n\n<p>The same happened with Claude Code recently. Anthropic rolled out Max plans at $200 a month that gave users as much compute as they wanted. Or at least that&#8217;s what subscribers thought. Only a few months later, the<a href=\"https:\/\/techcrunch.com\/2025\/07\/17\/anthropic-tightens-usage-limits-for-claude-code-without-telling-users\/\"> usage limits came crashing down<\/a>. These hamstrung users so badly that some were trying to optimize their sleep schedules around the limits. OpenAI\u2019s Sam Altman recently said<a href=\"https:\/\/finance.yahoo.com\/news\/sam-altman-says-losing-money-080700756.html\"> his company loses money<\/a> on its $200 a month subscription, too.<\/p>\n\n\n\n<p>As the folks at Cline wrote in their excellent<a href=\"https:\/\/cline.bot\/blog\/the-economic-realities-of-commodity-subscription-models\"> blog post about coding agents<\/a>, this is going to keep happening:<\/p>\n\n\n<div \n\tclass=\"f-block f-block--blockquote f-block---simple f-blockquote border-l-10 border-gray-200 pl-7 dark:border-gray-800 dark:text-gray-200 text-gray-800 f-content\"\n\t\t>\n\t\t\t<p>The problem isn&#8217;t greed \u2014 it&#8217;s math. AI inference is a commodity, like electricity or gasoline. When you sell commodities on subscription, power users destroy your economics. A power user on a $200 monthly plan can easily consume $500 worth of AI inference per day. The provider bleeds money with every power user they attract.<\/p>\n\t\t\t<\/div>\n\n\n\n<p>That&#8217;s the<a href=\"https:\/\/en.wikipedia.org\/wiki\/Loss_leader\"> loss leader<\/a> at work. Deliberately price everything low or at a loss to drive up demand and then hit them with the real costs later.&nbsp;<\/p>\n\n\n\n<p>Maybe you think $200 per month is expensive. It&#8217;s actually dirt cheap compared to what agents are eventually going to cost companies. You don&#8217;t need a degree in economics to know that long-running AI agents, doing real work, will be hugely expensive. Powering those digital brains requires massive amounts of electricity, cooling, and compute. Big Tech is currently<a href=\"https:\/\/fortune.com\/2025\/08\/06\/data-center-artificial-intelligence-bubble-consumer-spending-economy\/\"> spending trillions<\/a> to build new AI data centers, and on top of everything else, the cost of paying people to run those centers will need to be factored into the equation, too.<\/p>\n\n\n\n<p>Your future workforce, running on specialized neural net chips, is more likely to cost $5,000, $10,000, or $20,000 a month per digital worker, not $200. At my AI agent startup, I have a team of three engineers using Claude Code and OpenAI&#8217;s GPT-5 to assist their coding. Using <a href=\"https:\/\/www.anthropic.com\/pricing#api\">API pricing<\/a>, we&#8217;re currently averaging about $8,000 a month \u2014 that&#8217;s what $600 worth of subscriptions <em>really<\/em> costs. And that\u2019s eight hours a day per programmer, not agents running uninterrupted 24 hours a day, seven days a week.&nbsp;<\/p>\n\n\n\n<p>We\u2019re also likely to see taxes on AI agents if they really do bite into the labor force in any meaningful way, as the world lurches more and more into protectionism. In fact, it\u2019s virtually guaranteed. That will raise the cost of running them as well.<\/p>\n\n\n\n<p>As these unit economics hit, most companies will have to ask, \u201cIs it cheaper to throw more people at a problem than to pay for AI?\u201d In most cases, the answer will be \u201cyes,\u201d unless you have a hyper-specialized problem that AI can really help accelerate, like drug discovery.&nbsp;<\/p>\n\n\n\n<p>The prices will come down over time, but likely not for the leading-edge models \u2014 if the<a href=\"https:\/\/blogs.nvidia.com\/blog\/ai-scaling-laws\/\"> scaling laws<\/a> are right, those will keep getting bigger and more expensive over time. Older models will get cheaper, but the bleeding-edge of intelligence will live at a premium.<\/p>\n\n\n\n<p>Eventually, costs come down and unlock more use cases. We then weave them into our workflow, and jobs really transform. But all this takes a lot more time than people think. It&#8217;s the process of creative destruction that powers modern economies. The lamplighter jobs eventually disappear, but they&#8217;re replaced by electricians and building contractors and more. And none of this happens overnight.<\/p>\n\n\n\n<p>That brings us to the last reason AI won&#8217;t take all the jobs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-the-lump-of-labor-fallacy\">The lump of labor fallacy<\/h3>\n\n\n\n<p>People have been accusing <a href=\"https:\/\/newsletter.pessimistsarchive.org\/p\/robots-have-been-about-to-take-all\">robots of taking all the jobs<\/a> for more than 100 years, and yet somehow we still have jobs.&nbsp;<\/p>\n\n\n\n<p>That\u2019s because people tend to think that there are only so many jobs to go around and that we&#8217;re all fighting for them. Economists call that the \u201c<a href=\"https:\/\/en.wikipedia.org\/wiki\/Lump_of_labour_fallacy\">lump of labor fallacy<\/a>,\u201d and it is not how the job market works.&nbsp;<\/p>\n\n\n\n<p>Work changes. It expands. The amount of work to be done grows when we lower the cost of job creation. New technologies bring new possibilities and previously unimaginable new jobs. An 18th-century farmer would never be able to understand the job of a web designer because it\u2019s built on the back of numerous black swan innovations \u2014 like electricity, computers, and the internet \u2014 that he couldn\u2019t possibly imagine.&nbsp;<\/p>\n\n\n\n<p>We\u2019re great at imagining all the jobs that will disappear because of a new technology, but terrible at predicting the ones that will be created <em>because they don\u2019t exist yet<\/em>.<\/p>\n\n\n\n<p>I talked about this in my last \u201c<a href=\"https:\/\/www.freethink.com\/collections\/clear-windows\">Clear Windows<\/a>\u201d essay, \u201c<a href=\"https:\/\/www.freethink.com\/artificial-intelligence\/ai-entertainment-industry\">The age of industrialized imagination<\/a>.&#8221; While it focused on how AI will change the entertainment industry for the better, the ideas in it can apply to the world of work more broadly:\u00a0<\/p>\n\n\n<div \n\tclass=\"f-block f-block--blockquote f-block---simple f-blockquote border-l-10 border-gray-200 pl-7 dark:border-gray-800 dark:text-gray-200 text-gray-800 f-content\"\n\t\t>\n\t\t\t<p>AI is nothing but a set of phenomenally powerful tools. Instead of imagining AI just doing everything and putting us all out of work, instead imagine a hybrid workflow. An actor performs on a real set. You film a scene, but in post-production, you \u201creshoot\u201d it from a different angle generated by an AI that understands 3D space, saving you a fortune on reshoots. Costs collapse, and that&#8217;s a good thing. When the price of failure drops from $200 million to $20 million, or even $200,000, risk becomes your friend again. Studios take more risks again, and instead of \u201cFast and Furious 55,\u201d we get something new. Cheaper creation doesn\u2019t kill careers; it multiplies them. The future of work isn&#8217;t a world without people. It&#8217;s a world where people can do more, faster, and cheaper than ever before.<\/p>\n\t\t\t<\/div>\n\n\n\n<p>As <a href=\"https:\/\/hbr.org\/search?term=James%20Bessen\">James Bessen<\/a> notes repeatedly in the Harvard Business Review, automation doesn&#8217;t just create or destroy jobs \u2014<a href=\"https:\/\/hbr.org\/2021\/11\/automation-doesnt-just-create-or-destroy-jobs-it-transforms-them\"> it transforms them<\/a>. When bank ATMs rolled out, obituary writers sharpened their quills for bank tellers, but bank teller employment didn\u2019t collapse \u2014 it grew. That\u2019s because ATMs lowered the cost of running a branch, which meant banks could open more branches, where the teller\u2019s job changed from cash-handling to relationship sales and service.&nbsp;<\/p>\n\n\n\n<p>Demand elasticity matters, too. When you cut the cost of a resource, humans use more of it \u2014 that\u2019s<a href=\"https:\/\/en.wikipedia.org\/wiki\/Jevons_paradox\"> Jevons paradox in action<\/a>. Applied to artificial intelligence, cheaper cognition will make us consume more intelligence overall, just as cheaper energy led to more energy use. A new market for intelligence will emerge.&nbsp;<\/p>\n\n\n\n<p>In his essay <a href=\"https:\/\/www.aeaweb.org\/articles?id=10.1257\/jep.29.3.3\">\u201cWhy are there still so many jobs?<\/a>\u201d economist David Autor explains why this kind of thing keeps happening. Technologies automate specific tasks, but they also create new tasks, new complementarities, and new categories of work that we didn\u2019t have words for before:<\/p>\n\n\n<div \n\tclass=\"f-block f-block--blockquote f-block---simple f-blockquote border-l-10 border-gray-200 pl-7 dark:border-gray-800 dark:text-gray-200 text-gray-800 f-content\"\n\t\t>\n\t\t\t<p>Automation does indeed substitute for labor \u2014 [but] Journalists and even expert commentators tend to overstate the extent of machine substitution for human labor and ignore the strong complementarities between automation and labor that increase productivity, raise earnings, and augment demand for labor \u2026 the interplay between machine and human comparative advantage allows computers to substitute for workers in performing routine, codifiable tasks while amplifying the comparative advantage of workers in supplying problem-solving skills, adaptability, and creativity.<\/p>\n\t\t\t<\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-but-ai-is-different\">But AI is different\u2026<\/h3>\n\n\n\n<p>That\u2019s theory and history. But what about right now, with LLMs crawling into every workflow like ivy up a brick wall?&nbsp;<\/p>\n\n\n\n<p>As real firms plug generative systems into actual jobs, we\u2019re not seeing a jobs cliff despite scary, fake headlines. What we are seeing is AI giving workers \u2014 especially those on the bottom rung \u2014 a notable boost. In 2023, Stanford economist Erik Brynjolfsson and his coauthors published a <a href=\"https:\/\/www.nber.org\/papers\/w31161\">working paper<\/a> for the National Bureau of Economic Research that found that generative tools boosted the productivity of more than 5,000 call center agents by an average of 14%, with the biggest gains accruing to the least experienced people.&nbsp;<\/p>\n\n\n\n<p>Technology is not a pink slip. It\u2019s a new baseline for what \u201cjunior\u201d means. Jobs don\u2019t vanish. Old job descriptions do, with work slithering into new shapes. Call it the shapeshifter economy.<\/p>\n\n\n\n<p>Another stubborn fact about the world we live in that just doesn\u2019t square with the theory that AI is going to eliminate all jobs: People aren\u2019t having as many children, and the population is <a href=\"https:\/\/news.un.org\/en\/story\/2024\/07\/1151971\">getting older fast<\/a>. Jobs in caregiving, fixing and upgrading infrastructure, and the final step of services \u2014 where people deal directly with customers \u2014 are all growing quickly. You can\u2019t have a glut of workers when the <a href=\"https:\/\/population.un.org\/wpp\/\">working-age population is shrinking<\/a> compared with the number of people who depend on them.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Even if AI was perfect and cheap, there will always be jobs we simply don\u2019t want to hand over to machines.<\/p>\n<\/blockquote>\n\n\n\n<p>The idea that AI will ever be able to do everything humans do perfectly is a fallacy.&nbsp; Every exponential curve eventually becomes an S curve. We\u2019ll run into unexpected limits and walls. We already have with today\u2019s models, and more are waiting for us around the corner. What we\u2019ll end up with are imperfect machines, just like we have imperfect people. In some cases, the machines will be superhuman, able to do the job better than us, and in others, they\u2019ll keep running into unexpected pitfalls they just can\u2019t overcome without some new breakthrough.<\/p>\n\n\n\n<p>The idea that they\u2019ll ever be able to do everything perfectly <em>and<\/em> cheaply is nonsense. Today\u2019s AI costs are deceptive. AI is a stack of compute, power, cooling, networks, memory, and maintenance, and the machines actually cost way more to run than developers are currently charging for them. Costs will fall over time, but if the scaling laws are right, leading-edge models will always be expensive. That their cost will ever be negligible is a fantasy. Intelligence does not scale to infinity. The real world has friction, and there are upper limits to how well machines \u2014 or flesh \u2014 can do anything.&nbsp;<\/p>\n\n\n\n<p>Even if AI was perfect and cheap, though, there will always be jobs we simply don\u2019t want to hand over to machines. We got ATMs, but we still have human bank tellers because we want the option of talking to a person. In the restaurant world, we may one day have perfect waiter droids, but I\u2019ll still want to interact with a friendly, funny person who makes me feel like a king while I\u2019m dining, and I expect many other people will, too.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-what-will-actually-happen-to-work\">What will actually happen to work?<\/h3>\n\n\n\n<p>Yes, AI will get more and more ubiquitous in the future, but work won\u2019t vanish \u2014 it\u2019ll mutate.&nbsp;<\/p>\n\n\n\n<p>Here\u2019s the most useful way to think about the next few decades. Imagine the cost of intelligence as a service cratering, like compute and bandwidth did over the last 40 years. As the curve bends, three things happen at once:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>We get more of everything. <\/strong>That was the entertainment thesis I laid out in my <a href=\"https:\/\/freethinkmedia.substack.com\/p\/the-age-of-industrialized-imagination\">last essay<\/a> \u2014 cheaper creation means more attempts, more risk-taking, more weirdness, more trash, and more treasure. The same logic scales to services, products, and experiences everywhere. When the price of failure drops, orthodoxy loses its grip, and risk-taking rises. The market tries more ideas. Most fail fast. More succeed than before. That translates directly into jobs because the set of things that clear the bar expands.<\/li>\n\n\n\n<li><strong>We reshuffle the organization chart. <\/strong>Firms that simply bolt a model onto a legacy process get a sugar high and a hangover. Firms that use machines for roles where the systems are strongest and people for ones where they\u2019re irreplaceable \u2014 because the jobs require a creative spirit, human judgment, taste, trust, context, or a layer of personal interaction that makes customers feel like they\u2019re not yelling into a void \u2014 see compounding returns. The call center study didn\u2019t show machines replacing agents. It showed junior agents climbing toward senior performance with a synthetic coach humming in the background. That\u2019s very different from \u201ceveryone goes home.\u201d<\/li>\n\n\n\n<li><strong>Demand outruns substitution.<\/strong> The easiest way to test this claim is to walk into sectors that are underbuilt or underserved and try to imagine how making the work cheaper could lead to less of it. Consider elder care in a graying world. Would safer lifts, fall detection, agentic medication management, and robotic assistance shrink the workforce? Or would it expand care hours and quality so that the bottleneck becomes the number of trained humans? If a robot can feed and wash a wheelchair-bound senior, will she no longer want someone to talk to over dinner to stave off loneliness or to drive her to bingo night? Consider construction. We are tens of millions of housing units short in rich countries. If robots can lay bricks and AI crews can pull permits, does that kill jobs or unleash a building wave that requires every skilled pair of hands we can train? The answer is obvious if you\u2019ve ever tried to find a contractor in a hot market.<\/li>\n<\/ol>\n\n\n\n<p>Even in white-collar land, this logic holds. The first wave of prompt engineers was a placeholder. The real roles are designable and durable:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>AI product managers who can scope workflows in human language and machine constraints<\/li>\n\n\n\n<li>AI operations (AIOps) teams that instrument, observe, and remediate\u00a0<\/li>\n\n\n\n<li>Retrieval engineers who wrangle messy enterprise knowledge into semantic shape<\/li>\n\n\n\n<li>Governance folks who implement the NIST and EU toolkits with adult supervision<\/li>\n\n\n\n<li>Model risk managers who build signoff loops that regulators will actually sign\u00a0<\/li>\n<\/ul>\n\n\n\n<p>You don\u2019t get any of those without people.<\/p>\n\n\n\n<p>Economics polices the outer boundary of all of this. Your digital person is not a flat $20 a month. Long-running, agentic work with tools, memory, and autonomy is a bill that grows with tokens, time, and ops. It will get dramatically cheaper, but slowly, and the cost will never fall to zero because demand expands to eat the gain.&nbsp;<\/p>\n\n\n\n<p>If you imagine a world in which every person has a staff of 15 digital agents, each churning day and night, you\u2019re imagining a world with a lot of power and silicon costs. Data centers already chew a nontrivial slice of electricity, and if current trends continue, the <a href=\"https:\/\/www.iea.org\/news\/ai-is-set-to-drive-surging-electricity-demand-from-data-centres-while-offering-the-potential-to-transform-how-the-energy-sector-works\">IEA projects<\/a> that AI and data centers will pull significantly more over the next few years. The capex and opex curves shape where machine labor makes sense.&nbsp;<\/p>\n\n\n\n<p>Bottom line: The future of work isn\u2019t going to be a matter of simply choosing between AI and human workers. It\u2019s going to be calculating what each task costs to do with people, with machines, and with hybrids when you include the cascading error costs, verification tax, and risk.<\/p>\n\n\n\n<figure class=\"wp-block-pullquote\"><blockquote><p>If you want a North Star, it\u2019s this: We are moving from jobs to quests.<\/p><\/blockquote><\/figure>\n\n\n\n<p>Once you adopt the right framing, you get a better perspective. A lot of rote, low-value internal writing is getting eaten by AI because it\u2019s cheap to generate, cheap to verify, and the tolerance for errors is high. A lot of drafting with formal constraints \u2014 legal memos, PR statements, policy drafts \u2014 is getting augmented because the structure is predictable, but the stakes are high, so verification is essential. A lot of high-context, multi-stakeholder coordination is stubborn because the world model lives in overlapping human relationships, histories, and weird, unstated incentives \u2014 that\u2019s where you give the agents tools, but let the humans conduct.<\/p>\n\n\n\n<p>If you want a North Star, it\u2019s this: We are moving from jobs to quests. Not Fiverrized gig labor writ eternal, but composable work that assembles a human team and an agent cohort around a specific outcome for a defined time.&nbsp;<\/p>\n\n\n\n<p>You can see it first in the indie edges of film, games, and startups because the cost of failure is lowest there. Bosses often forbid AI, but people use it anyway because it helps. There\u2019s already a world of<a href=\"https:\/\/www.oneusefulthing.org\/p\/secret-cyborgs-the-present-disruption\"> secret cyborgs<\/a>. People use what works even if you don&#8217;t want them to. It moves into enterprise last because the compliance surface is bigger. In all cases, the director \u2014 the person who can decompose a vision into steps and orchestrate humans and machines into output \u2014 is the new irreplaceable layer.&nbsp;<\/p>\n\n\n\n<p>That is not a future without humans. That\u2019s a future with more leverage per human. That\u2019s the very definition of economic growth: doing more with less. It used to cost your ancestors 1,000 hours of labor to light their house with tallow candles. It costs you a few seconds to light your house with the flip of a switch. Leverage in action.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>We are not utility-maximizing robots. We are status-seeking apes who love a good story and a good pair of hands.<\/p>\n<\/blockquote>\n\n\n\n<p>Still, the skeptics persist: \u201cWhat if we get real artificial general intelligence (AGI)?\u201d&nbsp;<\/p>\n\n\n\n<p>First, define AGI. If you define it as \u201csystems that can carry out any economically relevant task as well as a skilled human,\u201d then you\u2019re positing a power with awesome capability and a cost curve that becomes the economy itself. The most charitable version of the doom story says that a system like that makes human labor obsolete. The more adult version says that economics still matters (power, chips, energy, constraints) and that society still matters (policy, norms, rights, meaning).&nbsp;<\/p>\n\n\n\n<p>Even there, notice how quickly meaning enters the chat. Humans will still pay humans for human experiences and trust. We pay for barbers, therapists, tutors, and live shows even when cheaper options exist because a huge slice of value is social and symbolic. We are not utility-maximizing robots. We are<a href=\"https:\/\/www.vox.com\/vox-conversations-podcast\/22660648\/vox-conversations-the-status-game-will-storr\"> status-seeking apes<\/a> who love a good story and a good pair of hands. Goods and services that explicitly signal human craft are not going away. They tend to command higher prices as machine baselines rise.<\/p>\n\n\n\n<p>AI will swallow tasks we were doing well, but expensively, and force us to raise our game. It will open new categories of work we can barely name yet: outsourced verification houses, agent choreographers, compliance toolsmiths, retrieval architects, safety case designers, model-risk sheriffs. It will push more work to the edges, small, weird, hungry teams, because the leverage is finally enough for them to matter at scale.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-pullquote\"><blockquote><p>We are not running out of jobs. We\u2019re running out of excuses to do them the old way.<\/p><\/blockquote><\/figure>\n\n\n\n<p>The age of industrialized imagination is Act I. Act II is the age of industrialized intelligence everywhere, all at once. If we do it right, we get more builders, not fewer. More <a href=\"https:\/\/www.freethink.com\/consumer-tech\/khanmigo-ai-tutor\">teachers<\/a>, not fewer. More therapists, more caregivers, more inspectors, more conductors. A thousand new job descriptions bloom in the space between specification and verification, precisely because the tools moved the bottlenecks instead of erasing them.<\/p>\n\n\n\n<p>This is a world where humans have more reach, more speed, and more leverage than any generation before us. A world where more people can do work that used to be reserved for the few because the tools are finally good enough.<\/p>\n\n\n\n<p>If you want a useful slogan for the 2030s, it\u2019s not \u201cAI will take your job.\u201d It\u2019s \u201cAI will move your bottlenecks.\u201d Your job is to learn to specify crisply. Learn to verify. Learn to conduct a team of tireless weirdo machines that never sleep and then do the one thing machines can\u2019t do, no matter how many tokens you throw at them: decide what matters.<\/p>\n\n\n\n<p>Again, even if AI can magic up a 3D game from nothing, who will decide if it&#8217;s any fun to play? A level designer knows best where people get stuck. A crackerjack game veteran knows if the quests are tedious or incredible.<\/p>\n\n\n\n<p>We are not running out of jobs. We\u2019re running out of excuses to do them the old way. The rest is a choice. Embrace the future and don&#8217;t run from it. It&#8217;s coming anyway, and it will be beautiful for anyone who takes it in with open arms.<\/p>\n\n\n\n<p>Choose to be fearless and embrace the possible. The rest will take care of itself.<\/p>\n\n\n\n<p><em>We\u2019d love to hear from you! If you have a comment about this article or if you have a tip for a future Freethink story, please email us at\u00a0<a href=\"mailto:tips@freethink.com\" target=\"_blank\" rel=\"noreferrer noopener\">tips@freethink.com<\/a>.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>When you consider the mechanics of integrating AI into the job market, the idea that it will take all our jobs quickly falls apart. <\/p>\n","protected":false},"author":25,"featured_media":116663,"template":"","ftm_taxonomy_fields":[46,82,2202,2203],"ftm_taxonomy_challenges":[],"ftm_taxonomy_statuses":[36],"ftm_taxonomy_hidden_tags":[2206],"class_list":["post-116661","ftm_article","type-ftm_article","status-publish","has-post-thumbnail","hentry","ftm_taxonomy_fields-ai","ftm_taxonomy_fields-employment","ftm_taxonomy_fields-opinion","ftm_taxonomy_fields-technophobia","ftm_taxonomy_statuses-featured"],"acf":[],"apple_news_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.9 (Yoast SEO v26.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>No, AI won\u2019t take all the jobs. Here\u2019s why.<\/title>\n<meta name=\"description\" content=\"When you consider the mechanics of integrating AI into the job market, the idea that it will take all our jobs quickly falls apart.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.freethink.com\/artificial-intelligence\/ai-wont-take-all-the-jobs\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"No, AI won\u2019t take all the jobs. Here\u2019s why.\" \/>\n<meta property=\"og:description\" content=\"When you consider the mechanics of integrating AI into the job market, the idea that it will take all our jobs quickly falls apart.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.freethink.com\/artificial-intelligence\/ai-wont-take-all-the-jobs\" \/>\n<meta property=\"og:site_name\" content=\"Freethink\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.freethink.com\/wp-content\/uploads\/2025\/09\/ai-unemployment-thumb.jpg?resize=1200,630\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:description\" content=\"The fantasy of \u201ctotal automation\u201d can\u2019t withstand the friction of real-world deployment.\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"22 minutes\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"No, AI won\u2019t take all the jobs. Here\u2019s why.","description":"When you consider the mechanics of integrating AI into the job market, the idea that it will take all our jobs quickly falls apart.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.freethink.com\/artificial-intelligence\/ai-wont-take-all-the-jobs","og_locale":"en_US","og_type":"article","og_title":"No, AI won\u2019t take all the jobs. Here\u2019s why.","og_description":"When you consider the mechanics of integrating AI into the job market, the idea that it will take all our jobs quickly falls apart.","og_url":"https:\/\/www.freethink.com\/artificial-intelligence\/ai-wont-take-all-the-jobs","og_site_name":"Freethink","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.freethink.com\/wp-content\/uploads\/2025\/09\/ai-unemployment-thumb.jpg?resize=1200,630","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_description":"The fantasy of \u201ctotal automation\u201d can\u2019t withstand the friction of real-world deployment.","twitter_misc":{"Est. reading time":"22 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.freethink.com\/artificial-intelligence\/ai-wont-take-all-the-jobs#article","isPartOf":{"@id":"https:\/\/www.freethink.com\/artificial-intelligence\/ai-wont-take-all-the-jobs"},"author":{"name":"kristinhouser","@id":"https:\/\/www.freethink.com\/#\/schema\/person\/e45bf79276f6c14454ee4e1dfa7aca8c"},"headline":"No, AI won\u2019t take all the jobs. Here\u2019s why.","datePublished":"2025-09-12T13:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.freethink.com\/artificial-intelligence\/ai-wont-take-all-the-jobs"},"wordCount":5181,"publisher":{"@id":"https:\/\/www.freethink.com\/#organization"},"image":{"@id":"https:\/\/www.freethink.com\/artificial-intelligence\/ai-wont-take-all-the-jobs#primaryimage"},"thumbnailUrl":"https:\/\/www.freethink.com\/wp-content\/uploads\/2025\/09\/ai-unemployment-thumb.jpg?quality=75","inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.freethink.com\/artificial-intelligence\/ai-wont-take-all-the-jobs","url":"https:\/\/www.freethink.com\/artificial-intelligence\/ai-wont-take-all-the-jobs","name":"No, AI won\u2019t take all the jobs. Here\u2019s why.","isPartOf":{"@id":"https:\/\/www.freethink.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.freethink.com\/artificial-intelligence\/ai-wont-take-all-the-jobs#primaryimage"},"image":{"@id":"https:\/\/www.freethink.com\/artificial-intelligence\/ai-wont-take-all-the-jobs#primaryimage"},"thumbnailUrl":"https:\/\/www.freethink.com\/wp-content\/uploads\/2025\/09\/ai-unemployment-thumb.jpg?quality=75","datePublished":"2025-09-12T13:00:00+00:00","description":"When you consider the mechanics of integrating AI into the job market, the idea that it will take all our jobs quickly falls apart.","breadcrumb":{"@id":"https:\/\/www.freethink.com\/artificial-intelligence\/ai-wont-take-all-the-jobs#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.freethink.com\/artificial-intelligence\/ai-wont-take-all-the-jobs"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.freethink.com\/artificial-intelligence\/ai-wont-take-all-the-jobs#primaryimage","url":"https:\/\/www.freethink.com\/wp-content\/uploads\/2025\/09\/ai-unemployment-thumb.jpg?quality=75","contentUrl":"https:\/\/www.freethink.com\/wp-content\/uploads\/2025\/09\/ai-unemployment-thumb.jpg?quality=75","width":1875,"height":1055,"caption":"Jeerasak \/ jozefmicic \/ Adobe Stock \/ Freethink"},{"@type":"BreadcrumbList","@id":"https:\/\/www.freethink.com\/artificial-intelligence\/ai-wont-take-all-the-jobs#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Articles","item":"https:\/\/www.freethink.com\/articles"},{"@type":"ListItem","position":2,"name":"No, AI won\u2019t take all the jobs. Here\u2019s why."}]},{"@type":"WebSite","@id":"https:\/\/www.freethink.com\/#website","url":"https:\/\/www.freethink.com\/","name":"Freethink","description":"Move the world","publisher":{"@id":"https:\/\/www.freethink.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.freethink.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.freethink.com\/#organization","name":"Freethink Media","url":"https:\/\/www.freethink.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.freethink.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.freethink.com\/wp-content\/uploads\/2021\/06\/logo.svg","contentUrl":"https:\/\/www.freethink.com\/wp-content\/uploads\/2021\/06\/logo.svg","width":651,"height":124,"caption":"Freethink Media"},"image":{"@id":"https:\/\/www.freethink.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.freethink.com\/#\/schema\/person\/e45bf79276f6c14454ee4e1dfa7aca8c","name":"kristinhouser","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.freethink.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ff88759e0ed195de655c7703310050f17b921ae4fc276d7eb5930cddafa694f9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ff88759e0ed195de655c7703310050f17b921ae4fc276d7eb5930cddafa694f9?s=96&d=mm&r=g","caption":"kristinhouser"},"url":"https:\/\/www.freethink.com\/author\/kristinhouser"}]}},"jetpack_sharing_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.freethink.com\/wp-json\/wp\/v2\/ftm_article\/116661","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.freethink.com\/wp-json\/wp\/v2\/ftm_article"}],"about":[{"href":"https:\/\/www.freethink.com\/wp-json\/wp\/v2\/types\/ftm_article"}],"author":[{"embeddable":true,"href":"https:\/\/www.freethink.com\/wp-json\/wp\/v2\/users\/25"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.freethink.com\/wp-json\/wp\/v2\/media\/116663"}],"wp:attachment":[{"href":"https:\/\/www.freethink.com\/wp-json\/wp\/v2\/media?parent=116661"}],"wp:term":[{"taxonomy":"ftm_taxonomy_fields","embeddable":true,"href":"https:\/\/www.freethink.com\/wp-json\/wp\/v2\/ftm_taxonomy_fields?post=116661"},{"taxonomy":"ftm_taxonomy_challenges","embeddable":true,"href":"https:\/\/www.freethink.com\/wp-json\/wp\/v2\/ftm_taxonomy_challenges?post=116661"},{"taxonomy":"ftm_taxonomy_statuses","embeddable":true,"href":"https:\/\/www.freethink.com\/wp-json\/wp\/v2\/ftm_taxonomy_statuses?post=116661"},{"taxonomy":"ftm_taxonomy_hidden_tags","embeddable":true,"href":"https:\/\/www.freethink.com\/wp-json\/wp\/v2\/ftm_taxonomy_hidden_tags?post=116661"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}