Table of Contents
1. Conclusion: Figma Will Not Disappear, but the Static Handoff Will
In 2026, a product builder can describe an interface and receive a working browser prototype within minutes. Buttons respond, sample customer records appear, and a follow-up prompt can change the layout or behavior. That makes an old workflow look strangely indirect: draw a static screen in a design tool, hand it to another person, and ask that person—or another AI—to translate it into code.
This is the question now hanging over Figma. The product became the default workspace for interface design just as AI agents learned to skip the drawing and build the thing itself. Is the category leader becoming obsolete, or does the AI era make its collaborative role more valuable?
The answer depends on what we mean by design. If design means manually polishing rectangles, typography, and spacing, a great deal of that labor is being automated. If it means aligning people around a goal, comparing alternatives, recording why a decision was made, and maintaining coherence across a product, the picture is very different.
The most defensible conclusion is therefore not “Figma survives” or “Figma dies.” The one-way handoff from static picture to implementation is losing value. The shared decision system around the product is not. Figma’s future depends on whether it can connect that system to working code without becoming an expensive extra translation layer.
2. Why Figma Became the Standard: The Shared Space Mattered More Than Drawing
The browser ended versioned-file ping-pong
Co-founders Dylan Field and Evan Wallace began exploring browser-based creative software while at Brown University. The important idea was not simply to reproduce desktop graphics software in a tab. Traditional design work created a chain of local files, exported images, email attachments, and ambiguous filenames. Developers inferred spacing and color from screenshots; stakeholders needed specialized software merely to see the latest state.
Figma replaced that transfer mechanism with a URL and real-time collaboration. Designers, engineers, product managers, customers, and executives could look at the same object while it changed. The competitor was not only Sketch or Adobe software; it was the entire ritual of packaging and passing files.
That coordination advantage appears in usage research. In UX Tools’ survey, Figma accounted for 82.3% of respondents’ interface-design tool choices and reached 93.1% among individual contributors in corporate environments.[1] These figures describe the survey sample, not audited worldwide revenue share, but they show how strongly professional workflows have standardized around Figma.
From screens to systems and decisions
Figma is used for far more than polished screens. Teams rough out wireframes, establish visual hierarchy, connect screens into prototypes, register reusable buttons and fields as components, and manage shared variables for color, spacing, typography, and radius. A design system is not merely a style gallery; it is an operating mechanism for keeping many surfaces predictable.
Consider an HR platform with request, approval, notification, and administration screens. If each team invents its own confirmation button, users must relearn the same action repeatedly. A shared component lets the product preserve one interaction language across teams and releases.
Figma also expanded around that core: FigJam for group thinking, Dev Mode for implementation context, Slides for presentations, Sites for publishing, and Make for AI-assisted prototypes. In the second quarter of 2025, more than 80% of customers used at least two Figma products, and about two-thirds used at least three.[7] The company’s real moat is not a single drawing feature. It is the accumulated place where product builders already meet.
Figma’s durable advantage is less about placing pixels and more about enabling different disciplines to judge the same object together.
The whiteboard that remains after the meeting
Remote work made this shared space more visible. In an office, a team can gather around a whiteboard, sketch a flow, rearrange sticky notes, and point to a disputed step. Remote teams need an intentional substitute. FigJam provides a canvas, voting, timers, cursor chat, and, on paid plans, audio communication.
The deeper benefit is persistence. The artifact can retain rejected options, comments, and the sequence of reasoning after the call ends. Code alone rarely explains why a team avoided one flow, why legal objected to another, or which trade-off a customer accepted. Audio capability does not automatically create a permanent record, however; consequential reasoning still needs to be written down.
This is why AI-generated diagrams do not eliminate the collaborative canvas. The AI can draw an option, but it does not make disagreement disappear. As option generation becomes cheap, comparison and decision memory become more important.
3. Why Static Mockups Are Under Pressure: AI Jumps Across the Translation Layer
Static screens have always concealed behavior. They do not naturally show loading, invalid input, network failure, permissions, responsive changes, keyboard operation, or the timing of motion. A high-fidelity frame can look complete while leaving the most important parts of the experience unresolved.
The handoff adds another translation. A designer’s component becomes a React component; precise spacing drifts; an existing production component is overlooked; a layout that looked stable at one canvas width fails on a real device. Generative AI is now capable of crossing that gap directly. A written request can produce HTML, CSS, JavaScript, test data, and interactive states that stakeholders can manipulate immediately.
This is especially rational for a solo builder, a small internal tool, or an early proof of concept. When the designer, implementer, and decision-maker are the same person, there is no organizational handoff to support. Drawing a static version first can simply create another artifact to maintain.
What is disappearing is not design. It is the fixed process in which one person creates a static representation and passes it in one direction to someone who rebuilds it.
AI does not remove product thinking; it removes some of the translation between a static specification and a running experiment.
When a working app and Markdown are enough
A code-first process uses the prototype itself as the discussion object. A local server presents fictional customers, orders, approval states, and notifications. A Markdown specification in the repository records users, goals, state transitions, error behavior, permissions, and acceptance criteria. An AI coding agent can read both the specification and the existing code while making changes.
This has clear advantages. Specification and implementation share version history. The prototype can become the foundation of the real product rather than a disposable imitation. For a small dashboard or personal service, a written spec, seeded data, a running application, and targeted comments may be sufficient.
But Markdown has weak spatial overview. Thirty screens multiplied by initial, loading, validation, permission, and network-error states become difficult to understand as prose. Salespeople, customers, and executives may also find a repository and local development server inaccessible. The technically shortest path is not always the shortest path for the whole organization.
A screen is not a complete specification
Figma is excellent at communicating visual intent: placement, sequence, tone, hierarchy, and a proposed interaction path. Yet the presence of an approval button says nothing about who may click it, whether delegation is allowed, what happens after a deadline, how duplicate submission is prevented, or how long an audit record must be retained.
Permissions, state machines, exceptions, security, performance, and audit policy belong in prose, tests, or executable rules. The reverse is also true: a precise paragraph cannot reveal whether a screen overwhelms attention or makes the primary action hard to find.
A practical source-of-truth architecture therefore separates information by nature:
- Business rules and acceptance criteria live in specifications and tests.
- Actual behavior lives in code and running environments.
- Visual comparison, flows, and cross-functional agreement live on a canvas.
- The artifacts link to one another and identify which one wins when they disagree.
Trying to force every truth into one format creates either a beautiful but incomplete picture or a precise but unreadable wall of text.
4. Figma Is Crossing the Boundary Itself: Code Layers, Agent, and MCP
Figma has not responded by defending static mockups. In 2025 it launched Make, Sites, Draw, and Buzz. At Config 2026 it made the strategic direction clearer with Code Layers.
Code Layers place working code on the Figma canvas. A team can convert a design layer into an interactive code layer, duplicate live alternatives side by side, comment on them, extract editable design layers from code, and update code after visual editing. Figma also describes workflows that start from a local codebase or a cloned GitHub repository.[2][3]
As of August 23, 2026, Code Layers remains in closed beta rather than general availability. Figma Agent is in open beta for eligible Professional, Organization, and Enterprise users. Those labels matter: a product direction should not be described as a universally available workflow before customers can actually depend on it.
Still, the strategy is unmistakable. Figma is not trying to protect a world where a static design precedes code. It is trying to turn code into another material on the multiplayer canvas.
An agent that operates on editable design structure
Figma Agent is intended to work with the structure of the canvas—layers, components, variables, and libraries—rather than returning a flattened picture. It can propose screens, adjust layouts, organize layers, apply component systems, and present directions for comparison.
The 2026 update added custom skills that encode team conventions and repeatable workflows. A company can capture capitalization rules, required approval fields, accessibility checks, or brand constraints and ask the agent to apply them repeatedly. Web search, MCP connectors, and attachments including code, PDFs, images, and spreadsheets can provide additional context.[3]
Figma reported that, by July 31, 2026, more than 50% of paid customers above $10,000 in annual recurring revenue were using Figma Agent weekly.[6] During beta, agent prompts and actions do not consume AI credits; Figma says the credit system will apply after general availability. That makes current usage informative but not a final measure of long-term willingness to pay.
MCP and Code Connect transfer context, not just appearance
Giving an implementation agent a screenshot is like giving a contractor a photograph of a building facade. The agent can imitate the surface but cannot know which production component, token, validation rule, or accessibility behavior is supposed to sit underneath it.
Figma’s MCP server exposes structured design context to agents such as Cursor, Claude Code, Codex, and GitHub Copilot. Code Connect maps a component in the design system to the actual maintained component in the repository. The important message is no longer merely “this button is blue.” It becomes “this is the approved Button component, with these variants and this implementation.”
In a Figma evaluation published on August 5, 2026, adding Code Connect reduced median task duration by 19.6%, reduced median token use by 29.5%, and improved code quality by one point on a four-point scale.[4] This is the vendor’s own evaluation, not a guarantee for every codebase, but the mechanism is plausible: reusing known components is faster and safer than reconstructing a UI from primitive elements.
A screenshot can produce a similar-looking button. Component mappings, tokens, and usage rules make it possible to reuse the real one.
When routing through Figma is still wasteful
MCP availability does not mean every project should become Figma-centered. If a mature product already maintains production components, documentation, interaction examples, and visual tests in Storybook, the coding agent may get more reliable context directly from the repository.
In that environment, converting a generated application into Figma and then converting it back into another implementation creates two lossy transformations. The working code is the strongest source of truth. The canvas still adds value when designers, customers, sales, legal, and engineering need to compare alternatives together—but it should not exist merely because a traditional process diagram says “design comes first.”
The correct question is not “Can Figma connect to the code?” It is “Who needs to make this decision, and which environment lets those people inspect the relevant truth?”
5. Design Work Gains Value While Mechanical Design Labor Loses It
AI reduces the value of repetitive tracing, routine admin-screen production, layer cleanup, and tiny manual spacing adjustments. It increases the value of choosing what to build.
The same expense-approval interface should not look identical for every user. Finance staff may need dense comparison; occasional employees need a low-friction path; approvers need differences and policy violations made prominent. AI can generate dozens of polished options, but it cannot infer every legal obligation, organizational power relationship, previous failure, brand promise, or user constraint without trustworthy context and human judgment.
Figma’s 2026 AI report drew on 8,403 survey responses and 639 qualitative interviews across ten markets, including Japan. Ninety percent said design was at least as important as before AI; 65% of developers said it had become more important. Designers participating in development rose from 21% to 41%, while developers participating in design rose from 44% to 60%.[5]
Because this is Figma’s own study, its audience and question design may influence the result. It is still useful evidence of a broader shift: roles are crossing boundaries faster, and evaluation matters more when output generation is cheap.
Forty-eight percent growth and a GAAP loss can both be true
Impressions of disruption should be tested against business results. Figma’s August 5, 2026 results reported quarterly revenue of $370.1 million, up 48% year over year and accelerating for a third consecutive quarter.[6] Customers above $10,000 in annual recurring revenue reached 15,964, up 34%. Net dollar retention was 136%, meaning existing customers as a group expanded enough to more than offset contraction and churn.
The same quarter produced a GAAP operating loss of $117.3 million and a net loss of $112.2 million. Non-GAAP operating income was $36.1 million. Full-year revenue guidance was raised to $1.463–$1.467 billion.
The figures reject two simplistic stories. Figma is not a collapsing legacy product; customers are spending more. But rapid top-line growth does not make AI compute, research, marketing, and stock-based compensation irrelevant. The company must convert expanding usage into durable economics.
Seats and AI credits create a new source of friction
As of August 23, 2026, annualized Professional pricing lists a Full seat at $16 per month, a Dev seat at $12, and a Collab seat at $3. Organization and Enterprise Full seats list at $55 and $90 per month.[8]
Monthly AI allocations are 3,000 credits for a Professional Full seat, 3,500 for Organization, and 4,250 for Enterprise; Dev, Collab, and View seats generally receive 500.[9] Starter also has a daily cap, so a user can hit a daily limit even with apparent monthly capacity remaining.
Usage-based AI pricing introduces an alignment problem. If an agent creates a defect and consumes more credits while fixing it, the customer pays more because the system failed. Consumption also varies with task complexity, context size, and model choice, making cost difficult to predict. A small difference per user becomes material across hundreds of designers, developers, product managers, and collaborators.
The right evaluation is not “Does the plan cost $16?” It is the all-in cost of seats, add-on credits, administration, migration, and the duplicated work that remains after adoption.
Users care about boring friction, not launch spectacle
Community feedback is divided. Some teams report that agents and custom skills can handle much of the routine work of connecting screens to an existing design system. Others would rather see better tables, spacing control, token management, and component configuration than dramatic image effects.
That disagreement is healthy. A generated prototype is valuable only if the production team can adopt it. If developers must rebuild everything, the impressive demo has shifted labor rather than removed it. A platform that absorbs every adjacent feature can also become a new Photoshop: powerful, expensive, and difficult to navigate, leaving space for focused competitors.
Conversely, pure code generation tends to converge on familiar layouts unless it is grounded in a brand and tested with real users. Figma will be judged less by whether it “has AI” than by whether its AI resolves ordinary, recurring coordination failures.
6. Every Competitor Is Moving Into Its Neighbor’s Territory
Google Stitch shortens the path from intent to implementation
Google announced a real-time Stitch Agent in May 2026. It can begin from text, voice, existing code, or design files, stream work to a canvas, accept redirection before completion, create a shareable AI Studio link, and export toward Google Antigravity or web publishing.[10]
This is a direct challenge to a workflow in which Figma must sit between an idea and a prototype. A new project with little legacy design-system investment can move faster through a generation-first path. Yet generation does not recreate years of approved components, brand rules, decision history, or enterprise permissions. Stitch competes most strongly where new capability matters more than accumulated organizational context.
Canva expands from design democratization into software creation
Canva reported 260 million monthly users at the end of 2025, while its Canva AI 2.0 announcement described a base of more than a quarter billion.[11][12] The product has expanded from templates into presentations, websites, video, brand management, and now interactive software.
Canva Code 2.0 generates responsive interactive experiences from a conversational prompt and can import HTML for direct editing.[12] Canva’s strategy is not to preserve a poster editor. It is to become the accessible entry point from idea to branded, publishable output.
Canva is also applying that shift internally. During its 2026 AI Discovery Week, it gave all 5,300 employees dedicated time to experiment, and the share rating their AI confidence highly rose from 72% to 89%.[13]
Its huge audience does not make it a full substitute for enterprise product design. A broadly accessible creation platform and a governed interface-design system overlap, but they optimize for different users and controls.
Miro turns the whiteboard into an agent workspace
Miro announced in May 2026 that Sidekicks would evolve from reactive assistance into agents that clarify a goal, propose a plan, and create documents, diagrams, frames, Kanban boards, and timelines on the canvas. Connectors are intended to read and write context across Slack, GitHub, Jira, Confluence, and other systems.[14]
Some announced capabilities were still “coming soon,” so the vision should not be confused with universally available functionality. The strategic bet nevertheless resembles Figma’s: as AI produces more artifacts, teams still need a visible place to inspect, challenge, and approve them.
Where the work belongs to one person and requires little debate, the dedicated whiteboard becomes optional. Where ambiguous problems involve many disciplines, the board’s value moves from drawing sticky notes to coordinating context and decisions.
Atlassian becomes an action and record layer for agents
If agents can create tasks and patch code, why should humans write detailed Jira tickets? Atlassian’s response is Rovo and the Teamwork Graph: a context layer connecting work, people, knowledge, and code.
Its fiscal Q4 2026 results reported about $1.8 billion in quarterly revenue, up 28%, with roughly $1.2 billion of cloud revenue, up 31%.[15] Atlassian also reported more than one million monthly active users for its MCP server and Teamwork Graph CLI, while Rovo had passed five million monthly users earlier in 2026.[15]
Humans may open Jira less often if agents create and update issues. That does not eliminate the need to track owners, deadlines, approvals, incidents, and decisions. The product can shift from a screen humans operate into a shared record system that humans and agents both update.
Notion turns documents into agent memory—and exposes the permission problem
Repositories and Markdown can replace Notion for some engineering teams, but Notion is repositioning accumulated documents and databases as context for autonomous Custom Agents.
At its February 2026 launch, Notion reported 2,800 internal agents and more than 21,000 agents built by early testers. By May, it said customers had created more than one million.[16][17] Agents can answer repeated questions, route tasks, compile reports, and work across Notion, Slack, mail, calendars, Figma, Linear, and MCP servers.
That capability makes permissions central. A background agent with broad access can reveal restricted knowledge, post in the wrong channel, or act on malicious instructions hidden in content. Notion has added access controls, logged runs, reversible changes, usage limits, and prompt-injection guardrails. The issue applies equally to Figma: connecting AI to organizational context is valuable only if access, approval, and audit boundaries are enforceable.
Adobe proves that scale is protection, not immunity
Generative AI lowers the learning cost of background replacement, image cleanup, document creation, and video production. Light users may question a large subscription when a focused AI tool handles an occasional task.
Adobe still reported record quarterly revenue of $6.62 billion in June 2026, while AI-first annual recurring revenue more than tripled year over year and exceeded $500 million.[18] Its strength is the depth of its position in enterprise creative workflows, brand governance, and accumulated assets.
The history with Figma captures the transition. Adobe announced a roughly $20 billion acquisition in 2022 and terminated the agreement in 2023.[19] Figma then began trading on the New York Stock Exchange on July 31, 2025.[20] The former acquisition target is now a direct competitor for the AI-era creation layer.
7. The Boundary, Not Necessarily the Tool, Is What Disappears
Figma brings code and agents onto the canvas. Stitch moves from intent toward implementation. Canva generates interactive experiences. Miro gives agents a collaborative board. Atlassian exposes work records to agents. Notion turns documents into operational memory. Every product is expanding into the adjacent box.
Those boxes—design tool, whiteboard, document system, issue tracker, development environment—reflected an era in which humans manually moved information between stages. An AI agent can cross them. That makes duplicated entry and isolated artifacts easier to remove.
The competition is no longer simply design tool versus coding tool. It is a contest over where organizational context, authority, and decision history will live.
Boundary loss does not imply that shared infrastructure disappears. Organizations still need to know who decided, what changed, which information an agent may use, why one option was chosen, and how to reverse a bad action. Faster automation increases the damage caused by incorrect context.
The most vulnerable products are those that merely ask a human to re-enter information already available elsewhere. A tool that remains isolated from agents, approvals, history, and the delivered product becomes an optional middle step. A tool that preserves context and governs action can become more important even if humans click its interface less often.
Teams that still need Figma—and those that may not
Figma is easiest to remove when:
- One person is both decision-maker and implementer.
- The product is a short-lived experiment or a small internal dashboard.
- Production components and Storybook are mature sources of truth.
- A working prototype communicates more than a parallel static artifact.
- The team can review code and running environments without excluding stakeholders.
Figma remains valuable when:
- Many screens and states must stay coherent over years.
- Design, engineering, product, sales, legal, customers, and executives all participate.
- A governed component library and brand system carry accumulated value.
- Alternatives must be compared visually and asynchronously.
- Decision history and review access matter as much as raw generation speed.
Adopting Figma does not automatically create good design. If frames multiply, specifications become stale, and production drifts away, the team has simply added another database. The actual design problem is deciding how the canvas, code, business rules, tests, and discussion history connect.
| Team condition | Primary environment to try first | Figma’s role |
|---|---|---|
| Solo builder or short experiment | Working code plus Markdown | Use only when visual comparison adds value |
| Small team with mature components | Storybook plus repository | Focus on brand exploration and nontechnical review |
| Many departments and a long-lived product | Shared canvas plus code and specifications | Core for alignment, design systems, and decision history |
| Regulated or audit-heavy work | Governed specifications, tests, and logs | Own visual design, but not the business-rule source of truth |
8. Three Requirements for an AI-Era Design Platform
First, it must connect to working output. A platform that cannot understand real code, production components, test data, and behavior will drift behind the product.
Second, it must preserve human reasoning. AI can generate alternatives cheaply, but organizations need a durable explanation for why one shipped and another did not. Comments, review states, and linked decisions are not administrative decoration; they are product memory.
Third, AI access must be safe. Design files can contain unreleased products, customer data, business rules, and security-sensitive flows. Permissions, approval boundaries, audit logs, reversible actions, and protection against prompt injection are core product capabilities.
If Figma satisfies those requirements, it can remain important not as a static UI drawing program but as a shared operating surface for product creation. If code generated on the canvas cannot connect to production, prices become unpredictable, and product complexity grows faster than coordination improves, Stitch, code-first environments, Storybook, and smaller specialist tools have room to take work away.
Whether Figma disappears will not be decided merely by whether AI can design. It will be decided by how an organization chooses what to build, who must agree, where the reasoning is retained, and which system safely connects that decision to the delivered software.
From the Pocholab perspective, AI is not eliminating design. It is dissolving the old boxes that separated design, implementation, and debate. What remains will be the place where humans and agents can handle all three without losing context or control.
Note: This article reflects public information available on August 23, 2026. Beta availability, pricing, AI credits, and company metrics may change. Verify current official terms and your organization’s permission and audit requirements before adoption.
References
- [1]UX Tools, Interface Design Trends. Its “market share” describes the survey sample, not audited global revenue share. ↩
- [2]Figma, “Config 2026 recap”, June 24, 2026. ↩
- [3]Figma Help Center, “What’s new from Config 2026”, accessed August 23, 2026. ↩
- [4]Figma, “Better code, fewer tokens: The benefits of Code Connect in MCP”, August 5, 2026. This is Figma’s own evaluation and should not be generalized to every environment. ↩
- [5]Figma, “Figma’s 2026 AI Report”, June 24, 2026. The vendor conducted the study. ↩
- [6]Figma Investor Relations, Q2 2026 Financial Results, August 5, 2026. ↩
- [7]Figma Investor Relations, Q2 2025 Financial Results, September 3, 2025. ↩
- [8]Figma, Plans & Pricing, accessed August 23, 2026. ↩
- [9]Figma Help Center, Manage AI credits, accessed August 23, 2026. ↩
- [10]Google, “New ways to design in real time with Stitch”, May 19, 2026. ↩
- [11]Canva, “A transformative year for Canva: 2025 in review”. ↩
- [12]Canva, “Introducing Canva AI 2.0”, 2026. ↩
- [13]Canva, “Inside our second AI Discovery Week”, 2026. ↩
- [14]Miro, “What’s New: What we announced in May 2026”, May 27, 2026. ↩
- [15]Atlassian, Q4 FY26 shareholder letter, August 6, 2026. ↩
- [16]Notion, Notion 3.3: Custom Agents, February 24, 2026. ↩
- [17]Notion, “Introducing Notion’s Developer Platform”, May 13, 2026. ↩
- [18]Adobe, Q2 FY2026 Earnings Release, June 11, 2026. ↩
- [19]Adobe, “Adobe and Figma Mutually Agree to Terminate Merger Agreement”, December 18, 2023. The proposed consideration appears in Adobe’s 2022 announcement. ↩
- [20]Figma Investor Relations, “Figma Announces Pricing of Initial Public Offering”, July 30, 2025. ↩

