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.

CVE-2026-3854

https://nvd.nist.gov/vuln/detail/CVE-2026-3854
1•_aleph2c_•1m ago•0 comments

Our doc-driven engineering playbook

https://productnow.ai/blogs/engineering-playbook
1•kadhirvelm•2m ago•1 comments

Business and Enterprise Codex plans now default to Fast Mode (2.5x usage)

https://github.com/openai/codex/issues/19230
1•ladon86•4m ago•0 comments

8647 Is a Prime Number

https://www.numberempire.com/8647
1•bryan0•6m ago•0 comments

View transactions sent to a Monero address

https://localmonero.co/blocks/search/47xmhbRuYpSYSrVZx2RsPBhaAQByZq3ucAT6ULxHvDAu8c853ErpLHqBdDmp...
3•Cider9986•8m ago•1 comments

Vehicle-to-Everything

https://en.wikipedia.org/wiki/Vehicle-to-everything
2•colinprince•9m ago•1 comments

Creating a Dashboard with Claude Design

https://theautomatedoperator.substack.com/p/creating-a-dashboard-with-claude
1•idopmstuff•9m ago•0 comments

> Be Alexandra Elbakyan

https://nitter.space/MushtaqBilalPhD/status/2049057344013881523#m
2•DanielleMolloy•10m ago•0 comments

'New Einstein' vows to find 'source code of universe' and change everything

https://www.themirror.com/news/us-news/new-einstein-vows-find-source-1805568
2•harambae•11m ago•0 comments

Google Translate now lets you practice pronunciation

https://techcrunch.com/2026/04/29/google-translate-now-lets-you-practice-pronunciation/
1•jnord•14m ago•0 comments

United flight from SFO disrupted by 'possible drone strike'

https://www.sfgate.com/travel/article/united-flight-sfo-22232671.php
1•turtlegrids•19m ago•1 comments

KDE's 30th Anniversary

https://kde.org/anniversaries/30/
3•birdculture•22m ago•0 comments

Ask HN: Anyone feel like they're just opting out of tech these days?

4•moomoo11•22m ago•1 comments

Show HN: MAItion – Open-source RAG with pluggable connectors and chat UI

https://github.com/WikiTeq/mAItion
1•vedmaka•24m ago•0 comments

The Most Important Charts in the World

https://thezvi.substack.com/p/the-most-important-charts-in-the
2•paulpauper•25m ago•0 comments

What Anemoia Tells Us About Human Psychology and Culture

https://www.samwoolfe.com/2026/04/nostalgia-for-past-unlived-anemoia-human-psychology-culture.html
1•paulpauper•26m ago•0 comments

Capitalism and Modernity

https://marginalrevolution.com/marginalrevolution/2026/04/capitalism-and-modernity.html
2•paulpauper•26m ago•0 comments

Jet Beetle

https://www.ronpatrickstuff.com/
2•brk•27m ago•0 comments

The People and the Machine

https://www.therage.co/the-people-and-the-machine/
2•Cider9986•28m ago•0 comments

Vegas 2026: The DOJ's Developer Exemptions

https://www.therage.co/blanche-vegas/
2•Cider9986•28m ago•0 comments

Charging for APIs by blocking execution instead of usage tracking

https://buy.stripe.com/eVq7sK6Qd1SCgwp0RgcMM00
2•inri•29m ago•0 comments

Python Packaging Council Approved

https://lwn.net/SubscriberLink/1068704/8130b6ceb2531354/
3•chmaynard•30m ago•0 comments

Zwift Acquires Rouvy

https://rouvy.com/press/zwift-has-completed-the-acquisition-of-ROUVY
1•cabanis•30m ago•0 comments

Wing's homecoming: Bringing drone delivery to the Bay Area

https://wing.com/news/wing-drone-delivery-bay-area
2•xnx•31m ago•0 comments

Photoshop's challenges with focus, pt. 2

https://unsung.aresluna.org/photoshops-challenges-with-focus-pt-2/
1•robenkleene•32m ago•0 comments

Show HN: Agent that mines academic research for novel time series discoveries

https://github.com/adam-s/alphadidactic
2•dataviz1000•33m ago•0 comments

German Bundeswehr does not intend to use Palantir software

https://www.zeit.de/politik/deutschland/2026-04/palantir-bundeswehr-nato-software-gxe
2•doener•37m ago•0 comments

The Luddites would have loved AI

https://www.disruptingjapan.com/the-real-luddites-would-have-loved-ai/
2•timoth3y•39m ago•1 comments

OrcaSlicer project shuttered after Bambu Lab threatens legal action

https://www.tomshardware.com/3d-printing/developer-re-enables-3d-printer-features-that-bambu-lab-...
3•josephcsible•45m ago•0 comments

I built an AI job search agent on Claude Code to run my own PM job search

https://github.com/ymuromcev/ai-job-searcher
1•ymuromcev•45m ago•0 comments