Bitcoin Forum
September 12, 2025, 09:40:02 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: A case of preventive feedback to think about.  (Read 621 times)
PowerGlove
Hero Member
*****
hacker
Offline Offline

Activity: 669
Merit: 6382



View Profile
January 12, 2025, 07:59:12 AM
Merited by Free Market Capitalist (1)
 #21

(I asked Poker Player to unlock this thread so that I could post in it. I drafted a reply that grew much larger than I meant for it to, and basically didn't want it to go to waste. Even though it's written in a way that suggests that I might be expecting a response to it, I'm not; I'm just sharing some long-winded thoughts, is all, in the hope that some of them might be found to be interesting.)

I am not surprised. Of course tagging someone when they have already scammed and disappeared from the forum is not going to save you from anything.
Hmm... Probably I expressed myself poorly which led to you misunderstanding me. The problem is, my thoughts on the trust system are scattered across more than a few posts (and probably even more PMs), and it's not really practical for me to try to share my complete perspective on it each time I write something concerning it.

A lot of my perspective on the trust system can be understood as an argument formed in terms of expected value. Judging by your handle, I'm guessing that you already understand that principle well, but, as a refresher for the people that don't understand it, let's ask ourselves whether or not it makes mathematical sense to accept a gambling offer like the following:

"Flip a fair coin 5 times. If all 5 flips come up as heads, then you win $100. If at least one of your flips comes up as tails, then you lose $5."

One way to analyze an offer like that is to multiply the probability of a successful outcome (which is: 0.5**5, or 3.125%) by the amount you will gain in that case ($100), and then subtract from that the probability of an unsuccessful outcome (which is: 1 - 0.5**5, or 96.875%) multiplied by the amount you will lose in that case ($5).

So, 0.03125 * 100 - 0.96875 * 5 = −1.71875. In other words, you'll lose ~$1.72 (that's a tilde, not a minus sign, BTW) each time you try that game. That's difficult for most people to see, because in concrete terms each attempt will either lose you $5, or gain you $100. But, in some abstract mathematical sense you're actually losing ~$1.72 every time you play the game, and the more you play the game, the more you should expect your concrete balance to mimic your abstract one (that is, if you play the game 100 times, then you should expect to lose ~$172, and if you play it 1000 times, then you should expect to lose ~$1720).

I've run into my fair share of people who aren't convinced by the concept of expected value, and think that it's some kind of neat idea that doesn't correlate with reality, so to drive the point home, here's a Python script that actually simulates what would happen to a starting balance of $0 if you played the above game 1 million times (you should expect to lose something in the neighborhood of 1.7 million dollars, so let's see if that actually bears out):

Code:
#!/usr/bin/env python3

import random

balance: int = 0

def playGame() -> None:

    global balance

    flip1: str = random.choice(('heads', 'tails'))

    flip2: str = random.choice(('heads', 'tails'))

    flip3: str = random.choice(('heads', 'tails'))

    flip4: str = random.choice(('heads', 'tails'))

    flip5: str = random.choice(('heads', 'tails'))

    if (flip1, flip2, flip3, flip4, flip5) == ('heads', 'heads', 'heads', 'heads', 'heads'):

        balance = balance + 100

    else:

        balance = balance - 5

def main() -> None:

    print(f'Starting balance: ${balance}')

    for trial in range(1000 * 1000):

        playGame()

    print(f'Ending balance: ${balance:,}')

if __name__ == '__main__':

    main()

Running the above script gives me:

Code:
Starting balance: $0
Ending balance: $-1,713,185

(If my [hide] tag were available, I'd have used it on the above aside.) Smiley

So, let's take "expected value" as a sensible idea, and, for ease of discussion, let's give the specific two-outcome formula from above some mnemonic terms, like this:

S * u - F * d (where S is the probability of success, u is the upside, F is the probability of failure, and d is the downside).

Let's also invent a new unit called assist and imagine that that made-up unit encapsulates the idea of Bitcointalk-related value (as in, when you do something that helps the forum, your action can be thought of as one that produces positive assist, and when you do something that harms the forum, your action can be thought of as one that produces negative assist).

Different trust-actions admit slightly different treatments, so let's (for the rest of this post) just focus on the following case: Leaving someone negative (or neutral-negative) feedback when you estimate that something warning-worthy is happening, has happened, or will happen. In this case, S is the chance that you're not mistaken in your judgment, and F is the chance that you are mistaken in your judgment. That takes care of S and F, but what about u and d? Let's assume that the upside (u) is 1 unit of "assist" (our made-up unit to encapsulate forum-related value), and that the downside (d) is also 1 unit of assist (that is, let's assume we contribute as much value to Bitcointalk by being correct in our judgment as we detract from it by being incorrect; I don't think that that's a fair assumption, especially for the kind of trust-actions we're talking about, but let's do it that way for now). Finally, let's say someone has an accuracy of 95% (as in, 95% of the time their judgment turns out to have been spot-on, and 5% of the time it turns out that they were mistaken).

