Interactivity

What improv taught me about why innovation falls out of sync

When adaptation becomes uncoordinated, journeys fall out of sync — like improv comedy gone horribly wrong.Continue reading on UX Collective »

Working in the open

Learnings from designing open source technologyLandscape artist Thomas Moran, created around 1876 — Boston Public LibraryI have been reflecting on the past three and a half years and realized there have been many ‘firsts’: my first time working in open source, building offline first experiences, and working on a fully remote async team.Of course, any time you try something new, it pushes you in uncomfortable ways and challenges ingrained habits. You are forced to experiment, remix techniques, an

9 Accessibility Myths and Pushbacks (And How to Answer Them)

Many designers care about accessibility. Developers do too. Tech people in general care. Caring about accessibility is easy. Convincing others is the hard part. You raise accessibility in a meeting. Then people push back. “We have no disabled users” “We’ll fix it later” “Branding won’t allow it”. It feels like you fight the same battles again and again. Friends, you’re not failing, you’re just having the wrong conversations. This article is a

Show HN: Sushidata – automating the painful parts of competitor and VoC research

Hi HN,A few months ago we noticed a pattern. Every GTM, product, and marketing team we talked to had the same problem. They were drowning in external data from Reddit, Discord, Slack communities, competitor sites, and social channels. But turning all of that noise into something structured and useful took an enormous amount of time.We watched people spend days copying screenshots into spreadsheets, tagging posts, and checking competitor websites by hand. We were doing the same thing ourselves an

Show HN: SprintPulse – AI-powered retrospectives that drive action

Hi HN,I am the founder of SprintPulse. Like many of you, I used to dread retrospective meetings. They often turned into a repetitive cycle where we wrote down the same issues every sprint but never actually fixed them. "Better communication" was on our action item list for months.I built SprintPulse to fix that loop. It is a tool designed not just to collect feedback, but to make sure it leads to real change.When I looked at the tools available, I found they fell into two camps.On one

The Limits of Today's AI Systems

Recently, I’ve increasingly come to believe that intelligence is no longer AI’s bottleneck. The systems we build around it are. Input Paradox (1) The first issue is the input paradox. When interacting with AI, if the prompt is highly detailed, the model tends to overfit to the user’s framing and assumptions. If it is too concise, the model lacks the context needed to generate something truly useful. This creates a paradox: to preserve the model’s independent reasoning, you should say less — but

Ask HN: May be a basic question, but how can I use AI well?

I am a programmer with about seven years of experience, but I would say I am below many of the programmers here, and most of the work I do is fairly simple. I mainly work on WPF and WinForms applications that act as UI layers for ladder diagram based systems in industrial sites.Because of the nature of this work, it is very labor intensive. There are too many factory trips, it is physically exhausting, and the pay is not great relative to the amount of effort involved. That is why I want to beco

The UX Designer’s Nightmare: When “Production-Ready” Becomes A Design Deliverable

In early 2026, I noticed that the UX designer’s toolkit seemed to shift overnight. The industry standard “Should designers code?” debate was abruptly settled by the market, not through a consensus of our craft, but through the brute force of job requirements. If you browse LinkedIn today, you’ll notice a stark change: UX roles increasingly demand AI-augmented development, technical orchestration, and production-ready prototyping.For many, including myself, this is the ultimate design job nightma

12 Reasons Claude is Outperforming ChatGPT in My Daily Workflow

Most AI comparisons miss the point—because the real differences only show up when you use them for actual work. After pushing both Claude AI and ChatGPT to their limits, some surprising patterns start to emerge. This isn’t about benchmarks, it’s about how these tools actually think, write, and collaborate when it matters.

How design leaders influence decisions without being in the room

How to create annotations that let your design work shineContinue reading on UX Collective »

How to mitigate the risk of AI implementation in enterprise environments

My focus has been on the enterprise sector for years. After the 2022 ChatGPT revolution, I witnessed a massive hype around self-made AI…Continue reading on UX Collective »

