<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: b0gy</title>
    <description>The latest articles on DEV Community by b0gy (@b0gy).</description>
    <link>https://dev.to/b0gy</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3923848%2F7d64997e-6c08-47c5-adac-fbb3e625b72d.png</url>
      <title>DEV Community: b0gy</title>
      <link>https://dev.to/b0gy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/b0gy"/>
    <language>en</language>
    <item>
      <title>Hiring engineers in the age of AI</title>
      <dc:creator>b0gy</dc:creator>
      <pubDate>Sun, 24 May 2026 02:39:38 +0000</pubDate>
      <link>https://dev.to/b0gy/hiring-engineers-in-the-age-of-ai-4peg</link>
      <guid>https://dev.to/b0gy/hiring-engineers-in-the-age-of-ai-4peg</guid>
      <description>&lt;p&gt;Your engineering interview loop was designed for a world where the bottleneck was writing code. The best engineers in 2026 are not the fastest coders — they're the ones with the best judgment about what to build, how to direct AI toward the right outcome, and when to override what it produced.&lt;/p&gt;

&lt;p&gt;The job title still says "engineer," but the role has fractured. The person you actually need is part architect, part product thinker, part operator, and part team multiplier — designs systems before touching a keyboard, kills bad ideas before they become features, plans for the 3am page before it fires, makes the people around them better. AI writes the code. The human decides whether the code should exist at all.&lt;/p&gt;

&lt;p&gt;Augment Code put it well in their &lt;a href="https://www.augmentcode.com/blog/how-we-hire-ai-native-engineers-now" rel="noopener noreferrer"&gt;hiring framework&lt;/a&gt;: the human role has shifted from author to architect and editor. You define intent, make trade-off decisions, set guardrails, and serve as the last line of quality. Raw coding ability no longer separates exceptional engineers from competent ones — regardless of whether they're writing backends, frontends, data pipelines, or infrastructure.&lt;/p&gt;

&lt;p&gt;CoderPad's &lt;a href="https://coderpad.io/survey-reports/coderpad-state-of-tech-hiring-2026/" rel="noopener noreferrer"&gt;2026 State of Tech Hiring&lt;/a&gt; confirms this from the demand side — technical assessments are up 48% globally, and 82% of developers find AI at least somewhat useful. Companies leading in AI are hiring &lt;em&gt;more&lt;/em&gt; engineers, not fewer. The bottleneck isn't code generation. It's judgment, systems thinking, and the ability to work alongside AI without losing control of the outcome.&lt;/p&gt;

&lt;p&gt;If your interview loop still centers on "can this person write a balanced binary tree on a whiteboard," you're selecting for a skill that AI does better than any human. Here's what to select for instead.&lt;/p&gt;

&lt;h2&gt;
  
  
  The rubric
&lt;/h2&gt;

&lt;p&gt;Six dimensions, each with sub-criteria you score independently. 3 = strong, 2 = adequate, 1 = weak. &lt;a href="https://docs.google.com/spreadsheets/d/1qosny8jZM57P5IyRY_tIs5h8sg5jd-GB5u_ETN-JzD0/edit?usp=sharing" rel="noopener noreferrer"&gt;Open the scorecard (Google Sheet)&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Architecture &amp;amp; design
&lt;/h3&gt;

&lt;p&gt;Can the candidate think at the level of systems, not just functions? These apply whether someone is building APIs, frontends, data pipelines, or infrastructure.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Trade-off analysis under ambiguity&lt;/strong&gt; — can they explain why one approach beats another in terms the business cares about, not just technical preference?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Failure mode awareness&lt;/strong&gt; — do they design for the 3am outage, or only the happy path?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Scale reasoning&lt;/strong&gt; — do they ask about constraints (current bottlenecks, data patterns, cost) before proposing solutions?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;API and contract design&lt;/strong&gt; — can they design interfaces that other teams can integrate safely?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Data modeling and storage decisions&lt;/strong&gt; — do they choose the right storage for the access pattern, not just the storage they know?&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. AI-assisted execution
&lt;/h3&gt;

