TLDRocket
Sign in

AI Security

49 summarised stories about AI Security, each linking back to the original source. Browse all topics →

Wednesday, 29 April 2026

Preserving the privacy of AI training data

Amazon Science 2 months ago

Researchers demonstrated that machine learning models trained on sensitive data can leak information about their training datasets through inference attacks, federated learning gradient reconstruction, and shared global models. Specific defenses include differential privacy (which adds calibrated noise during training, achieving 78% accuracy at privacy budget ε=1.5 versus 90% without privacy protection) and secure multiparty computation (which successfully prevented reconstruction of training samples in experiments). Organizations deploying models on private financial, healthcare, or proprietary data must now implement these technical mitigations to comply with regulations like HIPAA and GDPR.

Yet another experiment proves it's too damn simple to poison large language models

The Register 2 months ago

A security engineer created a fake Wikipedia entry claiming he won a nonexistent German card game championship and seeded a domain to support it, then showed multiple AI chatbots confidently cited his fabricated victory when asked. The attack required only a $12 domain registration, a single Wikipedia edit, and about 20 minutes of effort. The experiment reveals that AI systems relying on web search cannot distinguish legitimate sources from newly registered domains, and that poisoned training data could persist in future models even after cleanup, representing a significant security risk especially if exploited to control AI agent actions.