DEV Community

Cover image for 3 Things AI Secretly Hides from You 🀐
Durva Shah
Durva Shah

Posted on • Originally published at ai-translator.hashnode.dev

3 Things AI Secretly Hides from You 🀐

  1. The chatbot is tricking me!!! πŸ’¬πŸ“œβŒ›

    When you text a chatbot, it doesn’t actually remember who you are or what you said two minutes ago. The exact millisecond it finishes typing a response, its brain completely wipes clean. To pull off the illusion of a continuous, flowing conversation, the web application secretly copy-pastes the entire past chat history, bundles it up, and blasts that whole massive block of text back into the processor every single time you hit send.

    • Your "chat session" is an illusion maintained entirely by an ever-growing stateless prompt wrapper. You aren't interacting with a growing, adapting mind; you are repeatedly gas-lighting a brand-new entity into believing it has been talking to you for an hour.
  2. Wait, I am the one training it ??? 🚦🚸🚲

    AI models are inherently blind to context; a computer doesn't instinctively know that a specific cluster of raw pixel values represents a real-world object. It requires billions of examples to be manually labeled by a human mind before the math can understand it. Every time you click on squares containing "traffic lights," "crosswalks," or "bicycles" to unlock a website, you are acting as an unpaid data annotator. You are manually labeling complex, messy real-world data points that feed directly into the computer vision systems of autonomous vehicles.

    • The grand paradox of modern cyber security is that we force humans to act like mechanical data annotators to prove they are not computers, all so that computers can learn how to perfectly impersonate humans.
  3. The supercomputer is stupider than a toddler...πŸ“πŸ‘ΆπŸ»πŸ–₯️

    We assume AI read letters and words the same way human eyes scan a page. It doesn'tβ€”it is entirely alphabet-blind. Before text hits the AI's brain, a parser chops strings of text into numerical blocks called "tokens." For example, the word "strawberry" isn't seen by the model as ten distinct letters; it is compressed into numerical IDs representing chunked pieces like "straw" and "berry". Because it never sees the individual letters, it cannot naturally count them.

    • The most advanced digital brains on earth can pass the bar exam, debug complex programming code, and diagnose medical anomalies, yet they will completely fail a kindergarten spelling test. They don't understand the basic building blocks of our language; they are just masters at calculating the mathematical rhythm of how our words blend together.

Top comments (0)