frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

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.

University Professors Disturbed to Find Their Lectures Chopped Up into AI Slop

https://www.404media.co/asu-atomic-ai-modules-arizona-state-university/
2•abdelhousni•2m ago•0 comments

ASU Using AI Tool to Create Courses from Professors' Work Without Their

https://azfreenews.com/2026/05/asu-using-ai-tool-to-create-courses-from-professors-work-without-t...
2•abdelhousni•3m ago•0 comments

ChatGPT crashed my browser when I continued 1k+ conversations

1•Sharedmemory•4m ago•0 comments

Punk, or why I don't stream anymore

https://geohot.github.io//blog/jekyll/update/2026/05/03/punk-or-why-i-dont-stream.html
1•mefengl•4m ago•0 comments

Make Your Own Microforest

https://ambrook.com/offrange/environment/a-forest-in-your-pocket
1•bookofjoe•5m ago•0 comments

Former Nintendo Executive Says Amazon Once Requested 'Illegal' Price Discounts

https://kotaku.com/reggie-fils-aime-says-nintendo-stopped-selling-to-amazon-after-being-asked-to-...
1•m463•7m ago•0 comments

Simulating Cells Fighting to the Death

https://jamiesimon.io/blog/cell-fight/
1•jamie-simon•12m ago•0 comments

Flock repeatedly flags 76-year old Grandmother for arrest, erroring zero for "O"

https://guessingheadlights.com/colorado-grandma-keeps-getting-pulled-over-because-police-cameras-...
1•chasil•13m ago•0 comments

Neanderthal DNA Implicated in Autism Susceptibility

https://communities.springernature.com/posts/neanderthal-dna-implicated-in-autism-susceptibility
1•janandonly•14m ago•0 comments

Show HN: Decentralized compute network. CLI-first

https://github.com/profullstack/c0mpute
1•buffer_overlord•15m ago•0 comments

HealthFormer: Transformers for irregular electronic health record events [pdf]

https://www.medrxiv.org/content/10.64898/2026.03.25.26349262v1.full.pdf
1•brandonb•16m ago•0 comments

Show HN: I modeled Peru's 1993 Constitution as a Git history

https://github.com/Duvet05/Constitucion-Politica-del-Peru
1•Duvet05•16m ago•0 comments

The Paradox of Medical AI Implementation

https://erictopol.substack.com/p/the-paradox-of-medical-ai-implementation
1•brandonb•20m ago•0 comments

People who are blind from birth never develop schizophrenia

https://theconversation.com/people-who-are-blind-from-birth-never-develop-schizophrenia-what-this...
4•debo_•21m ago•0 comments

Moving from Node to Bun spikes container CPU and memory usage until it crashes

https://github.com/oven-sh/bun/issues/17723
1•emigre•22m ago•0 comments

I vibecoded a game, its making money, heres what I learned

https://gunguesser.com
2•saladvr•22m ago•1 comments

Show HN: A public web artwork made by its visitors

https://fluidart.dev/
1•denieler•23m ago•0 comments

Italy's 'Cheese Bank' where Parmigiano becomes financial gold

https://www.cnn.com/2026/05/02/food/italy-cheese-bank-parmigiano-reggiano-intl
1•Tomte•23m ago•0 comments

We Need to Rewild the Internet

https://www.noemamag.com/we-need-to-rewild-the-internet/
1•josh-sematic•23m ago•0 comments

Using IDEs as a Harness for Thinking and Writing

https://ravivyas.com/2026/05/03/ide-as-thinking-harness/
2•ravivyas•27m ago•1 comments

With developer verification, Google's Apple envy threatens open legacy

https://arstechnica.com/gadgets/2026/03/with-developer-verification-googles-apple-envy-threatens-...
1•abdelhousni•29m ago•0 comments

Comparing a Store-Less Password Manager with Traditional Password-Only Auth

https://ieeexplore.ieee.org/document/11415666
1•gnabgib•29m ago•0 comments

Minimal Fab Promoting Organization

https://www.minimalfab.com/en/
1•nz•29m ago•0 comments

SunTrace3D – Browser-based 3D solar planning and shadow simulation

https://suntrace3d.com
2•tomcraft•30m ago•0 comments

eBay soars on report that GameStop is preparing a takeover bid

https://fortune.com/2026/05/01/ebay-stock-gamestop-takeover-bid-ryan-cohen/
2•randycupertino•33m ago•1 comments

Why does my harness forget me? Agent engineering

https://twitter.com/nicbstme/status/2050301124314563025
1•nbstme•33m ago•0 comments

AI models that consider user's feeling are more likely to make errors

https://arstechnica.com/ai/2026/05/study-ai-models-that-consider-users-feeling-are-more-likely-to...
1•milkglass•34m ago•0 comments

36k People Pledged $22M to ‘Buy’ Spirit Airlines - Then the Site Crashed

https://letsbuyspirit.com/
4•djfobbz•35m ago•1 comments

Show HN: Wove 2.0 "Beautiful Python async" adds inline Celery execution

https://github.com/curvedinf/wove
1•curvedinf•35m ago•1 comments

SysSimulator: System design simulator in Rust/WASM, free, No login

https://syssimulator.com/
1•ronitdahiya•35m ago•4 comments