NEW NOVEL 2026/08/01
Clouded Glass
Polishing is not about force.
Volume two of The World Became Slightly Farther Away.Five stories that can also be read as a starting point.
View on Amazon
Jijoden.com
Your life is worth writing.
There is a truer self you can tell only to AI.Gather fragments of memory into a single story.
Take a LookRelated Articles
Figma × Anthropic “Code to Canvas”: A New Roundtrip from Running UI to Editable Design
A primary-source-based analysis of Figma and Anthropic’s Code to Canvas: runtime UI capture mechanics, MCP strategy, continuity with HTML-to-Figma approaches, workflow impact, security governance, and what to watch next.
GPT-5.6 Sol Explained: The Sol/Terra/Luna Tiers and When to Use Pro, Max and Ultra (as of July 2026)
A figure-rich breakdown of GPT-5.6, generally available since July 9 2026: the Sol/Terra/Luna tiers, the new reasoning controls, how Pro/Max/Ultra differ, a comparison with Claude Fable 5 and Opus 4.8, and where the new ChatGPT desktop app is still not unified. The point is how you allocate compute to the work, not always picking the top tier.
How to Train Narrative Intelligence for Steering AI
From AI agents, deepfakes, supply-chain compromise, and secret leaks, this essay examines the verbal, structural, and verification skills humans need in the AI era.
How Far Will AI Agents Refuse “Gray-Area Code” in 2026?
This article examines where AI agents refuse or assist gray-area automation (like social engagement bots), comparing policy intent and real behavior across OpenAI, Google, and Anthropic.
Complete Guide to OpenAI Agent Builder: From Generative AI and AI Agents to the Latest Platform
A comprehensive guide to OpenAI's Agent Builder announced in October 2025, covering the fundamentals of generative AI and AI agents, no-code agent development, and comparisons with competing products.
