frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

K2 Airways Cargo 737 Crashes into Arabian Sea

https://www.flightradar24.com/blog/flight-tracking-news/major-incident/k2-airways-cargo-737-accid...
1•teepo•49s ago•0 comments

Proton AG Services is currently experiencing some issues

https://status.proton.me/incidents/01lxtcq155lc
2•exploraz•1m ago•0 comments

Show HN: Pay-per-call MCP server with 47 AI endpoints, micropayments via x402

https://goldbean-api.xyz
1•13639366668•2m ago•0 comments

Show HN: Hacker News book recs as study guides

https://biteread.ai/collection/hacker-news-top-nonfiction
1•xxbondsxx•3m ago•0 comments

Write code like a human will maintain it

https://unstack.io/write-code-like-a-human-will-maintain-it
1•ScottWRobinson•5m ago•1 comments

Show HN: LifetimeR–A memento mori wallpaper generator (life,year,goal calendars)

https://lifetimer.vercel.app/
1•alvaro_l_torres•6m ago•0 comments

Successful Companies Go Blind

https://ianreppel.org/how-successful-companies-go-blind/
2•speckx•7m ago•0 comments

Scarf has moved away from Haskell

https://avi.press/posts/2026-07-10-after-7-years-in-production-scarf-has-reluctantly-moved-away-f...
1•aviaviavi•8m ago•0 comments

Punk, or why I don't stream anymore

https://geohot.github.io//blog/jekyll/update/2026/05/03/punk-or-why-i-dont-stream.html
1•surprisetalk•8m ago•0 comments

Go-Flavored Concurrency in C

https://antonz.org/concurrency-in-c/
1•valyala•9m ago•0 comments

Sign in IPv6 Is Watching You: The Hidden Privacy Nightmare [video]

https://www.youtube.com/watch?v=2k8Hr5Aw73o
1•Bender•11m ago•0 comments

Show HN: My AI agent has 1 hour to earn €10 – it shipped this page itself

https://1h-money.vercel.app
1•parweb•11m ago•0 comments

Wally Funk, last of Mercury 13 and oldest woman in space, dies at 87

https://arstechnica.com/space/2026/07/wally-funk-last-of-mercury-13-and-oldest-woman-in-space-die...
3•pseudolus•12m ago•0 comments

Meta found to breach EU laws with 'addictive' Instagram, Facebook designs

https://www.cnbc.com/2026/07/10/meta-instagram-facebook-addictive-design-breach-eu-laws.html
3•pseudolus•13m ago•1 comments

An orbital StormWall could mitigate the next Carrington event

https://hackaday.com/2026/06/17/an-orbital-stormwall-could-mitigate-the-next-carrington-event/
1•appreciatorBus•13m ago•0 comments

DominoTree

https://arxiv.org/abs/2607.08642
1•ilreb•14m ago•0 comments

Show HN: Opula – portfolio and net-worth analysis as a hosted MCP connector

https://opula.io
1•bboydart•16m ago•0 comments

Feeds: An Introduction to RSS

https://feeds.software
1•stevedsimkins•18m ago•0 comments

Guy took Jupiter photo with Game Boy Camera, giant telescope, publishes tutorial

https://www.engadget.com/2211886/guy-who-took-photo-of-jupiter-with-a-game-boy-camera-and-giant-t...
2•thunderbong•21m ago•0 comments

Gage Roads Beer Surfboard

https://www.toxel.com/tech/2026/07/05/gage-roads-beer-surfboard/
1•speckx•21m ago•0 comments

Ryanair passenger almost sucked out of shattered window during flight

https://www.theguardian.com/business/2026/jul/10/ryanair-passenger-almost-sucked-out-of-shattered...
4•n1b0m•21m ago•1 comments

Time Pricing Big Macs Around the World

https://newsletter.humanprogress.org/p/time-pricing-big-macs-around-the
3•surprisetalk•23m ago•0 comments

New Codex and Chat GPT app is a bit confusing to use?

https://learn.chatgpt.com/docs/app
2•strax01•24m ago•0 comments

Scientists Say a Critical Ocean Current System May Be Past Point of No Return

https://gizmodo.com/scientists-say-a-critical-ocean-current-system-may-already-be-past-the-point-...
1•pseudolus•25m ago•0 comments

All-New Aito M9 Surpasses 10K Deliveries in 3 Weeks,Total Deliveries Exceed 300K

https://english.news18a.com/m/news/english_272310.html
1•teleforce•27m ago•0 comments

How do you use Vim in the era of AI?

2•rstagi•27m ago•0 comments

We Put an L7 Firewall in the Kernel

https://yeet.cx/blog/l7-firewall-in-the-kernel
1•ok_major_9889•27m ago•0 comments

A Plan to Stop Solar Storms from Sending Us Back to the Stone Age

https://www.wsj.com/science/space-astronomy/solar-storm-what-is-stormwall-e2ca1823
2•fortran77•27m ago•1 comments

StubHub's 'marketplace for fans' is run by a mass scalper, SEC filings reveal

https://www.cbc.ca/lite/story/9.7265230
2•colinprince•27m ago•0 comments

AI Transport v0.5.0: durable execution with Steps

https://ably.com/blog/ai-transport-durable-execution-steps
1•zknill•30m ago•0 comments
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.