So, 0.95 * 1 - 0.05 * 1 = 0.9. In other words, every time that our 95%-accurate speculative-feedback-leaver does their thing, they produce 0.9 units of assist. Nice! Let them do their thing 100 times and you can expect them to have produced 90 units of assist. They should be on DT, yeah?

The problem I have with the above calculation is to do with the ratio between u and d. I don't share the following view, but I would guess that most people feel that u should be bigger than d (or at the very least that they should be set equal to each other, as above), which is to say, I think most people feel that when their judgment-calls are correct then they've done something very good for Bitcointalk (like actually helped some other user to avoid being scammed), and that when they get things wrong and make mistakes then that's not really such a big deal (especially compared to all the good that they believe they're doing when they're not mistaken). Let's call this perspective (that u should be greater than or equal to d, and that getting it "right" is worth many instances of getting it "wrong") the "u>=d" perspective.

I have the opposite (and then some) view (let's call this one the "u<<d" perspective). My perspective is that even when you do get things right, you're producing a much smaller effect on other people's decision-making than you think you are (that is, you're not actually sparing other users pain and suffering on any non-negligible scale, you just like to believe that you are, or, even worse, you already suspect that you're not really helping anything or anyone, but your sense-of-justice compels you to do something, even if it makes little sense to do so). In my view, the upside when you're right is much, much smaller than the downside when you're wrong. When you're right, you think that your feedback will correctly help some other user to make a better/safer decision than they would have been able to make without you taking the action that you took (and in my view, that's mostly just wishful thinking that everyone wants to believe is true [1]). But when you're wrong, you're almost certainly causing definite harm (as in, tagging some innocent user and contributing to them losing their enthusiasm for the forum, for example).

So, I'd scale the value for u way, way down. Something like 0.01 makes more sense to me than 1 does. I mean, who can really say what the value should be set to, especially when we're dealing with a made-up unit, but, remember, all that that value relates to is how genuinely helpful to other people your accurate speculative feedback actually is, and what I'm saying is that (I think) people have been vastly overestimating that value (u), and that scaling it down (relative to d) by two factors of 10 would be my guesstimate to get it within realistic proximity of its "true" value. With that adjustment, the previous hypothetical user with an accuracy of 95% is actually producing -0.0405 units of assist per trust-action (of the kind we've limited our thinking to), and should therefore stop doing that. Even a user with 99% accuracy would produce small amounts of negative assist with each action that they take. If you look at things through that lens (like I do), then your view will be that this kind of feedback is just slowly making Bitcointalk worse and worse (in the same way that my example-game unavoidably loses you ~$1.72 each time you play it).

Look, I don't expect many will support my view (because of how counterintuitive and difficult-to-accept the conclusion is), but I hope that most people can at least appreciate the shape of my argument, and realize how easy it would be for someone to set out to do one thing (for example, to try to make the forum a nicer/safer place by taking it upon themselves to actively "police" it) and instead end up mostly accomplishing something else (like maybe succeeding in making things negligibly safer, but only at the greater expense of very non-negligibly contributing to the negative forum dynamics that make the whole environment less productive and much less hospitable than it could be for new users and new businesses).



[1] Since I think it's typically DT members that feel the need to leave the kind of feedback we've been talking about, here's an interesting thought experiment: Imagine Bitcointalk implemented a policy of dissolving DT for the first three months of every year. What do you predict the consequences of that would be? Personally, I find the "doomsday" prediction that during the first quarter of each year Bitcointalk would temporarily devolve into some kind of shitshow with people getting scammed left and right to be an extremely silly one.
Free Market Capitalist (OP)
aka Poker Player
Legendary
*
Offline Offline

Activity: 1862
Merit: 2802


The Transformative Power of Bitcoin and AI


View Profile
January 12, 2025, 09:00:34 AM
Merited by AB de Royse777 (1), PowerGlove (1)
 #22

Hey PowerGlove, first I want to thank you for such a detailed response. Then tell you that I do want to express what I think about it, because although I see that lately I'm doing better without coming for the drama board it doesn't mean that I have definitely ruled out coming back here, and that in any case this detailed answer deserves that I lay out my thoughts about it.

The bad thing is that it seems to me that between the length of the answer and the somewhat complex reasoning, quite mathematical in its basis, I do not think that there are many people besides me who will stop to read it and understand it. So even more reason for me to comment on it.

But in any case I have read what you have written once in detail and I think it is better that I reread it again before expressing my thoughts.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
AB de Royse777
Copper Member
Legendary
*
Offline Offline

Activity: 2968
Merit: 4533


Bitcointalk Campaign Manager. Telegram @Royse777


View Profile WWW
January 12, 2025, 09:15:53 AM
 #23

(I asked Poker Player to unlock this thread so that I could post in it. I drafted a reply that grew much larger than I meant for it to, and basically didn't want it to go to waste. Even though it's written in a way that suggests that I might be expecting a response to it, I'm not; I'm just sharing some long-winded thoughts, is all, in the hope that some of them might be found to be interesting.)

I am not surprised. Of course tagging someone when they have already scammed and disappeared from the forum is not going to save you from anything.
Hmm... Probably I expressed myself poorly which led to you misunderstanding me. The problem is, my thoughts on the trust system are scattered across more than a few posts (and probably even more PMs), and it's not really practical for me to try to share my complete perspective on it each time I write something concerning it.

A lot of my perspective on the trust system can be understood as an argument formed in terms of expected value. Judging by your handle, I'm guessing that you already understand that principle well, but, as a refresher for the people that don't understand it, let's ask ourselves whether or not it makes mathematical sense to accept a gambling offer like the following:

"Flip a fair coin 5 times. If all 5 flips come up as heads, then you win $100. If at least one of your flips comes up as tails, then you lose $5."

One way to analyze an offer like that is to multiply the probability of a successful outcome (which is: 0.5**5, or 3.125%) by the amount you will gain in that case ($100), and then subtract from that the probability of an unsuccessful outcome (which is: 1 - 0.5**5, or 96.875%) multiplied by the amount you will lose in that case ($5).

So, 0.03125 * 100 - 0.96875 * 5 = −1.71875. In other words, you'll lose ~$1.72 (that's a tilde, not a minus sign, BTW) each time you try that game.
I was able to read this far and then this below part.
Quote
[1] Since I think it's typically DT members that feel the need to leave the kind of feedback we've been talking about, here's an interesting thought experiment: Imagine Bitcointalk implemented a policy of dissolving DT for the first three months of every year. What do you predict the consequences of that would be? Personally, I find the "doomsday" prediction that during the first quarter of each year Bitcointalk would temporarily devolve into some kind of shitshow with people getting scammed left and right to be an extremely silly one.

