deleted by creator
It’s hilarious I got the same results with Charlize Theron with the exact same movie, I guess we both don’t know who actresses are apparently.
Everyone in this post is the annoying IT person who says “why don’t you just run Linux?” to people who don’t even fully understand what an OS is in the first place.
Installing a whole new OS is not good comparison to browser. We all downloaded chrome using internet explorer at some point before.
You are included in my initial assertion
This is why no one can find anything on Google anymore, they don’t know how to google shit.
People Google questions like that? I would have looked up “Heat” in either Wikipedia or imdb and checked the cast list. Or gone to Jolie’s Wikipedia or imdb pages to see if Heat is listed
doesn’t matter, this is “AI” and it should know the difference from context. not to mention you can have gemini as an assistant, which is supposed to respond to natural language input. and it does this.
best thing about it is that it doesn’t remember previous questions most of the time so after listening to your “assistant” being patronizing about the term “in heat” not applying to humans you can try to explain saying “dude I meant the movie heat”, it will go “oh you mean the 1995 movie? of course… what do you want to know about it?”
You’ve sullied my quick answer:
The assistant figures it out though:
Maybe that’s why ai had trouble determining anything about AJ & the movie Heat, because she’s wasn’t even in it!
How can she be fertile if her ovaries are removed?
Because you’re not getting an answer to a question, you’re getting characters selected to appear like they statistically belong together given the context.
A sentence saying she had her ovaries removed and that she is fertile don’t statistically belong together, so you’re not even getting that.
You think that because you understand the meaning of words. LLM AI doesn’t. It uses math and math doesn’t care that it’s contradictory, it cares that the words individually usually came next in it’s training data.
It has nothing to do with the meaning. If your training set consists of a bunch of strings consisting of A’s and B’s together and another subset consisting of C’s and D’s together (i.e.
[
and ]+[
in regex) and the LLM outputs “ABBABBBDA”, then that’s statistically unlikely because D’s don’t appear with A’s and B’s. I have no idea what the meaning of these sequences are, nor do I need to know to see that it’s statistically unlikely. ]+In the context of language and LLMs, “statistically likely” roughly means that some human somewhere out there is more likely to have written this than the alternatives because that’s where the training data comes from. The LLM doesn’t need to understand the meaning. It just needs to be able to compute probabilities, and the probability of this excerpt should be low because the probability that a human would’ve written this is low.
Honestly this isn’t really all that accurate. Like, a common example when introducing the Word2Vec mapping is that if you take the vector for “king” and add the vector for “woman,” the closest vector matching the resultant is “queen.” So there are elements of “meaning” being captured there. The Deep Learning networks can capture a lot more abstraction than that, and the Attention mechanism introduced by the Transformer model greatly increased the ability of these models to interpret context clues.
You’re right that it’s easy to make the mistake of overestimating the level of understanding behind the writing. That’s absolutely something that happens. But saying “it has nothing to do with the meaning” is going a bit far. There is semantic processing happening, it’s just less sophisticated than the form of the writing could lead you to assume.
It’s not even words, it “thinks” in “word parts” called tokens.
And the text even ends with a mention of her being in early menopause…
Leaving aside the fact that this looks like AI slop/trash bait; who the fudge is so clueless as to think Ashley Judd, assuming that she’s who they’re confusing, looks anything like Angelina Jolie back then
How do you know that OP even saw Heat? Maybe they were just curious to see if she was in it.
First, it’s the internet, you can cuss. Either structure the sentence not to include it at all or just cuss for fuck’s sake. Second, not everyone knows every actor/actress or is familiar, especially one that’s definitely not in the limelight anymore like Ashley Judd. Hell even when she was popular she wasn’t in a lot.
I think the trick here is to not use Google. The Wikipedia page for the movie heat is the first result on DuckDuckGo
I think the trick is to put the word “movie”
DDG also has a quick answer AI
It does?? I was using Brave because it had AI
(And also because so many websites are censored on DDG for some reason)
Its does, but its less annoying and actually has an off switch
You can also search Wikipedia directly.
if anyone’s using ddg, you can do this by just adding !w for a direct Wikipedia search, or even !imdb for a direct imdb search without going to the respective sites first.
PSA for Firefox/fork users, click the button to the left of the search bar after clicking blank space in the search bar, you’ll get a list of choices besides just your primary selection. You can add more:
Yeah, first part of any fresh Fox setup is changing the default search engine.
Yup, using the bang !w anywhere within the search
I use duck duck go as well. I wish it wasn’t just anonymised Bing search. One of these days I’ll look into an open source independent search engine.
I haven’t used Bing in a while but I alternate between Ecosia and DDG, supposedly Bing as their main provider. I find more and more differences between them nowadays so I do feel DuckDuckBot and Qwant partnership are doing their thing. I’m optimistic about both of them broadening their sources as they state in their websites.
Searxng maybe?
Qwant
though it’s not free, I suggest Kagi. It’s only a few dollars a month. Then you can be sure you’re not the product.
NGL, I learned some things.
Google was fine as it was before, now it does shit like this. I hate how AI is shoved down our throats. And the results on google nowadays feel so much worse and generic than a few years ago. That isn’t just a feeling I have, right?
Append ?udm=14 to your Google search results
I’d rather use anything else
I’m not opening that Rick Astley link, thank you.
No it’s a real link
They’re an ad company that just happens to offer search as a way to show ads.
Their ideal scenario is one where you search forever and never find what you were looking for.
They’re walking the fine line between being shitty enough that you have to refine your search multiple times (thus allowing them to show you more ads), but not being SO shitty that you give up and never come back.
This has been effectively proven by email chains made public through court proceedings. Former head of search left sometime around 2015 because the ad team was being allowed to make search worse to pump their numbers.
New head of search was the guy who ran Yahoo’s search department while they got eaten alive by Google, and he had been working Google’s Ad division after he left Yahoo.
Huh. Interesting! Thanks!
Really? Felt like Google jumped the shark quite awhile before this even started.
It been a downhill slope that just keeps getting steeper. They’re basically falling off a cliff right now, and their parachute is improving AI.
Add obscenities to your search for the most optimized results. It drops the AI component and seems to provide the more direct results we used to get.
I just get X-rated results.
Say -fuck with a hyphen at the beginning so that it doesnt search for it.
-fuck, that’s good.
It appears you were looking for Lara Croft in the nude. I think I’ve found what you’re looking for…
https://youtube.com/watch?v=NuFK6cLDzT4
Edit: I can provide a build script for that.
Debian Linux Script…
#!/bin/bash if [ -f ~/Desktop/TR1X-3.0.2-Debian/TR1X.sh ]; then # Simply run the game startup script and exit... pushd ./ cd ~/Desktop/TR1X-3.0.2-Debian ./TR1X.sh popd exit else # Create temporary download folder if [ ! -d /tmp/TR1X-download ]; then mkdir /tmp/TR1X-download fi # Download and extract game engine tarball pushd ./ cd /tmp/TR1X-download if [ ! -f TR1X-3.0.2-Debian.tar.gz ]; then wget http://web.archive.org/web/20231122035737if_/https://files.catbox.moe/lc2sqz.gz mv lc2sqz.gz TR1X-3.0.2-Debian.tar.gz fi if [ ! -d ~/Desktop/TR1X-3.0.2-Debian ]; then mkdir ~/Desktop/TR1X-3.0.2-Debian fi pushd ./ cd ~/Desktop/TR1X-3.0.2-Debian if [ ! -f TR1X ]; then tar -xvf /tmp/TR1X-download/TR1X-3.0.2-Debian.tar.gz fi popd popd # Nude Raider Title Screen if [ ! -f /tmp/TR1X-download/titleh.png ]; then pushd ./ cd /tmp/TR1X-download wget https://tinyurl.com/nr1xtitle mv nr1xtitle titleh.png rm ~/Desktop/TR1X-3.0.2-Debian/data/titleh.png cp titleh.png ~/Desktop/TR1X-3.0.2-Debian/data/titleh.png popd fi pushd ./ cd /tmp/TR1X-download if [ -f /tmp/TR1X-download/titleh.png ]; then if [ ! -f /tmp/TR1X-download/tombraid.rar ]; then wget https://tinyurl.com/nuderaid mv nuderaid tombraid.rar fi else if [ ! -f /tmp/TR1X-download/tombraid.rar ]; then wget https://tinyurl.com/wombraid mv wombraid tombraid.rar fi fi type -P unrar > /dev/null && echo || sudo apt-get install unrar unrar x /tmp/TR1X-download/tombraid.rar /tmp/TR1X-download if [ -f /tmp/TR1X-download/titleh.png ]; then 7z x /tmp/TR1X-download/nuderaid.iso else 7z x /tmp/TR1X-download/tombraid.iso fi cp /tmp/TR1X-download/Data/*.* ~/Desktop/TR1X-3.0.2-Debian/data mkdir ~/Desktop/TR1X-3.0.2-Debian/fmv cp /tmp/TR1X-download/Fmv/*.* ~/Desktop/TR1X-3.0.2-Debian/fmv if [ ! -f /tmp/TR1X-download/music.zip ]; then wget https://tinyurl.com/tr1xmusic mv tr1xmusic music.zip fi if [ ! -d ~/Desktop/TR1X-3.0.2-Debian/music ]; then mkdir ~/Desktop/TR1X-3.0.2-Debian/music unzip /tmp/TR1X-download/music.zip -d ~/Desktop/TR1X-3.0.2-Debian fi popd # Modern TR1X doesn't recognize the original PCX images rm ~/Desktop/TR1X-3.0.2-Debian/data/*.pcx # Clean temporary files if [ -d /tmp/TR1X-download ]; then rm -r /tmp/TR1X-download fi # Generate startup script... if [ ! -f ~/Desktop/TR1X-3.0.2-Debian/TR1X.sh ]; then rm ~/Desktop/TR1X-3.0.2-Debian/TR1X.sh echo "#!/bin/bash" > ~/Desktop/TR1X-3.0.2-Debian/TR1X.sh echo "./TR1X" >> ~/Desktop/TR1X-3.0.2-Debian/TR1X.sh chmod 755 ~/Desktop/TR1X-3.0.2-Debian/TR1X.sh fi # Initialize the game... # if [ -f ~/Desktop/TR1X-3.0.2-Debian/TR1X.sh ]; then # pushd ./ # cd ~/Desktop/TR1X-3.0.2-Debian # ./TR1X.sh # popd # fi fi
I… Really am over paid for what I do if you can just whip out a script like that
I get bored sometimes.
Hope the script didn’t give you any trouble.
If you comment out the title screen download section, it’ll install regular Tomb Raider instead.
Not just you. I feel like search modifiers like “NOT” or “OR” haven’t been working for a good long while either.
They stopped supporting booleans in 2013. This is the list of currently supported search modifiers.
While it’s nice to finally have closure on this, it’s also depressing that they removed that.
A statistical model predicted that “in heat” with no upper-case H nor quotes, was more likely to refer to the biological condition. Don’t get me wrong: I think these things are dumb, but that was a fully predictable result. (‘…the movie “Heat”’ would probably get you there).
It’s not just any human though, it’s an actor, so movie related words should statistically be more likely.
google strips capitalization from searches
Slut
They love it.
As a comparison I ran the same all lower case query in bing and got the answer about the movie because asking about a movie is statistically more likely than asking if a human is in heat. Google’a ai is worse than fucking bing, while google’s old serach algorith consistently had the right answers.
Google made itself worse by replacing a working system with ai.
Kagi quick answers for comparison gets this tweet, but now it thinks that heat is not the movie kind lol
The AI ouroboros in action
It might be the way Bing is tokenizing and/or how far back it’s looking to connect things when compared to Google.
I tried the search myself and the non-AI results that aren’t this Bluesky post are pretty useless, but at least they’re useless without using two small towns’ worth of electricity
Non-AI results are not going to generally include sites about how something isn’t true unless it is a common misconception.
While I get your point of the capital H thing, Google’s AI itself decided to put “heat” in quotes all on its own…
I think Gemini is “in heat”
It also contradicts itself immediately, saying she’s fertile, then immediately saying she’s had her ovaries removed end that she’s reached menopause.