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.

Scientists map how HIV hijacks human cells–and how cells can fight back

https://medicalxpress.com/news/2026-04-scientists-hiv-hijacks-human-cells.html
1•gmays•1m ago•0 comments

Sabotaging projects by overthinking, scope creep, and structural diffing

https://kevinlynagh.com/newsletter/2026_04_overthinking/
1•alcazar•1m ago•0 comments

Parfit – a codebase-aware comment reflow tool written in Rust

https://github.com/caldempsey/parfit
1•caldempsey•3m ago•1 comments

Food for Agile Thought #541: GPT-5.5, Product Managers&Trouble, Product on Speed

https://age-of-product.com/food-agile-thought-541-gpt-55/
1•swolpers•3m ago•0 comments

Why Meta is laying off 10% of its workforce

https://www.latimes.com/business/story/2026-04-23/why-meta-is-laying-off-10-of-its-workforce
3•1vuio0pswjnm7•5m ago•1 comments

Ask HN: How are you using AI code assistants on large messy legacy code bases?

1•thinkingtoilet•5m ago•0 comments

What is a passkey, how does it work and why is it better than a password?

https://www.theguardian.com/technology/2026/apr/24/what-is-a-passkey-how-does-it-work-and-why-is-...
1•charlieirish•6m ago•0 comments

Meta to ax 8k jobs as Zuckerberg doubles down on AI

https://nypost.com/2026/04/23/business/meta-to-ax-8000-jobs-as-zuckerberg-doubles-down-on-ai-and-...
2•1vuio0pswjnm7•11m ago•1 comments

Does Mythos mean you need to shut down your Open Source repositories?

https://shkspr.mobi/blog/2026/04/does-mythos-mean-you-need-to-shut-down-your-open-source-repos/
1•Brajeshwar•11m ago•0 comments

What's a "lost" website from the early 2000s that you still think about today?

https://old.reddit.com/r/AskReddit/comments/1stdtnv/whats_a_lost_website_from_the_early_2000s_that/
1•hackerbeat•11m ago•0 comments

UbuWeb

https://www.ubu.com/resources/about.html
1•pentagrama•11m ago•0 comments

Ask HN: What's your current go-to LLM for "thinking-partner"?

1•dennismcwong•11m ago•0 comments

Show HN: Headless terminal - Allow agents to run any interactive TUI or CLI

https://github.com/montanaflynn/headless-terminal
2•anonfunction•12m ago•1 comments

Illegal gold mining is rampant on Nicaragua-Costa Rica border

https://english.elpais.com/economy-and-business/2026-03-18/illegal-gold-mining-is-rampant-on-nica...
1•PaulHoule•14m ago•0 comments

Meta will cut 10% of workforce as company pushes deeper into AI

https://www.cnbc.com/2026/04/23/meta-will-cut-10percent-of-workforce-as-it-pushes-more-into-ai.html
3•1vuio0pswjnm7•15m ago•1 comments

The Therac-25 Radiation Disaster

https://onlytech.boo/incident/silent-killers-the-therac-25-radiation-disaster-mnmzzd8e
2•vednig•18m ago•1 comments

Constitutional AI is not a constitution

https://hadleylab.org/blogs/2026-04-03-constitutional-ai-vs-canonic/
1•idrdex•18m ago•1 comments

Extract PDF text in the browser with LiteParse for the web

https://simonwillison.net/2026/Apr/23/liteparse-for-the-web/
1•pierre•18m ago•0 comments

Why it's hard to go to the market with a non-technical cofounder in 2026

https://www.youtube.com/watch?v=2L-MhcL96OY
3•vorniches•19m ago•0 comments

Charts of the Week: Software Ate the World

https://www.a16z.news/p/charts-of-the-week-software-ate-the
2•7777777phil•19m ago•0 comments

CuRast: CUDA-Based Software Rasterization for Billions of Triangles

https://arxiv.org/abs/2604.21749
2•rbanffy•20m ago•0 comments

Framework Wireless Touchpad Keyboard

https://frame.work/products/framework-wireless-touchpad-keyboard
2•Wingy•21m ago•0 comments

Finishing Things

https://ratfactor.com/finishing-things
2•ibobev•22m ago•0 comments

Cloud Computers for Agents: Exe.dev vs. Sprites vs. Shellbox vs. E2B vs. Blaxel

https://techstackups.com/comparisons/cloud-computers-for-ai-agents/
1•sixhobbits•24m ago•0 comments

Surprising origin of 4 features that superglue kids – and adults – to screens

https://www.npr.org/2026/04/21/nx-s1-5776665/surprising-origin-features-superglue-kids-adults-to-...
1•microflash•27m ago•0 comments

Community Votes to Deny Water to Nuclear Weapons Data Center

https://www.404media.co/community-votes-to-deny-water-to-nuclear-weapons-data-center/
2•Brajeshwar•28m ago•0 comments

Machine Learning Reveals Unknown Transient Phenomena in Historic Images

https://arxiv.org/abs/2604.18799
3•solarist•28m ago•1 comments

FCC alters the Wi-Fi router ban to include hotspots

https://www.androidauthority.com/router-ban-expands-to-hotspots-3660505/
2•kotaKat•29m ago•0 comments

Basins with Tentacles

https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.127.194101
2•wslh•30m ago•0 comments

AI data center backlash threatens Pennsylvania GOP incumbents in 2026 election

https://www.cnbc.com/2026/04/24/ai-data-centers-pennsylvania-republicans-2026-election.html
3•bachmeier•30m ago•0 comments