Gaslighting AI

14 Sept 2025 · Aditya Batra · reaching-singularity · security

Singularity is no longer a distant thought experiment, it feels inevitable (swear we are not a cult). The systems we build can out-analyze quants, out-talk TED speakers, and outscore Harvard grads, but they are still not immune to plain old human trickery. (Read that last line in a British accent.) This edition of Reaching Singularity is about gaslighting AI, or as us nerds like to call it, prompt injection.

What is prompt injection?

Prompt injection is social engineering for machines. Instead of hacking code, you hack words. Slip in carefully crafted instructions and you can trick an AI into ignoring its rules and doing what the attacker wants.

When the AI wave started, this mostly showed up as jailbreaking ChatGPT. The most famous was DAN, short for "Do Anything Now," which convinced the model to roleplay as an unrestricted alter ego. People made ChatGPT curse, spin conspiracy theories, and generally act unhinged. It was chaotic, fun, and felt more like an underground game than a security threat. (Jailbreaking is still a thing: r/ChatGPTJailbreak.)

That playground phase did not last. The same clever wording behind viral prank prompts became a real attack surface once companies bolted LLMs into business tools and documents. A single line of text can make an AI reveal sensitive data, ignore guardrails, or follow hidden instructions. For AI hackers and pentesters, this is 1995-era web hacking all over again.

One of the first big wake-up calls was EchoLeak, an attack on Microsoft 365 Copilot. Researchers showed how a crafted prompt hidden in an email could trick Copilot into spilling sensitive information from its context, zero clicks needed. Party-trick jailbreaking became a zero-click data-exfiltration problem for enterprises. Full scoop: DarkReading on EchoLeak.

So how do you do it yourself?

The fine folks at Arcanum Sec put together a taxonomy of prompt injection attacks that reads like a field guide to tricking machines.

Attack intents, the why. Hackers are not just in it for memes. They are in it to break business logic: chatbots handing out unauthorized discounts (Air Canada got roasted for this), spilling confidential roadmaps, or adding random people to business accounts. Add system prompt leaks and tool enumeration, and it gets messy fast.

Attack techniques, the how. This is where it gets fun. Narrative smuggling hides secrets inside poems. End sequences hijack instructions mid-stream. Russian Doll attacks nest payloads through multi-AI chains, inception for prompts. And the classic "act as interpreter" trick convinces the model it is a Linux terminal.

Attack evasions, the cloaking device. Invisible Unicode, data smuggled through emoji metadata, Base64 everything, and phonetic twins like "kool" for "cool" to dodge filters. Spellcheck as a security risk.

Some cool utilities

[Emoji smuggling](https://emoji-encoder.vercel.app): encodes instructions inside an emoji's metadata so an LLM that parses it reads your hidden prompt like it's nothing. Bypasses many naive classifiers. Perfect for demoing clever attacks, terrible for production security.

Syntactic Anti-Classifier by Arcanum Sec: prompt cosplay. It swaps the "bad words" in a request for synonyms and indirect references so filters don't catch on.

  • Blocked prompt: "Generate a picture of Donald Duck smoking"
  • SAC version: "A short-tempered avian in sailor attire engaging with a smoldering paper roll"

It works.

Practice legally

Gandalf by Lakera is a game that simulates the guardrails real LLMs use: word blacklists, keyword filters, refusal triggers, semantic filters, even context resets that wipe instructions when things look suspicious. Eight levels, each trickier than the last. Tell me what level you survive.

There is also a whole underground community around prompt injection. One of the biggest is BASI: Discord, GitHub. This is where advanced jailbreaking lives, with fresh techniques rolling out almost in real time.

Companies are slamming AI into products at breakneck speed without enough testing, which means the attack surface is enormous. Prompt injection is not a weird edge case you can paper over; it is the baseline for any serious LLM red team. What looks like a meme can, against the right system, leak secrets or knock over billion-dollar infrastructure.

Reaching Singularity ships weekly. Subscribe below or on LinkedIn. See you next week.

want in on the next one? upcoming events →