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

Friends are hiding their best ideas from you

https://idiallo.com/blog/your-friends-are-hiding-their-ideas
1•firefoxd•40s ago•0 comments

Standard Control Flow Flattening is fundamentally broken

https://gist.github.com/xkilldash9x/e8ee393a5c681677b38c58f178e203a4
1•BlackVectorOps•55s ago•0 comments

The Blast Radius Principle

https://www.250bpm.com/p/the-blast-radius-principle
1•artbristol•1m ago•0 comments

MCP still matters, even and especially for devtools

https://docsalot.dev/blog/why-mcp-still-matters-if-you-already-have-a-cli
1•fazkan•1m ago•0 comments

A Brick of Coke

https://www.monochrom.at/experiences/coke.htm
1•proprietario•1m ago•0 comments

Show HN: I built a tool to bootstrap VLESS and REALITY over SSH (with rollback)

1•insany•1m ago•0 comments

Core views on AI safety (March 2023)

https://www.anthropic.com/news/core-views-on-ai-safety
2•Olshansky•1m ago•0 comments

The Quest to Identify a Westerner Called 'The Most Famous Face in China' (2022)

https://www.wsj.com/world/china/the-quest-to-identify-a-westerner-called-the-most-famous-face-in-...
3•acqbu•3m ago•1 comments

Show HN: Interactive Simulator of Government Spending vs. Economic Growth

https://julienreszka.github.io/economic-simulator/armey-curve.html
2•julienreszka•5m ago•0 comments

X for AI Agents

https://twitter.com/benswerd/status/2043402405656789254
2•benswerd•6m ago•0 comments

Better MoE model inference with warp decode

https://cursor.com/blog/warp-decode
2•gmays•8m ago•0 comments

Europe forgets its bug hunters at its own peril

https://bindinghook.com/europe-forgets-its-bug-hunters-at-its-own-peril/
2•mooreds•9m ago•0 comments

Argentina Graph of the Day: Starlink Connects People

https://www.cato.org/blog/argentina-graph-day-starlink-connects-millions-people
2•mooreds•9m ago•0 comments

What Lies Behind the U.S. Trade Battle for Control over Data

https://www.michaelgeist.ca/2026/04/heads-they-win-tails-we-lose-what-lies-behind-the-u-s-trade-b...
2•mooreds•9m ago•0 comments

Show HN: Buildermark – See how much code is by your agents (open source, local)

https://buildermark.dev
2•davidcann•10m ago•0 comments

Digging deeper on how tillage methods affect soil health, yield

https://www.news.iastate.edu/news/digging-deeper-how-tillage-methods-affect-soil-health-yield
2•gnabgib•11m ago•0 comments

China lures home its top AI talent from Silicon Valley

https://www.ft.com/content/b167c6d3-b982-482a-98c3-5303a7b80c6a
3•macleginn•11m ago•1 comments

New vehicles now sell for an average of nearly $50k

https://www.pbs.org/newshour/economy/new-vehicles-now-sell-for-an-average-of-nearly-50000
2•loughnane•12m ago•0 comments

LaunchHQ: Pre-launch platform with referral loops and automated launch day

https://launchhq.space
2•SavitP•14m ago•1 comments

The race to train AI robots

https://www.latimes.com/business/story/2025-11-02/inside-californias-rush-to-gather-human-data-fo...
3•ninjagoo•15m ago•1 comments

Horizontally scaling localhost for worktrees (FOSS)

https://coasts.dev/blog/introducing-remote-coasts
2•jsunderland323•15m ago•0 comments

How the hypercuriosity of ADHD may have helped humans thrive

https://aeon.co/essays/how-the-hypercuriosity-of-adhd-may-have-helped-humans-thrive
3•gmays•16m ago•0 comments

London police arrest 523 people at protest over Palestine Action ban

https://www.reuters.com/world/uk/london-police-arrest-212-people-protest-over-palestine-action-ba...
5•abdelhousni•18m ago•1 comments

CMake Pursuing Tighter Integration with Package Managers, Other Improvements

https://www.phoronix.com/news/CMake-Tighter-Package-Integrate
3•birdculture•18m ago•0 comments

I built a tool that checks if AI recommends your brand when buyers ask questions

https://aishareofvoice.ai
4•AISupportTeam•18m ago•0 comments

Show HN: Prediction game where AI copies of people earn and replicate

3•tormine1•22m ago•0 comments

Failing Tests Are All You Need

https://calebfenton.substack.com/p/failing-tests-are-all-you-need
3•calebfenton•24m ago•1 comments

LHCb Collaboration discovers new proton-like particle

https://home.cern/news/news/physics/lhcb-collaboration-discovers-new-proton-particle
3•PaulHoule•24m ago•0 comments

Show HN: I made a Browser game with physics

4•gray_wolf_99•24m ago•0 comments

Bringing Observability to Your N8n Workflows: OpenTelemetry in Action

https://signoz.io/blog/n8n-monitoring-with-opentelemetry/
6•gkarthi2800•25m ago•1 comments