frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

A simple heuristic for agents: human-led vs. human-in-the-loop vs. agent-led

1•fletchervmiles•1y ago
tl;dr - the more agency your agent has, the simpler your use case needs to be

Most if not all successful production use cases today are either human-led or human-in-the-loop. Agent-led is possible but requires simplistic use cases.

---

Human-led:

An obvious example is ChatGPT. One input, one output. The model might suggest a follow-up or use a tool but ultimately, you're the master in command.

---

Human-in-the-loop:

The best example of this is Cursor (and other coding tools). Coding tools can do 99% of the coding for you, use dozens of tools, and are incredibly capable. But ultimately the human still gives the requirements, hits "accept" or "reject' AND gives feedback on each interaction turn.

The last point is important as it's a live recalibration.

This can sometimes not be enough though. An example of this is the rollout of Sonnect 3.7 in Cursor. The feedback loop vs model agency mix was off. Too much agency, not sufficient recalibration from the human. So users switched!

---

Agent-led:

This is where the agent leads the task, end-to-end. The user is just a participant. This is difficult because there's less recalibration so your probability of something going wrong increases on each turn… It's cumulative.

P(all good) = pⁿ

p = agent works correctly n = number of turns / interactions

Ok… I'm going to use my product as an example, not to promote, I'm just very familiar with how it works.

It's a chat agent that runs short customer interviews. My customers can configure it based on what they want to learn (i.e. why a customer churned) and send it to their customers.

It's agent-led because

→ as soon as the respondent opens the link, they're guided from there → at each turn the agent (not the human) is deciding what to do next

That means deciding the right thing to do over 10 to 30 conversation turns (depending on config). I.e. correctly decide:

→ whether to expand the conversation vs dive deeper → reflect on current progress + context → traverse a bunch of objectives and ask questions that draw out insight (per current objective)

Let's apply the above formula. Example:

Let's say:

→ n = 20 (i.e. number of conversation turns) → p = .99 (i.e. how often the agent does the right thing - 99% of the time)

That equals P(all good) = 0.99²⁰ ≈ 0.82

So if I ran 100 such 20‑turn conversations, I'd expect roughly 82 to complete as per instructions and about 18 to stumble at least once.

Let's change p to 95%...

→ n = 20 → p = .95

P(all good) = 0.95²⁰ ≈ 0.358

I.e. if I ran 100 such 20‑turn conversations, I’d expect roughly 36 to finish without a hitch and about 64 to go off‑track at least once.

My p score is high. I had to strip out a bunch of tools and simplify but I got there. And for my use case, a failure is just a slightly irrelevant response so it's manageable.

---

Conclusion:

Getting an agent to do the correct thing 99% is not trivial.

You basically can't have a super complicated workflow. Yes, you can mitigate this by introducing other agents to check the work but this then introduces latency.

There's always a tradeoff!

Know which category you're building in and if you're going for agent-led, narrow your use-case as much as possible.

Mushroom leather may be ready for mass production

https://www.anthropocenemagazine.org/2026/09/plastic-free-fungus-based-leather-is-going-big/
1•speckx•1m ago•0 comments

David Sachs: OpenAI and Anthropic Don't Need Regulations to Pace Frontier Models

https://twitter.com/DavidSacks/status/2098973625252708460
2•kolanos•2m ago•0 comments

The Art and Science of Listening

https://www.gatesnotes.com/home/home-page-topic/reader/the-art-and-science-of-listening
1•andsoitis•3m ago•0 comments

A Cheesehead's View of the World

https://scottsumner.substack.com/p/a-cheeseheads-view-of-the-world
1•paulpauper•4m ago•0 comments

Rapidly scaling online storage to serve over 1B ChatGPT users

https://openai.com/index/scaling-storage-one-billion-users-part-one/
1•porridgeraisin•4m ago•0 comments

Iran 'blew the hell out of' base in Bahrain, acting Navy Secretary admits

https://taskandpurpose.com/news/navy-base-bahrain-iran-damage/
1•ilamont•4m ago•0 comments

Preventing AI Collusion: Are you paying attention now?

https://aiprospects.substack.com/p/preventing-ai-collusion-are-you-paying
1•paulpauper•4m ago•0 comments

