UX design

[ follow ]
fromJon Kolko
8 hours ago
UX design

A Design Turn

Design faces existential challenges from industry layoffs unrelated to business performance, AI commodification of creative work, and assembly-line optimization of design processes.
UX design
fromFast Company
6 hours ago

5 design principles to feel fully alive

Meaningful life emerges through daily design practices and experiences rather than one-time discovery, with aliveness and human potential exceeding what any single lifetime can express.
#ai-assisted-design
UX design
fromNeil Patel
20 hours ago

How to Use AI for Graphic Design

AI accelerates design workflows through integrated tools that enhance ideation and iteration while requiring human judgment for brand strategy and final decisions.
fromMedium
3 weeks ago
UX design

The Design Vibeshift

Designers increasingly prefer coding prototypes and AI-assisted development over static Figma files, making code the central playground for creative design workflows.
UX design
fromNeil Patel
20 hours ago

How to Use AI for Graphic Design

AI accelerates design workflows through integrated tools that enhance ideation and iteration while requiring human judgment for brand strategy and final decisions.
UX design
fromUX Magazine
1 day ago

Designing for Dependence: When UX Turns Tools into Traps

Digital design has shifted from serving user needs to manipulating attention and creating psychological dependency through habit-forming mechanisms and frictionless interfaces.
UX design
fromSmashing Magazine
1 day ago

Now Shipping: Accessible UX Research, A New Smashing Book By Michele Williams - Smashing Magazine

Accessible UX Research by Michele Williams provides comprehensive guidance on conducting inclusive user research that incorporates assistive technology, disability considerations, and accessibility throughout the entire design process.
#design-leadership
UX design
fromMedium
1 day ago

How being a strategic advisor helps grow design influence

Design influence succeeds through building credibility that makes people seek your input before decisions are made, not by winning arguments.
UX design
fromFast Company
2 days ago

Why using 'UX/UI' in your job title is destroying your professional brand

Ambiguous design job titles like 'UX/UI Designer' erode role clarity, authority, and organizational credibility across industries, particularly as AI reshapes design's strategic importance.
fromMedium
1 day ago

The justification tax

Kantar's codebase was legacy old. The kind of technical debt that isn't a line item on a sprint board but a structural reality that shapes every decision the company makes. Rebuilding the architecture to support what I'd designed would have cost more than the organization was willing to invest, regardless of the Barilla deal sitting on the table.
UX design
UX design
fromSubstack
2 days ago

The Prompt You're Missing

Evaluating generative AI use requires context-dependent analysis based on purpose, distinguishing between instrumental versus human artifacts and process-focused versus product-focused work.
UX design
fromMedium
2 days ago

Something big, surveillance by default, agentic UX principles

AI generation speed differs from completion speed; designers should adopt AI intentionally based on positive outcomes, not hype, while prioritizing intent and clear communication in implementation.
UX design
fromMedium
2 days ago

Made to create, learning to curate: the designer's dilemma

AI tools promise creative efficiency but simultaneously increase designer burnout and identity questioning, requiring careful attention beyond productivity metrics.
UX design
fromMedium
1 day ago

Designing at the edge of AI harm

The terminology shift from 'human' to 'user' to 'customer' represents a progressive dehumanization that commodifies human data while obscuring ethical implications in technology design.
UX design
fromJuxtapoz
5 days ago

Juxtapoz Magazine - The Chair, Collected

The chair represents a fundamental design challenge that balances human ergonomics with artistic expression, serving as both functional object and cultural symbol.
fromBusiness Insider
2 days ago

I'm an interior designer. Here are 6 things I'd buy at Ikea and 6 I'd probably skip.

As an interior designer, I know pieces don't need to cost a lot to make a space feel fantastic. However, sometimes you get the look you pay for. When it comes to Ikea, some of the Swedish retailer's low-cost and minimalist pieces feel like fantastic value, while others won't be making it to my cart.
UX design
UX design
fromMedium
3 days ago

The AI adoption theatre: When innovation becomes performance

Advanced AI tools enable new capabilities, but organizations often use them to optimize existing processes rather than fundamentally rethinking their approach or ambitions.
UX design
fromwww.archdaily.com
2 days ago

ELIT Office / DualSpace Studio

An office design balances multiple functional zones through unified wood details and rhythmic patterns while maintaining spatial clarity and visual connection across diverse work activities.
#user-personas
UX design
fromUX Magazine
6 days ago

Championing Accessibility: a Path to Inclusive Design Leadership