Can you write something which will be understandable for everyone? :-P Or this is for only the people who are in DT :-D


I do not think that there are many people besides me who will stop to read it and understand it. So even more reason for me to comment on it.
Curious to know how far you were able to ready? :-D

██████▄██▄███████████▄█▄
█████▄██▒███▄████▄▄▄█
███████▒█▒▒██████████
████▐█████▒▒▒▒▒▒▒▒▒▒████
████████▒▒▒▒▒▄▄▄▄███████
██▄████▒▒▒▒▒███▀█▀▀█▄▄▄█
▀████▒▒▒███▄█████▄▄█████▀██
█████▒▒▒██▄████▀██▄▀▀▀█████▄
███▒▒▒███████▐█▄▀▄███▀██▄
███████▄▄▄███▌▌█▄▀▀███████▄
▀▀▀███████████▌██▀▀▀▀▀█▄▄▄████▀
███████▀▀██████▄▄██▄▄▄▄███▀▀
████████████▀▀▀██████████
BETFURY
▄███████████████████▄
█████████████████████
█████████████████████
█████████████████████
█████████████████████
█████████████████████
█████████████████████
█████████████████████
█████████████████████
█████████████████████
▀███████████████████▀
CASINO  
+8,000 GAMES

▄███████████████████▄
██████████░░░████████
██████████░░░░███████
███░░░░███░░░▒▒▒▒▒███
██░░░░░░█████▒▒▒▒▒▒██
██░░░░░███████▒▒▒▒▒██
████░░██████░░░▒▒████
█████████░░░░░░░████
██████████░░░░░░░████
█████████████░░██████
▀███████████████████▀
SPORTS
 BEST ODDS
 
WELCOME BONUS
UP TO 590% + 225 FS
[ Play Now ]
AB de Royse777
Copper Member
Legendary
*
Offline Offline

