frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Lite and Text Only News and Other Websites

https://bmk.neocities.org/
1•Bender•1m ago•0 comments

Show HN: Quantum-audit – CLI to scan NPM deps for quantum-vulnerable crypto

https://quantum-audit-site.vercel.app
1•Heavensinfinite•9m 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
1•1vuio0pswjnm7•10m ago•0 comments

The Company That Owns AOL Gets a Million Job Applications–and Rejects 99.9%

https://www.wsj.com/business/bending-spoons-jobs-hiring-stock-eaed2b8e
1•JumpCrisscross•10m ago•0 comments

MDN has a page that shows every web API update as it hits each browser

https://developer.mozilla.org/en-US/plus/updates
2•luispa•21m ago•0 comments

Overview of 2026 wrench (physical) attacks on crypto holders

https://www.certik.com/blog/2026-wrench-attacks-overview
2•decimalenough•23m ago•0 comments

NYT article on opening of dachau (1933)

https://www.nytimes.com/1933/07/27/archives/nazi-prison-camps-to-be-permanent-building-going-on-a...
2•marysminefnuf•26m ago•0 comments

Scutoid Papercraft

https://www.patreon.com/vihart/posts/scutoid-and-111945080
2•ry-gr•26m ago•0 comments

Using a Vision Pro to help install a POE doorbell

https://old.reddit.com/r/Ubiquiti/comments/1ut1atj/how_i_retrofit_poe_doorbells/
2•js2•28m ago•1 comments

I've been building this alone for months. Roast it before I lose any more time

https://peakd.io
2•GroguMaster•35m ago•0 comments

Plain Text Sports

https://plaintextsports.com/
3•bwoah•35m ago•0 comments

Hacked Paxel as tribute for my YC Startup School 26' application

https://obaid.wtf/jotbook/2026/07/11/yc-startup-school-26-application-i-hacked-paxel.html
3•wtfobaid•38m ago•1 comments

Paxel has been hacked

https://twitter.com/wtfobaid/status/2075742915226435755
2•wtfobaid•40m ago•0 comments

FreeCAD in the Browser

https://magik.net/freecad/
10•cui•44m ago•4 comments

Choosing the Right AI Agent Memory Strategy: A Decision-Tree Approach

https://machinelearningmastery.com/choosing-the-right-ai-agent-memory-strategy-a-decision-tree-ap...
2•eigenBasis•45m ago•0 comments

UNIGRID's sodium-ion home battery debuts in Europe, US is next

https://electrek.co/2026/07/10/unigrid-sodium-ion-home-battery-debuts-in-europe-us/
4•Bender•45m ago•0 comments

Email Verification Protocol – Chrome for Developers

https://developer.chrome.com/blog/email-verification-protocol-origin-trial
3•dmmalam•46m ago•0 comments

Meta pulls new AI image feature after days of backlash

https://www.bbc.com/news/articles/c2dy6e8klw0o
3•cdrnsf•48m ago•1 comments

Porting Doom to the Casio Loopy [Throaty Mumbo] [video]

https://www.youtube.com/watch?v=nDe06uY5C40
2•mrinfinite•48m ago•0 comments

Hannah Montana Linux v26.0

https://gitlab.com/DecaCagle/hannahmontanalinux26
2•birdculture•49m ago•0 comments

The iconic blue IKEA FRAKTA bag comes with a free lifetime warranty

https://ikeamuseum.com/en/explore/the-story-of-ikea/beloved-bag/
6•teleforce•49m ago•2 comments

Frog bacterium wiped out cancer tumors in mice with a single dose

https://www.sciencedaily.com/releases/2026/07/260709160655.htm
7•dcyfr•57m ago•0 comments

Boeing's Graveyard. Investigation is not detergent

https://zboralski.substack.com/p/boeings-graveyard
3•kugutsumen•58m ago•0 comments

Show HN: We beat Cloudflare's bot detection (open-source stealth browser)

https://tilion.dev/blog/cloudflare-blocks-agents
6•armanluthra_•1h ago•0 comments

Guardrails Against Duplicated Code

https://www.technology.org/2026/07/03/dupehound-deterministic-guardrails-against-ai-code-duplicat...
2•rafaepta•1h ago•0 comments

Atlassian ordered to reinstate engineer sacked over Slack clash with leadership

https://www.hcamag.com/nz/news/general/atlassian-ordered-to-reinstate-engineer-sacked-over-slack-...
8•toomanyrichies•1h ago•1 comments

SF Farmers Market allows laundering food stamps for drug purchases

https://thevoicesf.org/snap-to-cash-how-food-assistance-vouchers-were-traded-for-cash-at-the-hear...
9•AcesoUnderGlass•1h ago•3 comments

Metamaterial Antennas Enhance MRI of the Eye and Occipital Brain

https://advanced.onlinelibrary.wiley.com/doi/10.1002/adma.202517760
3•bookofjoe•1h ago•0 comments

AI2Web: Open protocol to make any website work with every AI agent

https://ai2web.dev/
3•rolandfarkas•1h ago•0 comments

One Wikipedia page costs your AI agent 68,000 tokens

6•arhamislam5766•1h 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.