Accessibility must be a core design value, not a compliance checkbox, to create inclusive digital experiences for all users regardless of ability.
UX design
fromBusiness Matters
6 days ago

How User Interviews Can Be Accelerated with an AI-Powered Insights Platform

AI-powered research platforms address the infrastructure burden surrounding user research—recruitment, scheduling, transcription, and synthesis—rather than the interviews themselves, removing friction that causes teams to abandon research.
UX design
fromSmashing Magazine
1 week ago

A Designer's Guide To Eco-Friendly Interfaces - Smashing Magazine

Sustainable UX reframes performance as ethical responsibility, prioritizing reduced digital footprint and energy-efficient design over attention-seeking features.
UX design
fromMedium
1 week ago

UX questionnaires. Is it rocket science?

Questionnaires provide essential quantitative feedback from real users to validate design hypotheses and reveal whether design decisions truly work in practice.
UX design
fromCSS-Tricks
1 week ago

Loading Smarter: SVG vs. Raster Loaders in Modern Web Design | CSS-Tricks

For small, simple loaders performance between an SVG loader and a rotated raster image is nearly identical, while SVGs offer scalability and DOM manipulability advantages.
UX design
fromMedium
1 week ago

Figma Make with Claude 4.6 or Gemini 3

Figma Make lets users choose between Claude 4.6 and Gemini 3 for AI-driven prompt-to-code UI generation, producing interactive prototypes with React and Tailwind code.
UX design
fromMedium
1 week ago

Designers, we should be killing it right now

Excessive prototyping and vague 'taste' undermine designers' authority, failing to convince executives or secure investment despite rapid AI-driven change.
UX design
fromArchDaily
1 week ago

Smart Booking Systems as a Tool for Acoustic Space Efficiency

Balance flexible, short-term use and personalization with efficient scheduling to make acoustic pods productive, well-utilized, and user-centered.
UX design
fromSubstack
1 week ago

How Agentation Cut Claude Code UI Iterations in Half

Agentation creates a reliable mapping between visible browser UI elements and their React code, enabling precise, faster AI-assisted UI edits and reducing iteration time.
fromTreehouse Blog
1 week ago

Build a UX Case Study That Stands Out

At some point, every UX learner realizes that having a portfolio isn't the same as having a convincing portfolio. You may have screens, wireframes, and prototypes. You may even have multiple projects. But when your work is reviewed, the feedback feels vague. "Tell me more about your process." "Why did you make this decision?" "What was the impact?" That's because a strong UX case study isn't a gallery of designs. It's an argument.
UX design
UX design
fromMedium
1 week ago

Field study: prototypes over mockups

Engineering handoff occurs through PRs using runnable prototypes that reuse the design system components and tokens, enabling engineers to reuse components and reference prototype code.
fromCSS-Tricks
1 week ago

Potentially Coming to a Browser :near() You | CSS-Tricks

By how much? Well, that would depend on the value of the <length> argument provided. Thomas Walichiewicz, who proposed :near(), suggests that it works like this: button:near(3rem) { /* Pointer is within 3rem of the button */ } For those wondering, yes, we can use the Pythagorean theorem to measure the straight-line distance between two elements using JavaScript ("Euclidean distance" is the mathematical term), so I imagine that's what would be used behind the scenes here.
UX design
#figma
#product-design
fromBuffer: All-you-need social media toolkit for small businesses
4 weeks ago

How We Designed and Built the Buffer.com Homepage Hero

Our old homepage hero technically showed all the platforms we support - but it felt overly corporate, like a feature list wearing a trench coat. The previous hero featured an animated headline that rotated through Buffer's supported social media platforms. While it did the job, it didn't feel very "Buffer-y." We wanted to make a stronger first impression - something with more liveliness and delight.
UX design
fromMedium
2 weeks ago

The problem with best practices in the age of AI

Last month, I ran an experiment with our own product at Promer. I asked Claude to write a product brief for our AI Creative Studio homepage. Clear requirements: target e-commerce sellers, emphasize speed and ease of use, highlight the "paste your product URL and get ads" value prop. Then I fed that brief into Figma's Make AI. Hit generate. What came back looked... professional. Clean layout. Orange CTA button. Three value props with checkmarks. Stats prominently displayed (10,000+ users, 1M+ ads created, 4.9 stars). A hero headline that said exactly what the product does. Template showcase below the fold.
UX design
#user-experience
UX design
fromSmashing Magazine
2 weeks ago

Designing A Streak System: The UX And Psychology Of Streaks - Smashing Magazine

Streaks use visible progress, pride, and FOMO to convert effort into identity-driven habits, greatly increasing engagement when integrated into UX.
UX design
fromwww.bbc.com
2 weeks ago