Activity: 2968
Merit: 4533


Bitcointalk Campaign Manager. Telegram @Royse777


View Profile WWW
January 12, 2025, 09:47:50 AM
Merited by PowerGlove (1)
 #24

Jokes aside :
Quote
Look, I don't expect many will support my view (because of how counterintuitive and difficult-to-accept the conclusion is), but I hope that most people can at least appreciate the shape of my argument, and realize how easy it would be for someone to set out to do one thing (for example, to try to make the forum a nicer/safer place by taking it upon themselves to actively "police" it) and instead end up mostly accomplishing something else (like maybe succeeding in making things negligibly safer, but only at the greater expense of very non-negligibly contributing to the negative forum dynamics that make the whole environment less productive and much less hospitable than it could be for new users and new businesses).
Don't you think the forum is already is a hostile place for new users even the users (no matter if they are Hero or even legendary) who has not able to establish themselves to be a powerful member yet? I always see there is a few users who are policing around, constantly harassing users who do not support their arguments or even dare to write a word against their arguments. A handful of other users who really do not find anything to write to fulfil their weekly signature quota but they also don't want to be visible as spammers too, without reading, investigating or going deep into those claims from these so called self proclaimed police - they write something which eventually is encouraging those polices to continuing their nasty abusing and power seeking in DT system. They already created a narrative that a neutral tag is just a tag that does not mean anything. But when you write something like "this user is not trustworthy and so on with all negative things" and wrap it with a natural label then give your explanation and support the explanation that Yo! It's just a neutral tag! - that's funny. Yes, I am too guilty of saying such (it's just a neutral tag) sometimes.

A hypothetical idea by the way,
Who will seek a powerful position?
- A power seeker. I don't think many like people who are in power because power comes from dirty games.

A user who have interest in Bitcoin, technical discussion, caring others to make this place better and smooth for everyone in the space - I do not think they will have negativity in their mind always. They will not chase people who they do not like and find a way to level their victims negatively, insult their victims all the time. They will never become a scary ghost for new users or even to the users users who have not earned some sort of power yet to defend themselves from these so called DT members.

The current DT is the tool for power seekers. By hook or by crook they want to be a DT and unfortunately we are telling them trusted members.

██████▄██▄███████████▄█▄
█████▄██▒███▄████▄▄▄█
███████▒█▒▒██████████
████▐█████▒▒▒▒▒▒▒▒▒▒████
████████▒▒▒▒▒▄▄▄▄███████
██▄████▒▒▒▒▒███▀█▀▀█▄▄▄█
▀████▒▒▒███▄█████▄▄█████▀██
█████▒▒▒██▄████▀██▄▀▀▀█████▄
███▒▒▒███████▐█▄▀▄███▀██▄
███████▄▄▄███▌▌█▄▀▀███████▄
▀▀▀███████████▌██▀▀▀▀▀█▄▄▄████▀
███████▀▀██████▄▄██▄▄▄▄███▀▀
████████████▀▀▀██████████
BETFURY
▄███████████████████▄
█████████████████████
█████████████████████
█████████████████████
█████████████████████
█████████████████████
█████████████████████
█████████████████████
█████████████████████
█████████████████████
▀███████████████████▀
CASINO  
+8,000 GAMES

▄███████████████████▄
██████████░░░████████
██████████░░░░███████
███░░░░███░░░▒▒▒▒▒███
██░░░░░░█████▒▒▒▒▒▒██
██░░░░░███████▒▒▒▒▒██
████░░██████░░░▒▒████
█████████░░░░░░░████
██████████░░░░░░░████
█████████████░░██████
▀███████████████████▀
SPORTS
 BEST ODDS
 
WELCOME BONUS
UP TO 590% + 225 FS
[ Play Now ]
Free Market Capitalist (OP)
aka Poker Player
Legendary
*
Offline Offline

Activity: 1862
Merit: 2802


The Transformative Power of Bitcoin and AI


View Profile
January 12, 2025, 09:48:45 AM
Last edit: January 12, 2025, 10:00:25 AM by Poker Player
 #25

Can you write something which will be understandable for everyone? :-P Or this is for only the people who are in DT :-D

Yes, I think a tldr would be good so most people could understand.

I do not think that there are many people besides me who will stop to read it and understand it. So even more reason for me to comment on it.
Curious to know how far you were able to ready? :-D

I read the whole thing and got an idea of what he says. Just keep in mind that the concept of Expected Value is used a lot in poker, it is at the basis of the decisions that winning poker players make. What happens is that with such a detailed explanation I will have to read it again carefully to be able to answer properly.

Edited: oh okay, I can see it was a sarcasm. I don't know what you want me to tell you, AB de Royse777, we are in a forum where it is not uncommon for the person who writes comment number 5 in a thread to have not even read the previous 4 comments. Lucky if he has read the OP other than the title. Mine wasn't so much for the part of being able to understand it, as I don't think there are many people who are going to spend their time to read a couple of times carefully what he says.

But clearly I can't come around here without having to argue.

I'll leave the thread open if you want to comment on it but don't expect me to come here.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
Free Market Capitalist (OP)
aka Poker Player
Legendary
*
Offline Offline

Activity: 1862
Merit: 2802


The Transformative Power of Bitcoin and AI


View Profile
January 22, 2025, 04:31:54 PM
 #26

Well, first of all, as I had predicted, and no matter how many jokes my soul friend wanted to make, no one has paid any attention to a post like this one, which is quite long and has a certain intellectual density.

But well, let's leave my soul friend alone, as I see that there has been enough of a shitshow here lately.

The problem is, my thoughts on the trust system are scattered across more than a few posts (and probably even more PMs), and it's not really practical for me to try to share my complete perspective on it each time I write something concerning it.

Perhaps it would have been better to have started a thread titled “My thoughts on the merit system” and placed this post there, but I will reply to you as played (as we say in poker).

A lot of my perspective on the trust system can be understood as an argument formed in terms of expected value. Judging by your handle, I'm guessing that you already understand that principle well, but, as a refresher for the people that don't understand it, let's ask ourselves whether or not it makes mathematical sense to accept a gambling offer like the following:

...

I've run into my fair share of people who aren't convinced by the concept of expected value, and think that it's some kind of neat idea that doesn't correlate with reality...

Well, as you say that's not my case, I've been using Expected Value for a long time to make money and I don't use it only with poker. The difference between the example you give and poker is that in the example you give we know the expected value beforehand while in poker in most cases we mix intuition: if I am 50% sure that your raise on the river is a bluff and paying $100 to see your cards I will take the total pot which is $400 I have a clear call. The problem is that the probability I assign is somewhat subjective.

Then you make a whole argument based on your example, which in a way I understand because in my daily life I also spend the day assigning probabilities (I don't think that X person is not going to come to the dinner with friends, I think that there is an 80% chance that he/she will not come) but I doubt if it is mathematically overcomplicating the matter for something that is of daily life.

Quote
My perspective is that even when you do get things right, you're producing a much smaller effect on other people's decision-making than you think you are (that is, you're not actually sparing other users pain and suffering on any non-negligible scale, you just like to believe that you are, or, even worse, you already suspect that you're not really helping anything or anyone, but your sense-of-justice compels you to do something, even if it makes little sense to do so). In my view, the upside when you're right is much, much smaller than the downside when you're wrong. When you're right, you think that your feedback will correctly help some other user to make a better/safer decision than they would have been able to make without you taking the action that you took (and in my view, that's mostly just wishful thinking that everyone wants to believe is true [1]). But when you're wrong, you're almost certainly causing definite harm (as in, tagging some innocent user and contributing to them losing their enthusiasm for the forum, for example).

Here I think you are wrong on the downside. Red tagging someone and deleting them after a short time has negligible consequences, and I see that losing enthusiasm is an intuitive assumption on your part and not at all mathematical within the whole argument you are making.

Quote
Look, I don't expect many will support my view (because of how counterintuitive and difficult-to-accept the conclusion is), but I hope that most people can at least appreciate the shape of my argument,

This is what happens to me. I respect and thank you enormously for your argument but you do not convince me unless you clarify it in a later answer: your mathematical argumentation is impeccable but the premise of what happens in the downside is far from being evidence and I think it is rather an assumption of yours based on your intuition but that has little to do with reality.

Quote
Imagine Bitcointalk implemented a policy of dissolving DT for the first three months of every year. What do you predict the consequences of that would be? Personally, I find the "doomsday" prediction that during the first quarter of each year Bitcointalk would temporarily devolve into some kind of shitshow with people getting scammed left and right to be an extremely silly one.

Probably, but that does not mean that we should not stop tagging people. Let me put it another way: imagine that you find randomly surfing the net a site with videos of child abuse with torture and death, snuff videos. Now suppose also that as the hosts of the site have taken their security measures the probability that even if you report it they will be caught is extremely low. Would you not report it because of that? I wouldn't. Some things have to be done because you have a moral obligation regardless of the expected outcome.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!