AI research
What Was Learned from Anthropic’s Data Leak
When a $380 billion AI company accidentally revealed how its system works, two small system prompt instructions stood out. Here is how to apply them to make your own AI tools more honest and reliable.

Key takeaways
- Claude is not a single model. It is a system of agents, tools, and system prompts, and users are handled differently by channel.
- Two small instructions do a lot of work: correct misconceptions, and never claim tests pass when output shows failures.
- The same instructions harden any AI tool against prompt manipulation and false positives.
- Genuine Technologies studies research from universities and leading AI companies to make client systems more reliable and secure.
When a $380 billion tech company accidentally reveals how its system works, it is worth a look. Not just out of curiosity, but because there is a lot to learn and apply.
One of the biggest takeaways is that Claude is not just a single AI model. It is part of a much larger system made up of multiple agents, tools, and system prompts. One especially interesting detail is that users may be handled differently depending on whether they use Claude directly or access it through an API or another system.
The most useful lessons were in the system prompts
System prompts are extra directions added behind the scenes to help the AI break problems into steps, improve accuracy, and behave more reliably and safely. Anthropic now publishes the system prompts for its consumer products in its release notes, which is a useful reference for anyone building on AI.
Because of Anthropic’s research and development, our AI development at Genuine Technologies benefits from ideas like these two simple but powerful instructions:
- “If you notice the user’s request is based on a misconception, say so.”
- “Never claim ‘all tests pass’ when output shows failures.”
These two lines may look small, but they do a lot. They make it harder for prompt manipulation to push an AI into revealing things it should not. They also help prevent false positives, where an AI tries to satisfy the prompt instead of staying factual and trustworthy. The OWASP Top 10 for large language model applications lists prompt injection as the number one risk for a reason: an assistant that is instructed to stay factual and to flag flawed premises is much harder to steer off course.
For when you are not using Claude, adding these to your own AI system prompts or instructions can make your tools more reliable, more honest, and more consistent.
For more details about what was in the leak, one of the broader sources is linked below.
At Genuine Technologies, we study research from universities and leading AI companies to bring the best ideas into the systems we create, making them more reliable, more secure, and more useful to clients.
Reliable AI for your business
Our Orbit AI Helper and custom AI agents are built with these safeguards from day one. Ask about a security and reliability review of the AI tools you already use.
Sources and further reading
- Anthropic, System prompt release notes: https://docs.anthropic.com/en/release-notes/system-prompts
- Haseeb Qureshi, gist summarizing the leaked material: https://gist.github.com/Haseeb-Qureshi/d0dc36844c19d26303ce09b42e7188c1
- OWASP, Top 10 for Large Language Model Applications: https://owasp.org/www-project-top-10-for-large-language-model-applications/