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.

Cidre (French CIDR) – Rusty Apple API's

https://github.com/yury/cidre
1•dlahoda•3m ago•0 comments

How Big a Threat Are Iranian-Backed Cyberattacks?

https://www.newyorker.com/news/the-lede/how-big-a-threat-are-iranian-backed-cyberattacks
1•mitchbob•3m ago•1 comments

Playtesting and Tracking Feedback with Claude

https://www.jackfranklin.co.uk/blog/claude-code-ai-feedback-skill/
1•jackfranklin•7m ago•0 comments

spmd_types: A type system for distributed (SPMD) tensor computations in PyTorch

https://github.com/meta-pytorch/spmd_types
1•matt_d•9m ago•1 comments

France Investigates Temperature Spikes That Led to Big Payouts on Polymarket

https://www.nytimes.com/2026/04/24/world/europe/polymarket-bets-france-paris-temperature-weather....
1•chrononaut•11m ago•1 comments

Eurosky.social Account

https://eurosky.tech/accounts/
2•mooreds•12m ago•0 comments

Show HN: Obscura – V8-powered headless browser for scraping and AI agents

https://github.com/h4ckf0r0day/obscura
1•jryio•13m ago•0 comments

Buffalo is a welcoming blend of cool and old school

https://www.cnn.com/2025/05/31/travel/buffalo-new-york-wings-tourism
1•mooreds•13m ago•0 comments

Model as Medium: Five Artists, Five Models

https://titles.substack.com/p/model-as-medium-five-artists-five
1•exolymph•15m ago•0 comments

'Look, no hands': China chases the driverless dream at Beijing car show

https://www.theguardian.com/technology/2026/apr/24/china-chases-driverless-dream-beijing-car-show-ai
3•billybuckwheat•15m ago•0 comments

Firestarter malware survives Cisco firewall updates, security patches

https://www.bleepingcomputer.com/news/security/firestarter-malware-survives-cisco-firewall-update...
1•john_strinlai•15m ago•0 comments

100-year-old bugler prepares for Anzac Day ceremonies

https://www.abc.net.au/news/2026-04-24/100-year-old-bugler-anzac-day-ceremonies-brass/106598318
2•defrost•19m ago•0 comments

HS Student Built a Filter That Removes 96% of Microplastics from Drinking Water

https://www.smithsonianmag.com/innovation/this-high-school-student-invented-a-filter-that-elimina...
1•akyuu•20m ago•2 comments

Show HN: No AI – My Express.js codebase handled over $50M in prod

https://github.com/AnthonyBudd/express-ts-api-template
2•johnsmith2076•20m ago•0 comments

Show HN: Markdown as a Database

https://github.com/molefrog/lilmd
1•molefrog•21m ago•0 comments

An Engineer's Day at Dust

https://dust.tt/blog/an-engineers-day-at-dust
2•ilnmtlbnm•21m ago•0 comments

Show HN: Claude Code Manager

https://claude.ldlework.com/
1•ldlework•21m ago•0 comments

A New Type of Neuroplasticity Rewires the Brain After a Single Experience

https://www.quantamagazine.org/a-new-type-of-neuroplasticity-rewires-the-brain-after-a-single-exp...
2•rbanffy•22m ago•0 comments

Coding agents have no moat

https://tombedor.dev/coding-agents-have-no-moat/
3•jjfoooo4•24m ago•0 comments

Show HN: I built a simple site to reduce tool overload and improve focus

1•saeefwaleed•26m ago•0 comments

A New Idea to Save the Climate? Dam the Bering Strait

https://www.nytimes.com/2026/04/24/climate/amoc-bering-strait-dam.html
2•JumpCrisscross•28m ago•1 comments

Do I belong in tech anymore?

https://ky.fyi/posts/ai-burnout
5•patrikcsak•28m ago•1 comments

California Coastal Community Must Reject CBP's AI-Powered Surveillance Tower

https://www.eff.org/deeplinks/2026/04/california-coastal-community-must-reject-cbps-ai-powered-su...
3•ilreb•31m ago•0 comments

US Space Command: Russia is now operationalizing co-orbital ASAT weapons

https://arstechnica.com/space/2026/04/us-space-command-russia-is-now-operationalizing-co-orbital-...
6•rbanffy•36m ago•1 comments

Hitachi Ltd, Part I

https://www.abortretry.fail/p/hitachi-ltd-part-i
1•rbanffy•36m ago•0 comments

PiClaw v2.0.0 – A New Hope

https://github.com/rcarmo/piclaw/releases/tag/v2.0.0
1•rcarmo•36m ago•0 comments

Globalbiz Intelligence

https://news-scanner-ai.replit.app/landing-page/
1•globalbiz•37m ago•0 comments

Astor Raised $5M to Fix Retail Investing

https://www.siliconsnark.com/astor-raised-5m-to-fix-retail-investing-finally-a-fiduciary-with-pus...
1•SaaSasaurus•38m ago•0 comments

Wrote FA2 using CuteDSL, what worked and what didn't work

https://kyrieblunders.bearblog.dev/fa2_using_cutedsl/
1•vishal-padia•41m ago•0 comments

Greenfield and Iterative Development (from the creator of Superpowers)

https://primeradiant.com/blog/2026/greenfield-and-iterative-development.html
3•emschwartz•42m ago•0 comments