16 Comments
User's avatar
John Brewton's avatar

The stapler that talks line is such a good way to describe automation without judgment built in.

Juan Salas-Romer's avatar

Thank you John!

Christian Lundgren's avatar

You define the job, which is right, but I’d push it one step earlier: the definition should decide whether you even need an agent, some will while others won’t, not just how to fill the loop. Fully deterministic work often doesn’t need one, a script beats an LLM that can drift. The deli and stapler failures both start there, a task too vaguely defined to tell you which architecture you’re building, so people reach for an agent by default. Define it precisely and it tells you how much loop it needs. I build these for clients, and it always starts with the workflow, not the agent.

Juan Salas-Romer's avatar

Absolutely. “The Engineer’s Caveat: Not every one-off question needs a six-part loop. Use the simplest thing that works for quick tasks. But for the recurring workflows you depend on, one out of six isn’t “simple”—it’s a liability.”

Alex Randall Kittredge's avatar

Anyone who’s truly using AI properly is 100% busier as a result! You nailed it

Juan Salas-Romer's avatar

It’s addictive. 😂

Nitin Sharma's avatar

One thing I've noticed is that most people try to automate the execution before they standardize the process.

If you can't explain a workflow clearly to a new team member, an AI agent won't magically figure it out either. It'll just make the existing chaos run faster.

The "learning" step also deserves more attention. That's the part that turns a workflow from something you repeatedly fix into something that actually gets better over time. I think that's where the real leverage comes from, not from adding more agents.

Really enjoyed this framework. The "stapler that talks" analogy is going to stick with me 😄

Juan Salas-Romer's avatar

Mission critical. 100%

Sharyph's avatar

Realizing you have accidentally become a full-time, unpaid manager for a bunch of scripts is a painful milestone.

Most people stack up tools thinking it gives them leverage, but it usually just leads to a higher software bill and more digital firefighting.

The real shift happens when you stop focusing on the prompt itself and start focusing on the guardrails and handoffs.

Scenarica's avatar

"A stapler that talks" is the best description of most AI setups I've seen this year. Automated the hands, skipped everything that makes hands useful.

The deli counter image is perfect too because it captures something specific about how people adopt AI: they shop for capabilities instead of designing systems. Twelve agents by Tuesday, chaos by Wednesday. I've watched smart operators do exactly this, buy the best models, connect the best tools, and end up spending more time supervising the automation than they spent doing the work manually. The promotion to unpaid micromanager is real and nobody warns you about it on the sales page.

Juan Salas-Romer's avatar

I am afraid you have lived it too, just like I did! 😂

Cory Blumenfeld's avatar

People don't need more agents.

They need fewer broken handoffs.

That's where most of the wasted time lives 👊

Melanie Goodman's avatar

The agents that keep breaking usually teach the most, so which one has given you the most grief to get working properly?

Dr. Michael Meneghini's avatar

The real shift comes from creating systems that protect attention, energy, and decision quality.

Dennis Berry's avatar

Interesting paradox, more automation often increases coordination load if delegation boundaries are unclear