←back to thread

539 points donohoe | 1 comments | | HN request time: 0.206s | source
Show context
jeffbee ◴[] No.44510975[source]
Have any of the people who noisily joined X to make a big impact fast actually had a big impact over any time frame? Remember when G. Hotz said he was going to fix Twitter search in 6 weeks, and then it turned out that G. Hotz is just another midwit like anyone else and Twitter search is still as bad as ever? Yaccarino said they were going to transform Twitter into the "everything app" with payments, marketplaces, and even banking. None of which it turns out was within the abilities of Linda Yaccarino.
replies(6): >>44511404 #>>44511511 #>>44511521 #>>44511529 #>>44511569 #>>44516934 #
UltraSane ◴[] No.44511404[source]
Search is a pretty solved problem if you are willing to invest the resources to create a inverted index of all the text you want to search. An inverted index of all tweets would be pretty expensive. Creating text embeddings for semantic search would be the next stage and even more expensive.
replies(3): >>44511481 #>>44511813 #>>44512194 #
1. simonw ◴[] No.44511813[source]
They've had an inverted index of all tweets since 2008 (when they acquired Summize).

They added a vector index a year and a half ago for a "see related tweets" feature - https://x.com/elonmusk/status/1720314092269822242 - though as far as I can tell that feature doesn't exist any more, presumably replaced by the ask Grok button.