&lt;p&gt;Can the candidate direct AI tools toward the right outcome — and catch it when the output is wrong?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Directs AI toward well-defined subtasks&lt;/strong&gt; — uses AI for implementation while keeping control of the overall design. Treats AI as a tool, not an oracle.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Critically reviews and debugs AI output&lt;/strong&gt; — can explain &lt;em&gt;why&lt;/em&gt; AI-generated code is or isn't correct. This is the single strongest signal.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Clear boundary between AI-delegated and human-owned work&lt;/strong&gt; — knows which tasks to hand off and which to protect. No boundary means no judgment.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Understands AI limitations in production contexts&lt;/strong&gt; — knows where models hallucinate, where context windows break, where AI-generated code introduces security or concurrency risks.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. Systems &amp;amp; operations
&lt;/h3&gt;

&lt;p&gt;Does the candidate understand what makes code production-worthy?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Observability&lt;/strong&gt; — thinks about monitoring, alerting, and SLOs from day one. Monitors what the user cares about, not what the default dashboard provides.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Debugging methodology&lt;/strong&gt; — has a systematic approach: logs, metrics, traces, reproduction. Asks what changed recently before guessing.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cost awareness&lt;/strong&gt; — considers compute, storage, and API call costs as design constraints, not afterthoughts.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Incident response and on-call mindset&lt;/strong&gt; — has a mental model for what happens after the code is merged. Designs for operability.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  4. Product &amp;amp; problem selection
&lt;/h3&gt;

&lt;p&gt;Does the candidate solve the right problems, or just the ones assigned?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Asks about users and business context before building&lt;/strong&gt; — wants to know the success metric, not just the spec.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pushes back on problem framing when appropriate&lt;/strong&gt; — would rather solve a simpler problem well than an interesting problem poorly.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Chooses simple solutions over interesting ones&lt;/strong&gt; — the boring choice that saves the team real time or pain.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  5. Learning velocity
&lt;/h3&gt;

&lt;p&gt;How fast does the candidate adapt when tools and practices change underneath them?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Has adopted and discarded tools based on results&lt;/strong&gt; — not just tried things, but evaluated and made deliberate choices.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Can articulate what changed in their workflow and why&lt;/strong&gt; — adoption without displacement usually means the tool isn't actually being used.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stays current without hype-chasing&lt;/strong&gt; — runs personal experiments but doesn't chase every new release.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  6. Culture &amp;amp; collaboration
&lt;/h3&gt;

&lt;p&gt;AI amplifies individual output — but a 10x individual who can't collaborate is a net negative. Score this separately from technical ability.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Curiosity&lt;/strong&gt; — asks questions, explores unfamiliar territory, wants to understand the system beyond their immediate scope.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Navigates disagreement constructively&lt;/strong&gt; — describes what they learned from technical disagreements, not just how they won them.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Communicates technical decisions to non-engineers&lt;/strong&gt; — can explain trade-offs in terms a PM or exec can act on.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Shares context on AI-generated code with the team&lt;/strong&gt; — flags AI-generated sections in PRs, documents reasoning, takes responsibility for the review burden.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mentors or lifts others&lt;/strong&gt; — impact isn't just individual output. Improves the people around them.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Holds opinions loosely&lt;/strong&gt; — has strong technical convictions but adapts to team norms and new information.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The questions
&lt;/h2&gt;

&lt;p&gt;Fourteen questions, grouped by what they assess. Each one includes what you're listening for and the red flag.&lt;/p&gt;

&lt;h3&gt;
  
  
  Architecture &amp;amp; design
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;1. "Walk me through a system you designed that had to handle a non-obvious failure mode. What was the failure, and how did your design account for it?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Listen for: specifics about the failure mode, the trade-off they made, and whether they designed for it proactively or reactively. Strong candidates talk about the failure &lt;em&gt;before&lt;/em&gt; it happened.&lt;/p&gt;

