LESSWRONG
LW

Selfmaker662's Shortform

by Selfmaker662
11th May 2024
1 min read
18

1

This is a special post for quick takes by Selfmaker662. Only they can create top-level comments. Comments here also appear on the Quick Takes page and All Posts page.
Selfmaker662's Shortform
7Selfmaker662
8Shoshannah Tekofsky
2Gunnar_Zarncke
3Shoshannah Tekofsky
2Gunnar_Zarncke
7Vanessa Kosoy
4dr_s
2Gunnar_Zarncke
1Selfmaker662
4Gunnar_Zarncke
3MondSemmel
2Seth Herd
2Selfmaker662
5tailcalled
1Selfmaker662
4mattmacdermott
1Selfmaker662
3Archimedes
18 comments, sorted by
top scoring
Click to highlight new comments since: Today at 9:54 PM
[-]Selfmaker6621y70

I’m confused: if the dating apps keep getting worse, how come nobody has come up with a good one, or at least a clone of OkCupid? Like, as far as I can understand not even “a good matching system is somehow less profitable than making people swipe all the time (surely it’d still be profitable on the absolute scale)” or “it requires a decently big initial investment” can explain a complete lack of good products in a very demanded area. Has anyone digged into it / tried to start a good dating app as a summer project?

Reply
[-]Shoshannah Tekofsky1y80

I discovered the Netherlands actually has a good dating app that doesn't exist outside of it... I'm rather baffled. I have no idea how they started. I've messaged them asking if they will localize and expand and they thanked me for the compliment so... Dunno?

It's called Paiq and has a ton of features I've never seen before, like speed dating, picture hiding by default, quizzes you make for people that they can try to pass to get a match with you, photography contacts that involve taking pictures of stuff around and getting matched on that, and a few other things... It's just this grab bag of every way to match people that is not your picture or a blurb. It's really good!

Reply
[-]Gunnar_Zarncke1y20

The quizzes sounds is something Okcupid also used to have. Also everything that reduces the need for first impressions. I hope they keep it. 

Reply
[-]Shoshannah Tekofsky1y30

These are quizzes you make yourself. Did OKC ever have those? It's not for a matching percentage.

A quiz in paiq is 6 questions, 3 multiple choice and 3 open. If someone gets the right answer on the multiple choice, then you get to see their open question answers as a match request, and you can accept or reject the match based in that. I think it's really great.

You can also browse other people's tests and see if you want to take any. The tests seem more descriptive of someone than most written profiles I've read cause it's much harder to misrepresent personal traits in a quiz then in a self-declared profile

Reply
[-]Gunnar_Zarncke1y20

Hm. You could make quizzes yourself, but that was some effort. It seems the paiq quizzes are standardized and easy to make. Nice. Many Okcupid tests were more like MBTI tests. Here is where people are discussing one of the bigger ones. 

Reply
[-]Vanessa Kosoy1y70

Creating a new dating app is hard because of network effects: for a dating app to easily attract users, it needs to already have many users. Convincing users to pay for the app is even harder. And, if you expect your app to be only marginally profitable even if it succeeds, you will have a hard time attracting investors.

Reply
[-]dr_s1y40

Has anyone ever tried outlining a straight up first come first served system? Vet and pay a first batch of VIP users, then offer incentives to later joiners (eg vouchers for other products), then just free users, and finally introduce fees after reaching a certain user base, all committed to and outlined transparently from the beginning of course.

Reply
[-]Gunnar_Zarncke1y20

People start dating portals all the time. If you start with a targetted group that takes high value from it, you could plausibly do it in terms of network effect. Otherwise, you couldn't start any network app or the biggest one would automatically win. So I think your argument proves too much.

Reply
[-]Selfmaker6621y10

 Right, I completely missed the network effects, 5 minutes of thinking through wasn’t enough. May be there even are good apps there, which didn’t make it through the development and marketing part. Thanks, Vanessa!

Reply
[-]Gunnar_Zarncke1y40

People try new dating platforms all the time. It's what Y Combinator calls a tarpit. The problem sounds solvable, but the solution is elusive.

As I have said elsewhere: Dating apps are broken because the incentives of the usual core approach don't work.

On the supplier side: Misaligned incentives (keep users on the platform) and opaque algorithms lead to bad matches. 

On the demand side: Misaligned incentives (first impressions, low cost to exit) and no plausible deniability lead to predators being favored.

Reply
[-]MondSemmel1y30

On this topic you might be interested in skimming Zvi's three dating roundup posts. Here's the third, which covers dating apps in the first two headings, but all three posts mention them a lot (Ctrl + F "dating app").

Reply
[-]Seth Herd1y20

You need to have bunches of people use it for it to be any good, no matter how good the algorithm.

Reply
[-]Selfmaker6624mo21

Lately I’ve been trying to use Bayes’ Theorem in daily life — quick guesses, like someone’s nationality from a glance.

What I’ve noticed: my intuition does better when I don’t adjust for general priors.  Corrections like “most people in Germany aren’t Russian” when someone looks vaguely Slavic often pull me further from the truth.

After five minutes of reflection, my best guess: explicit Bayes only really helps out-of-distribution, when we lack feedback loops — new domains, big decisions, reasoning about AI. That’s when 5 minutes of googling or reading a paper can give you better intuition than your System 1.


Is this roughly in line with the Sequences?

Reply
[-]tailcalled4mo50

You might be underestimating the strength of evidence that looking vaguely slavic gives.

Reply
[-]Selfmaker6628mo10

Sometimes, when rating a film on IMDb, I give either 1 or 10 stars—not my honest rating—to maximally steer the average toward what I think it should be. Has anyone explored the dynamics of what happens if everyone always votes maximally or minimally to steer the average toward their desired value? Does this behavior have a name? I couldn’t find anything in a quick search.

I’ve done some thinking myself, and Monte Carlo[1] simulations show a low average deviation (around 0.6/10 stars) between the steering equilibrium and the honest average when the population is split into a few distinct groups with different preferences, and then a stochastic generator spits out a new voter with probabilities ~ sizes of groups. It’s relatively straightforward to calculate where the vote would settle mathematically in this case.

If the groups appear in some order instead of being evenly mixed, this strategy favors the last group extremely heavily.

But even in an evenly mixed population, 0.6 isn’t 0, and I wonder if the golden rule would imply I should never do this for stable ratings (e.g., films). For dynamic things like restaurants, though, steering seems reasonable since their quality changes over time, and faster convergence to the “true” value might help everyone.

Would love to hear your thoughts on this.


 

  1. ^

    GPT-o1 generated code without unit testing or reviewing the code

Reply
[-]mattmacdermott8mo40

Relevant keyword: I think the term for interactions like this where players have an incentive to misreport their preferences in order to bring about their desired outcome is “not strategyproof”.

Reply
[-]Selfmaker6628mo10

Thanks, from a very short wikipedia skim, it seems very relevant indeed!

Reply
[-]Archimedes8mo30

The terms "tactical voting" or "strategic voting" are also relevant.

Reply
Moderation Log
More from Selfmaker662
View more
Curated and popular this week
18Comments