import Link from "next/link";
import { BlogFAQ } from "../BlogFAQ";
import { BlogInlineCTA } from "../BlogInlineCTA";
import type { TOCItem } from "../BlogTOC";

export const willAIReplaceFAQ = [
  {
    q: "Will AI replace graphic designers?",
    a: "Partially, and it's already happening. Commodity graphic design work is being automated now. Strategic design work, UX, product design, and conversion-focused creative direction are growing in demand. AI is replacing the bottom of the market and raising the ceiling for the top.",
  },
  {
    q: "Will AI replace UX designers?",
    a: "The data says no, not for the foreseeable future. UX design roles are projected to grow 16% through 2026. The work of understanding users and making judgment calls about what changes affect outcomes relies on context and empathy AI doesn't replicate reliably.",
  },
  {
    q: "Are design jobs declining because of AI?",
    a: "Graphic design job postings dropped 33% in 2025, concentrated in production-heavy roles. But 74% of businesses report AI hasn't reduced their need for design professionals overall. Demand is shifting toward strategic, AI-augmented roles that pay significantly more.",
  },
  {
    q: "Should designers learn AI tools?",
    a: "Yes, it's becoming table stakes. Job listings mentioning AI skills went from 3% in 2023 to 32% in 2026. Designers using AI tools earn 56% more. The tools amplify output; the judgment of how to use them still belongs to the designer.",
  },
  {
    q: "Can AI design a landing page that converts?",
    a: "AI can generate a landing page that looks plausible. Whether it converts depends on how well it matches your specific users and conversion goal. That requires context the AI doesn't have. AI-generated design with senior oversight can convert well. Without that layer, it rarely does.",
  },
  {
    q: "How does DesignShare use AI in its design process?",
    a: "We use AI tools internally to accelerate execution: fast iterations, component variations, first-draft generation. Senior designers set the strategic direction, review all output, and make the decisions that affect outcomes. AI handles the speed layer. Designers handle the judgment layer.",
  },
];

export const willAIReplaceTOC: TOCItem[] = [
  { id: "worry", label: "The worrying numbers" },
  { id: "other-numbers", label: "The numbers they skip" },
  { id: "replaces", label: "What AI replaces" },
  { id: "doesnt-replace", label: "What it doesn't" },
  { id: "earns-more", label: "Who earns more" },
  { id: "founders", label: "What it means for you" },
  { id: "faq", label: "FAQ" },
];

