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•12mo 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.

Show HN: Gradle Avro Plugin to generate Java POJOs from Avro schemas

https://github.com/flumennigrum/gradle-avro-plugin
1•ysgomes•36s ago•0 comments

Show HN: Solyto – a free, open-source all-in-one personal management app

https://solyto.app
1•Leomuck•1m ago•1 comments

Anthropic's relationship with the Trump administration seems to be thawing

https://techcrunch.com/2026/04/18/anthropics-relationship-with-the-trump-administration-seems-to-...
1•steveharing1•3m ago•0 comments

Ask HN: Has anyone found applets for rolling out Gemini flows to user groups?

1•yajur•3m ago•0 comments

Show HN: StegoForge – A zero-dependency steganography and forensics engine

https://github.com/Nour833/StegoForge
1•nour833•4m ago•0 comments

ChatGPT Shopping

https://chatgpt.com/shopping/
1•mg•5m ago•0 comments

Show HN: We Started a Playtest of Our Visual Novel about the Mysterious Shop

https://store.steampowered.com/app/2961120/Shop_Crush/
1•hollowlimb•8m ago•0 comments

Respect to the Man Chasing AI Immortality, While Freeloading Off Our Platform

https://blog.mulerun.com/p/ai-immortality-postmortem/
1•Anonymitaet•8m ago•0 comments

SE I Built a Levitating Jet Engine [video]

https://www.youtube.com/watch?v=viEYJnKVND4
1•hgo•8m ago•1 comments

Show HN: SupportBridge – Deterministic AI support that refuses to hallucinate

1•Harsh_06•10m ago•0 comments

A fiery attack on Sam Altman's home unfolded

https://www.theguardian.com/technology/2026/apr/18/sam-altman-house-attack-ai
1•n1b0m•11m ago•0 comments

Beneficial health effects of ultraviolet radiation

https://link.springer.com/article/10.1007/s43630-025-00743-6
1•bilsbie•14m ago•0 comments

Two ways to turn a cube into an octahedron [video]

https://www.youtube.com/watch?v=T9BNMLFHXUw
1•ink_13•17m ago•0 comments

IPClaim - Claim Intellectual Property via Meta-Proof

https://github.com/aRcHmaGe333/IPClaim
1•aRchMaGe333•20m ago•0 comments

Jetbrain's Research: Understanding AI's Impact on Developer Workflows

https://blog.jetbrains.com/research/2026/04/ai-impact-developer-workflows/
1•wek•20m ago•0 comments

Physical Intelligence π0.7: A Steerable Model with Emergent Capabilities

https://www.pi.website/blog/pi07
1•chrsw•21m ago•0 comments

The Newton–Muon Optimizer

https://arxiv.org/abs/2604.01472
1•sonabinu•21m ago•0 comments

LingBot-Map: Streaming 3D Reconstruction with Geometric Context Transformer

https://technology.robbyant.com/lingbot-map
1•nateb2022•21m ago•0 comments

Using public GitHub code to find local talent (repo hunting)

https://www.horvathscott.com/2026/githunt/
1•scottmcdot•22m ago•0 comments

Show HN: PushToPost – Automate social posts and SEO changelogs from Git pushes

1•batu1509•22m ago•0 comments

Optimizing Tail Sampling in OpenTelemetry with Retroactive Sampling

https://victoriametrics.com/blog/kubecon-eu-2026-sampling/index.html
1•valyala•25m ago•0 comments

National Design Studio

https://ndstudio.gov
1•hecanjog•26m ago•0 comments

AI Agents Can Now Apply for Jobs at G42

https://www.g42.ai/resources/news/ai-agents-can-now-apply-jobs-g42
1•nateb2022•27m ago•0 comments

What life is like when you have an unfortunate surname

https://www.bbc.co.uk/news/articles/cql7eennngvo
1•YeGoblynQueenne•27m ago•0 comments

ClearQ Ticket System. Customer support, reimagined

https://www.getclearq.com/
1•hackedapostle•28m ago•0 comments

French Mobile Network Datasets

https://tech.marksblogg.com/france-open-mobile-network-data.html
1•marklit•28m ago•0 comments

How Pants

https://www.amacad.org/daedalus/how-pants
1•jruohonen•29m ago•0 comments

The Fire Framework

https://dvcoolarun.com/2026/04/18/Fire-Framework.html
3•dvcoolarun•30m ago•0 comments

Show HN: GAI, A flexible and idiomatic GO Agent framework

https://github.com/HecoAI/gai
1•samuel_kx0•30m ago•0 comments

India Won't Require Apple to Preinstall Government ID App on iPhones

https://www.macrumors.com/2026/04/17/india-preinstall-government-id-app/
1•Brajeshwar•31m ago•0 comments