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.

Show HN: LIBR tracing with source ledger rows and byte-exact PDF verification

https://exitprotocols.com/engineering/libr-state-machine/
1•cd_mkdir•23s ago•0 comments

Show HN: Myna – a local AI Chief of Staff that remembers your work

https://github.com/agentflock/myna
1•bathlasiddharth•1m ago•0 comments

Someone made the Steam Controller automatically charge itself

https://twitter.com/FossPrime/status/2070013003752251660
1•nzach•1m ago•0 comments

Show HN: Mess – a tiny CLI to clean dev clutter

https://github.com/olzhasar/mess
1•olzhasar•2m ago•0 comments

Small Acts of Defiance

https://www.stephenlewis.me/blog/small-acts-of-defiance/
1•monooso•3m ago•0 comments

Changes to Our Contribution Policies

https://godotengine.org/article/contribution-policy-2026/
1•freddydumont•4m ago•0 comments

Show HN: Naja-scope – Let AI agents explore SystemVerilog netlists over MCP

https://github.com/najaeda/naja-scope
1•xtofalex•5m ago•0 comments

Built an AI-based string localization tool out of defiance

https://wordzilla.io/en-US/
1•wz_lysander•5m ago•1 comments

Symfony-YAML Audit Complete

https://ostif.org/symfony-yaml-audit-complete/
1•helenOSTIF•5m ago•0 comments

Put Transit Staff in Charge of Their Own Projects

https://ifp.org/put-transit-staff-in-charge-of-their-own-projects/
1•surprisetalk•5m ago•0 comments

An Accounting Rule Inflated S&P 500's Q1 Earnings by 12%

https://baolianwang.substack.com/p/the-69-billion-mirage-how-an-accounting
1•mooreds•6m ago•0 comments

Show HN: Fork – Chrome extension that builds features in Gmail and Calendar

https://withfork.co/
2•realdjpaulyd•6m ago•1 comments

AI is not a technology problem: Designing the operating model that wins the race

https://www.wavestone.com/en/insight/the-ai-first-technology-function/
1•mooreds•7m ago•0 comments

US offers $10M for info on group behind Signal and WhatsApp hacking spree

https://arstechnica.com/information-technology/2026/06/us-offers-10-million-for-info-on-group-beh...
1•Brajeshwar•7m ago•0 comments

Taught myself to code 5 months ago and built a live 7-layer AI defense system

https://testyourllm.com
2•jedskenandore•8m ago•0 comments

Osborne Effect

https://en.wikipedia.org/wiki/Osborne_effect
1•gk1•8m ago•0 comments

Meta-analysis of DNA methylation aging signatures in 17 human tissues

https://www.nature.com/articles/s43587-026-01164-5
1•bookofjoe•9m ago•0 comments

Show HN: The Hardware OS – a free field manual for hardware engineering leads

https://thehardwareos.com/
1•embleton•10m ago•0 comments

Show HN: Shoaku – Your Coding Navigator

https://github.com/seachicken/intellij-shoaku
2•seachicken•11m ago•0 comments

Companies Are Making Claude, Codex Talk Like Cavemen to Stop AIs Soaring Costs

https://www.404media.co/companies-are-making-claude-and-codex-talk-like-cavemen-to-stop-ais-soari...
2•beardyw•14m ago•0 comments

The AI Model Accessibility Checker

https://aimac.ai/
1•MavisBacon•14m ago•0 comments

Memray: a Memory Profiler for Python

https://github.com/bloomberg/memray
2•tosh•14m ago•0 comments

Show HN: Second opinion – A skill to query different models

https://github.com/kmcheung12/second-opinion
3•a_c•15m ago•0 comments

You're Weirder Than You Think

https://www.atvbt.com/youre-weirder-than-you-think/
1•momentmaker•16m ago•0 comments

Cursor now has a mobile app for guiding your coding agent on the go

https://techcrunch.com/2026/06/29/cursor-now-has-a-mobile-app-for-guiding-your-coding-agent-on-th...
5•sambcui•17m ago•1 comments

It's like a web view, but native

https://probablymarcus.com/blocks/2026/05/10/like-a-web-view-but-native.html
2•amatheus•18m ago•0 comments

Words Are a Byproduct of Consciousness. For LLMs, It's Backwards

https://ranpara.net/posts/words-are-a-byproduct-of-consciousness/
22•DevarshRanpara•19m ago•13 comments

SpaceX IPO Left Mirae with No Shares on Misunderstanding

https://www.bloomberg.com/news/articles/2026-06-30/spacex-ipo-left-korea-broker-with-no-shares-on...
2•cwwc•19m ago•0 comments

Have You Restarted Your Computer This Week?

https://taonaw.com/2026/06/27/have-you-restarted-your-computer.html
10•surprisetalk•20m ago•7 comments

U.S. declaration to exit USMCA to start a decade-long countdown for the pact

https://uk.finance.yahoo.com/news/u-declaration-exit-usmca-start-100703179.html
4•iamspoilt•21m ago•0 comments