As you lean on AI more and more to replace tasks, answer questions, and amplify productivity, remind yourself, “Trust but Verify”. Sure, we all want technology to make our lives easier, but we must hold ourselves, and the tools we build and use accountable.
Case in point; over the last few days I’ve been brushing up on my math and coding skills and asked google a simple question, “How do you use modulo with exponents?” (Nerd alert, I know). Google’s Search Labs / AI overview provided a detailed explanation along with an example. All good, right? Except the answer in the example was wrong.
As shown in the screenshot below 3^5 % 7 = 6

Let’s break it down:
3^5 = 243
243 / 7 = 34.7~
so 34 * 7 = 238
243-238 = 5
The right answer = 5
If AI can get something this simple wrong, what else isn’t it getting right? Like stopping at a stop sign to make sure there’s no oncoming traffic, or verifying the credibility of a news source, or actually reading the article and not just the headline, when using AI, do your due diligence and Trust, but Verify.
