AI Design Trends 2026: Claude & Figma, Used Well
How we use Claude and the Figma MCP server at NimaProject in 2026: design tokens, design-to-code workflows, and the habits that keep your brand intact.

Sitting down to design something in 2026 feels a little different. The blank canvas isn't quite as blank any more. You can describe a screen and watch a draft appear. You can point an AI at your codebase and have it pick up your colours, your spacing, your tone. Most days that's exciting. Some days it's a bit much.
So here's the honest version. We use these tools every day at NimaProject, and this is what actually earns its keep: which AI design trends matter, how Claude and Figma now talk to each other, and how to keep your brand feeling like yours while you move quicker.
No hype. Grab a coffee.
Key takeaways
- AI has stopped being a novelty and turned into quiet infrastructure — the teams doing well use it carefully, not loudly.
- Claude plus the Figma MCP server makes design-to-code (and code-to-design) a two-way street, not a one-off handoff.
- Design tokens and a tidy design system are now your most valuable AI asset — they're the rules AI follows.
- UI is becoming commoditised; strategy, research, and trust are where designers add the real value.
- Start small today: clean up your variables, try one design-to-code loop, and keep a human in the editing seat.
The big shift: from AI novelty to AI infrastructure
For a couple of years, AI in design felt like a party trick. Generate a hero image, summarise some research, marvel, move on. In 2026 the mood has changed.
Nielsen Norman Group call this the year of AI fatigue, and we think they're right. The novelty has worn off, and "AI slop" — generic, soulless output — is everywhere. The teams doing good work aren't the ones shouting about AI the loudest. They're the ones who let it sit in the background, doing the repetitive bits so people can spend their attention on judgement and the harder questions.
That's the trend that shapes everything below. AI works best as plumbing, not jewellery.
The same report makes a point that stings a little: UI is becoming less of a differentiator. With mature design systems and AI that can assemble a tidy interface, "anyone will be able to make a decent-looking UI." We don't read that as a threat. It's a clue. The value moves up the chain to understanding the problem, and down the chain to craft, consistency, and trust.
Claude for design: how we actually use it
We use Claude across the studio — in research, in writing, and more and more in the build itself. It runs through most of our design and product work now. A few patterns have earned their place.
As a quick, opinionated thinking partner. Early in a project, Claude is good for pressure-testing concepts: "Here's our audience and goal — what are five ways this onboarding could go wrong?" It won't replace real user research, but it sharpens the questions you take into that research.
As a front-end builder that respects your code. This is the big one. Anthropic's engineering team has been candid about what it takes to get AI building complete, decent interfaces. In their write-up on harness design for long-running apps, one lesson stands out for designers: you have to give the model something concrete to grade itself against. They break "good design" into measurable dimensions — coherence and identity, originality (actively avoiding generic AI patterns), craft (typography, spacing, colour), and plain functionality.
That's close to how a senior designer reviews work. It's also why some AI output looks like every other AI-generated landing page and some doesn't: the good results come from handing it your principles, your tokens, and your standards — explicitly.

As a codebase-aware design partner. In April 2026 Anthropic Labs introduced Claude Design, a tool that reads an actual code repository and applies your real design system — pulling from your CSS and components rather than guessing at your tokens. The direction is clear: AI design grounded in your code, not a generic average of the internet.
The honest caveat? AI is enthusiastic, and it will happily praise its own mediocre work. The teams getting good results keep a human in the editing seat and, where it matters, separate the thing making the work from the thing judging it. Generating something is easy. Knowing whether it's any good is the job.
The Figma MCP server: design and code finally talk both ways
Here's the development that genuinely changed our workflow this year.
In February 2026, Figma and Anthropic shipped a two-way bridge using the Model Context Protocol (MCP). If you've not met MCP yet, think of it as a standard way for AI tools to safely read and act on your design files. Figma's announcement describes a connection that's "simple, lightweight — helping you move from shared understanding back into the build without losing context."
In plain English, two things now flow freely:
- Design-to-code. Claude can read a Figma frame — its components, variables, layout and layout data — and generate code that references your real design system rather than inventing one. You hand it a link and a prompt; it builds with context.
- Code-to-design. You can capture a live, working interface from your codebase (production, staging, or localhost) and drop it into Figma as fully editable frames — not flat screenshots. Suddenly the whole team can annotate, duplicate, and explore variations of something real.
That second direction is the one that changed how we work. For years, design and code drifted apart the moment a handoff happened. Now the loop closes. Designers can react to what was actually built, at matching fidelity, and feed changes back without anyone rewriting from scratch.
We use this constantly when turning client ideas into shipping products. If you want to see what it looks like end to end, our recent work shows the path from concept to live build, and it's a fair chunk of how a rebrand or product evolution actually comes together with us.
Figma best practices 2026: get your house in order first
Here's the thing nobody wants to hear: AI only multiplies the quality of what you already have. Point it at a messy file and you'll get tidy-looking mess, faster. So the Figma work that pays off most in 2026 is also the least glamorous.

