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.

Crypto executives desert the sinking ship for the AI lifeboats

https://www.independent.ie/business/technology/adrian-weckler-crypto-executives-desert-the-sinkin...
1•rbanffy•50s ago•0 comments

The Ergodicity Game

https://dennisforbes.ca/include/static/2026/08/ergodicity.html
2•llm_nerd•5m ago•0 comments

Synth Allegedly Previously Owned by Vangelis Sells for Record £401,465

https://thequietus.com/news/synth-allegedly-previously-owned-by-vangelis-sells-for-record-401465/
1•evo_9•5m ago•0 comments

Netflix Has Peaked

https://daringfireball.net/linked/2026/08/11/netflix-has-peaked
1•0xFA11•5m ago•0 comments

Trump signs executive order calling for fewer childhood vaccines

https://www.cnbc.com/2026/08/10/trump-vaccine-executive-order-autism.html
2•Fellw•5m ago•0 comments

FIPS 203 in italiano: ho tradotto lo standard ML-KEM e cosa CI ho messo intorno

https://www.quantumhorizon.it/fips-203-in-italiano/
1•remopulcini•7m ago•0 comments

World's Biggest Crypto Exchange Has Made It Harder to Fight Crime, Police Say

https://www.nytimes.com/2026/07/28/us/binance-crypto-crime.html
1•Djens•7m ago•0 comments

Show HN: VocalCode

1•wudmaing00•7m ago•0 comments

Skein-JS – The open-source LangGraph Platform alternative, for TypeScript

https://skein-js.github.io/skein-js/
1•mainawycliffe•7m ago•0 comments

Is Starlink a Secret Radar Constellation?

https://www.youtube.com/watch?v=jbp3kdJZ1_A
1•cwt137•7m ago•0 comments

Not sure where I am going with this garbage collection rabbit hole

https://ikouchiha47.github.io/2026/08/12/concurrency-and-gc.html
1•argentum47•8m ago•0 comments

Even Elite Colleges Have Become Trade Schools

https://www.nytimes.com/2026/08/12/opinion/elite-college-trade-school.html
1•7402•8m ago•0 comments

Isgithubdown.net – the most reliable GitHub status page

https://isgithubdown.net/
2•srschreiber•9m ago•1 comments

If AI Accelerates Your Software Factory, Where's the ROI?

https://johnpietro.com/content/if-ai-accelerates-your-software-factory-wheres-the-roi/
1•the8ug•10m ago•1 comments

Caveman Promises 65% Fewer Tokens. My Bill Didn't Move

https://zernie.com/blog/token-savings-wrong-number/
1•zernie•10m ago•0 comments

The Government Is Monitoring Anti-Flock TikTok and Instagram Accounts

https://www.404media.co/the-government-is-monitoring-anti-flock-tiktok-and-instagram-accounts/
1•Cider9986•12m ago•0 comments

RFC 1958: Architectural Principles of the Internet

https://www.rfc-editor.org/info/rfc1958/
1•zarakshR•13m ago•0 comments

Development Mindset for AI Programming

1•kva•13m ago•1 comments

Sqlfmt: An SQL gofmt-style formatter

https://tapoueh.org/blog/2026/08/introducing-sqlfmt-an-sql-gofmt-style-formatter/
1•plaur782•14m ago•0 comments

WolfSSH – Lightweight SSH Library

https://www.wolfssl.com/products/wolfssh/
1•gregsadetsky•14m ago•0 comments

Situational Awareness

https://economictimes.indiatimes.com/markets/us-stocks/wall-street-guide/25-year-old-hedge-fund-m...
1•gilfoyle_7•14m ago•0 comments

Show HN: Sonny OS – An async Rust microkernel replacing ROS 2/DDS with Zenoh

https://github.com/JackTrainer/Sonny
1•DemolitionMan•15m ago•0 comments

LLM Etiquette

https://paperless.blog/llm-etiquette
1•speckx•15m ago•0 comments

Solar Eclipse ESA Livestream

https://www.sciencedaily.com/releases/2026/08/260810015709.htm
2•dolibasija•15m ago•0 comments

Blocking LPR with Rust-Oleum Reflective Paint Does Not Work – Tested

https://ipvm.com/reports/rust-oleum-lpr-test
1•jhonovich•15m ago•0 comments

Unexpected Unemployment

https://blog.computationalcomplexity.org/2026/08/unexpected-unemployment.html
1•paraschopra•17m ago•0 comments

UMD Computer Science Graduates Report 95% Job Placement Rate

https://www.cs.umd.edu/article/2026/07/umd-computer-science-graduates-report-95-job-placement-rate
1•eatonphil•18m ago•0 comments

Some of tech's CEO suite is cloning itself with AI. What happens next?

https://www.bbc.com/future/article/20260811-what-its-like-to-meet-an-ai-clone
1•GaryBluto•19m ago•0 comments

The tech-funded program to create a new aesthetic

https://www.fastcompany.com/91581814/what-should-the-future-look-like-inside-the-tech-funded-prog...
1•paulpauper•21m ago•1 comments

Are Men to Blame for the Birth-Rate Collapse?

https://www.theatlantic.com/ideas/2026/08/fertility-men-housework-goldin/688238/
1•paulpauper•21m ago•1 comments