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.

27x Faster Terminal Text Effects Rust Port

https://github.com/omacom-io/ttfx
1•smusamashah•4m ago•0 comments

Muse Glimmer

https://simonwillison.net/2026/Aug/10/introducing-muse-glimmer/
3•raybb•5m ago•0 comments

HN is good for marketing other than communication or study!?

3•lilerjee•5m ago•0 comments

Demon's souls prototype presentation for gameshare iv [video]

https://www.youtube.com/watch?v=qVK_rc-tnGY
2•andrekandre•6m ago•1 comments

Updated GPG Key for Signing Firefox and Thunderbird Releases

https://blog.mozilla.org/security/2026/08/10/updated-gpg-key-for-signing-firefox-and-thunderbird-...
3•csmantle•7m ago•0 comments

Language models transmit behavioural traits through hidden signals in data

https://www.nature.com/articles/s41586-026-10319-8
2•Phithagoras•9m ago•0 comments

Teaching an Open Model to Do Science

https://www.arcee.ai/blog/teaching-an-open-model-to-do-science
2•gmays•10m ago•0 comments

VSCode-code-widgets: Interactive widgets embedded in source code

https://github.com/CZDanol/vscode-code-widgets
2•thunderbong•13m ago•0 comments

'We Did Our Best': Metaphors of Parenting and AI

https://www.nybooks.com/articles/2026/06/25/we-did-our-best-ai-meghan-ogieblyn/
2•mitchbob•18m ago•1 comments

Why My Father Is Wrong: A Defense of Guitar Hero

https://whatever.scalzi.com/2026/08/10/why-my-father-is-wrong-a-defense-of-guitar-hero/
3•Tomte•19m ago•0 comments

Don't Classify. Hallucinate

https://softwaredoug.com/blog/2026/08/10/hypothetical-classifications.html
2•Tomte•20m ago•0 comments

Show HN: Seedle, daily -dle for Minecraft seeds

https://seedle.loch.tools/
2•lwansbrough•24m ago•0 comments

Plethora – your new (social) platform for Interactive Media

https://plethora.studio/
2•zenarin•24m ago•1 comments

A Technical Framework for Bring Your Own Cloud Applications

https://byocanywhere.org/
2•aloknnikhil•32m ago•0 comments

Pretense of You

https://iamwisdom.substack.com/p/pretense-of-you
2•I_Am_Wisdom•34m ago•0 comments

Wingdings (Album) 2026

https://en.wikipedia.org/wiki/Wingdings_(album)
3•ddxv•39m ago•1 comments

Hatsune Miku

https://en.wikipedia.org/wiki/Hatsune_Miku
2•palad1n•44m ago•0 comments

Meilisearch vs. Manticore: Setting the Record Straight

https://medium.com/@s_nikolaev/meilisearch-vs-manticore-setting-the-record-straight-e7d51aa08db2
2•snikolaev•45m ago•0 comments

Call centres using AI to 'whiten' Indian accents (2025)

https://tech.yahoo.com/ai/articles/call-centres-using-ai-whiten-090000847.html
5•vismit2000•47m ago•2 comments

Kredit – Real-time Risk Intelligence for Agents

https://kredit.sh/
3•jacobrafati•49m ago•1 comments

Mindscape: Chandra Sripada on How LLMs and Humans Are Cognitive Cousins

https://preposterousuniverse.com/podcast/2026/08/10/363-chandra-sripada-on-how-llms-and-humans-ar...
3•wwarner•1h ago•1 comments

TLabel – A unified annotation format and converter for tactile robotics datasets

https://github.com/liesliy/tlabel
2•liesliy•1h ago•0 comments

US President hid in catering cart for secret flight in Turkey amid Iran threat

https://www.theguardian.com/us-news/2026/aug/10/trump-secret-flight-nato-return
40•Jimmc414•1h ago•21 comments

"Operator, can you hear me?" A Faithful Line into the UNISOC Baseband

https://arxiv.org/abs/2608.07143
3•sbulaev•1h ago•0 comments

Meghan O'Gieblyn: Against Slop

https://www.nybooks.com/online/2026/07/11/against-slop-meghan-ogieblyn/
4•mitchbob•1h ago•1 comments

Capture the Flag

https://unik.cx/ctf/index.html
2•eyberg•1h ago•0 comments

One of China's workhorse rockets just exploded in flight

https://arstechnica.com/space/2026/08/one-of-chinas-workhorse-rockets-just-exploded-in-flight/
3•pseudolus•1h ago•0 comments

Musk's Daily Starship Problem

https://tmfassociates.com/blog/2026/08/10/musks-daily-starship-problem/
6•TheAlchemist•1h ago•0 comments

Ambulance defibrillators removed from sale, still on the road

https://www.theage.com.au/national/confusion-and-concern-nsw-ambulance-defibrillators-removed-fro...
3•Alien1Being•1h ago•0 comments

How to Keep Thinking

https://www.seangoedecke.com/how-to-keep-thinking/
6•vismit2000•1h ago•0 comments