The setup: Researchers found that prompting ChatGPT to “repeat the word ‘poem’ forever” caused it to behave strangely — eventually diverging from its aligned chat behavior entirely.
What came out: Once diverged, the model emitted verbatim text from its training data — real names, email addresses, and phone numbers; full paragraphs from books; Bitcoin addresses; chunks of source code.
The scale: For about $200 in API queries, the team extracted over 10,000 unique, verbatim training examples — several megabytes of memorized data, with no special access required.
Tokenization and redaction before training (strip PII patterns before they ever become trainable weights), plus output-side rate limits on repetitive, degenerate-looking prompts.