&lt;p&gt;Red flag: only discusses happy-path architecture.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. "You're designing a service that needs to process 10x its current load within 6 months. Where do you start?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Listen for: questions before answers. Strong candidates ask about current bottlenecks, data access patterns, and cost constraints before proposing solutions. They think about what &lt;em&gt;not&lt;/em&gt; to change as much as what to change.&lt;/p&gt;

&lt;p&gt;Red flag: immediately proposes a technology ("just use Kafka") without understanding the constraints.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. "Tell me about a time you chose a boring solution over an interesting one. Why?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Listen for: a clear trade-off between technical elegance and operational simplicity. The best answer is a story where the boring choice saved the team real time or pain.&lt;/p&gt;

&lt;p&gt;Red flag: can't think of one. Engineers who always choose the interesting solution are expensive to operate alongside.&lt;/p&gt;

&lt;h3&gt;
  
  
  AI-assisted execution
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;4. "Walk me through your daily workflow. Where does AI fit in, and where doesn't it?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Listen for: specificity. Strong candidates can name exact tools, describe which tasks they delegate to AI, and — critically — which tasks they don't. The boundary matters more than the tools.&lt;/p&gt;

&lt;p&gt;Red flag: vague answers like "I use Copilot for everything." No boundary means no judgment.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. "Tell me about a time AI-generated code was wrong in a way that wasn't obvious. How did you catch it?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Listen for: a real story with a real failure mode. Strong candidates describe a subtle bug — a race condition, a missed edge case, a security hole — that they caught through review, testing, or domain knowledge. This is the single strongest signal for AI-assisted work: the ability to be the quality backstop.&lt;/p&gt;

&lt;p&gt;Red flag: "that hasn't really happened to me." It has. They just didn't notice.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. "If I gave you a new codebase you've never seen and asked you to add a feature using AI tools, how would you approach it?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Listen for: a process that starts with understanding, not prompting. Strong candidates talk about reading the existing code, understanding the architecture, then using AI for implementation — not pasting requirements into a chat window and hoping.&lt;/p&gt;

&lt;p&gt;Red flag: leads with "I'd prompt the AI to..." without any mention of understanding the system first.&lt;/p&gt;

&lt;h3&gt;
  
  
  Systems &amp;amp; operations
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;7. "Your service is throwing 500s for 2% of requests. Walk me through your debugging process."&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Listen for: a systematic approach — logs, metrics, traces, reproduction. Strong candidates ask what changed recently, check deployment history, and think about partial failures. Let them use AI tools during the discussion. Watch whether they use AI to accelerate diagnosis or to replace thinking.&lt;/p&gt;

&lt;p&gt;Red flag: guesses without data. "It's probably the database" is not a debugging process.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;8. "How do you decide what to monitor in a new service?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Listen for: a framework, not a checklist. Strong candidates think about SLOs, user-facing metrics, and leading indicators of failure — not just CPU and memory. They monitor the thing the user cares about, not the thing the infrastructure provides by default.&lt;/p&gt;

&lt;p&gt;Red flag: "whatever the default dashboard gives us."&lt;/p&gt;

&lt;h3&gt;
  
  
  Product &amp;amp; problem selection
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;9. "Tell me about a feature you decided not to build. What was the reasoning?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Listen for: business judgment. The feature was technically feasible but wrong for the user, the timeline, or the system's current maturity. Strong candidates kill their own ideas.&lt;/p&gt;

&lt;p&gt;Red flag: can't think of a feature they chose not to build. This suggests they build whatever's asked without filtering.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;10. "A PM asks you to add a feature that you think is a bad idea. What do you do?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Listen for: pushback with evidence, not ego. Strong candidates describe how they'd frame the concern — data, user impact, operational cost — and what they'd do if overruled. The answer to "what if they still want it" matters as much as the initial pushback.&lt;/p&gt;

&lt;p&gt;Red flag: "I'd just build it, they're the PM." Or the opposite: "I'd refuse." Neither is a real answer.&lt;/p&gt;

