Website "In the Weights" shows whether AI models know who you are

Website in the Weights Reveals If AI Models Have Your Personal Data

A new website lets you check whether large language models like GPT have been trained on your personal information. The tool, called “Website in the Weights,” queries the model’s training data to see if specific text appears. This gives users a way to gauge privacy risks from AI systems that may have memorized their private content.

The site works by submitting a snippet of text such as an email, a social media post, or a product review—and receiving a score indicating how likely that text is part of the model’s training dataset. The higher the score, the more certain it is that the AI has seen that exact input before.

How the Test Works

Users paste text into a simple field on the website. The tool then runs a membership inference attack against a known language model. It compares the model’s output probabilities for the given text against a baseline to decide whether the text was part of the training set.

  • The test is not perfect false positives and negatives can occur. The tool only works for text that the model might have encountered, and only for models that are publicly accessible.
  • The tool currently supports GPT-2 the researchers used a smaller, older model because it is easier to analyze. Future versions may extend to GPT-3, GPT-4, and other large models.
  • Privacy is a key concern the website does not store submitted text or results. It runs entirely in the browser or via a simple API call, and no data leaves your computer after the request is made.

Why This Matters for Privacy

Large language models are trained on massive datasets scraped from the internet. If you have ever published anything online, there is a chance that your data is part of that training corpus. Models can sometimes memorize and reproduce sensitive information, such as email addresses, phone numbers, or private messages.

“Membership inference attacks like this one are a critical tool for understanding what models have learned about individuals.” The researchers behind the tool.

This tool gives users a straightforward way to test one specific model. It does not guarantee that your data is safe across all AI systems, but it provides a baseline for transparency.

The Limits of the Tool

The website only checks GPT-2, which was released in 2019 and is far less powerful than today’s models. Newer models are larger and more proprietary, making it harder to run similar checks. Additionally, the tool can only detect exact matches if your text was paraphrased or slightly altered in training, the test will not catch it.

  • It cannot test commercial APIs OpenAI, Google, and others do not expose their full training data. The tool works only with models that are open-source and have publicly released weights.
  • It does not cover all data types images, audio, or structured data like spreadsheets cannot be tested. Only plain text snippets are supported.
  • False negatives are common even if the tool says your text is not in the training set, it may still be present in a different model or version.

The Bigger Picture: AI and Informed Consent

The tool is part of a growing movement to hold AI developers accountable for what they train on. Many users are unaware that their online activity becomes training fodder. Tools like this empower individuals to verify claims and make informed choices about sharing content online.

As AI continues to integrate into daily life, understanding which data models have consumed becomes as important as understanding what they generate. The “Website in the Weights” project is one step toward that transparency.

What You Can Do

To use the tool, visit the website, paste in a snippet of text you suspect may be in the training data, and click submit. The results appear within seconds. If your text scores high, consider whether you want that model to have access to that information. However, remember that a low score does not guarantee safety your data may still be in other models.

The researchers encourage feedback from the community to improve the accuracy and expand support to newer models. They have also released the code on GitHub for anyone to audit or extend.

Link: https://intheweights.com/

Example: WOLFGANG AMADEUS MOZART IS IN THE WEIGHTS


Gnoppix is the leading open-source AI Linux distribution and service provider. Since implementing AI in 2022, it has offered a fast, powerful, secure, and privacy-respecting open-source OS with both local and remote AI capabilities. The local AI operates offline, ensuring no data ever leaves your computer. Based on Debian Linux, Gnoppix is available with numerous privacy- and anonymity-enabled services free of charge.

What are your thoughts on this? I’d love to hear about your own experiences in the comments below.