V&A displays first YouTube video and watchpage

The V&amp;A reconstructed the original 2005 YouTube watchpage and acquired the first uploaded video, Me at the Zoo, as a museum exhibit of digital history.
UX design
fromJonnyburch
2 weeks ago

Life after Figma is coming (and it will be glorious)

AI-driven code-design tools and faster engineering are disrupting Figma's incumbent position, enabling engineers and technical designers to build interfaces with code and live prototypes.
UX design
fromFast Company
2 weeks ago

This new AI 'eyedropper' tool brings one of the most powerful UX tricks into the AI age

Variant's eyedropper transfers AI-generated UI aesthetics directly but is limited by the underlying AI's flat, undifferentiated output and restricted input compatibility.
UX design
fromTechCrunch
2 weeks ago

Amazon Fire TV's new interface is now rolling out in the U.S. | TechCrunch

Fire TV's redesigned interface emphasizes content discovery, simplifies navigation with icon-labeled tabs, expands pinned apps to 20, and applies cleaner visual design.
UX design
fromArchDaily
2 weeks ago

"Users Are the Experts on Themselves": How People Shape the Spaces They Use

Design should be guided by lived user experience, using research, observation, dialogue, testing, and simulation to prioritize occupants' needs and behaviors.
#design-process
UX design
fromAresluna
3 weeks ago

How to make sure a designer never files a bug again - Unsung

Bug reporting UI and culture punish designers, demand strict repros and meticulous fields, deprioritize design issues, and discourage shared responsibility and human acknowledgment.
UX design
fromMedium
2 weeks ago

The hidden cost of AI prototypes that are made to die

AI-generated prototypes speed validation but often remain disposable, causing later translation costs unless created to be production-evolvable.
fromAzure DevOps Blog
2 weeks ago

Condensed views on Kanban and Sprint boards - Azure DevOps Blog

One of the challenges teams face when working with large boards or displaying multiple fields on work item cards is limited screen space. This became even more noticeable with the rollout of the New Boards hub, which introduced additional spacing and padding for improved readability. While this enhances clarity, it can also reduce the number of cards visible at once.
UX design
fromVue.js Jobs
2 weeks ago

Senior Frontend Engineer at Payflows - VueJobs

At Payflows, we build software that helps large companies manage and automate their payment workflows. It's not the flashiest part of a business-but it's one of the most critical. When invoices, approvals, and payments slow down, the whole company feels it. But we're not here just to make a better workflow tool. We believe the future of finance operations is not faster clicking: It's no clicking at all 🫳🎤
UX design
UX design
fromTheregister
2 weeks ago

Why is Windows 11 taskbar like that? Ex-Windows man explains

Windows 11 taskbar is fixed to the bottom because Microsoft designed symmetric panes (widgets left, system controls right) and prioritized that layout over movable taskbar.
#design-systems
fromLogRocket Blog
2 weeks ago

UI patterns for async workflows, background jobs, and data pipelines - LogRocket Blog

This same sense of uncertainty can be triggered in software products. Many digital experiences consist of background tasks, file imports, system updates, and other long-running processes that run quietly and invisibly, leaving users with no indications of progress or feedback. The user initiates an action, like a sync, a publish, or a bulk update, and is responsible for the outcome, while the system does all the work out of sight.
UX design
UX design
fromAresluna
2 weeks ago

Molly guard in reverse - Unsung

Use molly guards (deliberate friction) and reverse molly guards (auto-confirmation after idle) to prevent accidents and enable reliable unattended processes.
UX design
fromVue.js Jobs
3 weeks ago

UI Software Engineer at Precision Medicine Group - VueJobs

Hands-on UI/UX front-end engineer designs, prototypes, and builds user-centered laboratory applications, leverages AI-assisted tools, and manages third-party UI components for performance and validation.
fromSmashing Magazine
3 weeks ago

Designing For Agentic AI: Practical UX Patterns For Control, Consent, And Accountability - Smashing Magazine

Autonomy is an output of a technical system. Trustworthiness is an output of a design process. Here are concrete design patterns, operational frameworks, and organizational practices for building agentic systems that are not only powerful but also transparent, controllable, and trustworthy. In the first part of this series, we established the fundamental shift from generative to agentic artificial intelligence. We explored why this leap from suggesting to acting demands a new psychological and methodological toolkit for UX researchers, product managers, and leaders.
UX design
UX design
fromJim-nielsen
4 weeks ago

Saying "No" In an Age of Abundance