&lt;h3&gt;
  
  
  Learning velocity
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;11. "What AI tool or workflow did you adopt in the last 6 months that meaningfully changed how you work? What did it replace?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Listen for: a concrete change in behavior, not a tool name. Strong candidates describe what they &lt;em&gt;stopped doing&lt;/em&gt; when they adopted the new thing. Adoption without displacement usually means the tool isn't actually being used.&lt;/p&gt;

&lt;p&gt;Red flag: names a tool but can't describe the workflow change. "I started using Cursor" is not an answer. "I stopped writing boilerplate tests by hand because Cursor generates them and I review them" is.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;12. "What's something AI tools are bad at today that people assume they're good at?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Listen for: nuance and firsthand experience. Strong candidates have bumped into real limitations — context window issues, hallucinated APIs, broken concurrency patterns — and can describe them specifically. This question reveals whether someone has used AI tools enough to know where they break.&lt;/p&gt;

&lt;p&gt;Red flag: "AI is pretty good at everything now." It is not.&lt;/p&gt;

&lt;h3&gt;
  
  
  Culture &amp;amp; collaboration
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;13. "Tell me about a technical disagreement you had with a teammate. How did it resolve, and would you do anything differently?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Listen for: respect for the other person's view, willingness to change their mind, and a resolution that wasn't just "I was right." Strong candidates describe what they learned, not just how they won.&lt;/p&gt;

&lt;p&gt;Red flag: every story ends with them being right. Or they can't recall a disagreement — which means they either avoid conflict or don't notice it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;14. "How do you share context with your team when you've used AI to generate a significant chunk of code?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Listen for: a process — PR descriptions that call out AI-generated sections, documentation of the reasoning, flagging areas that need extra review. Strong candidates recognize that AI-generated code shifts the review burden to the team and own that.&lt;/p&gt;

&lt;p&gt;Red flag: "I just push it like any other code." That's how AI-generated bugs become the team's problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  Red flags to watch across the loop
&lt;/h2&gt;

&lt;p&gt;A few patterns that span the whole loop:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tool fluency without technical depth.&lt;/strong&gt; The candidate is fast with AI tools but can't explain the code they produce. This is the most dangerous hire in 2026 — someone who ships faster but embeds hidden defects. Canva's interview team found the same thing: the best candidates don't just prompt — they ask clarifying questions, use AI for well-defined subtasks, and critically review output.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No boundary between AI tasks and human tasks.&lt;/strong&gt; Every engineer needs a clear mental model of what they delegate and what they don't. If someone uses AI for everything indiscriminately, they've abdicated judgment.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Resistance to AI as identity.&lt;/strong&gt; Some candidates treat not using AI as a badge. In 2026, this is like refusing to use an IDE. It doesn't demonstrate skill — it demonstrates rigidity.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Can't debug AI output.&lt;/strong&gt; If you ask them to review AI-generated code and they can't identify issues, they're a liability in a codebase where AI writes the first draft.&lt;/p&gt;

&lt;h2&gt;
  
  
  The heuristic
&lt;/h2&gt;

&lt;p&gt;You're not hiring a coder anymore. The engineer you need in 2026 is an architect who designs systems before writing them, a product thinker who kills bad ideas before they become tickets, an operator who plans for the 3am page, and a teammate who makes everyone around them better. AI handles the typing. You're hiring for everything else. Interview for judgment, not keystrokes — the candidate who pushes back on AI output is worth more than the one who prompts their way to a solution.&lt;/p&gt;