CSS you didn’t know you could style

Some parts of the browser feel untouchable, like they came built-in from the browser itself. Can CSS help us with that?CSS you didn’t know you could styleMost developers think of CSS as the tool for styling layout, spacing, and colors, but modern CSS can do much more than that.CSS can even style some native elements in your browser that you probably never even thought about styling.Some parts of the browser feel untouchable, like they came built-in from the browser itself. Have you ever tried ch

Product design in 2026: the beginning of a fantastic voyage?

The invisible walls for designers have been broken down. Maybe we don’t know it yet, but this year is the perfect time to start reframing the influence and vision of product design within and beyond companies.All the walls that might keep us in secondary or even tertiary roles are down, and this is the time to start using what we have learned so far to discover a new design value that transcends mockups and points to the entire business.In my experience in the industry, historically, all product

The chat box isn’t a UI paradigm. It’s what shipped.

Chat is the AI interface that shipped fastest, not the one that worked. The 2024 retrofits prove it.Every affordance on the left became an unspoken assumption on the right. Users now have to guess what the system can do.I wrote this essay from firsthand experience building AI-adjacent products. I used Claude Code (an AI coding assistant) for structural feedback and copy editing on the draft. The arguments, citations, and conclusions are my own.Disclosure: I build browser extensions that wrap aro

The web trained AI to deceive. Now designers have to untrain it.

Your team may be shipping manipulative UX, and you may not be aware of it.LLMs trained on the web have absorbed its worst design habits. Or, to be precise, our worst design habits.Not to generalize, but even though they’re considered unethical, many companies use design tricks to deceive users into making choices they would not otherwise make. These are the so-called UX dark patterns.Now, all these malicious techniques have been inherited by LLMs and unconsciously replicated. The same way they r

The art of subtraction in a world of infinite features

A reflection on clarity, restraint, and what it truly means to design meaningful experiences looking at the bigger pictureContinue reading on UX Collective »

Show HN: Create an onboarding flow on Flutter in 5 min

Hey Flutter devsIf you've shipped apps before, you know how important it is to have an efficient and polished onboarding flow. It's the first thing users see and often the reason they leave.You've probably first focused on the core of your app, what makes it different. And now, you want to push it to the store, but you know you have to build an onboarding flow... and it's a little painful.Onboarding flows are deceptive. They are super easy to build technically, but very diffi

Show HN: Tikpal- Your AI Voice Partner – Focus, Flow, Forge

We’re building Tikpal, an AI voice productivity tool based on a simple principle: Human creativity should remain the core engine. AI should be an accelerator, not the protagonist.The goal is to reduce screen dependency and cognitive fragmentation, and let people work in a more natural “voice-first” flow. Instead of clicking through interfaces and context-switching between apps, you talk to Tikpal, and it helps you think, structure ideas, and execute tasks.Three layers we are focusing on:FOCUS —

TelUI 1.2: TelUI with fun alignments

# TelUITelUI is a Electron-based UI framework that packages a handful of reusable front-end primitives—color utilities, typography helpers, and basic structural styles—so you can prototype simple desktop UI ideas with minimal setup.## Features - Bundled Electron runner (`npm start`) that serves `index.html` for instant desktop previews. - Tokenized styling layers: `color.css`, `font.css`, `header.css`, and `align.css` keep presentation rules isolated and easy to remix. - Micro-interaction helper

TelUI 1.1: New TelUI version Complete with tools to develop good software

# TelUITelUI is a Electron-based UI framework that packages a handful of reusable front-end primitives—color utilities, typography helpers, and basic structural styles—so you can prototype simple desktop UI ideas with minimal setup.## Features - Bundled Electron runner (`npm start`) that serves `index.html` for instant desktop previews. - Tokenized styling layers: `color.css`, `font.css`, `header.css`, and `align.css` keep presentation rules isolated and easy to remix. - Micro-interaction helper