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.

Show HN: Keep all microservices consistent and make batch changes

https://infraas.ai
1•danielbedrood•1m ago•0 comments

Ask HN: Any suggestions for finding beta users?

1•lyfeninja•2m ago•0 comments

Google will make you wave at your computer to check you are real

https://www.the-independent.com/tech/google-captcha-bot-real-check-hand-wave-b3000419.html
1•anjel•3m ago•0 comments

Show HN: BitVanes – A zero-trust RAG pipeline engine in Rust, WASM, and Arrow

https://www.bitvanes.com/
1•kodr_pro•4m ago•0 comments

Zlib-rs in Firefox and working around an Intel bug

https://trifectatech.org/blog/zlib-rs-in-firefox/
1•goranmoomin•7m ago•0 comments

Show HN: Our indie game trailer is featured on IGN's GameTrailers Wow [video]

https://www.youtube.com/watch?v=2icjqzuObOc
2•hollowlimb•7m ago•0 comments

Demystifying StartupWMClass

https://thoughts.greyh.at/posts/startup-wm-class/
1•zquestz•8m ago•1 comments

Hospitals switched to pen and paper to defeat a national cyber-attack

https://www.bbc.com/news/articles/c4gyk756mzlo
5•devonnull•11m ago•0 comments

Meta Pauses Employee-Tracking Program Following Internal Data Leak

https://www.wired.com/story/meta-pauses-employee-tracking-program-following-internal-security-bre...
5•1vuio0pswjnm7•13m ago•0 comments

Fox wants to take over your TV and the tech inside it

https://www.theverge.com/streaming/950116/fox-roku-takeover
1•1vuio0pswjnm7•17m ago•0 comments

Britain's power prices hit historic summer high

https://www.axle.energy/blog/a-summer-peak-in-a-winter-peaking-grid
2•archydeb•21m ago•0 comments

'The Worst It's Ever Been': Why Meta's AI Reorg Backfired Spectacularly

https://www.inc.com/jessica-stillman/the-worst-its-ever-been-why-metas-massive-ai-reorg-backfired...
6•1vuio0pswjnm7•21m ago•0 comments

We built telecom infrastructure for AI agents in emerging markets

https://krosai.com/
2•theamazinceo•21m ago•0 comments

Why Software Requirements Get Easier in an AI Economy

https://stng.substack.com/p/why-software-requirements-get-easier
2•matt_d•26m ago•0 comments

Show HN: Y – A malleable coding-agent desktop app built with Electron

https://github.com/y-times-y/y
3•HetPatel106•26m ago•1 comments

Get hired faster with data and AI tools to autofill and track

https://www.froghire.ai/
1•Rahul_Ubale•27m ago•0 comments

CISA now has full Mythos Preview access

https://www.nextgov.com/cybersecurity/2026/06/cisa-now-has-full-mythos-preview-access-people-fami...
2•Jimmc414•28m ago•0 comments

A free gift registry where the owner never sees who claimed what

https://giftgiving.fun/
1•dmcgahan•29m ago•0 comments

A Rust macros use case: Tightly-coupled API definitions for a client and server

https://adenalhardan.com/#rust-macros-client-server
1•adenalhardan•31m ago•0 comments

Show HN: Cruit.dev – Get hired at a startup based on your coding agent skills

https://cruit.dev
1•nwang783•32m ago•0 comments

Cheyenne OK's Microsoft Annexation, Rejects $50M Community Benefits Deal

https://cowboystatedaily.com/2026/06/23/cheyenne-oks-huge-microsoft-annexation-rejects-50m-commun...
2•andrekandre•33m ago•0 comments

Show HN: An eligibility agent focused on claims denials

https://www.substrateai.com/blog/introducing-the-substrate-eligibility-agent
1•kunle•34m ago•0 comments

Stop asking AI if your startup idea is good

https://www.idea-launch.io/learn/ai-idea-validator-vs-real-demand-signals
1•apsquared•35m ago•2 comments

Measuring Search Ranking Quality with LLM Judged NDCG

https://corvi.careers/blog/search-eval-llm-judges-ndcg/
2•sp1982•37m ago•0 comments

Americans Got Tricked into Using a Bank That Isn't a Bank [video]

https://www.youtube.com/watch?v=hiE7NvONU5U
1•mgh2•39m ago•1 comments

The Internet Isn't in the Cloud.It's on the Ocean Floor

https://axisbrief.substack.com/p/the-internet-isnt-in-the-cloud-its
2•Axis_Brief•41m ago•0 comments

Eruda – JavaScript Console

https://eruda.liriliri.io/docs/
1•razodactyl•44m ago•0 comments

FEXPRs vs. vtable: how LispE interpreter works

https://github.com/naver/lispe/wiki/2.7-FEXPR-vs.-vtable
2•birdculture•44m ago•0 comments

Prairieland Defendants Sentenced Today to Prison Terms Ranging from 30-100 Years

https://prairielanddefendants.com/press-release/eight-federal-prairieland-defendants-sentenced-to...
23•panic•48m ago•3 comments

Throwing My Roku in the Trash

https://www.coryd.dev/posts/2026/throwing-my-roku-in-the-trash
4•cdrnsf•48m ago•1 comments