03-12-2026 – The Copy Button That Disappeared: When “Smart” Features Break Simple Workflows

Every once in a while I run into a tiny design decision that perfectly illustrates a bigger problem in modern software. Today’s example: copying an image on a phone.

It sounds trivial. It shouldn’t even be a topic worth writing about. But the fact that it is says something about how modern apps and operating systems are being built.


The Situation

Earlier today I needed to send an email from my phone. Pretty normal task. I had a few images scattered across different places — some in a portal, some in messages, some on different web pages. On a computer, this workflow is easy.

You just:

  1. Right-click an image
  2. Click Copy
  3. Paste it wherever you want

Done.

It’s such a basic interaction that most people don’t even think about it anymore. The clipboard is universal. It works everywhere. Copy and paste is the backbone of productivity on computers.

But when I tried to do the same thing on my Android phone, I ran straight into the wall of modern mobile UX.

Instead of a simple Copy, I got the usual explosion of options:

  • Share with Contacts
  • Send to Messages
  • Share to another app
  • Copy link
  • Edit image
  • AI crop the subject
  • Share via some random service

Everything except the thing I actually wanted.

All I wanted to do was copy the image to the clipboard.


The AI Feature Nobody Asked For

What made it even more frustrating was the type of “AI feature” the phone did offer.

Some systems now let you copy only the subject of an image. The person, the object, whatever the AI thinks is the main element.

And that’s neat… occasionally.

But let’s be honest.

99% of the time when someone copies an image, they want the entire image.

Not the AI-detected subject.
Not the background removed.
Not some “smart crop.”

Just the image.

It’s the classic example of feature-first thinking instead of workflow-first thinking.

Engineers build impressive technical capabilities — object detection, segmentation, AI cropping — but forget to optimize the basic workflow people actually perform every day.


The Mobile UX Problem

This is where mobile platforms often fall short compared to desktops.

Desktop operating systems evolved around direct manipulation of files and data:

  • Copy
  • Paste
  • Drag
  • Drop

Mobile operating systems evolved around sharing between apps.

That’s why every image interaction turns into a share sheet.

The assumption is that if you touch an image, you want to send it somewhere.

But that assumption is wrong in many real-world workflows.

Sometimes you just want to:

  • grab something
  • stash it in the clipboard
  • paste it into an email or document

The clipboard is the simplest and most flexible interface we’ve ever invented in computing.

And mobile platforms treat it like an afterthought.


Even Big Companies Get UI Wrong

One of the lessons here is that large companies are not immune to bad UX decisions.

Google, Apple, and others employ some of the best designers and engineers in the world. But scale often works against simplicity.

You get:

  • feature creep
  • competing teams adding capabilities
  • marketing pushing AI features
  • product managers chasing differentiation

And suddenly the simplest action — copying an image — becomes a maze.

The irony is that solving the problem is incredibly simple.


The Fix Is Obvious

Every image interaction should follow the same rule that text does.

When you tap and hold an image, the first option should be:

Copy

That’s it.

Then below it you can put:

  • Share
  • Edit
  • AI tools
  • Save
  • Send to contacts

But the most common action should be at the top.

Not hidden behind five layers of sharing menus.


The Broader Lesson

This is a small example, but it reflects a broader pattern in modern software.

Companies are racing to ship AI features, smart assistants, and automated workflows, while neglecting the core interactions people rely on every day.

Software doesn’t become better because it becomes smarter.

It becomes better because it becomes simpler.

The best tools remove friction from common tasks.

And sometimes that improvement isn’t a new AI model or a revolutionary feature.

Sometimes it’s just bringing back a Copy button.