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.

Startup Lumilens Raises $700M to Replace Data-Center Wires with Light

https://www.wsj.com/tech/startup-raises-700-million-to-replace-data-center-wires-with-light-adc74358
1•bookofjoe•1m ago•1 comments

What If Wishes Could Be Bought and Sold?

https://www.newyorker.com/books/page-turner/what-if-wishes-could-be-bought-and-sold
1•Anon84•4m ago•0 comments

AI Tool Directory

1•lokeshjoshi•4m ago•0 comments

Show HN: Hermes Missions – time-travel and resume agents after crashes

1•akatsutki•5m ago•0 comments

Pyhctsa – Highly comparative time-series analysis

https://github.com/DynamicsAndNeuralSystems/pyhctsa/
1•jmoo2880•8m ago•0 comments

Show HN: Tape Music Hub, local music library manager with a P2P phone companion

https://tape-music-hub.gordo.design/
1•sergormo•8m ago•0 comments

Mailüfterl (Early Transistorized Computer)

https://en.wikipedia.org/wiki/Mail%C3%BCfterl
1•wolfi1•8m ago•0 comments

Run Gitea Actions on Apple Hardware

https://github.com/markwylde/gitea-runner-lume
2•turblety•8m ago•0 comments

Birdsong follows a fundamental law of human language

https://www.scientificamerican.com/article/birdsong-follows-a-fundamental-law-of-human-language/
1•1659447091•10m ago•0 comments

BMW Rolling Out In-Car Spam

https://www.heise.de/en/news/BMW-Annoyed-by-Advertising-11399005.html
2•lschueller•12m ago•0 comments

The AI Experts Who Couldn't Predict AI

https://greyenlightenment.com/2026/07/26/the-ai-experts-who-couldnt-predict-ai/
1•paulpauper•13m ago•0 comments

Models may behave differently in graded episodes (a tirade)

https://www.lesswrong.com/posts/AfoGGrJfuNzofpzWL/models-may-behave-differently-in-graded-episode...
1•paulpauper•14m ago•0 comments

Claude Code sessions can now message each other

https://twitter.com/ClaudeDevs/status/2085817074816070014
2•shpat•15m ago•0 comments

Lost my phone at the office. Claude suggested tracking Bluetooth signal strength

https://twitter.com/un1c0rnioz/status/2084686552299634805
1•ilamont•18m ago•0 comments

China's A.I. Is Surging Across Africa. That Should Worry Silicon Valley

https://www.nytimes.com/2026/08/05/technology/ai-china-africa.html
1•ripe•19m ago•1 comments

Chasa

https://chasa.io/
3•docracy•19m ago•0 comments

Making an agile version of a Windows Runtime delegate in C++/WinRT, part 10

https://devblogs.microsoft.com/oldnewthing/20260731-00/?p=112578
1•ibobev•22m ago•0 comments

BingeBuster

https://bingebuster.net/
1•rdoherty•24m ago•0 comments

The Statistics Behind the Jason Arday Scandal

https://www.compactmag.com/article/the-statistics-behind-the-jason-arday-scandal/
1•barry-cotter•24m ago•0 comments

Creating a fake agile wrapper that is technically agile

https://devblogs.microsoft.com/oldnewthing/20260806-00/?p=112595
1•ibobev•24m ago•0 comments

Soppo – Go, with the features it's missing

https://soppolang.dev/
1•birdculture•25m ago•0 comments

Your AI Frustration Is My Opportunity

https://metedata.substack.com/p/012-your-ai-frustration-is-my-opportunity
3•young_mete•26m ago•0 comments

Show HN: Public Web Change Intelligence

https://app.monity.ai
1•kamilmm21•27m ago•0 comments

Super Mario Derivations

https://fzakaria.com/2026/08/05/super-mario-derivations
1•domenkozar•27m ago•0 comments

KV Cache vs. Prompt Cache: What's the Difference, and How Are They Related?

https://jaketao.com/language/en/kv-cache-vs-prompt-cache/
1•taojing10•27m ago•0 comments

From Chat Completions to Responses: Why Is OpenAI Upgrading Its Core API?

https://jaketao.com/language/en/why-openai-upgrading-api/
1•taojing10•28m ago•0 comments

Live Coronal Prediction – 2026 Total Solar Eclipse

https://eclipse.predsci.com/
1•corlinp•29m ago•1 comments

Argentine company accuses US of meddling in Huawei project

https://www.ft.com/content/051e6fbf-e796-4b92-9c6e-7b85c74e8edc
1•wslh•29m ago•1 comments

Health factors that delay dementia for up to 13 years

https://www.nbcnews.com/health/aging/delay-dementia-health-factors-diabetes-blood-pressure-smokin...
2•elo2000•29m ago•0 comments

Water utilities group partners with DEF CON offshoot for Water Watch Center

https://therecord.media/water-watch-center-utilities-def-con-franklin-nrwa
1•speckx•34m ago•0 comments