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.

You can parse an .env file as an .ini with PHP – but there's a catch

https://shkspr.mobi/blog/2026/04/you-can-parse-an-env-file-as-an-ini-with-php-but-theres-a-catch/
2•Brajeshwar•4m ago•0 comments

ClawCodex – Claw Code with Upgrades

https://github.com/Skynet-Pro-Plus/ClawCodex
2•skynetproplus•7m ago•0 comments

Magic by Return of Post: How Mail Order Delivered the Occult

https://publicdomainreview.org/essay/magic-by-return-of-post/
2•Vigier•7m ago•0 comments

Prototown: America's answer to China is hiding in rural Texas

https://www.youtube.com/watch?v=qIob2-ugCO0
2•rdl•10m ago•0 comments

Who's developing Golden Dome's orbital interceptors–if they're ever built

https://arstechnica.com/space/2026/04/this-is-whos-developing-golden-domes-orbital-interceptors-i...
2•rbanffy•10m ago•0 comments

Our Survey on Creativity, Writing, and Reading in the Age of AI

https://ellipsus.com/blog/survey-on-writing-and-ai
2•fao_•11m ago•0 comments

Mechanical load inhibits cancer growth in mouse and human hearts

https://www.science.org/doi/10.1126/science.ads9412
2•_Microft•12m ago•0 comments

The AI Industry Is Discovering That the Public Hates It

https://newrepublic.com/article/209163/ai-industry-discovering-public-backlash
20•chirau•13m ago•2 comments

A TUI to browse what Claude Code remembers about your projects

https://github.com/lu-zhengda/claude-mem-viz
2•zhengda-lu•14m ago•1 comments

Memory in the Age of AI Agents

https://arxiv.org/abs/2512.13564
2•fittingopposite•14m ago•1 comments

Show HN: Dial-up-loader, old-school modem terminal and synthesises dial-up

https://github.com/klexas/DialUploader
2•bilekas•15m ago•0 comments

Rcarmo/haiku-ARM64-build: Build environment and automation

https://github.com/rcarmo/haiku-arm64-build
2•rcarmo•16m ago•0 comments

Trump Fires the National Science Board

https://www.theverge.com/science/918769/trump-fires-the-entire-national-science-board
6•aaronbrethorst•16m ago•0 comments

The Merge (2017)

https://blog.samaltman.com/the-merge
3•andsoitis•28m ago•1 comments

Grove: A simple snappy TUI repo+worktree+shell manager

https://github.com/sebasv/grove/
2•sebasv_•30m ago•1 comments

Show HN: Quantum Temporal Cryptography – spec for interplanetary trust chains

https://zenodo.org/records/19770184
2•vibeagentmaking•38m ago•0 comments

Boats crash/break and can kill their passengers when falling certain distances

https://bugs.mojang.com/browse/MC/issues/MC-119369
3•zdw•41m ago•0 comments

Show HN: Talisman – A Android instrument played with two thumbs

https://talisman.by-igor.com/
3•ycosynot•42m ago•1 comments

Father warns of extremist network 764 after his daughter was 'groomed' on Roblox

https://nationalpost.com/news/canada/b-c-father-warns-of-extremist-online-network-764-after-his-d...
5•qwertyuiop_•42m ago•1 comments

Reconnecting a Post-Pandemic World

https://github.com/DaBena/Brezn
2•brezn•45m ago•1 comments

Pyptx – Write PTX Kernels in Python

https://github.com/patrick-toulme/pyptx
3•bobrenjc93•48m ago•0 comments

Show HN: LoreData – generate lore-accurate personas from pop culture universes

https://loredata.orchidfiles.com/
2•theorchid•48m ago•0 comments

Ask HN: Is anyone using Zoho, Lark or Proton?

2•wasimsk•51m ago•2 comments

Blog prize for big questions about AI

https://www.dwarkesh.com/p/blog-prize
3•gmays•51m ago•0 comments

The Professors Are Using ChatGPT, and Some Students Aren't Happy About It

https://www.nytimes.com/2025/05/14/technology/chatgpt-college-professors.html
2•coldsunrays•53m ago•0 comments

Show HN: Routiium – self-hosted LLM gateway with a tool-result guard

https://github.com/labiium/routiium
2•deadpixel•54m ago•0 comments

Agent-World: Scaling RW Environment Synthesis for General Agent Intelligence

https://agent-tars-world.github.io/-/
2•gmays•54m ago•0 comments

Context Is Finite. Who Maintains It?

https://blog.gchinis.com/posts/2026/04/self-organizing-agents/
2•gchinis•55m ago•0 comments

Release PiClaw v2.0.1 – Ferrix

https://github.com/rcarmo/piclaw/releases/tag/v2.0.1
2•rcarmo•59m ago•0 comments

Trump ousts National Science Board members

https://www.washingtonpost.com/science/2026/04/25/national-science-board-members-dismissed/
9•acdha•1h ago•2 comments