Prioritizing fewer coherent features preserves user attention, stability, clarity, and product coherence despite AI enabling rapid generation and shipping of many ideas.
UX design
fromDri
3 weeks ago

The Software Sovereignty Scale

Digital sovereignty depends on who controls software, not its origin, and requires structural legal guarantees to prevent control being taken away.
#design-careers
UX design
fromBig Think
3 weeks ago

The key to understanding what clients really need

Observing how people actually work and jury-rig solutions reveals latent needs that conventional research misses, enabling breakthrough product innovations.
UX design
fromMedium
3 weeks ago

Intuitive designer, AI delegation matrix, the new UX toolkit

Intuitive, user-centered design skills combined with motion and practical workflows remain essential as AI reshapes design practice and daily work rhythms.
UX design
fromSmashing Magazine
4 weeks ago

Combobox vs. Multiselect vs. Listbox: How To Choose The Right One - Smashing Magazine

Use combobox for single searchable selection; multiselect for multiple searchable selections; listbox to show all options by default; dual listbox to transfer items between lists.
UX design
fromBit
3 weeks ago

2026 AI for UX and Product Design Survey Report

Designlab offers AI-focused UX and product design insights through survey reports, training programs, mentorship, and tailored team education for designers worldwide.
fromMedium
3 weeks ago

Emotional design: let's design for silence

I'm looking at the stage but I don't know what I saw, even though the message is somehow clear. I was invited into the self-reflection of a lost person, projected inward through an attempt to escape from the simulation of post-apocalyptic reality, which through our human stupidity has turned our world into a capitalist grey wasteland, where you can survive if you accept that you don't exist, and there is only us.
UX design
fromMedium
3 weeks ago

The Design Vibeshift

Something's been slowly shifting in the design zeitgeist. I've been watching my feed on X and the vibe has changed. More and more, I see designers sharing finished experiments or prototypes they coded themselves, rather than static Figma files. Moving from working on a canvas to talking to an LLM. The conversation isn't "here's a design I made" anymore... it's "here's something I shipped this afternoon."
UX design
fromThe Verge
3 weeks ago

How I Built the Star Trek control panel of my dreams

I have ADHD and have found Home Assistant to be a valuable tool for managing executive dysfunction. I use it for audible calendar reminders, laundry reminders, timers, and monitoring my doorbell camera and my nanny cam for my dog. Its also a great source of pure nerdy joy for me. And I recently took the most joyously nerdy step yet in my home automation fixation.
UX design
UX design
fromMedium
3 weeks ago

How to make any text scannable

Most users scan digital pages for specific answers rather than reading every word, so content must surface key information quickly.
UX design
fromFortune
3 weeks ago

I'm the chief growth officer at a payments app and I know how America really tips. Connecticut, I'm looking at you | Fortune

Americans tip selectively: percentages center around 15% while average dollar tips rise, and small businesses must design checkout prompts to avoid customer tipping fatigue.
UX design
fromSilicon Canals
3 weeks ago

8 things people over 70 still value in customer service that businesses are slowly abandoning - Silicon Canals

Automation-driven cost-cutting removes human contact, creating accessibility barriers for older customers and undermining core principles of good customer service.
fromblog.logrocket.com
3 weeks ago

Linear vs. non-linear design: Which is better and when? - LogRocket Blog

Minimal doesn't always mean usable. This comparison shows how Linear-style UI keeps contrast, affordances, and structure intact, unlike brutalism's extremes or neumorphism's low-clarity depth effects. Daniel Schwarz Feb 5, 2026 2 min read Linear-style UIs look simple, but the theming system has to do real work. Here's how to meet WCAG 2.2 contrast requirements across light, dark, and high-contrast modes whether you're using a UI library
UX design
UX design
fromMedium
3 weeks ago

The return of the intuitive designer in the age of AI

Intuition in design emerges from implicit expertise and unconscious pattern recognition, enabling rapid, elegant, user-centred, and buildable solutions that distinguish great designers.
UX design
fromEntrepreneur
3 weeks ago

The Design Mistake That's Quietly Weakening Your Brand

Good design reduces cognitive load, signals clarity and reliability, aligns organizational thinking, accelerates decisions, and prevents user confusion to improve conversion, retention, and adoption.
UX design
fromFast Company
3 weeks ago

Constraints do not limit creativity-they unlock it

Human-centered constraints drive creativity, reveal unmet needs, and produce more useful, market-ready innovations.
fromMedium
3 weeks ago

Why your brain rebels against redesigns - even good ones

