frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Academics Urge Halt to Age Verification Rollouts

https://reclaimthenet.org/pause-social-media-age-verification-privacy-risks
1•bilsbie•30s ago•0 comments

Show HN: I deployed a flight search app in 60s without writing a line of code

1•ptak_dev•1m ago•0 comments

Show HN: GTAO and Red Dead Online lag switch detector and blocker (anti-cheat)

https://github.com/Sovandeulv/killswitch
1•sovande•2m ago•0 comments

Caxlsx: Ruby gem for xlsx generation with charts, images, schema validation

https://github.com/caxlsx/caxlsx
1•earcar•3m ago•0 comments

Photonic Computing: The Final AI Hardware Frontier

https://twitter.com/martinshkreli/status/2029936664429183319
2•MrBuddyCasino•3m ago•0 comments

SoftBank Seeks Record Loan of Up to $40B for OpenAI Stake

https://www.bloomberg.com/news/articles/2026-03-06/softbank-seeks-record-loan-of-up-to-40-billion...
1•Brajeshwar•3m ago•0 comments

Astronomers capture the most detailed image yet of our galaxy's center

https://www.cnn.com/2026/03/05/science/milky-way-galaxy-image-astronomy
1•Brajeshwar•3m ago•0 comments

For particle physicists working with neutrinos, almost nothing is everything

https://knowablemagazine.org/content/article/physical-world/2026/physicists-make-progress-weighty...
1•Brajeshwar•4m ago•0 comments

Show HN: Vet – Security registry for 88K+ MCP servers and AI tools

https://getvet.ai
1•tinnit1•4m ago•0 comments

Token Is the New Engineer

https://github.com/Cereal84/token_is_the_new_engineer
1•Cereal•4m ago•0 comments

Show HN: Claude-replay – A video-like player for Claude Code sessions

https://github.com/es617/claude-replay
1•es617•5m ago•0 comments

The End of the Workflow

https://www.runproper.com/blog/the-end-of-the-workflow
1•rsanaie•6m ago•0 comments

AI Is Writing Your Code. Now It Must Govern Your Architecture

https://medium.com/@swampus/ai-is-writing-your-code-now-it-must-govern-your-architecture-83a534a9...
1•swampus•7m ago•0 comments

Entomologists Use a Particle Accelerator to Image Ants at Scale

https://spectrum.ieee.org/3d-scanning-particle-accelerator-antscan
2•gmays•9m ago•0 comments

Our Agent's Most Important Job Is Deciding Not to Think

https://www.mendral.com/blog/agent-orchestration-model-hierarchy
3•aluzzardi•10m ago•0 comments

Petition US Congress: Say no to bad internet bills

https://www.badinternetbills.com/
2•nickslaughter02•11m ago•0 comments

Stop Anthropomorphizing the Machine

https://pseudosingleton.com/stop-anthropomorphizing-the-machine/
1•speckx•11m ago•0 comments

Coding Assistant Experience

https://scottlocklin.wordpress.com/2026/02/18/coding-assistant-experience/
1•o_nate•11m ago•0 comments

Show HN: James Library – Local multi-agent research lab (built on ZeroClaw)

https://rainlabteam.vercel.app/
3•cwoodyard•11m ago•0 comments

KnowFun Skills – Generate courses, posters, games, and films from AI assistants

https://github.com/MindStarAI/KnowFun-Skills
1•KnowFun•11m ago•2 comments

Russia is providing Iran intelligence to target U.S. forces, officials say

https://www.washingtonpost.com/national-security/2026/03/06/russia-iran-intelligence-us-targets/
5•consumer451•11m ago•0 comments

Molten-Salt-Based Thermal Storage for Thermal Power Plant Peaking

https://www.mdpi.com/1996-1073/19/5/1246
1•PaulHoule•12m ago•0 comments

Show HN: What Is Decision Guardian?

1•poor_husteler•13m ago•0 comments

Controlling Floating-Point Determinism in NVIDIA CCCL

https://developer.nvidia.com/blog/controlling-floating-point-determinism-in-nvidia-cccl/
2•matt_d•15m ago•0 comments

The most beautiful formula not enough people understand [video]

https://www.youtube.com/watch?v=fsLh-NYhOoU
1•surprisetalk•15m ago•0 comments

The Finger and the Moon

https://taylor.town/finger-moon
1•surprisetalk•15m ago•0 comments

Training Scientists in Low and Middle Income Countries (2024)

https://www.newthingsunderthesun.com/pub/y9n9at3t/release/2
1•surprisetalk•15m ago•0 comments

Students Get Interested in What Their Mentors Are Interested in (2024)

https://www.newthingsunderthesun.com/pub/e0o3fawf/release/2
1•surprisetalk•15m ago•0 comments

The Product Management Industrial Complex

https://plc.vc/oez
2•pclark•16m ago•0 comments

Escaping Status Theater

https://yusufaytas.com/escaping-status-theater/
5•yusufaytas•17m ago•0 comments
Open in hackernews

A simple heuristic for agents: human-led vs. human-in-the-loop vs. agent-led

1•fletchervmiles•10mo 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.