<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
  <channel>
    <title>The Interesting Times</title>
    <link>https://interestingtimes.blog</link>
    <description>The AI age is upon us. Buckle up, buttercup.</description>
    <lastBuildDate>Sun, 23 Aug 2026 15:43:14 +0000</lastBuildDate>
    <language>en-us</language>

    
    <item>
      <title>Adventures in automating and coordinating not only engineering but also marketing and support with AI</title>
      <link>https://interestingtimes.blog/2026/08/23/adventures-in-automating-engineering-marketing-and-support.html</link>
      <guid>https://interestingtimes.blog/2026/08/23/adventures-in-automating-engineering-marketing-and-support.html</guid>
      <pubDate>Sun, 23 Aug 2026 15:00:00 +0000</pubDate>
      <description><![CDATA[
        <p>I’ve largely automated the process between a user submitting a bug report for any of my apps to the fix going live on the App Store–and any related support and marketing materials being updated. I’m involved at several points along the way as a reviewer/editor/approver and ultimately the responsibility for the output of the process still rests with me, but much of it is done by AI.</p>

<p>I think many jobs will look like this sooner or later.</p>

<p>That’s it. That’s the post. If and only if you’re interested in all the gory details, read on. But I warn you: it gets pretty dry from here on out.</p>

<p>OK, you were warned.</p>

<p>I have a new process for building Overflight App Store releases and it’s quite insane. This morning I woke up to an interesting Slack notification:</p>

<blockquote>
  <p>🐛 supportbot: suspected new bug — overflight: “Overflight problem report” — filed https://github.com/cwooddgr/overflight/issues/8</p>
</blockquote>

<p>You see, supportbot is my AI-powered bot that reads all email sent to support@dgrlabs.co. It analyzes the body of the email and any attachments, including the debug logs automatically included in Overflight and CD Wally problem reports, and drafts a reply. (It never sends anything itself.) And if it looks like the user has actually found a bug, it also files a GitHub issue with its own diagnosis (and the debug log attached) and posts a notification like the one above to Slack.</p>

<p>First I lightly edited the draft email reply to the user, promising a fix soon, and sent it.</p>

<p>Then I fired up Claude Code and told it to look at the most recent issue. It agreed with supportbot’s findings and went to work on implementing a fix. It tested the fix, tested the whole app for regressions, found none, and committed the fix to Git.</p>

<p>So far so amazing. But wait, there’s more.</p>

<p>I wanted to get this fix out ASAP as I had promised the user, so I told Claude Code to cut a new App Store build, v1.5.1, for both iOS and Apple TV. (It also picked up a few small fixes that had already been queued since 1.5.) And since it was a minor bug-fix release, it should keep the “What’s New” content, both in the App Store and in the app, the same as v1.5, but add a “Minor bug fixes” bullet point.</p>

<p>Claude Code made the changes, archived and uploaded new builds for iOS and tvOS, created the App Store version records, attached the builds, and submitted them for review through the App Store Connect API. It also wrote up a factual inventory of everything that had changed since the last App Store build. Then it kicked off new Claude Code sessions for supportbot and for marketroid (my bot that handles all marketing) and handed each of them that inventory so they could update their own materials.</p>

<p>Supportbot did two things. First, it immediately added the bug to its live knowledge base, marked as known and fixed in v1.5.1, pending App Review. That way if anyone else reports the same bug on v1.5 it will tell them a fix is on the way rather than filing a duplicate GitHub issue. Second, it staged a second set of updates, covering the new behavior in v1.5.1, to be applied only once the release is actually live.</p>

<p>Marketroid looked at the inventory, checked it against the website and press kit, and decided it didn’t need to change anything, which it recorded as an explicit “no marketing changes” verdict. If it had needed to update any content on the website–including screenshots, screen recordings, and the zipped up press kit–it would have authored those changes and staged them too. Same for any other marketing materials: feature/benefit lists, messaging pillars, brand voice, and so on. The one rule is that nothing marketroid stages goes public without my sign-off, so Claude Code showed me the no-op summary and asked for approval, which I gave.</p>

<p>Finally, Claude Code switched on a cloud routine that checks the App Store once an hour until the new build is live. The moment it is, the routine applies supportbot’s staged updates to the live knowledge base, flips the known-bug entry to “fixed, please update your app”, applies marketroid’s approved changes to the live site, sends me a message on Slack, and switches itself off. If I had forgotten to approve the marketing changes, it would keep nagging me in Slack every hour until I did.</p>

<p>In the future I might automate the step between the GitHub issue being created and the fix being coded. Right now it’s manual: I fire up Claude Code and tell it to look at the most recent issue. That could be optimized so my only role is reviewing the issue and the already-coded fix, and approving or rejecting it, plus reviewing anything customer-facing.</p>

<p>The moral of this story is that I suspect a lot of jobs are going to collapse into this kind of reviewer role. At least until rejections become unheard-of, at which point there will no longer be a need for a human in the loop, unless it’s only to have someone to hold responsible when something inevitably goes wrong.</p>

      ]]></description>
    </item>
    
    <item>
      <title>Software at Light Speed</title>
      <link>https://interestingtimes.blog/2026/02/02/software-at-light-speed.html</link>
      <guid>https://interestingtimes.blog/2026/02/02/software-at-light-speed.html</guid>
      <pubDate>Mon, 02 Feb 2026 14:27:00 +0000</pubDate>
      <description><![CDATA[
        <p>Two months ago I decided to try my hand at this vibe coding thing I had been reading about. I downloaded Cursor and started to work on a fun little project: <a href="https://flipflap.dgrlabs.co">a web-based mechanical split-flap display</a> (like an old-school train station departures board), first using GPT 5.2 as a backend, then Claude. It was fun—an IDE on AI steroids—and I made my little web app in a few days.</p>

<p>Feeling encouraged I decided to try Claude Code, which had begun to get a ton of attention in the tech world, and something amazing happened. You know that scene in Star Wars when the Millennium Falcon makes the jump to light speed and the stars turned into streaks? Well, yeah. It was like that. And I’ve been cruising through hyperspace ever since. And no, it ain’t like dustin’ crops, boy.</p>

<p>In the five weeks since I started using Claude Code I’ve created <a href="https://dgrlabs.co">eight new apps</a>—some for the web, some for iPhone and iPad, and even one for Apple TV. Lots of people I know are experiencing the same explosion of creativity and productivity—it’s a rush!—and I love seeing what people are coming up with.</p>

<p>At the same time, it’s worth taking a step back to consider what’s going on and what it all means, particularly for the software industry, where I’ve spent my whole career.</p>

<p>It’s no exaggeration to say that tectonic shifts are happening. Cost structures are imploding. Time to market is collapsing. Tiny teams are becoming terrifyingly effective. And incumbents are looking obese and slow. In short, a disruption bomb has just gone off.</p>

<p>As my friend Todd Vernon recently noted, the old way of doing startups was to have a novel idea and then go raise some money to pay a team to build an initial version of your product over multiple months, then see if the market had an appetite for it. The answer was usually no, and the million or so bucks you raised to build your MVP became a loss for the investors, hopefully to be offset by someone else’s ten-banger. And so it went.</p>

<p>But what happens when a solo developer can bang out an MVP—not a prototype, mind you, but a functioning, shippable piece of commercial software—over a weekend? What happens when a team of one or two can iterate through the whole software development lifecycle of analysis, design, implementation, and testing in minutes and hours instead of days or weeks?</p>

<p>Two weeks ago I had an idea for an iPhone app I wanted to make. My last startup’s product, Numerous, had a very popular feature that I have been missing ever since we shut that company down ten years ago: countdowns. I liked being able to set a countdown to track the days until my kids come home for the holidays or the next rocket launch. People tracked holidays, special events, product launches, days since their last menstrual cycle, you name it.</p>

<p>Now, there’s a whole category of countdown apps on the App Store. But they’re all pretty janky and plagued by bad design, full-screen ads, and constant nags to buy a subscription to unlock basic functionality. So I decided to write one myself.</p>

<p>I fired up Claude Code, put it in planning mode, and told it what I wanted. It asked a couple of clarifying questions, which I answered. It created an implementation plan, which I approved. And off it went to create my new app. Five minutes and fourteen seconds later, it was done.</p>

<p>Five minutes and fourteen seconds.</p>

<p>I’ve spent the last two weeks adding functionality, polishing, getting feedback from users, and navigating the App Store submission process (which itself is something that really needs to be automated). I submitted my new app <a href="https://dgrlabs.co/countdowns/index.html">Countdowns</a> to the App Store last night. It’s better than the countdowns feature of Numerous ever was. It’s far better than any of the countdown apps currently available. And for me it heralds a new age of software, one that happens at light speed. As Han Solo said, “Go strap yourselves in.”</p>

<p>The implications for the software industry are profound. I’ll be writing more about them in the coming weeks.</p>

      ]]></description>
    </item>
    
    <item>
      <title>One Trillion Dollars</title>
      <link>https://interestingtimes.blog/2025/08/26/one-trillion-dollars.html</link>
      <guid>https://interestingtimes.blog/2025/08/26/one-trillion-dollars.html</guid>
      <pubDate>Tue, 26 Aug 2025 23:29:00 +0000</pubDate>
      <description><![CDATA[
        <p>Morgan Stanley recently issued a report estimating that companies in the S&amp;P 500 stand to save $1 trillion <em>annually</em> by replacing human labor with AI. The report also cites a figure of $13 trillion-$16 trillion in “long-term market value creation”. To be perfectly clear, that means labor income decreases by $1 trillion and stock values go up $13-16 trillion.</p>

<p>If you’re still confused about how you need to allocate <a href="https://interestingtimes.blog/2025/05/19/in-the-labor-vs-capital-fight-be-capital.html">your personal capital-labor split</a>, let this serve as a moment of clarity.</p>

<p>The findings have been reported by <a href="https://www.axios.com/2025/08/19/ai-jobs-morgan-stanley">lots</a> <a href="https://fortune.com/2025/08/19/morgan-stanley-920-billion-sp-500-savings-ai-agentic-robots-jobs/">of</a> <a href="https://www.fastcompany.com/91389523/heres-exactly-how-much-money-companies-can-save-by-using-ai-to-replace-human-workers">media</a> <a href="https://finance.yahoo.com/news/ai-could-deliver-920b-annual-121257218.html">sites</a>, but none of them link to the report itself, which is apparently internal or client-only, at least for now.</p>

      ]]></description>
    </item>
    
    <item>
      <title>The Whole Job Fallacy</title>
      <link>https://interestingtimes.blog/2025/07/22/the-whole-job-fallacy.html</link>
      <guid>https://interestingtimes.blog/2025/07/22/the-whole-job-fallacy.html</guid>
      <pubDate>Tue, 22 Jul 2025 15:41:00 +0000</pubDate>
      <description><![CDATA[
        <p>Among the most common misconceptions I hear about the threat posed by AI to jobs is what I call the Whole Job Fallacy, the idea that if automation can’t do my whole job then it can’t replace me. Tell that to the checkers at my grocery store.</p>

<p>See, I live in a small mountain town with only one real grocery store. They’re constantly understaffed and have to pay stipends to employees to drive up the hill (i.e., a minimum 45-minute trip up the mountain) to work. So when automated checkout lanes became available they were thrilled. Instead of needing four checkers to man four checkout lanes, they could have a single checker overseeing eight self checkout lanes. They roughly doubled their throughput and cut staffing needs by 75%.</p>

<p>Notably, the self-checkout machines can’t do the whole job of a checker. A human is still needed to check IDs for alcohol purchases, sell cigarettes and stamps, and help confused customers. But the machines can do enough of the job that only one human is needed to do the work of what was previously four. The other three people had to look for new jobs.</p>

<p><a href="https://economics.mit.edu/sites/default/files/publications/Skills%2C%20Tasks%20and%20Technologies%20-%20Implications%20for%20.pdf">Labor economists break jobs down into tasks</a> and then look at what percentage of the tasks comprising a job can be automated. They then use that percentage to predict how susceptible that type of job is to automation. But what they fail to take into account is the fact that lots of tasks that cannot be automated can be done by just about anybody.</p>

<p>I recently <a href="https://interestingtimes.blog/2025/07/09/bringing-intelligence-to-infrastructure.html">wrote about using an AI assistant</a> to help me diagnose a problem with the water filtration system in my house. In that case, there were lots of tasks involved that couldn’t be automated: physically getting into the mechanical room to observe the problem, moving a storage shelf out of the way to access the beeping equipment, pushing the reset button to stop the beeping, etc. Only a small percentage of the tasks involved, let’s say 10%, were able to be automated, but they were the ones that would have otherwise required a specialist: identifying the problematic piece of equipment, understanding what the warning meant, knowing how to dismiss it, and prescribing a course of action.</p>

<p>I was able to perform about 90% of the tasks myself, even though I’m completely unskilled as a plumber. And notably, I didn’t pay <em>anyone</em> to perform those tasks. AI performed 10% of the tasks but it enabled me to complete 100% of the job myself. Labor economists would say that particular job is only 10% exposed to replacement by automation, but I’d say it’s 100%.</p>

<p>My point is simple: the fact that AI can’t do 100% of the tasks in your job—your <em>whole job</em>—doesn’t mean you won’t lose your job to AI. Plan accordingly.</p>

      ]]></description>
    </item>
    
    <item>
      <title>Bringing Intelligence to Infrastructure</title>
      <link>https://interestingtimes.blog/2025/07/09/bringing-intelligence-to-infrastructure.html</link>
      <guid>https://interestingtimes.blog/2025/07/09/bringing-intelligence-to-infrastructure.html</guid>
      <pubDate>Wed, 09 Jul 2025 15:41:00 +0000</pubDate>
      <description><![CDATA[
        <p>I live in the mountains and we get our water from a well. Not a crank-the-handle and haul-up-the-bucket kind of well, no, it’s a modern well system, but the water still comes from deep underground. There’s a submersible pump sitting 650 feet down the well casing that pumps water up the pipe, through a 3-stage filtration system, and into both a 500-gallon cistern that feeds a pressure tank and a 14-zone closed-loop hydronic system for in-floor heating. All of this in my mechanical room and it’s all very impressive. But when something goes wrong, “impressive” suddenly looks a lot more like “overwhelmingly complicated”.</p>

<p>Early one Sunday morning my wife heard a faint but persistent beeping coming from the basement. I got up and followed the sound to the mechanical room. After some searching, I narrowed the source of the sound down to a metal box mounted on the wall. A tiny red LED was flashing, but there was no label telling me what it meant and no obvious way to silence the beeping. I was sure I had the manuals for all of this equipment—somewhere. I tried Googling on my phone a bit, but I didn’t have enough information to go on. I knew I had contact info for both the well service company that had installed the system and our plumber, but it was 5 AM on a Sunday. Maybe one of them would make an emergency call for some outrageous amount of money, but I wasn’t even sure this <em>was</em> an emergency.</p>

<p>At this point I had a decision to make. I could be conservative, play it safe, call somebody to make an after-hours call, wake up the whole house, and spend hundreds of dollars on what might turn out to be nothing. Or I could ignore it for now, hope it was nothing, and risk… I didn’t know what. Losing water pressure in the house? Damaging the equipment? It could potentially wind up costing me thousands of dollars.</p>

<p>Then I had an idea. I pulled out my phone, opened ChatGPT, selected Advanced Voice Mode, and turned on the video camera. I pointed it at the beeping box, described what was going on, and asked for some advice. Without hesitation, it identified the piece of equipment as the UV filter, told me how to dismiss the alarm, and let me know I could safely leave it for now but that I should schedule a bulb replacement in the next few days. Exactly what an on-call plumber would have charged $300 for, except immediately and with no fuss.</p>

<p>Emboldened, I wondered aloud if I could increase the water pressure in the house while I was down there. ChatGPT had me point the camera at the various components of the system and identified the pressure controller. I opened the control panel and pushed the up arrow button, but a small LCD screen said LOCKED. Hmm. I didn’t remember setting a code, so I tried my debit card PIN. No joy. I asked ChatGPT for advice. It suggested “1234”. Still no good. ChatGPT searched the internet, found the owner’s manual for this particular pressure controller, and found its default code: “7777”. I tried it and it worked. I increased the pressure up a couple of PSI. Magic.</p>

<p>What I had just experienced was intelligence-over-infrastructure. It made an impressively complicated system simple. It combined latent knowledge with near-instant information retrieval to transform a potential emergency into a non-event. And it changed my thinking about the possibilities of AI.</p>

<p>When non-experts, or even experts in a hurry, have access to an intelligent assistant, infrastructure incidents that are potentially expensive and time-consuming become stress-free and easily solved. And in the event of a real emergency, an expert assistant can help you solve the problem with a minimum of time, effort, cost, and stress.</p>

<p>At Spanning, we backed up our customers’ critical data. In the rare event that they needed to restore from backups, it was often an emergency. We designed our tools to be powerful and easy to use to minimize downtime, but we were limited to the technologies of the day: point-and-click interfaces plus traditional search. If we had been able to also provide them with a conversational, intelligent AI chatbot interface we would have been able to make the task of finding and restoring lost data so much quicker, easier, and less stressful.</p>

<p>It’s clear to me that enterprise infrastructure <em>without</em> such an intelligence layer will soon be considered dumb, no matter how pretty the UI or how complex the query builder. The intelligent tools that we all have grown to use in our daily lives will be de rigueur in enterprise settings, especially when simplicity and speed are more than nice-to-haves, they’re requirements.</p>

      ]]></description>
    </item>
    
    <item>
      <title>When These Guys Tell You AI is Coming for Your Job, Believe Them</title>
      <link>https://interestingtimes.blog/2025/07/03/this-is-happening.html</link>
      <guid>https://interestingtimes.blog/2025/07/03/this-is-happening.html</guid>
      <pubDate>Thu, 03 Jul 2025 13:26:00 +0000</pubDate>
      <description><![CDATA[
        <p>Recently the heads of the major frontier AI labs—and CEOs of some of the world’s biggest companies—have all been issuing the same warning: AI is going to take your job. Well, maybe not <em>your</em> job, but certainly lots of jobs.</p>

<p>OpenAI CEO Sam Altman minced no words when he <a href="https://news.mit.edu/2024/president-sally-kornbluth-openai-ceo-sam-altman-discuss-future-ai-0506">told MIT President Sally Kornbluth</a>, “This is going to eliminate a lot of current jobs.” That was in May 2024, but he was only echoing entailments he had expressed <a href="https://www.wsj.com/tech/ai/tech-leaders-say-ai-will-change-what-it-means-to-have-a-job-2dd556fb">in 2023 at the WSJ Tech Live</a> event.</p>

<p>Anthropic CEO Dario Amodei <a href="https://www.axios.com/2025/05/28/ai-jobs-white-collar-unemployment-anthropic">recently warned</a> that AI could take half of all entry-level white-collar jobs and that 10%-20% unemployment is one possible scenario. He went on to say that people don’t believe it because “it sounds crazy”.</p>

<p><em>Inc.</em> magazine says Amodei is wrong—<a href="https://www.inc.com/adam-hanft/anthropic-ceo-is-wrong-about-job-loss-to-ai-it-will-be-worse-than-he-says/91197485">it will be even worse</a> than he predicts, and that those most threatened are “the $200,000-a-year senior managers who spend most of their time preparing decks, managing spreadsheets, and writing jargon-loaded analyses.”</p>

<p>But it’s not just the heads of AI companies who are making this prediction. From a recent <a href="https://www.wsj.com/tech/ai/ai-white-collar-job-loss-b9856259?st=N6Z5iv">Wall Street Journal article</a>:</p>

<p>”’Artificial intelligence is going to replace literally half of all white-collar workers in the U.S.,’ Ford Motor Chief Executive Jim Farley said in <a href="https://www.wsj.com/tech/ai/ai-white-collar-job-loss-b9856259?st=N6Z5iv">an interview last week</a> with author Walter Isaacson at the Aspen Ideas Festival. ‘AI will leave a lot of white-collar people behind.’”</p>

<p>Salesforce CEO Marc Benioff <a href="https://www.nbcwashington.com/news/business/money-report/ai-is-doing-30-50-of-the-work-at-salesforce-ceo-marc-benioff-says/3944997/">claims</a> that AI is already doing 30%-50% of the work at his company. But his ultimate goal isn’t to reduce his own costs; it’s to capture a slice of the <a href="https://www.msn.com/en-us/money/technologyinvesting/marc-benioff-digital-labor-creating-12-trillion-opportunity/ar-AA1AUEYD">$12 trillion</a> that could be shifted from the labor market to AI spending.</p>

<p>Make no mistake. This is happening.</p>

<p><strong>Update:</strong> And now this: <a href="https://futurism.com/former-google-ai-exec-law-medicine">Founder of Google’s Generative AI Team Says Don’t Even Bother Getting a Law or Medical Degree, Because AI’s Going to Destroy Both Those Careers Before You Can Even Graduate</a> Oh well!</p>

      ]]></description>
    </item>
    
    <item>
      <title>In the Labor vs. Capital Fight, Be Capital</title>
      <link>https://interestingtimes.blog/2025/05/19/in-the-labor-vs-capital-fight-be-capital.html</link>
      <guid>https://interestingtimes.blog/2025/05/19/in-the-labor-vs-capital-fight-be-capital.html</guid>
      <pubDate>Mon, 19 May 2025 15:44:00 +0000</pubDate>
      <description><![CDATA[
        <p>Time to bust out your faded Che Guevara t-shirt from college and your never-read copy of <em>Das Kapital</em> because we’re going to talk about rising up and seizing the means of production! OK, not really. But I am going to try to convince you that in the labor vs. capital fight, AI gives an enormous advantage to the capital side and you need to plan accordingly.</p>

<p>Fundamentally, there are two ways to make money: labor and capital. If you have a job, you’re a laborer (or a worker, a wage earner, or, if you’re of an especially Marxist mindset, a proletarian). If you own stocks, bonds, or a business, you’re a capitalist. (Yes, holdings in your IRA and 401(k) count.) Obviously, lots of people are both—they have both a job and investments. Each person has their own capital-labor split, depending on how much they earn from investing versus working.</p>

<p>On a national level, the capital-labor split in the United States was relatively stable for a very long time but in recent decades has been shifting. The <a href="https://www.philadelphiafed.org/the-economy/macroeconomics/a-bit-of-a-miracle-no-more-the-decline-of-the-labor-share">labor share has been declining</a>, meaning that workers have been getting less of the total income of the country and business owners have been getting more. Economists debate the reasons behind this but I’m here to argue that this disparity is about to get worse. Much, much worse.</p>

<p>In short, AI is capital that can substitute for labor. It can’t do everything that people can do—at least not yet—so it’s not a perfect substitute in every case. But most jobs don’t require that people do everything they’re capable of doing, and AI can in fact already <a href="https://hbr.org/2024/09/ai-can-mostly-outperform-human-ceos">outperform</a> <a href="https://neurosciencenews.com/ai-chatgpt-psychotherapy-28415/">people</a> at a large and growing number of <a href="https://www.forbes.com/sites/paulhsieh/2025/02/28/when-medical-ai-starts-getting-better-than-human-doctors/">jobs</a>. And <a href="https://hai.stanford.edu/news/ai-index-2025-state-of-ai-in-10-charts?highlight=2025">AI gets better</a>.</p>

<p>What happens when labor simply isn’t needed as much? What happens when it <a href="https://www.theguardian.com/commentisfree/2025/may/12/for-silicon-valley-ai-isnt-just-about-replacing-some-jobs-its-about-replacing-all-of-them">isn’t needed at all</a>?</p>

<p>We’ve all seen the charming lists of <a href="https://www.theatlantic.com/photo/2018/05/images-of-disappearing-jobs/559382/">jobs that no longer exist</a>: lamplighter, street clerk, rickshaw puller, plowman, elevator attendant, etc. Jobs can and do disappear. (What even is a <em>street clerk?</em>) But AI doesn’t even have to be capable of doing the whole job. If it can do only half of your job, making you twice as productive, the size of your team may soon be cut in half.</p>

<p>As demand for labor decreases, so do wages. As AI becomes capable of doing more and more of the jobs that people currently do, we’ll eventually reach a point where wages collapse and jobs become scarce.</p>

<p>Once your labor is no longer valuable, selling your labor (i.e., having a job) is no longer a feasible way to make a living. What’s a worker to do, you ask? Simple: don’t be a worker. Be a capitalist. Own capital. For most people, that means owning things like bonds, stocks, or even entire businesses. Earn your income from dividends paid to shareholders, or from profits made buying and selling these assets. Problem solved!</p>

<p>Admittedly, this prescription may sound a little tone-deaf, like I’m suggesting that the way to prepare for unemployment is just to “be rich”. And sure enough, as a general rule only the wealthiest people today can afford to live comfortably off of their investments. But I’m not saying that.</p>

<p>I’m saying you need to shift the source of your income from labor to capital and to be prepared for the income you earn from capital to be sufficient to meet your needs. There’s a window of time in which you can do that, but it’s closing. Once you can no longer be paid to work, the window will have closed. (This is exactly the situation workers approaching retirement have always faced, just on a foreshortened timescale.)</p>

<p>As you shift your personal capital-labor income split away from labor and towards capital, you’ll insulate yourself against wage deflation and unemployment.</p>

<p>This is the advice I’ve given my kids, who are currently in college. Do I sound like an <a href="https://www.yahoo.com/news/definitely-going-build-bunker-release-210214678.html">AI doomsday prepper</a>? Um, maybe. Do I still think it’s good advice? Yep. And if the worst-case outcome is that they don’t drive as nice a car, live in as big a house, or take trips as fancy as do their friends early in their careers and instead wind up with a beefy investment portfolio, well, maybe that’s not so bad.</p>

      ]]></description>
    </item>
    
    <item>
      <title>The Burning Building Problem</title>
      <link>https://interestingtimes.blog/2025/05/13/the-burning-building-problem.html</link>
      <guid>https://interestingtimes.blog/2025/05/13/the-burning-building-problem.html</guid>
      <pubDate>Tue, 13 May 2025 18:51:00 +0000</pubDate>
      <description><![CDATA[
        <p>Fifty years ago, <a href="https://www.imdb.com/title/tt0072308/"><em>The Towering Inferno</em></a> earned over $100m at the box office (a huge sum for those days) by playing on the public’s growing fear of the dangers of modern skyscrapers. These days we have a different kind of burning building to worry about: the labor market.</p>

<p>I strongly believe that AI will have a profound impact on the market for human labor. First, it will make some people much more efficient at their jobs, so fewer people will be required to do the same work, leaving the rest looking for other employment. Second, it will outright replace many workers. The end result will be widespread unemployment. But lots of smart people disagree.</p>

<p>Many people—including many <a href="https://www.npr.org/2023/05/16/1176516094/artificial-intelligence-david-autor-chatgpt-labor">labor economists</a>—claim that even if AI destroys some jobs, it’s bound to <a href="https://www.informationweek.com/it-leadership/yes-ai-will-kill-jobs-then-create-more">create new ones</a>. After all, they say, this is how new technology has always worked. (I went back and looked at my labor econ textbook but couldn’t find the part where it says that past performance is any guarantee of future returns, but maybe I just missed it.)</p>

<p>The problem is this: <a href="https://llm-stats.com">AI gets better</a>. AI can do things today it couldn’t do yesterday, and will do things tomorrow that it can’t do today. Some of the smartest people in the world fueled by hundreds of billions of dollars in investment are pushing the frontier forward at a mind-boggling pace. In economics terms, AI is continually gaining absolute advantage over humans at one task after another. And there is no reason to believe that progress will stop any time soon.</p>

<p>So what does this have to do with burning buildings? Simple: if you find yourself in a burning building you can avoid the fire by retreating to higher floors—but that strategy only works for so long. Eventually the fire will catch up.</p>

<p>Imagine the job market as a skyscraper, with the ground floor housing low-skilled jobs, and increasingly higher-skilled jobs on each floor as you go up. If your job is threatened by the fire of AI, you can retreat to higher floors by <a href="https://www.ilo.org/sites/default/files/2024-08/Mind%20the%20AI%20Divide_v12%20%281%29.pdf">reskilling, upskilling, or cross-skilling</a>. (Yes, these are real words, even if the iOS spell checker doesn’t recognize them.)</p>

<p>You may be able to escape the fire for a while. But as AI continues to gain capability across a wide spectrum of domains and the fire spreads higher and higher, the floor to which you’ve retreated will eventually be threatened. (Maybe some jobs will never be done by AI. Maybe some rooms in the building are perfectly fireproof. But I wouldn’t bet my life, whether literal or economic, on it.) So again, up you go.</p>

<p>At some point you’ll reach the highest floor you can attain. Maybe you’ll reach the highest floor in the building. Maybe you’ll simply max out your personal potential. Either way, you can no longer go up. And yet the fire will not stop. Ultimately you’ll need to either put out the fire or find a way out of the building.</p>

<p>In <em>The Towering Inferno</em>, Steve McQueen and Paul Newman use plastic explosives to rupture water tanks on the roof of the burning skyscraper they’re in, extinguishing the fire. But the <a href="https://www.commerce.senate.gov/2025/5/winning-the-ai-race-strengthening-u-s-capabilities-in-computing-and-innovation_2">race dynamic</a> of the AI market makes it unlikely that anyone will voluntarily put out the AI fire.</p>

<p>The fire may be contained to an electrical closet in the basement for now, but eventually we’ll all need to find a way out of the building—or the labor market. (Hint: in the battle of <a href="https://www.bls.gov/opub/mlr/2017/article/estimating-the-us-labor-share.htm">labor vs. capital</a>, be capital. But that will have to wait for another post.) Good luck!</p>

      ]]></description>
    </item>
    
    <item>
      <title>Preparing Our Kids for the AI Future</title>
      <link>https://interestingtimes.blog/2025/05/08/preparing-our-kids-for-ai.html</link>
      <guid>https://interestingtimes.blog/2025/05/08/preparing-our-kids-for-ai.html</guid>
      <pubDate>Thu, 08 May 2025 22:16:00 +0000</pubDate>
      <description><![CDATA[
        <p>My friend Andrea Bridges-Smith recently posted a comment echoing something I hear often from parents of kids still in school:</p>

<p><em>“I am starting to worry about this for my kids! My oldest is about to start high school and I have no idea what jobs are going to be available to him in 4-8 years - how do we even advise them on what to study?”</em></p>

<p>This is something I’ve been thinking about seriously for a couple of years given that (a) labor market disruptions due to AI <a href="https://x.com/michakaufman/status/1909610844008161380">now seem inevitable</a>, and (b) my kids are sophomores in college. Here’s what I’ve settled on for an answer:</p>

<ul>
  <li>In the short term, you’ll be competing for jobs with other people. Some people will be better at using AI tools than others. Make sure you’re among the best at using these tools.</li>
  <li>In the long term, you won’t be competing for (most) jobs at all; they’ll be done by machines. Make sure you have a source of income other than selling your labor.</li>
</ul>

<p>What this means in practical terms is pretty simple:</p>

<ol>
  <li><strong>Get really good at using AI tools</strong> while you’re still in school. Not to cheat, obviously, or to do the work for you, but to become much more productive. Understand how to use the technology to do research, write better, communicate better, and manage your time. Become an expert at using not only general-purpose LLM’s like ChatGPT and Claude but also the tools specific to your field, whether that’s Cursor for software development, Microsoft Copilot for knowledge work, Adobe Firefly for creators, Notion for project management, etc.</li>
  <li>Use your talents and skills to <strong>get a high-paying job</strong>.</li>
  <li>While you’re young and have relatively low expenses, <strong>invest as much of your paycheck as possible</strong> in stocks of companies that make or benefit from AI. Depending on your personal appetite for diversification, this might mean investing in specific companies like Apple, Microsoft, and Google, a basket of AI stocks like the so-called <a href="https://www.nasdaq.com/market-activity/etf/mags">Magnificent Seven</a>, or the broader market. Your goal is to build an investment portfolio that can generate income for you when the jobs are gone.</li>
</ol>

<p>This plan may sound extreme, but I honestly believe it’s optimal. Of course there’s another path: learn to do something for a living that machines won’t be able to do. But then you face what I call <a href="/2025/05/13/the-burning-building-problem.html"><em>the Burning Building Problem</em></a>.</p>

<p>Desperate though this all may sound, there is some good news. First of all, you have time. There are still plenty of good jobs out there and they’re not going away tomorrow. New technology takes time to diffuse through the economy, so even if artificial superintelligence were commercially available today it would still take years for the labor market impacts to be broadly felt.</p>

<p>The other bit of good news is that many university professors seem to have gotten over their initial reaction to AI as a “cheating machine” and now in fact encourage their students to use AI tools in their work. This means students can become familiar with the technology as they complete their coursework. It doesn’t have to be relegated to clandestine use or nights-and-weekends projects. Plus, many AI companies offer their products to students at a discount or even free.</p>

<p>And if the AI future that I predict doesn’t come to pass? Well, you’ll still be among the most highly-skilled and sought-after candidates in the workforce.</p>

      ]]></description>
    </item>
    
    <item>
      <title>The Fragility of Humans</title>
      <link>https://interestingtimes.blog/2025/05/01/the-fragility-of-humans.html</link>
      <guid>https://interestingtimes.blog/2025/05/01/the-fragility-of-humans.html</guid>
      <pubDate>Thu, 01 May 2025 22:12:30 +0000</pubDate>
      <description><![CDATA[
        <p>Human workers are remarkably adaptable. We have impressive physical and manual dexterity, acute vision and hearing, and malleable wetware. We have adapted remarkably well to the requirements of a vast array of tasks. Well done. But we are so very fragile.</p>

<p>We learn at a snail’s pace, taking years—decades!—to become professionals. We process rules slowly and have no way to speed that process up without offloading the work to machines. We have personal preferences for some types of work over others and demand to be compensated for performing less desirable jobs. We insist on ethical treatment and respect. We usually only work 8 hours/day and 5 days/week. We take vacations. We’re ruled by unconscious and often counterproductive urges originating from our lizard brains. We age and get sick. We die.</p>

<p>When you look at some animals, you wonder how they survive in the wild. The panda is so clumsy. The tortoise can’t survive being flipped on its back. The butterfly is so fragile. The June bug is completely uncoordinated.</p>

<p>We are a beautiful bird species living on a remote island with no economic predators except each other. But our best and brightest are working hard to bring invasive species of predators to our island.</p>

      ]]></description>
    </item>
    
    <item>
      <title>Hello, Brave New World</title>
      <link>https://interestingtimes.blog/2025/04/30/hello-brave-new-world.html</link>
      <guid>https://interestingtimes.blog/2025/04/30/hello-brave-new-world.html</guid>
      <pubDate>Wed, 30 Apr 2025 18:54:55 +0000</pubDate>
      <description><![CDATA[
        <p>AI will transform the world profoundly—at least as much as did industrialization in the 19th century. But this time the change will happen much more quickly. It’s already happening, and it’s accelerating. Buckle up, buttercup.</p>

<p>I’m Charlie Wood, a retired startup founder and CEO with degrees in computer science and economics. I care deeply about how AI will shape the world we live in, and the one we leave to our kids. I’m fond of saying, “Anything that can be done <i>using</i> a computer will soon be done <i>by</i> a computer,” and it’s no overstatement. But the changes will go beyond that. Virtually every aspect of our lives will be affected by AI if they haven’t been already.</p>

<p>In my own life I use AI (mainly ChatGPT and Claude) in a wide variety of ways. I ask it passing questions, like where did La Jolla, California get its name? Or, how much should I tip a wine tasting host at a winery? Or, why do so many military pilots have mustaches? (Yes, I recently visited San Diego.)</p>

<p>I’ve found AI useful for interpreting test results from my doctor, for advice on diagnosing and fixing automotive, electrical, plumbing, and appliance issues, for product recommendations, for household budgeting, for identifying animal tracks, for learning new card games, for language translation and travel planning, for … well, for just about everything.</p>

<p>And that’s just my personal life. Professionally, if you’re not using AI to help you with your job, you’re almost certainly putting yourself at a severe disadvantage.</p>

<p>So AI is a big deal. So what? Why am I writing about it and why should you care? Because the ground is going to shift below our feet and we all need to be prepared.</p>

<p>AI is set to massively disrupt the labor economy. It won’t replace every job, not even every white collar job, at least not yet. But it will make some people so much more productive at their jobs that businesses will require dramatically fewer people—and that means widespread unemployment.</p>

<p>In the short term, the competition isn’t between people and AI, it’s between people using AI and people who aren’t. And the latter are hosed. In the long term, the battle is between capital and labor—or more specifically between people who make money from their capital and those who make money from their labor. And again, the latter will be hosed.</p>

<p>I’ll be writing much more about all of this on my new blog. A play on the (probably apocryphal) Chinese curse and a classic newspaper name, <a href="https://interestingtimes.blog"><em>The Interesting Times</em></a> is about navigating a world in flux. You can find it at <a href="https://interestingtimes.blog">interestingtimes.blog</a>.</p>

<p>I hope you’ll join the conversation.</p>

      ]]></description>
    </item>
    
  </channel>
</rss>