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.

Yggdrasil Agent: general purpose, parallel and adaptive reasoning depth

https://yggdrasilagent.com/
1•grasant•2m ago•0 comments

Show HN: OCR Buddy: local browser OCR for code, formulas (LaTeX) and tables

https://github.com/Fanfulla/OCR-buddy
1•Fanfulla•2m ago•0 comments

ASRock Rack Had One of the First Arm AGI Servers at Computex 2026 – ServeTheHome

https://www.servethehome.com/asrock-rack-had-one-of-the-first-arm-agi-servers-at-computex-2026/
2•rbanffy•6m ago•0 comments

Chinese AI models are gaining ground with U.S. companies as costs surge

https://www.cnbc.com/2026/07/07/chinese-ai-models-costs-us-openai-anthropic.html
2•herbertl•8m ago•0 comments

Show HN: Workflowy but Open Source

https://twitter.com/CameronPak/status/2074262605779124317
1•campak•11m ago•1 comments

Meta accused of discriminating against non-Chinese workers in latest layoff

https://old.reddit.com/r/cscareerquestions/comments/1uq4a92/meta_accused_of_discriminating_agains...
2•PieUser•11m ago•1 comments

IBM Expands Z17 and LinuxONE 5 Mainframe Lineups with Single Frame and Rackmount

https://www.servethehome.com/ibm-expands-z17-and-linuxone-5-mainframe-lineups-with-single-frame-a...
1•rbanffy•15m ago•0 comments

Choosing a Claude model and effort level in Claude Code

https://claude.com/blog/claude-model-and-effort-level-in-claude-code
3•geoffbp•17m ago•0 comments

Rumik: Voice AI

https://rumik.ai/
1•handfuloflight•17m ago•0 comments

On-call Engineer 2026 by Kai Lentit [YouTube]

https://www.youtube.com/watch?v=sY1UqUuBqQQ
1•thinkmassive•17m ago•0 comments

Chinese memory and storage firm expected to more than 60k% jump in profits

https://www.tomshardware.com/tech-industry/chinese-memory-and-storage-firm-expected-to-post-more-...
2•rbanffy•18m ago•0 comments

I coded a shoot 'em up alone at 18 after learning Lua in a single week

1•DamixLord•20m ago•0 comments

Show HN: Backlog – tasks and contexts manager for AI coding agents

https://github.com/mazen160/backlog
2•mazen160•27m ago•0 comments

Show HN: Instant GraphRAG over any Postgres database

https://polygres.com
2•daleverett•28m ago•2 comments

Agent Name Service: The universal AI Agents identity system

https://opensourcewatch.beehiiv.com/p/agent-name-service-the-universal-ai-agents-identity-system
2•CrankyBear•31m ago•0 comments

The End of Compute Scarcity? Not So Fast

https://cloudedjudgement.substack.com/p/clouded-judgement-7326-the-end-of
2•gmays•32m ago•0 comments

Omnibaas, a provider-agnostic Infrastructure-as-Code compiler for BaaS services

https://github.com/davidecampora/Omnibaas
1•davidecampora•32m ago•1 comments

Waymo reports teen riders for bad behavior and delivers them to the police

https://www.latimes.com/business/story/2026-07-07/waymo-reports-teen-riders-for-bad-behavior-deli...
8•pilingual•33m ago•1 comments

Fable 5 wrote a Windows kernel in 38 minutes

https://tolmo.com/blog/when-the-model-writes-the-kernel/
3•adolfoabegg•34m ago•1 comments

An agent in 100 lines of Lisp

https://thebeach.dev/posts/lisp-agent/
3•jamiebeach•36m ago•0 comments

Acceleration without fuel: superconducting thruster uses Earth's magnetic field

https://www.space.com/technology/acceleration-without-fuel-revolutionary-superconducting-thruster...
1•svggrfgovgf•36m ago•1 comments

Rejected Emoji Proposals

https://charlottebuff.com/unicode/misc/rejected-emoji-proposals/
2•gaws•36m ago•1 comments

Get recommended a cheaper model with this skill

https://www.rightmodeler.com
1•piyussh•37m ago•0 comments

Private Messaging App Isn't WhatsApp or Signal, It's Delta Chat

https://lifehacker.com/tech/delta-chat-messaging-app-privacy
2•aslandb•38m ago•1 comments

Software can unlock 300 GW of capacity on US grid without building power plants

https://www.pv-magazine.com/2026/07/07/software-can-unlock-300-of-capacity-on-u-s-grid-without-bu...
1•philipkglass•38m ago•0 comments

Avatar Aang: The Last Airbender

https://www.youtube.com/watch?v=7b20GRFZBFE
1•skogstokig•40m ago•0 comments

The Opportunity Atlas: Mapping the Childhood Roots of Social Mobility [pdf]

https://opportunityinsights.org/wp-content/uploads/2018/10/atlas_paper.pdf
2•simonebrunozzi•41m ago•0 comments

Modder builds 8,192-core GPU at home out of RISC-V microcontrollers

https://www.tomshardware.com/maker-stem/modder-creates-8-192-core-gpu-at-home-out-of-risc-v-micro...
2•rbanffy•41m ago•0 comments

New Research: A "Verified" GitHub Commit Is Not Unique

https://www.internationalcyberdigest.com/new-research-a-verified-github-commit-is-not-unique/
1•yogthos•43m ago•0 comments

Meta's Teen Safety Case Just Became a $1.4T Existential Threat

https://gizmodo.com/metas-teen-safety-case-just-became-a-1-4-trillion-existential-threat-2000782306
4•colinprince•44m ago•1 comments