&lt;h2&gt;
  
  
  tl;dr
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The pattern.&lt;/strong&gt; Engineering interviews still optimize for raw coding ability — a skill AI now handles — while ignoring the architect, product thinker, operator, and collaborator the role actually demands.&lt;br&gt;
&lt;strong&gt;The fix.&lt;/strong&gt; Score candidates across six dimensions (architecture, AI-assisted execution, systems &amp;amp; ops, product taste, learning velocity, culture) with specific sub-criteria, and use questions that reveal how they direct, evaluate, and override AI output.&lt;br&gt;
&lt;strong&gt;The outcome.&lt;/strong&gt; You hire engineers who think like architects, challenge like PMs, operate like SREs, and use AI as a tool — not engineers who either ignore it or depend on it blindly.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://b0gy.com/notes/hiring-engineers-in-the-age-of-ai/" rel="noopener noreferrer"&gt;b0gy.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>hiring</category>
      <category>productivity</category>
      <category>career</category>
    </item>
    <item>
      <title>The displacement gap</title>
      <dc:creator>b0gy</dc:creator>
      <pubDate>Sat, 16 May 2026 16:43:44 +0000</pubDate>
      <link>https://dev.to/b0gy/the-displacement-gap-g2h</link>
      <guid>https://dev.to/b0gy/the-displacement-gap-g2h</guid>
      <description>&lt;p&gt;Every few weeks a new headline lands: 85 million jobs displaced. 300 million full-time roles affected. All white-collar work automated within 18 months. The numbers are big, round, and — if you look closely — mostly about theoretical capability, not observed reality.&lt;/p&gt;

&lt;p&gt;Anthropic published &lt;a href="https://www.anthropic.com/research/labor-market-impacts" rel="noopener noreferrer"&gt;labor market research&lt;/a&gt; in March that introduced a distinction most coverage ignores: the gap between what AI &lt;em&gt;can&lt;/em&gt; automate and what it &lt;em&gt;is&lt;/em&gt; automating. That gap is enormous. And it tells a very different story than the headlines.&lt;/p&gt;

&lt;h2&gt;
  
  
  The gap is the story
&lt;/h2&gt;

&lt;p&gt;Anthropic's key contribution is a measure they call "observed exposure" — what Claude actually does in production, as opposed to what benchmarks say it could do.&lt;/p&gt;

&lt;p&gt;The numbers are striking. Computer and math occupations have 94% theoretical AI exposure. In practice, Claude covers 33%. Office and admin roles — the ones everyone assumes are already gone — show 90% theoretical exposure and a fraction of that in actual use.&lt;/p&gt;

&lt;p&gt;97% of observed Claude usage falls within theoretically feasible categories. The model &lt;em&gt;can&lt;/em&gt; do the work. Organizations just aren't deploying it that way.&lt;/p&gt;

&lt;p&gt;This is not a technology constraint. It is an adoption constraint. The bottleneck is not whether the model can draft a financial analysis or triage a support ticket. It is whether the organization has rebuilt the workflow, retrained the team, and instrumented the process to actually use AI where it fits.&lt;/p&gt;

&lt;p&gt;Mustafa Suleyman predicted in February that all white-collar tasks would be automated within 12-18 months. Anthropic's data says we're at a third of theoretical capacity today, with no clear acceleration in the adoption curve. Both things can be true — the capability is there, the deployment is not — but the implication is different from what the headlines suggest.&lt;/p&gt;

&lt;h2&gt;
  
  
  The hollowing-out is real, just quiet
&lt;/h2&gt;

&lt;p&gt;No clear evidence that AI has increased overall unemployment. That's the headline finding, and it's technically correct. But underneath it, something more specific is happening.&lt;/p&gt;

&lt;p&gt;Anthropic found a 14% drop in the job-finding rate for workers aged 22-25 in AI-exposed occupations since ChatGPT launched. Not mass layoffs — reduced hiring. The entry-level pipeline is narrowing. Companies are not firing customer service reps. They are not backfilling them when they leave.&lt;/p&gt;

&lt;p&gt;This is the pattern that matters for anyone running an AI program. The displacement is not dramatic. It is a slow compression of roles at the bottom of the org chart — data entry, basic admin, junior financial analysis, first-tier customer support. The people in these roles are not losing their jobs tomorrow. They are losing the &lt;em&gt;next&lt;/em&gt; version of their jobs — the promotion, the adjacent role, the career ladder that used to exist.&lt;/p&gt;

&lt;p&gt;US data suggests roughly 25,000 jobs erased per month against 9,000 new ones created. A net loss of 16,000 per month sounds alarming until you put it against a labor force of 160 million. But zoom in on who's affected and the picture sharpens: entry-level workers, administrative roles, and — disproportionately — women.&lt;/p&gt;

