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.

Is OAuth for Authentication or Authorization?

https://fusionauth.io/articles/oauth/why-no-authentication-in-oauth
1•mooreds•36s ago•0 comments

How-To Detach a Forked Repo (2025)

https://chrisdemars.net/blog/how-to-detach-a-forked-repo/
1•mooreds•1m ago•0 comments

Babies should not use screens at all in the first two years, major review finds

https://www.euronews.com/health/2026/07/02/babies-should-not-use-screens-at-all-in-the-first-two-...
1•Markoff•2m ago•0 comments

Show HN: Arda Translate, free private on-device (iOS) translation

https://apps.apple.com/us/app/arda-translate/id6778970560
1•cjjuice•3m ago•0 comments

Ask HN: What is the best version of full Linux in the browser?

1•smalltorch•3m ago•0 comments

Show HN: An interactive, interlinked city exploration project (St. Louis)

https://stlouing.com/
1•stlouing•6m ago•0 comments

Deploying Python serverless functions to Scaleway

https://codeberg.org/soup-dev/scaleway-serverless-python
1•MirceaOprea•6m ago•1 comments

Januscape: Guest-to-Host Escape in KVM/x86 (CVE-2026-53359)

https://openwall.com/lists/oss-security/2026/07/06/7
1•aberoham•9m ago•0 comments

Why 3D TVs failed and the trouble with 3D in Hollywood

https://www.engadget.com/2206391/why-3d-tvs-failed/
2•bookofjoe•12m ago•1 comments

Cirrus Introduces the TRAC10: A Purpose-Built Aircraft for Flight Training

https://cirrusaircraft.com/story/cirrus-trac10/
1•lisper•13m ago•0 comments

How to call Linux code from a Wine process

https://arcanenibble.com/how-to-call-linux-code-from-a-wine-process.html
1•TazeTSchnitzel•13m ago•0 comments

I Survived Europe's Heat Wave Without AC

https://reason.com/2026/06/29/i-survived-europes-heat-wave-without-ac-no-thanks-to-regulation/
1•mancerayder•15m ago•0 comments

Threadplane: Angular agent UI framework graded A for supply-chain trust

https://threadplane.ai/blog/threadplane-earns-grade-a-hvtrust
1•brian_love•16m ago•0 comments

Simple AI agent in POSIX shell

https://github.com/patrickjh/ssa
1•pianopatrick•17m ago•1 comments

Linux on the Atari Jaguar. No, really.

https://cakehonolulu.github.io/linux-for-jaguar/
1•cakehonolulu•17m ago•1 comments

kinopio.club

https://kinopio.club
1•helloplanets•18m ago•0 comments

List of Screw Drives

https://en.wikipedia.org/wiki/List_of_screw_drives
1•tosh•19m ago•0 comments

VeriRedact – Redact sensitive PDFs and photos in seconds

https://veriredact.com/
1•amscotti•19m ago•0 comments

Show HN: Grinta –local-first AI coding agent that passed 106-minute stress test

https://github.com/josephsenior/Grinta-Coding-Agent
1•JosephSenior•21m ago•0 comments

I bundled a few regex sidecars into a regex app to fix the "works on my machine"

https://regexpilot.com/
1•stofke72•21m ago•1 comments

Trust and Safety Remotely: Shared Threat Models

https://tgthorley.com/blog/f/trust-safety-remotely-shared-threat-models
2•mooreds•23m ago•1 comments

Meteor 3.5 is out: Change Streams and Performance improvements

https://forums.meteor.com/t/meteor-3-5-is-out-change-streams-performance-improvements/64461
1•y7r4m•25m ago•0 comments

Pros and Cons of Solo Development

https://johnjeffers.com/pros-and-cons-of-solo-development/
34•johnj-hn•28m ago•8 comments

Companies hire more after AI adoption

https://ramp.com/data/heavy-ai-adopters-hire-more
2•mooreds•29m ago•0 comments

Google pulls the plug on Tenor API, killing GIF pickers around the web

https://9to5google.com/2026/06/30/google-tenor-api-gif-updates/
2•mooreds•29m ago•1 comments

Adding SEO fields to your Filament resources in 5 minutes

2•umun•29m ago•0 comments

The only volume stabilizer with a human touch

https://sites.google.com/view/adbuster-winapp
2•Bo_Amigo_910•29m ago•1 comments

What Is Partiful Selling?

https://www.theverge.com/report/960635/partiful-app-event-planning-data-palantir
3•aarvin_roshin•29m ago•0 comments

OpenWrt One – Open Hardware Router

https://openwrt.org/toh/openwrt/one
41•peter_d_sherman•30m ago•11 comments

Germany suspends Cispa cybersecurity director over China technology transfer

https://www.upday.com/uk/germany-suspends-cispa-cybersecurity-director-over-china-technology-tran...
3•titaniumrain•30m ago•0 comments