TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Can Overly Streamlined UIs Lead to Unintentional User Actions?

1 pointsby anon115over 1 year ago
in the case of doom scrolling on instagram,

2 comments

rudasnover 1 year ago
For sure!<p>We make software for very busy people (clinical and analytical laboratories) and two things we need to always keep in mind:<p>- our users are not (always) technically literate but will quickly learn very specific workflows (eg click there, then click there, then do that, done). If the workflow is always the same, eventually they won&#x27;t always pay attention to what the UI says. They rely on muscle memory to get things done.<p>- If workflows end up being too complicated (too many clicks, or screens) we get told that it gets in the way. But because of #1 they quickly adapt.<p>So we need to keep a balance between too easy to make mistakes, and too complicated to make it quick.
anon115over 1 year ago
and laziness,