&lt;h2&gt;
  
  
  The gender gap nobody is planning for
&lt;/h2&gt;

&lt;p&gt;79% of employed US women work in roles at high risk of automation, compared to 58% of men. Of the 6 million US workers most directly exposed to AI displacement, more than 85% are women. The ILO found women more exposed than men in 88% of countries analyzed.&lt;/p&gt;

&lt;p&gt;This is not a coincidence. Women are overrepresented in exactly the categories AI automates first: administrative support, clerical work, payroll, reception, data entry. These roles have high theoretical exposure &lt;em&gt;and&lt;/em&gt; high observed exposure — the gap between capability and deployment is smaller here because the tasks are more structured, more repetitive, and easier to automate without rebuilding an entire workflow.&lt;/p&gt;

&lt;p&gt;Harvard and Berkeley researchers found a 25% gap in AI adoption between men and women. The workers most exposed to displacement are also the least likely to be building fluency with the tools that could reshape their roles instead of eliminating them.&lt;/p&gt;

&lt;p&gt;Most workforce planning we see treats AI displacement as role-neutral. It is not. If your reskilling program does not specifically account for which roles and which demographics are most exposed, you are planning for a workforce transition that does not match the actual transition happening.&lt;/p&gt;

&lt;h2&gt;
  
  
  Reskilling is not a slide in the deck
&lt;/h2&gt;

&lt;p&gt;IBM estimates 40% of the global workforce needs new skills within three years. The WEF projects 92 million jobs disappearing by 2030, offset by 170 million new roles — but those new roles require different skills, and the people losing the old roles are not automatically qualified for the new ones.&lt;/p&gt;

&lt;p&gt;The new jobs are real. AI trainers, explainability engineers, data annotators, forward-deployed AI engineers — 1.3 million new roles by various estimates, plus 600,000 data center positions. Workers with advanced AI skills earn 56% more than peers. The demand side is genuine.&lt;/p&gt;

&lt;p&gt;The problem is the bridge. BCG and HBR frame it well: AI will reshape more jobs than it replaces. 50-55% of US jobs will be substantially changed, not eliminated. But "substantially changed" means the person in the role needs to learn new tools, adopt new workflows, and develop judgment about when to trust AI output and when to override it. That is a training problem. And 90% of global enterprises report critical skills shortages going into 2026.&lt;/p&gt;

&lt;p&gt;We see this pattern in every engagement. The organization has a model in production. The AI team is shipping features. But nobody owns the question of how the people whose workflows just changed are supposed to adapt. There is no training program. There is no measurement of whether adoption is happening at the individual level. There is a Slack message that says "we now have an AI tool for X" and an expectation that people will figure it out.&lt;/p&gt;

&lt;p&gt;They don't.&lt;/p&gt;

&lt;h2&gt;
  
  
  Three phases, one window
&lt;/h2&gt;

&lt;p&gt;The research broadly converges on a phased timeline. 2023-2025 was task automation, hiring freezes, role compression. 2026-2028 — where we are now — is when career transition spikes and displacement peaks. 2028 onward is the new equilibrium, where the job market has restructured around AI-augmented roles.&lt;/p&gt;

&lt;p&gt;If that timeline is roughly right, organizations have about two years to get serious about the workforce side of their AI programs. Not the model side. Not the infrastructure side. The people side.&lt;/p&gt;

&lt;p&gt;That means identifying which roles are being compressed — not theoretically, but based on actual usage data. It means building reskilling programs targeted at the specific demographics and job families most exposed. It means measuring adoption at the individual level, not the org level, because a 60% adoption rate can mean 60% of the team uses AI daily or 100% of the team opened the tool once. Those are very different situations.&lt;/p&gt;

&lt;h2&gt;
  
  
  The heuristic
&lt;/h2&gt;

&lt;p&gt;Your AI workforce problem is not that machines will replace your people. It is that you are changing what the work requires without changing how your people are prepared to do it. Close that gap before the market closes it for you.&lt;/p&gt;

