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.

UK targets hostile and heinous Russian activity with latest sanctions

https://www.gov.uk/government/news/uk-targets-hostile-and-heinous-russian-activity-with-latest-sa...
1•doener•29s ago•0 comments

Writing VBA modules inside Excel files is much stranger than I expected

https://github.com/WilliamSmithEdward/pyOpenVBA/blob/main/docs/ms-ovba-implementation-guide_v2.md
1•birdculture•2m ago•0 comments

How ancient builders made the Great Pyramid of Giza nearly earthquake-proof

https://www.nationalgeographic.com/history/article/giza-pyramid-earthquake
1•bookofjoe•3m ago•1 comments

US Government releases UFO sighting reports – 'Orbs swarming in all directions'

https://www.bbc.com/news/articles/cn8pzzlyy66o
1•nsoonhui•5m ago•0 comments

There's Never Been a Better Time to Study Computer Science

https://www.theatlantic.com/technology/2026/05/computer-science-major-coding-ai/687279/
1•chrisaycock•7m ago•0 comments

Building a claw-like agent to run in the browser

https://aifoc.us/building-a-claw-in-the-browser/
1•kinlan•8m ago•0 comments

China: Mine death toll rises to 90 after gas blast

https://www.theguardian.com/world/2026/may/23/china-mine-explosion-shanxi-deaths-xi-jinping
2•tosh•16m ago•0 comments

Trump admin to force foreigners in the U.S. to apply for a green card abroad

https://www.npr.org/2026/05/23/nx-s1-5832399/trump-administration-green-card-abroad
1•thinkcontext•17m ago•4 comments

Matrix Multiplications on GPUs Run Faster When Given "Predictable" Data

https://www.thonking.ai/p/strangely-matrix-multiplications
1•tosh•17m ago•0 comments

80386 Microcode Disassembled

https://www.reenigne.org/blog/80386-microcode-disassembled/
15•nand2mario•17m ago•0 comments

macOS-MCP

https://github.com/CursorTouch/MacOS-MCP
2•jeomon•18m ago•1 comments

Judson's Last Ride

https://www.realclearpolitics.com/articles/2026/05/22/judsons_last_ride_154150.html
1•NaOH•20m ago•0 comments

Building Self-Extending CLI Tools with Strands Agent

https://aws.amazon.com/blogs/devops/building-self-extending-cli-tools-with-aws-strands/
1•kiyanwang•26m ago•0 comments

Europe physicists plan to build 91-kilometer particle collider

https://www.science.org/content/article/it-s-official-europe-physicists-plan-build-91-kilometer-p...
2•layer8•26m ago•0 comments

Sundar Pichai Understands Why People Are Anxious About A.I

https://www.nytimes.com/2026/05/22/podcasts/sundar-pichai-understands-why-people-are-anxious-abou...
1•thm•28m ago•1 comments

Nvidia: Nemotron Labs Diffusion 14B

https://huggingface.co/nvidia/Nemotron-Labs-Diffusion-14B
2•GaggiX•29m ago•0 comments

Horizontal vs. vertical context switching for engineering managers

https://blog.incrementalforgetting.tech/p/not-all-interruptions-are-created
1•kiyanwang•31m ago•0 comments

How Helping your rivals makes you harder to beat

https://bigthink.com/the-long-game/how-helping-your-rivals-makes-you-harder-to-beat/
1•RickJWagner•31m ago•0 comments

The Vault – Local memory layer and dashboard for MCP coding agents

https://github.com/aliihsaad/the-vault
1•aliihsaad•34m ago•0 comments

Electrobun 2.0 will be decoupled from Bun due to the rust rewrite

https://twitter.com/i/status/2058064720553222567
3•bundie•35m ago•0 comments

Engineering Metrics for Beginners

https://blog.jgefroh.com/p/engineering-metrics-for-beginners
1•kiyanwang•36m ago•0 comments

Trump Admin Investigating US Taxpayer-Funded Biolabs in over 30 Countries

https://www.newsweek.com/trump-admin-investigating-us-taxpayer-funded-biolabs-in-over-30-countrie...
2•rguiscard•38m ago•0 comments

Making Deep Learning Go Brrrr from First Principles

https://horace.io/brrr_intro.html
12•tosh•39m ago•2 comments

Model is currently experiencing high demand

https://mayberay.bearblog.dev/this-model-is-currently-experiencing-high-demand/
1•mugamuga•46m ago•0 comments

New kind of dark tourism emerging in online 'Backrooms,' study shows

https://phys.org/news/2026-05-kind-dark-tourism-emerging-online.html
1•rbanffy•47m ago•0 comments

Laravel Lang Compromised with RCE Backdoor Across 700 Versions

https://socket.dev/blog/laravel-lang-compromise
3•csmantle•54m ago•1 comments

Superior Orders

https://en.wikipedia.org/wiki/Superior_orders
2•chistev•54m ago•0 comments

Toward better handling of major page faults

https://lwn.net/SubscriberLink/1073071/4174eb93ff7ea356/
1•chmaynard•55m ago•0 comments

Four Russian satellites are now within striking distance of an ICEYE radarsat

https://arstechnica.com/space/2026/05/a-satellite-company-supporting-ukraine-appears-to-be-in-rus...
2•lostmsu•57m ago•0 comments

News about Raspberry Pi 6 and Microcontroller Development

https://www.jeffgeerling.com/blog/2026/news-about-raspberry-pi-6-and-microcontroller-development/
2•nfriedly•1h ago•0 comments