← Back to context

Comment by wesammikhail

1 day ago

Funny you bring this up.

Back in the day when I was like 15 and DC++ was still a thing, I used to browse people's shared folders. One day I came across a file called "the paradox of false positive". It was a 1 pager that described how a machine which is 99.9% accurate at identifying terrorists would be completely useless due to this false positive base rate fallacy you're describing.

It really stuck with me throughout the years. It's kind o remarkable how even a 99.9% accurate heuristic is insufficient at scale.

Which begs the question: lets assume the intentions are pure (which we know they're not but lets be generous), what other options are there when 99.9% heuristic is not good enough? how do you design systems when they're guaranteed to fail as they scale up?

edit: and what do you know, I just saw this as I scrolled down on HN https://news.ycombinator.com/item?id=48816959

The system we got for this is called parenting.

And there is a saying where I grew up: you need a village to raise a kid, I feel like we lost track of that and feel the issues of that now.

Btw, von der leyen is trying to get stuff like this written down as laws since 2009, it got her the nickname Zensursula.

  • >Btw, von der leyen is trying to get stuff like this written down as laws since 2009, it got her the nickname Zensursula.

    And Germans and Europeans looked at that and thought the best place for her is leading the EU?!

    Remind me again how she got elected in that position?

    Because it seems like the entire EU population knew her being infamous for that, except for the few elites who appointed her there via "democratic process" to the head of the EU.

    • The president of the European Commission is “elected” through a thin pretence of democracy that the people of Europe have effectively no control over, and mostly pay no attention to. If you think she’s there because the greater public decided she’s the best person for the job then you don’t know how the EU works.

      Also most of the EU population don’t know her for anything at all. I’d be surprised if more than 50% of Europeans could name her.

    • Not a single person that is not attached to EU voted for he. She is second hand vote. These roles should all be result of direct vote. This way you only get votes by people who are sucking the money of Eu parliament or. The only position people vote for is EP. And that % is so small, that if they ask the people who didn't vote if they want it, they would have to tear it down.

      I am not against EU cooperation, mainly in external security and free market economy. But the system we have is not very democratic, and def not very representative of people. They act like demigods, elected by parliament with no real consequences of their actions.

      2 replies →

    • You have to reconsider what "elected" means when it comes to the EU. Certainly not acts of "Germans and Europeans".

  • > The system we got for this is called parenting

    And it fails miserably.

    • Not really. Yes most kids will see porn before they're 18 but it doesn't damage them or give them the wrong idea about consensual behaviour.

      If anything I find GenZ a lot more focused on explicit consent than GenX.

    • >And it fails miserably.

      No it doesn't. That's just needlessly reductionist doomerist take with no argumentation to back that up.

      Define failure and success of the system in this context.

    • It's been working for tens of thousands of years. What changed in the last few decades wasn't parenting or technology. It was the rise of the nanny state where the parents gave up the parenting of their kids and entrusted that to educational institutions instead.

      5 replies →

    • Do you realize you'll end up in fascist dystopia where your children belong to the state, with this line of thinking?

      Or is that where you want other people to end up while you peddle propagandist fairytales about failed parenting?

The intuition I've built is that you can't talk about a false positive rate being high or low on its own - it's always relative to the actual occurrence rate of positives in the tested population. E.g. if there's a 1 in 10000 risk of a false positive, but real positives also are only 1 out of 10000 tested cases, then a positive case will have a 50/50 chance of being a false positive (because for every 10000 tests, you'll have on average one false positive and one real positive). So a false positive rate can only be said to be low if it's significantly lower than the real occurrence rate of positives.

  • The mentioned accuracy in the comment you are replying to already encapsulates the relation of true positives to false positives.

    • No I don't believe it does. I interpret 99.9% accurate to mean 1 in 1000 false positives. If 0.1% of your population are terrorists that means each alert has a 50% chance of being correct. That's nowhere near good enough to fully automate things but it is quite reasonable assuming this is merely information provided to a human agent.

      Whereas if only 0.001% of your population are terrorists then 99 out of 100 alerts are false positives at which point the system is well on its way to being useless.

      There is an important difference between scenarios where we care about the relative versus absolute frequency of errors.

      2 replies →

    • It really doesn’t, and it is easy to demonstrate by using an extreme example.

      Suppose I invent a device that can detect whether there is a giant invisible dragon living in your house, and it has an accuracy of 99.999%

      Now, I use it in your house and it tells me there is an invisible dragon… so what are the chances that there is a dragon in your house?

      Based on your statement, it would be 99.999% likely that there is an invisible dragon in your house. However, we actually know that there is a 0% chance there is an invisible dragon, so even with the positive test result we still know there is a 0% chance a dragon is there.