&lt;h2&gt;
  
  
  tl;dr
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The pattern.&lt;/strong&gt; Organizations focus on what AI can automate in theory while ignoring that actual deployment is a fraction of capability — and the real displacement is a quiet hollowing-out of entry-level and administrative roles, disproportionately affecting women.&lt;br&gt;
&lt;strong&gt;The fix.&lt;/strong&gt; Treat reskilling as an engineering problem: identify which roles are actually changing based on usage data, build targeted training for the specific demographics most exposed, and measure adoption at the individual level.&lt;br&gt;
&lt;strong&gt;The outcome.&lt;/strong&gt; Your workforce adapts alongside your AI program instead of being hollowed out by it, and the people most at risk become the people most prepared for what comes next.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://b0gy.com/notes/the-displacement-gap/" rel="noopener noreferrer"&gt;b0gy.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>strategy</category>
      <category>leadership</category>
    </item>
    <item>
      <title>The AI divide is not about AI</title>
      <dc:creator>b0gy</dc:creator>
      <pubDate>Sun, 10 May 2026 22:12:17 +0000</pubDate>
      <link>https://dev.to/b0gy/the-ai-divide-is-not-about-ai-2h01</link>
      <guid>https://dev.to/b0gy/the-ai-divide-is-not-about-ai-2h01</guid>
      <description>&lt;p&gt;PwC's &lt;a href="https://www.pwc.com/gx/en/news-room/press-releases/2026/pwc-2026-ai-performance-study.html" rel="noopener noreferrer"&gt;2026 AI Performance Study&lt;/a&gt; dropped a number that should worry anyone running an AI program: three-quarters of the economic value from AI is being captured by 20% of companies. The other 80% are spending real money and getting marginal returns.&lt;/p&gt;

&lt;p&gt;This isn't a technology problem. It's an organizational one.&lt;/p&gt;

&lt;h2&gt;
  
  
  The numbers are worse than they look
&lt;/h2&gt;

&lt;p&gt;Stanford's &lt;a href="https://hai.stanford.edu/ai-index/2026-ai-index-report" rel="noopener noreferrer"&gt;2026 AI Index&lt;/a&gt; puts organizational adoption at 88%. Nearly every company of meaningful size is doing something with AI. But doing something isn't the same as getting value from it.&lt;/p&gt;

&lt;p&gt;Writer's &lt;a href="https://writer.com/blog/enterprise-ai-adoption-2026/" rel="noopener noreferrer"&gt;enterprise survey&lt;/a&gt; of 2,400 knowledge workers found that 79% of organizations face challenges in adoption — a double-digit increase from 2025. Nearly half of leaders say AI adoption has been a "massive disappointment." And 54% of C-suite executives say it's tearing their company apart.&lt;/p&gt;

&lt;p&gt;Meanwhile, the top 20% are pulling away. PwC found those companies are 2.6x more likely to say AI is reshaping their business model, not just trimming costs. They're using AI for growth, not efficiency.&lt;/p&gt;

&lt;p&gt;The gap is accelerating.&lt;/p&gt;

&lt;h2&gt;
  
  
  Efficiency is the wrong goal
&lt;/h2&gt;

&lt;p&gt;Most companies failing at AI are doing exactly what the consultants told them to do: find inefficiencies, apply AI, measure cost savings. The problem is that efficiency gains from AI are real but small. Stanford documents 14-15% productivity improvements in customer support, 26% in software development. Meaningful — but not transformative.&lt;/p&gt;

&lt;p&gt;The companies capturing most of the value are doing something different. They're using AI to enter adjacent markets, create new product categories, and restructure how their business works. PwC's single strongest predictor of AI-driven financial performance wasn't model quality or engineering talent — it was the ability to pursue growth opportunities from industry convergence.&lt;/p&gt;

&lt;p&gt;The winners aren't using AI to do the same things cheaper. They're using it to do different things entirely.&lt;/p&gt;

&lt;h2&gt;
  
  
  The strategy problem is real
&lt;/h2&gt;

