AI references. FigJam and Draw updates. Performance.
Sponsor
Fix seller UX and improve marketplace performance
Download the free checklist with 8 proven UX patterns that help sellers onboard faster, list products more easily, and stay active.
What’s New
Claude Design Is Not a Design Systems Tool. That’s Okay.
“Claude Design can read a design system carefully when the prompt is about the system. When the prompt is about a composition that uses the system, it stops respecting the components and just generates lookalikes.” TJ Pitre spent a few hours testing Claude Design against two real design systems and concludes that the tool references your system, but doesn’t consume it. Claude would happily inline HTML tags with style props instead of importing them from your component library.
“The pitch for Claude Design’s workflow is roughly: I have a design system, I want to generate new product surfaces from it, and I want AI to do most of the lift. That workflow exists today. You can pair Figma with an MCP server like our Figma Console MCP, or with Figma’s own MCP server, or with Code Connect, and then point an AI app generator at it. Lovable, v0, Replit, Figma Make, Claude Code working inside your repo. Your Figma file stays the canonical source. Your codebase stays the production surface. AI does the generation in between.That flow is more linear, more honest about where source of truth lives, and it produces output that actually uses your component library, because the AI is operating inside the repo where the components live.”
Design is the work
“Design is a process, not an artifact. Design is the act of deciding what should exist, why it should exist, and what ‘right’ looks like before you’ve committed to building it.” A new piece from Jake Albaugh, dev advocate at Figma, articulating what design actually means in 2026. The four-point framing — design is process not artifact, AI accelerates execution not clarity, 100×0 = 0, collaboration amplifies intent.
Especially the second point: “The most expensive thing you can do isn’t build something badly. It’s to execute well on the wrong idea.” If you’ve been struggling to explain why polished AI demos can be worse than no demo at all, this is the piece to send.
Why GPT 5.5 is getting looksmaxxed on frontend
Grace Li lists 7 common design smells in GPT 5.5: huge typefaces with tight tracking, lack of textures, bento boxes with unrelated icons, pill-with-dot in hero sections, gradient keywords, grid background, and rounded cards with three nested cards. “TLDR: if you’re vibe coding with GPT 5.5, the easiest wins are: loosen the tracking on your headlines, delete the status pill, and pick one accent color instead of a gradient. That’ll get you out of the uncanny valley before the next model release closes the gap on its own.”
GPT 5.5 is strong at programming, but not great at visuals: “Across 5,000+ preference pairs, GPT‑5.5 ranks #13 in Website Arena, #16 in UI Component Arena, and #19 in 3D Design Arena. It loses to Claude Opus 4.7 and Sonnet 4.6, to Gemini 3.1, to GLM 5.1, and to Kimi K2.6.”
Figma Design
Text components instead of styles
“Unpopular opinion: I haven’t used Figma text layers in last 3 years. every component uses a text/heading component instead. buttons, inputs, cards, everything. no raw text layers, no text styles panel.” usrnk1, designer at OpenCode, just convinced their whole team to rebuild around this. Here is why: Figma’s type panel is slow, Auto Layout is built-in, and typography variables just work when type is a component. Good check on how dependent your file is on un-systematized type.
More ways to add references when generating and editing images with AI
Figma now lets you add reference images by clicking the new “Add reference” button, copy/paste, or drag-and-drop when generating or editing with AI. Closer to how designers actually work — reach for a moodboard first, prompt second.
ChatGPT Images 2 now available in Figma
“OpenAI’s newest image model, ChatGPT Images 2.0, is now available to use with Make Image and Edit Image in Figma Design, Draw, Slides, Buzz, and FigJam, and also in Figma Weave. ChatGPT Images 2.0 reliably generates high-quality images, and excels at producing smarter visuals like infographics or multilingual generations, executing on better editing and aesthetics, and preserving faces across generations.”
Quality-of-life Figma Draw updates
Draw now surfaces the tools designers reach for most without leaving the mode they’re already working in: Auto Layout brought over from Design, text-on-path becomes a dedicated tool, and right-click to separate text and vector into independent layers. New expressive controls expand what’s possible natively, alongside the core features that were always there but harder to find: sample brush styles, set gradient and blend mode before starting a stroke, control axes on noise and texture independently.
Hold ⌘ to set your current brush in Draw
Miggi flags a new Draw shortcut: hold ⌘ (Ctrl on Windows) with a brush selected to make it your current brush. Pick up where you left off on an illustration, or build a palette right on the canvas.
Figma Console MCP – Turn your design system into a living API
TJ Pitre’s Figma Console MCP is the most ambitious MCP server for Figma I’ve seen — 94+ tools spanning design-system extraction, file and FigJam and Slides creation, plugin debugging, and full-spectrum WCAG accessibility scanning across both design and code, including 13 design-side lint rules and code-side scanning via axe-core. Pair this with TJ’s Claude Design piece in the section above — it’s the same author making the case for what design-systems-aware AI tooling actually looks like.
FigJam
7 FigJam quality-of-life updates
Seven small FigJam fixes that add up: cell merging in tables (preserves the upper-left cell’s content), per-cell text colors, wider arrow routing margins with cleaner heads and dashed endpoints, drag-any-handle to flip a shape, a recenter button for big canvases, a slightly more zoomed-out default, and template publishing now on Professional plans (up to 5 per team).
FigJam is your coding agent's whiteboard now
FigJam adds three MCP capabilities aimed squarely at coding agents: generate_diagram for architecture diagrams and ERDs (with new connector types built for database relationships), the figma-use-figjam skill for direct read/write access to a board, and get_figjam for summarizing a board, surfacing insights, or drafting next steps. You can also paste Mermaid.js code straight onto the canvas and have it rendered.
Performance
3 recent Figma performance improvements
Figma walks through the performance work shipped across the platform: vector editing up to 10x faster, Make frame rates 4x smoother, faster load times, and 92% fewer memory warnings. The vector number is the one I’d watch — it changes how heavy illustrations actually feel under the cursor.
Faster file transitions on desktop
Three desktop wins shipped together: search across open and recently closed tabs, content pre-loads so files open faster, and Figma links now open directly in desktop tabs instead of bouncing through the browser. The third one alone removes a daily papercut for anyone who lives in the desktop app.
Account Management
Plan Access Tokens (PLANTs) are now in beta
Server-to-server auth that doesn’t break when someone leaves the company. PLANTs are scoped to the plan, audited centrally, and come with higher rate limits for automation workloads. Important if you maintain Figma integrations as part of internal tooling on an Org or Enterprise plan.
AI credits controls for billing groups
Figma adds granular AI-credit governance scoped to billing groups on the Enterprise plan.