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.

A Visual Journey Through Async Rust

https://github.com/alexpusch/rust-magic-patterns/blob/master/visual-journey-through-async-rust/Re...
1•vinhnx•10m ago•0 comments

AGI Constitution 01~02

https://medium.com/@miho999lv/agi-constitution-5bc29c13445a
1•miho999lv•11m ago•0 comments

Humans Haven't Stopped Evolving

https://www.harvardmagazine.com/research/harvard-human-evolution-genes-selective-pressure
1•ilamont•11m ago•0 comments

Montana ETRB

https://twitter.com/NiklasAnzinger/status/2081081011123953832
1•Ariarule•11m ago•0 comments

Show HN: MutexCam – Global Camera and Mic Control on Mac for Zoom, Teams, Meet

https://mutex.cam/
1•superquizonline•12m ago•0 comments

Agentic test processes, LLM benchmarks, and other notes on agentic coding

https://danluu.com/ai-coding/
2•bathtub365•18m ago•0 comments

Open Source Repo

https://github.com/Ardrey-Kell-Computer-Science-Club/teenblogcs
3•shivcodes2•23m ago•0 comments

JetZero

https://www.jetzero.aero
27•lisper•25m ago•12 comments

India's 'Cockroach' Protesters Declare Rare Victory over Government

https://www.nytimes.com/2026/07/25/world/asia/india-education-minister-resigns-cockroach-protests...
3•thunderbong•28m ago•0 comments

We built the new fastest API for GLM-5.2

https://www.baseten.co/blog/how-we-built-the-new-fastest-api-for-glm-52/
2•philipkiely•29m ago•0 comments

Show HN: Raise a virtual pet with your friend/partner

https://dandan.schols.io
2•chaidhat•37m ago•0 comments

Google ignored my site for 13 weeks, so I audited everyone who outranks me

https://getqrcodepro.com/blog/google-ranking-evidence
3•benbuilds•45m ago•0 comments

An ESP32 based plane radar for my desk

https://blog.ktz.me/esp32-plane-radar/
8•alexktz•45m ago•1 comments

Lessons from Building My Own Products as a Freelance Engineer

https://www.mazin.sd/blog/lessons-from-building-my-own-products-as-a-freelance-engineer
2•maz225•46m ago•0 comments

Four Proposals to Improve Fuel Economy Standards (2021)

https://epic.uchicago.edu/area-of-focus/four-proposals-to-improve-fuel-economy-standards/
2•bariumbitmap•49m ago•0 comments

Show HN: Rules that stop AI coding agents from breaking working code

https://github.com/avenna01-ceo/claude-code-survival-kr
2•gaiinmaster•50m ago•0 comments

Show HN: I enhanced the UX for TemplatesOn, what do you think?

https://templateson.com
2•maz225•57m ago•0 comments

Multiple LLMs trying to reach a consensus

https://trekhleb.dev/blog/2026/yesbrainer/
2•trekhleb•58m ago•0 comments

Show HN: I mapped every US golf course – 16k+ courses, free, no signup

https://golfcoursebrowser.com/
11•rickmf•58m ago•1 comments

What Colorado consumers should know about the cyclospora outbreak

https://source.colostate.edu/cyclospora-outbreak-safety-symptoms/
4•mooreds•58m ago•0 comments

Ajay Kumar on running MCP in production [audio]

https://www.getreadyforagents.com/podcast/ajay-kumar-mcp-in-production-ediy/
2•mooreds•59m ago•0 comments

When You Build the Wrong Thing

https://remotesynthesis.com/posts/when-you-build-the-wrong-thing/
3•mooreds•1h ago•0 comments

Show HN: What 180k words look like as a temporal knowledge graph (Oz series)

https://synaptale.com/graph?ch=100
4•ald0r•1h ago•0 comments

Do People Swallow 8 Spiders a Year While They Sleep? (2014)

https://www.scientificamerican.com/article/fact-or-fiction-people-swallow-8-spiders-a-year-while-...
3•thunderbong•1h ago•0 comments

How Many Bits Can an Adapter Write? Capacity and Memorization of LoRA

https://arxiv.org/abs/2607.21351
2•sbulaev•1h ago•0 comments

Dartmouth Workshop on Artificial Intelligence (1956)

https://en.wikipedia.org/wiki/Dartmouth_workshop
2•d_silin•1h ago•0 comments

1209X Agentic Engineering

https://twitter.com/psdimov/status/2081179527884034259
3•pdcd•1h ago•0 comments

Sally the Robot Was Coming to a New York School. Then the Plug Was Pulled

https://www.nytimes.com/2026/07/25/nyregion/robot-school-new-york-salamanca.html
3•apparent•1h ago•2 comments

Show HN: Fitter – declarative web-data extraction,running in the browser also

https://pxyup.github.io/fitter/
4•pyxru•1h ago•2 comments

NYU Stern pricing expert: The hidden 'AI tax' hitting your next phone

https://fortune.com/2026/07/24/apple-ai-memory-chip-price-increases/
4•1vuio0pswjnm7•1h ago•1 comments