&lt;p&gt;Here's the part that should alarm leadership teams. Writer found that 39% of companies investing over a million dollars annually in AI don't have a formal strategy for generating revenue from it. Among those that do, 75% of executives admit the strategy is "more for show than for actual internal guidance."&lt;/p&gt;

&lt;p&gt;Three-quarters of AI strategies are slide decks that no one follows.&lt;/p&gt;

&lt;p&gt;We see this constantly. A company has a model in production, a team maintaining it, a budget approved — and no clear answer to "what is this doing for the business?" The AI team ships features. Leadership counts deployments. Nobody measures whether the deployment changed anything that mattered.&lt;/p&gt;

&lt;h2&gt;
  
  
  The people divide is the real divide
&lt;/h2&gt;

&lt;p&gt;The most uncomfortable finding in the Writer survey: 92% of C-suite executives are cultivating a new class of "AI elite" employees. 60% plan to lay off those who won't adopt AI. AI super-users are 3x more likely to get a raise or promotion and 5x more productive than slow adopters.&lt;/p&gt;

&lt;p&gt;This creates a two-tier workforce inside companies that already have a two-tier AI strategy. The people who are good at using AI tools get more resources, more visibility, and more autonomy. Everyone else gets a mandate to "adopt AI" with no clarity on what that means.&lt;/p&gt;

&lt;p&gt;The organizations closing the divide are the ones being explicit about what AI adoption looks like at each role level — not "use AI" but "here are the three workflows that change, here is the training, here is how we measure whether it worked."&lt;/p&gt;

&lt;h2&gt;
  
  
  What the top 20% actually do differently
&lt;/h2&gt;

&lt;p&gt;After working with organizations on both sides of this divide, the pattern is consistent:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;They fund AI at the product level, not the infrastructure level.&lt;/strong&gt; The lagging companies build platforms and wait for use cases. The leading companies start with a business outcome and work backward to what needs to change.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;They measure business metrics, not AI metrics.&lt;/strong&gt; Not F1 scores or latency percentiles — revenue per user, time to close, customer retention. If the AI team can't connect their work to a metric the CFO cares about, they rethink the work.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;They treat AI as a management problem.&lt;/strong&gt; The technology is commoditized. GPT-5.5, Claude Opus 4.7, and DeepSeek V4 all shipped within days of each other in April. Model quality is converging. The differentiator is how the organization integrates, governs, and iterates on AI-driven processes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;They accept that most experiments will fail.&lt;/strong&gt; The lagging companies run one pilot, see mediocre results, and declare AI overhyped. The leading companies run twenty pilots, kill fifteen, and scale the five that work. The failure rate is the same. The response to failure is different.&lt;/p&gt;

&lt;h2&gt;
  
  
  The heuristic
&lt;/h2&gt;

&lt;p&gt;If your organization is spending seven figures on AI and you can't clearly articulate what business outcome has changed as a result — you're in the 80%.&lt;/p&gt;

&lt;p&gt;That's not a reason to stop. It's a reason to stop doing what you're doing and start treating AI as a business decision rather than a technology project. The divide isn't about who has the best models. It's about who has the clearest thinking about what those models are for.&lt;/p&gt;

&lt;h2&gt;
  
  
  tl;dr
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The pattern.&lt;/strong&gt; 80% of companies are spending real money on AI and getting marginal returns because they treat it as a technology project — find inefficiencies, apply AI, measure cost savings.&lt;br&gt;
&lt;strong&gt;The fix.&lt;/strong&gt; Fund AI at the product level with business metrics, run multiple bets with kill criteria, and define what "AI adoption" means concretely for each role instead of issuing mandates.&lt;br&gt;
&lt;strong&gt;The outcome.&lt;/strong&gt; AI drives growth — new markets, new products, new business models — instead of shaving single-digit percentages off existing processes.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://b0gy.com/notes/the-ai-divide-is-not-about-ai/" rel="noopener noreferrer"&gt;b0gy.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>strategy</category>
      <category>leadership</category>
    </item>
  </channel>
</rss>