When Sonos released its redesigned app in May 2024, the backlash was immediate and brutal. Users couldn't access basic features like volume control and alarms. Systems became unusable. The company's stock plummeted 25%. Eventually, the CEO was replaced, and lawsuits claimed over $5 million in damages from customers who'd lost functionality they'd paid for.
UX design
fromblog.logrocket.com
3 weeks ago

Linear design vs. minimalism, brutalism, and neumorphism - LogRocket Blog

Linear-style UIs look simple, but the theming system has to do real work. Here's how to meet WCAG 2.2 contrast requirements across light, dark, and high-contrast modes whether you're using a UI library or rolling your own tokens.
UX design
UX design
fromIshadeed
3 weeks ago

The Too Early Breakpoint

Avoid switching to a mobile layout before available space requires it to preserve design integrity and ensure truly responsive CSS.
fromSitePoint Forums | Web Development & Design Community
3 weeks ago

Looking for feedback on a Roblox game calculator with Smart Optimizer feature (ForgeCalc)

Hi everyone, I'm a solo developer who recently built a fan-made tool for the Roblox game https://www.forgeore.com The main goal of the site is to help players: Calculate forging probabilities based on different ore combinations Automatically find optimal ore recipes using a Smart Optimizer (this is the unique part) Browse a complete database of all 88 in-game ores with stats Share their builds via URL links for easy discussion in Discord/forums
UX design
fromLondon Business News | Londonlovesbusiness.com
3 weeks ago

What Instagram hides in plain sight about following behaviour - London Business News | Londonlovesbusiness.com

One of the first places users notice gaps in visibility is Instagram Stories. The platform tells you who viewed a story, but it does not tell you who wanted to look without being noticed. That absence shapes behaviour. People avoid checking stories to prevent awkward signals, misunderstandings, or emotional reactions. How Instagram obscures story viewing and follower context Tools like the insta story viewer by FollowSpy exist
UX design
UX design
fromPsychology Today
3 weeks ago

Virtual Museums: A Closer Look at This Exit Strategy

Virtual museums improve access but cannot fully replicate physical presence, and they pose accessibility, preservation, and trust challenges.
UX design
fromblog.logrocket.com
3 weeks ago

How do you implement accessible linear design across light and dark modes? - LogRocket Blog

Practical design and UX practices improve product consistency, research clarity, writing quality, and authentication security for SaaS and B2B/B2C products.
UX design
fromLogRocket Blog
3 weeks ago

UX designers don't need to be data scientists - but they must challenge data - LogRocket Blog

Designers must combine usability insights with product analytics and business metrics to understand real-world user behavior and the design's impact on business outcomes.
UX design
fromMedium
4 weeks ago

The AI delegation matrix: what parts of your UI shouldn't exist?

Apply a scoring model to decide when tasks should be Human-Led, Assist, or Delegated based on stakes, complexity, accountability, and repeatability.
UX design
fromBusiness Insider
4 weeks ago

I'm a senior UX researcher at Microsoft. Here's how I broke into AI without a tech background - and 3 lessons I learned.

Priyanka Kuvalekar transitioned from architecture to UX and leads AI-focused UX research for Microsoft Teams Calling, emphasizing AI evaluation and accessibility.
UX design
fromMedium
4 weeks ago

Design careers in the Age of AI: specialize or generalize?

AI-driven return to generalist UX roles risks superficiality and reduced innovation, causing a crisis of professional identity for digital product designers.
fromTerry Godier
1 month ago

Phantom Obligation

There's a particular kind of guilt that visits me when I open my feed reader after a few days away. It's not the guilt of having done something wrong, exactly. It's more like the feeling of walking into a room where people have been waiting for you, except when you look around, the room is empty. There's no one there. There never was.
UX design
fromblog.logrocket.com
4 weeks ago

Which UI libraries/frameworks support the Linear aesthetic? - LogRocket Blog

Teams often use customer and user interchangeably until it breaks alignment. Here's how separating the two clarifies research, prioritization, and messaging across B2C, B2B, and B2B2C products.
UX design
UX design
fromSmashing Magazine
4 weeks ago

Combobox vs. Multiselect vs. Listbox: How To Choose The Right One - Smashing Magazine

Choose list UI patterns based on option count and required visibility: combobox, multiselect, listbox, dropdown, or dual listbox for bulk transfers.
UX design
fromblog.logrocket.com
4 weeks ago

Customer vs. user: Why the difference matters in product decisions - LogRocket Blog

Use AI to accelerate UX writing while relying on human judgment for context, and design authentication and specs that balance security, usability, and real-world constraints.
[ Load more ]