A simple model of AI-aided economic growth

https://marginalrevolution.com/marginalrevolution/2026/09/a-simple-model-of-ai-aided-economic-gro...
1•paulpauper•4m ago•0 comments

Zuse Computer Museum Forced to Close

https://www.i-programmer.info/news/82-heritage/19142-zuse-computer-museum-forced-to-close.html
1•vitplister•6m ago•0 comments

JetKVM OS Services

https://jetkvm.com/blog/introducing-jetkvm-os-services
2•gainsurier•9m ago•0 comments

Korea closes lifetime pension loophole based on 1 month's work

https://twitter.com/Unveiled_ChinaX/status/2099026824990962021
1•ilamont•10m ago•0 comments

Are you committed to team or company?(economist)

https://economist.com/business/2026/09/10/are-you-committed-to-your-company-or-your-teamfromTheEc...
1•sunjain•12m ago•0 comments

Anthropic CEO Calls for A.I. Slowdown

https://www.nytimes.com/2026/09/12/technology/anthropic-dario-amodei-ai-slowdown.html
1•joe_the_user•12m ago•1 comments

Ask HN: If embeddings are so powerful, why are they mostly used for retrieval?

1•Pranav_Ghoghari•15m ago•1 comments

AI keeps stubbornly refusing to take our jobs

https://www.noahpinion.blog/p/ai-keeps-stubbornly-refusing-to-take
1•firasd•15m ago•0 comments

The Relation Between Mathematics and Physics by Paul Dirac

https://www.damtp.cam.ac.uk/events/strings02/dirac/speach.html
1•rramadass•16m ago•0 comments

Show HN: "Am I GPU Poor?" Check how your GPU stacks against PC Gamers Worldwide

https://gpupoor.sykah.com/
1•dshahrokhian•17m ago•0 comments

Collapse of Personal Computing: Investigation into the Destruction of Ownership [video]

https://www.youtube.com/watch?v=zyQwAhppWj8
1•soraminazuki•18m ago•0 comments

Chances of Survival (for AI and Humanity)

https://qosys.info/chances-of-survival
1•earlybuilder•18m ago•0 comments

Filesystem Is Lying to You

https://faraazahmad.github.io/blog/posts/filesystem-is-lying-to-you/
1•faraaz98•19m ago•0 comments

Vector Balancing via Directional Total Variation

https://arxiv.org/abs/2609.11189
1•tamnd•20m ago•0 comments

Useful Things Agents Can Do That Are Not Writing Code

https://elijahpotter.dev/articles/useful-things-agents-can-do-that-are-not-writing-code
2•birdculture•23m ago•0 comments

ZLUDA – Drop-In Replacement for CUDA on Non-Nvidia GPUs

https://github.com/vosen/ZLUDA
1•peter_d_sherman•25m ago•1 comments

Audemars Piguet Neo Frame Jumping Hour

https://www.audemarspiguet.com/ch/en/watch-collection/neo-frame/15245OR.OO.A206VE.01
2•andsoitis•26m ago•0 comments

War has not halted the Gulf's data-centre boom

https://www.economist.com/business/2026/09/10/war-has-not-halted-the-gulfs-data-centre-boom
2•andsoitis•29m ago•0 comments

Better routing, probe fixes, plugin updates in Freenet/Hyphanet 0.7.5 build 1507

https://www.hyphanet.org/freenet-hyphanet-075-build-1507-fix-probe-routing-plugins-and-upkeep.html
1•ArneBab•30m ago•0 comments

Spectrogram – see your music as a moving 3D landscape

https://github.com/nijatburjiyev/spectral-relief
1•nijatburjiyev•31m ago•0 comments

US Military tests quantum sensors for flight navigation without GPS over Pacific

https://www.heise.de/en/news/US-military-tests-quantum-sensors-for-flight-navigation-without-GPS-...
3•marklit•32m ago•0 comments

Docket – Per-commit evidence records for agent-written code

https://github.com/Dillonsmart/docket
2•dillonsmartdev•37m ago•0 comments

How Modern Fascism Works – End Times Fascism – Naomi Klein and Astra Taylor

https://www.youtube.com/watch?v=aK2nLNiFEAQ
2•abathologist•38m ago•0 comments