export function ArticleWillAIReplaceDesigners() {
  return (
    <div className="b-prose">
      <p className="b-lead">
        Yes and no. That&rsquo;s not a hedge. It&rsquo;s the most accurate answer
        the data supports.
      </p>
      <p>
        Some design work is being replaced right now. Some design work is in
        higher demand than ever. The difference is not about seniority or
        experience in the traditional sense. It&rsquo;s about what kind of design
        work you&rsquo;re talking about, and how clearly you can draw that line.
      </p>
      <p>
        This post gives you the honest version: what the actual numbers show,
        what AI replaces and what it doesn&rsquo;t, and what it means if
        you&rsquo;re a founder making decisions about design.
      </p>

      <h2 id="worry">The numbers that worry people</h2>
      <p>
        Graphic designer job postings dropped 33% in 2025. That&rsquo;s real.
        Oxford Martin School puts graphic designers at 86% on their automation
        risk scale. Anthropic&rsquo;s 2026 Economic Index shows 37% observed AI
        exposure for design roles. These are not made-up concerns.
      </p>
      <p>
        If you make generic social media graphics, resize assets for different
        formats, create templated marketing materials, and do production work
        that follows a clear brief without strategic input, AI tools can do a
        meaningful portion of that now, and they&rsquo;ll do more of it next year.
      </p>
      <p>
        So yes: commodity graphic design is being automated. That part is true.
      </p>

      <h2 id="other-numbers">The numbers they don&rsquo;t lead with</h2>
      <p>
        74% of businesses say AI has either not changed their need for design
        professionals, increased the demand, or only replaced simple tasks.
      </p>
      <p>
        Only 31% of designers currently use AI for core work, according to
        Figma&rsquo;s 2025 AI Report, compared to 59% of developers. The
        profession hasn&rsquo;t even fully adopted the tools yet, and demand is
        holding.
      </p>
      <p>
        UX design roles are projected to grow 16% through 2026. Graphic design
        2%. The more a design role involves judgment and strategic thinking, the
        more it&rsquo;s growing. The more it involves production execution, the
        more it&rsquo;s at risk.
      </p>
      <p>
        Designers with AI skills earn 56% more than peers who don&rsquo;t use AI
        tools. Design job listings mentioning AI skills went from 3% in 2023 to
        32% today. Autodesk&rsquo;s AI Jobs Report found that design has overtaken
        technical expertise as the most in-demand skill in AI-related job
        postings.
      </p>
      <p>
        AI is not reducing demand for designers. It&rsquo;s increasing demand for
        a specific kind of designer, and that designer earns more.
      </p>

      <h2 id="replaces">What AI actually replaces</h2>
      <p>
        AI replaces or significantly reduces: production work that follows clear
        specifications, asset resizing and reformatting, first-draft generation
        for standard layouts, color scheme variations, icon sets from
        descriptions, presentation template population, and certain wireframing
        tasks where the structure is already defined.
      </p>
      <p>
        This is real work that real designers spend real hours on. A substantial
        chunk of a junior or mid-level graphic designer&rsquo;s week falls into
        this category. That&rsquo;s why the 33% drop in job postings is
        concentrated in those roles.
      </p>

      <h2 id="doesnt-replace">What AI doesn&rsquo;t replace</h2>
      <p>
        Strategic creative direction. The judgment call about why a landing page
        isn&rsquo;t converting, even though it looks fine. The decision to
        simplify an onboarding flow that users are quietly abandoning. The
        understanding of what a specific user cohort does and doesn&rsquo;t
        notice.
      </p>
      <p>
        AI doesn&rsquo;t know your users. It can&rsquo;t sit in a user interview
        and notice that three different people described the same problem three
        different ways. It can&rsquo;t look at your analytics and spot that
        drop-off is caused by a loading state that feels like a crash.
      </p>
      <p>
        It can&rsquo;t tell you that your pricing page is structured for the way
        your product team thinks about tiers, not the way your buyer makes a
        decision.
      </p>
      <p>
        These are judgment problems. The research on automation risk consistently
        identifies strategic creative direction, brand identity, and UX research
        as the most AI-resistant skills in design.
      </p>

      <h2 id="earns-more">The designer who earns more because of AI</h2>
      <p>
        A senior designer who uses{" "}
        <Link href="/blog/figma-ai-agents-startup-design-2026">
          Figma&rsquo;s AI agent
        </Link>{" "}
        to iterate 4 versions of a component in the time it used to take to
        produce one, then applies strategic judgment to pick the right direction,
        is more productive and more valuable than they were a year ago.
      </p>
      <p>
        A designer who uses vibe designing tools to generate a first-draft layout
        in 20 minutes, then refines it with actual knowledge of the user and the
        conversion goal, compresses what used to be a two-day process into a
        single session.
      </p>
      <p>
        Designers with AI skills earn 56% more than peers without them.
        That&rsquo;s not because AI is doing their job. It&rsquo;s because AI is
        multiplying their output, and clients pay for output.
      </p>

      <h2 id="founders">What this means for founders</h2>
      <p>
        For marketing asset production, social content, and templated work, AI
        tools are genuinely capable now. If that&rsquo;s most of your design need,
        you don&rsquo;t necessarily need a designer for it.
      </p>
      <p>
        For product UI/UX, landing pages tied to conversion goals, onboarding
        flows, and any design that has to understand your specific users, you
        still need a designer with judgment. AI tools today don&rsquo;t make those
        decisions well without senior oversight.
      </p>
      <p>
        The trap founders fall into: assuming that because AI can generate
        something that looks like a landing page, it&rsquo;s generating one that
        converts for their product. The first is a visual production task. The
        second is a strategy problem with a visual output.
      </p>
      <p>
        We see this at DesignShare. Companies come to us after trying AI tools for
        product design and finding the output looks fine but doesn&rsquo;t
        perform. The design is technically correct. The thinking behind it is
        missing.
      </p>

      <BlogInlineCTA
        heading="Want AI speed without"
        accent="cutting corners?"
        text="DesignShare pairs senior designers with AI-assisted execution, flat $3,495/mo, ~48-hour turnaround. Pause anytime."
        cta="See pricing"
        href="https://designshare.net/#pricing"
      />

      <h2 id="faq">Frequently asked questions</h2>
      <BlogFAQ items={willAIReplaceFAQ} />
    </div>
  );
}
