What the Best Agents Share — Mardu Swanepoel, Flinn AI
TL;DR
Focus modes beat “do anything” interfaces — Swanepoel says agents like Cursor get better results by constraining the action space into modes like planning or debugging, which improves both evals for engineers and expectation-setting for users.
Transparent execution turns delegation into collaboration — Showing progress lists, tool calls, inputs, outputs, assumptions, and uncertainty helps users trust the result and step in early when the agent is going off track.
Personalization is really about speed to understanding — He argues many agents optimize for speed to output, but the real win is helping the system quickly absorb a user’s implicit preferences, principles, and workflow.
Harvey’s playbooks are a concrete personalization pattern — In legal work, Harvey lets firms encode their own review methods into reusable playbooks so the agent behaves more like that specific firm, not a generic assistant.
Reversibility changes the ROI math of using agents — If users can undo changes at the line, file, or conversation level, as in Cursor, they are much more willing to let agents attempt bolder, higher-value tasks.
The unifying goal is bounded risk with better trust — Across Cursor, Claude, Manifold, and Harvey, the shared design pattern is making agents easier to steer, easier to inspect, and less costly when they make mistakes.
The Breakdown
The best AI agents keep repeating four patterns: they narrow the task with modes, show their work, learn your way of thinking, and make every action easy to undo. Mardu Swanepoel argues those design choices are what turn agents from flashy demos into systems people actually trust enough to use on higher-value work.
Was This Useful?
Share
Keep Reading
Make Alcreon Yours
Tune your feedFive quick questions, and the feed ranks what matters to you first.Or just get notified
The weekly Echo. Signal worth keeping in your inbox.
Every new piece, announced on X.
Read Next
See all
Playbook
Tasteful Skills
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.

Playbook
The Art of Tasteful Prompting
Learn how tasteful prompting helps you move beyond generic AI output by shaping context, style, and judgment from the start.

Playbook
The Codex /goal Playbook
OpenAI shipped /goal for the Codex CLI. It turns a prompt into a persisted, self-continuing contract.