this post was submitted on 09 Dec 2024
667 points (99.3% liked)
Memes
11629 readers
1235 users here now
Post memes here.
A meme is an idea, behavior, or style that spreads by means of imitation from person to person within a culture and often carries symbolic meaning representing a particular phenomenon or theme.
An Internet meme or meme, is a cultural item that is spread via the Internet, often through social media platforms. The name is by the concept of memes proposed by Richard Dawkins in 1972. Internet memes can take various forms, such as images, videos, GIFs, and various other viral sensations.
- Wait at least 2 months before reposting
- No explicitly political content (about political figures, political events, elections and so on), !politicalmemes@lemmy.ca can be better place for that
- Use NSFW marking accordingly
Laittakaa meemejä tänne.
- Odota ainakin 2 kuukautta ennen meemin postaamista uudelleen
- Ei selkeän poliittista sisältöä (poliitikoista, poliittisista tapahtumista, vaaleista jne) parempi paikka esim. !politicalmemes@lemmy.ca
- Merkitse K18-sisältö tarpeen mukaan
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't think goal of Gemini was search. There are better tools for search, including AI tools.
Could you recommend any? I've been using ChatGPT and it's been helpful, but I'd love something more specific to the task.
As an example, there was some kind of event happening downtown near me last night. Really bad traffic and roads closed. I tried figuring out what was going on. Checked the city's site, the Facebook page, googled around, couldn't find anything. I asked ChatGPT and it told me it was the annual Christmas parade that started at 7:30, it's route, and where I could catch it from where I was. Say what you will about AI, but that was unbelievably helpful.
Depends on how deep you want to integrate AI. It ranges from learn to rank(AKA AI sorting) and transforming user input(ha! pun!) to vector search(transforming user input to special format) and learned index(AI search). And then there are whole area of AI, LLMs specifically, wchich sits on top of search engines: retrival-augmented generators(search-and-generate).
Thanks so much for the material! I'm going to comb through these tomorrow.