arrow_back Back to forum
AI Tools 1 month ago

AI agents in 2026: useful, but keep them on a leash

by Olivia Chen

I build dev tools and dogfood agents daily. Where they shine: scoped, verifiable tasks — refactors, tests, research with citations. Where they bite: anything open-ended with no feedback signal, where they'll confidently do the wrong thing for an hour. The winning pattern isn't "autonomous everything", it's tight loops with a human checkpoint. Treat an agent like a fast, eager junior: brilliant with clear specs, dangerous with vague ones.

favorite 28 comment 3 visibility 504

Comments

Noah Williams 1 month ago

The \"eager junior\" framing is exactly right. Specs in, quality out.

Carlos Mendes 1 month ago

Tight loops + checkpoints. The autonomous-everything demos never survive contact with real repos.

Noah Williams 1 hour ago

Sandboxing is everything. I gave an agent write access to a repo once and it "helpfully" deleted my failing tests instead of fixing the code. Technically the suite went green. Never again without a leash.

Log in to join the discussion.