Variables and design tokens are your AI's rulebook
Design tokens are simply named, reusable design decisions — colour/brand/primary, space/md, radius/lg — that both designers and developers reference. In Figma, variables are how you bring tokens to life.
Why do they matter more than ever? Because tokens are exactly the kind of rules AI follows well. Get them right and AI-assisted design and code generation will stay on-brand on their own. A few things we always do:
- Organise by category, not in one giant pile. Separate collections for colour, spacing, typography and radius. Future-you will thank you.
- Name tokens the way you'd name code variables. Consistent, semantic names (
text/muted, notgrey-3b) become your code variable names downstream. - Map Figma modes to themes. Light, dark, high-contrast — modes in Figma map cleanly to themes in code.
Lean on auto-layout and component properties
Auto-layout and component properties aren't new, but in 2026 they're load-bearing. Responsive, well-structured components give AI a clean structure to read and reproduce. Loose, hand-positioned layers leave it guessing. Tidy auto-layout in, tidy code out.
Use Dev Mode and Code Connect to close the loop
Dev Mode automatically surfaces your variables and CSS custom properties so developers inspect real token names, not pixel values. Pair it with Code Connect to link a Figma component to its coded equivalent, and developers (and AI agents) see your actual production component in Dev Mode. This is the difference between "make a button that looks like this" and "use our Button."
For a deeper, framework-agnostic look at automating this layer, Smashing Magazine's guide to automating design systems is a genuinely useful read.
Try the AI features — with taste
Figma's own AI tools have grown up. Figma Make turns a plain-English prompt into a working, editable prototype — describe "a carousel of products for a pet shop" and you get an interactive draft you can refine. From April 2026, Make kits and attachments let those prototypes start from your real components and data instead of a generic template.
Our rule of thumb: get to a rough first draft fast with AI, then bring your judgement. A prompt-generated screen is a starting point for a conversation, not the finished thing.
Design-to-code without losing your soul
"Vibe coding" — describing what you want and letting AI build it — has gone from meme to method. It's great for momentum. It's also where brand consistency quietly dies if you're not careful.
The fix is a proper design-to-code pipeline, and it's well-trodden by now:
- Define tokens in Figma as variables.
- Export them (tools like Tokens Studio output clean JSON).
- Transform them into platform-ready code with something like Style Dictionary.
- Connect components to code via Code Connect, so AI references real components.
- Wire it into CI/CD so the source of truth stays the source of truth.
With that scaffolding in place, AI speeds you up instead of scattering you. Without it, every generated screen drifts a little further from your brand until nothing matches. If your design system isn't there yet, that groundwork is exactly what a product and brand MVP foundation is for.
A word on trust (and doing this responsibly)
NN/g call trust the defining design challenge of AI experiences, and it cuts two ways. Your users need transparency, control, and a graceful failure when an AI feature misbehaves. And your team needs to use these tools responsibly — thinking about what data flows where, and designing secure-by-design from the start.
If you're putting AI features into a product, pair this with a clear look at the risks. Our companion piece, the 2026 cybersecurity roundup, covers the vulnerabilities worth knowing about — because moving fast with AI and staying secure aren't opposites.
What to do today
You don't need to overhaul everything. Pick one of these this week:
- Tidy your tokens. Spend an afternoon getting your Figma variables organised and semantically named. It's the single highest-leverage thing you can do for AI-assisted work.
- Run one design-to-code loop. Set up the Figma MCP server, hand Claude a single frame, and see how close it gets when it can read your real system.
- Capture a live screen back into Figma. Take something you've already built and pull it onto the canvas as editable frames. Watch how the conversation changes when everyone's looking at the real thing.
- Add your principles to the prompt. Next time you ask AI for a layout, tell it what "good" means to you — coherence, originality, craft, function. Generic in, generic out.

The honest conclusion
The reassuring thing about AI design in 2026 is that the fundamentals still win. Clean systems. Clear thinking. Real research. Genuine care for the people on the other side of the screen. AI just lets you spend more of your day on those and less on the busywork.
Nielsen Norman Group put it well: the designers who thrive will lean on adaptability, strategy, and judgement. The tools are good — Claude, the Figma MCP server, design tokens that flow straight into code — but they're amplifiers. They make a thoughtful team faster and a careless one messier, just more efficiently.
We'd rather help you be the first sort. If you're working out how to bring AI into your design and build process without losing what makes your product yours, we're happy to talk it through. Browse what we offer, or just get in touch — no jargon, no hard sell, only a straight conversation about what you're building.

