frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Bridle: hand your agent's context to a coworker's agent

https://www.bridle.network/
2•withoutshape•2m ago•0 comments

Microsoft Announces Change to Xbox Cloud Gaming, Switches to Monthly Hour Limits

https://www.ign.com/articles/microsoft-announces-big-changes-to-xbox-cloud-gaming-switches-to-mon...
2•ncallaway•4m ago•1 comments

The paradox of diffusion distillation (2024)

https://sander.ai/2024/02/28/paradox.html
1•peter_d_sherman•5m ago•0 comments

Renowned NYC Washington Square Park Chess Hustler 'Chichi' Detained by ICE

https://www.chess.com/news/view/washington-square-park-hustler-chichi-detained-by-ice
2•amrrs•6m ago•1 comments

Microsoft releases MAI-Transcribe-2

https://venturebeat.com/infrastructure/microsoft-ais-mai-transcribe-2-undercuts-openai-google-and...
4•MariBee•6m ago•0 comments

Show HN: NGPDFs – 50 PDF tools that never upload your files

https://ngpdfs.com
1•amulyakashyap09•7m ago•0 comments

Josh Kushner: How Thrive Capital Became the Most Important Firm in Tech

https://valueaddvc.com/blog/josh-kushner-how-thrive-capital-quietly-became-the-most-important-fir...
2•t_cohen•7m ago•0 comments

Bothy – a one-command terminal workspace from tools you trust

https://github.com/bspeelm/bothy
1•bspeelm•7m ago•1 comments

Child prodigies and geniuses – 60 Minutes [video]

https://www.youtube.com/watch?v=B5esTad3S9o
1•gurjeet•8m ago•0 comments

Nvidia crypto mining GPUs hacked to restore locked-away VRAM

https://www.tomshardware.com/pc-components/gpus/nvidia-crypto-mining-gpus-hacked-to-restore-locke...
1•CoopaTroopa•8m ago•2 comments

The Paradox of Talent: How Chance Affects Success in Tennis Tournaments

https://arxiv.org/abs/2311.06268
1•AFF87•8m ago•0 comments

Knight vs. Snail

https://www.bl.uk/stories/blogs/posts/knight-v-snail
3•_Microft•8m ago•0 comments

CERN Transitioning Industrial Computers to Debian After Being a Longtime on RHEL

https://www.phoronix.com/news/CERN-Goes-Debian-Leaving-RHEL
2•naves•9m ago•0 comments

Linux Foundation Is Plagiarism Hub, Linux Is at Risk from It

https://techrights.org/n/2026/09/03/Linux_Foundation_is_Plagiarism_Hub_Linux_is_at_Risk_From_It.s...
2•amcclure•10m ago•1 comments

The Joel Test: 12 Steps to Better Code

https://www.joelonsoftware.com/2000/08/09/the-joel-test-12-steps-to-better-code/
1•aray07•11m ago•1 comments

Linux to Disable RandStruct Security Feature by Default If Rust Support Present

https://www.phoronix.com/news/Linux-7.3-RandStruct-Rust
1•dingi•13m ago•0 comments

More Indians live in the Gulf states than in the US, UK, and Canada combined

https://ourworldindata.org/data-insights/more-indians-live-in-the-gulf-states-than-in-the-us-uk-a...
2•alphabetatango•13m ago•0 comments

Disraeli Gears

https://www.disraeligears.co.uk/site/home.html
1•austinallegro•13m ago•0 comments

Pair of spacecraft draw closer to Mercury after nearly decade-long voyage

https://apnews.com/article/mercury-bepicolombo-spacecraft-8840475f5f873b9bcc7245f45ffdc50c
2•geox•13m ago•0 comments

Get to Know Your Phone's Built-In Emergency Kit

https://www.nytimes.com/2026/09/02/technology/personaltech/iphone-android-emergency-features.html
2•rafaelc•15m ago•2 comments

Hacking One of North America's Biggest Hackathons

https://xtra.sh/blog/hackathon/
1•aray07•15m ago•0 comments

Pause AI Development Now

https://twitter.com/BernieSanders/status/2095542398084415952
4•Visby•15m ago•2 comments

Rust Standard Library Verification Contest Scaled Past Manual Proof Engineering

https://rustfoundation.org/media/how-the-rust-standard-library-verification-contest-scaled-past-m...
1•matt_d•16m ago•0 comments

Judge Tells RFK Jr. To Stop Using Fake AI Studies on Teen Pregnancy

https://newrepublic.com/post/215001/judge-rfk-jr-hhs-fake-ai-studies-teen-pregnancy
6•malshe•17m ago•0 comments

MapQuest tops Apple, Google Maps downloads after refusing 'Lake America' change

https://thehill.com/homenews/administration/6063924-mapquest-tops-apple-google-maps-in-downloads-...
2•colinprince•17m ago•0 comments

Agentic semantic and code search at scale

https://entire.io/blog/introducing-agentic-search-for-code-and-context
2•ringstar•18m ago•1 comments

Mac Mini costs $1.35 a month, and no cloud provider comes close

https://harshalgajjar.com/blog/mac-mini-1-35-no-cloud-comes-close
2•harshalgajjar•19m ago•0 comments

El Niño/La Niña Update (August 2026)

https://wmo.int/resources/publication-series/el-ninola-nina-updates/august-2026
2•TechTechTech•20m ago•0 comments

In an Age of AI, a Physicist Seeks What Endures

https://www.quantamagazine.org/in-an-age-of-ai-a-physicist-seeks-what-endures-20260903/
2•torsi0n•24m ago•0 comments

The Army just used a 20-kilowatt laser to take out three drones

https://es.wired.com/articulos/ee-uu-uso-un-arma-laser-depara-derribar-drones-cerca-de-mexico
2•apparent•24m ago•1 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.