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.

The Online Safety Act is supposed to make Britain's internet a safe space

https://www.thenerve.news/p/adele-walton-column-online-safety-act-ofcom-suicide-kenneth-law
1•horatioduke•1m ago•0 comments

Sanctions and Entity List designations are on the table for Chinese AI models

https://twitter.com/SecScottBessent/status/2080008411790368895
1•MaKey•3m ago•0 comments

Show HN: ValuePair – a friendship app that cares about values first

https://valuepair.app
1•zloy88•4m ago•0 comments

Monday.com lays off hundreds to focus on AI

https://techcrunch.com/2026/07/22/monday-com-lays-off-hundreds-to-focuses-on-ai/
2•duck•6m ago•0 comments

Quadraphonic Sound

https://en.wikipedia.org/wiki/Quadraphonic_sound
1•mindcrime•9m ago•0 comments

Fretboard Memorisation with Modular Arithmetic

https://ohaodha.ie/blog/fretboard-memorisation-with-modular-arithmetic/
1•ohaodha•15m ago•0 comments

Open Version of MCP Lists

https://github.com/rizzdev/awesome-mcp-open
1•rizzdev•18m ago•0 comments

Reindeer eyes seasonally adapt to ozone-blue Arctic twilight

https://royalsocietypublishing.org/rspb/article/289/1977/20221002/86488/Reindeer-eyes-seasonally-...
2•MaysonL•18m ago•0 comments

AI agent went rogue and hacked startup by itself, OpenAI reveals

https://www.theguardian.com/technology/2026/jul/22/openai-says-its-models-went-rogue-and-hacked-s...
1•gcanyon•18m ago•1 comments

Solar Open 2: Korea's Sovereign Foundation Model, Built for Agentic Use

https://www.upstage.ai/blog/en/solar-open-2
2•ilreb•21m ago•0 comments

Show HN: Promptrack A local menu bar app that tracks your Claude Code usage

https://promptrack.dev/
1•feskk•23m ago•0 comments

The Future of SaaS Is Cloneable

https://www.builder.io/blog/the-future-of-saas-is-cloneable
1•gbourne•23m ago•0 comments

'Rust makes coding fun again': Why Linux is moving away from C, says Greg KH

https://www.zdnet.com/article/greg-kroah-hartman-linux-kernel-rust/
5•arto•24m ago•0 comments

New Inference Server for DGX Spark: large model C4:55-90 tok/s no spec decode

1•medicis123•25m ago•0 comments

Charles Ross spent 50 yrs building Star Axis naked-eye observatory in New Mexico

https://www.nytimes.com/2026/07/22/arts/design/charles-ross-star-axis-land-art.html
1•ChrisArchitect•26m ago•1 comments

Bing Copilot (ChatGPT-4) Flunks Math [pdf] (2024)

https://www.cs.dartmouth.edu/~doug/ChatMath.pdf
2•ryandotsmith•26m ago•0 comments

Full Review of Cube

https://blog.strata.do/p/full-review-of-cube
1•ajoski9•28m ago•0 comments

Hacker's Guide to UART Root Shells [video]

https://www.youtube.com/watch?v=01mw0oTHwxg
2•binyu•28m ago•0 comments

Medici family mystery may be solved after more than 400 years

https://www.cnn.com/2026/07/15/science/medici-family-mystery-dna-malaria
19•effects•29m ago•1 comments

Any text-to-SQL benchmark should address difficulties of real-world data stores

https://cacm.acm.org/blogcacm/if-you-think-you-can-do-real-world-text-to-sql/
10•shenli3514•30m ago•0 comments

Diving Deeper on Nvidia's Vera CPU: New Architectural Details

https://www.servethehome.com/diving-deeper-on-nvidias-vera-cpu-new-architectural-details-and-spec...
1•rbanffy•30m ago•0 comments

Why Your AI Resume Sounds Generic (and How to Fix It)

https://www.roleframe.ai/blog/why-ai-resume-sounds-generic
2•larbisahli•30m ago•0 comments

Running Claude Code on a Jailbroken Kindle over SSH via Tailscale

https://github.com/Mounstroya/kindle-ssh-guide
2•YaelMontoya•31m ago•0 comments

bundlephobia

https://bundlephobia.com
1•skibz•32m ago•0 comments

Goodbye Notion, Obsidian, Org, Notes App, and More. Hello Paper

https://devz.cl/posts/i-started-using-pencil-and-paper/
2•DanielVZ•35m ago•0 comments

All 253 Patterns from Christopher Alexander's a Pattern Language Summarized

https://claytondorge.com/patterns-list
2•toomuchtodo•36m ago•1 comments

The Powerhouse of the AI Chip

https://twitter.com/joefioti/status/2077430481809989662
1•gmays•39m ago•0 comments

NotchAgent – native macOS notch control for AI agents running under herdr

https://github.com/ykushch/agsig
1•ykushch•41m ago•0 comments

The 1.5°C Lie: The Math That Climate Models Are Hiding from You

https://comuniq.xyz/post?t=1426
2•01-_-•43m ago•0 comments

Men That Don't Fit In

https://www.poetryfoundation.org/poems/58012/the-men-that-dont-fit-in
2•oidar•44m ago•1 comments