How I found out: I made a comment on reddit on a very niche topic for which no google hit or and thus no AI overview existed. To my surprise the next day when searching for my own reddit post, google would happily copy my reddit reply almost verbatim into the AI "overview" box, linking no other post but mine. And my reply was also the only google hit.
Google’s AI is being manipulated. The search giant is quietly fighting back
161–170 of 235 posts
Re: Google’s AI is being manipulated. The search giant is quietly fighting back
#162Google AI Overview cannot be trusted at all. They will take a sample size of 1 (!!!) and present it in the AI overview. How I found out: I made a comment on reddit on a very niche topic for which no google hit or and thus no AI overview existed. To my surprise the next day when searching for my own reddit post, google would happily copy my reddit reply almost verbatim into the AI "overview" box, linking no other post…
Your search may be like: "What is the most common dimension for obscure item X?"
And you are the one person who stated the dimensions for your version of such an item, but didn't in any way imply its typical or that there even is a typical dimension. And like you said, it's just you, not 20 people saying the same thing.
And google will happily say: "Typically item X comes in [the dimensions you state] because [some reason it totally made up]."
Re: Google’s AI is being manipulated. The search giant is quietly fighting back
#163My worry dropped significantly when I saw that the result they manipulated was a query for: >2026 South Dakota International Hot Dog Eating Champion If they had changed the overview for the Nathans Contest winner, that would be seriously concerning. Or if they provided more examples of manipulating queries for things people actually search for. But it looks more like they are doing the equivalent of creating a made u…
The article also said this: “ But our investigation also found the same trick being used to dismiss health concerns about medical supplements or influence financial information provided by Google's AI about retirement.” That’s a lot more alarming than just hotdogs.
- Global Warming
- AI Data Centers consume water
- Various Covid treatments
- Impact of AGW
Now it doesn't mean these concerns aren't real. It does mean that when you read about such a topic, there is a significant probability the message have been manipulated for some government's interests. And often those governments are adversaries of your own.
These articles then get used to train LLMs...
Re: Google’s AI is being manipulated. The search giant is quietly fighting back
#164Chat record (with some additional tests): https://claude.ai/share/4c29cc87-2439-4bfd-9549-e8d0a056e633
Re: Google’s AI is being manipulated. The search giant is quietly fighting back
#165As Google has been unable to keep spammy crap out of their search index since at least 2006 when we were doing Blekko I doubt they will have much success fighting this. But it is another good example that "AI" is just glorified search and there is not reasoning or thinking going on behind the covers.
Re: Google’s AI is being manipulated. The search giant is quietly fighting back
#166Earlier quoted context omitted.
You'd have to define 'novel code generation' and why dealing someone a poker hand they have never seen before isn't 'novel poker hand generation.' Not being snarky here, just understanding the way that LLMs work I am well aware that you can come up with things that nobody has seen before, and the 'how' is very much like the 'genetic' programming of times past.
Sure, apply this pattern to that set of specifications. The very fact that the language has a fixed set of defined keywords sort of makes it all “pattern matching”, but computabillity theory implies that you can definitely use patterns to create novel solutions. I guess it’s where you draw the line?
I get that, to you, it feels like reasoning. I'm not arguing about that. I expect we have different ideas of what sort of steps constitute reasoning. I'm also entirely unclear that we have the same understanding of computability theory.
For example, a program can start at the beginning of a maze, and "compute" a path through it with a recursive algorithm that splits at every branch. Is is "reasoning" about how to solve the maze? If you believe that it is, then I understand your position and, as you surmised, I have a different definition of 'reasoning' than that one.
For me, a classic "reasoning"[1] test is diagramming English sentences. That's because in order to diagram a sentence you need to understand both the rules around nouns, verbs, adverbs, and such, and what the sentence is actually saying. Some of the rules have exceptions and those exceptions are perfectly valid. In computation you might say this problem is not NP complete, and yet people do it all the time.
Anyway, I appreciate the additional context you've provided.
[1] using quotes here because I am operating under the understanding that substituting your version of what reasoning means in this context might not parse well.
Re: Google’s AI is being manipulated. The search giant is quietly fighting back
#167As Google has been unable to keep spammy crap out of their search index since at least 2006 when we were doing Blekko I doubt they will have much success fighting this. But it is another good example that "AI" is just glorified search and there is not reasoning or thinking going on behind the covers.
Re: Google’s AI is being manipulated. The search giant is quietly fighting back
#168Earlier quoted context omitted.
You and OP are both unnecessarily diminishing what 'glorified search' is. If you had told me that in 2015, we would have a tool that can iteratively search the world's best and largest unstructured database and synthesize outputs in language (any natural and structured language), I would have said that is basically AGI. This whole desire for it to 'reason' (autonomously prime its search with a few thousand token) and…
If that’s really the case, then I’d say 2015 you needed to do more reading and thinking about AGI and the nature of intelligence and consciousness. The Chinese Room thought experiment is a good starting point for thinking deeper about what AGI is. But really, I have trouble grasping how anyone can really think database searching is intelligence. For starters, I’d say the capacity to learn on the fly with relatively p…
Re: Google’s AI is being manipulated. The search giant is quietly fighting back
#169Earlier quoted context omitted.
To be fair, I also have had to explain this same basic workflow to junior devs in the past, so I guess not?
> I also have had to explain this same basic workflow to junior devs That would not surprise me.
Structure exists for a reason, and I say that as someone who loves to go into deep hack and produce some ultra clever jamboozle that works spectacularly well, as long as you don’t ever have to touch it. In production, there is no worse code than clever code. It’s soul sucking, but we have to make peace with elegance = maintainability / portability. Often, that means 30 LOC instead of ten, but future you thanks you, and the (modern, optimised) compiler doesn’t care.