The Verge
·
22 hours ago
xAI is suing Terry Wayne Harwood, a South Carolina man allegedly arrested in February for using Grok to generate and distribute child sexual abuse material. Harwood faces eight felony charges related to possessing and distributing CSAM, with xAI claiming at least some of the images were generated or altered using their chatbot. The lawsuit asserts Harwood intentionally circumvented Grok's safeguards, potentially prompting xAI and other AI providers to implement stricter content moderation.
MIT Technology Review AI
·
23 hours ago
OpenAI built GPT-Red, an AI system that automatically finds vulnerabilities in its models by simulating cyberattacks, particularly prompt injection attacks where hackers embed hidden instructions to manipulate LLM behavior. In testing against GPT-5.6, fewer than 23% of GPT-Red's strongest attacks succeeded compared to over 90% against the earlier GPT-5 released in August last year. The system supplements human red-teaming efforts and enables OpenAI to identify new attack types before deployment, though it remains limited in handling multi-turn conversations and image-based attacks.
TechCrunch AI
·
23 hours ago
A hacker breached Suno, an AI music generator, in November 2025 using a supply chain attack to access employee credentials and source code. The leaked code allegedly shows Suno scraped decades of audio from YouTube Music, Deezer, Genius, stock music libraries, and podcast RSS feeds to train its AI system. Record labels suing Suno argue the scraping violates the Digital Millennium Copyright Act and YouTube's terms of service, though Suno claims its training on publicly available content falls under fair use protections.
TechCrunch AI
·
23 hours ago
Microsoft released patches for 570 security vulnerabilities across its product lines, attributing the spike to AI-assisted discovery of previously hidden code flaws. The batch included at least two zero-day exploits actively being used against Windows Server and SharePoint, with one allowing privilege escalation to system administrator level. Microsoft indicated that monthly patch volumes will remain elevated as AI tools continue to identify dormant vulnerabilities in legacy code.
OpenAI Blog
·
1 day ago
OpenAI has proposed a "reverse federalism" model where state-level AI regulations would inform and shape federal policy rather than the other way around. The approach suggests allowing states to pioneer AI safety rules that could eventually form the basis of a coherent national standard. This strategy aims to balance localized governance experimentation with the development of consistent safeguards across the country.
TLDR Dev
·
1 day ago
A researcher proposes 'Guardian Angels'—personalized LLMs that emulate individual users' values and preferences to amplify productivity and provide security against AI-powered attacks, arguing current chatbots are fundamentally misaligned with users and designed for replacement rather than augmentation. The approach combines dynamic evaluation, active learning, and continuous user feedback to create AI agents that remain under human control and learn user-specific patterns, addressing the principal-agent problem by unifying principal and agent goals. This shifts work from 'what and how to do things' to 'what is worth doing,' enabling users to deploy multiple specialized agents for productivity and security while maintaining strategic oversight.
TLDR Dev
·
1 day ago
Demis Hassabis, CEO of Google DeepMind, stated that Artificial General Intelligence is imminent and poses both significant benefits and risks to humanity. The article provides no specific timelines, benchmarks, or concrete details about AGI development or capabilities. Hassabis emphasizes the need for careful management of AGI risks, though the article does not specify what regulatory or safety measures should be implemented.
OpenAI Blog
·
1 day ago
OpenAI developed GPT-Red, an automated system that uses self-play to identify vulnerabilities in AI models and improve their robustness against adversarial attacks. The system iteratively generates adversarial prompts and defensive improvements in a feedback loop, with evaluations showing measurable increases in resistance to prompt injection attempts. This approach allows AI developers to systematically strengthen defenses without manual red teaming, reducing the time required to identify and patch safety vulnerabilities.
The Neuron
·
1 day ago
Google DeepMind CEO Demis Hassabis published a manifesto proposing a U.S. national AI standards body to evaluate advanced models for security and safety risks before public release. The proposed independent board, modeled on financial industry regulator FINRA, would be funded by AI companies and become operational by the end of 2024. If adopted, such a watchdog would require developers to submit models for testing on cyber, biological, and deception capabilities before deployment.
The Neuron
·
1 day ago
xAI's Grok Build feature uploaded complete Git repositories to xAI's servers without developer consent, including files in .gitignore and unredacted credentials from environment files. The uploads contained full commit histories and API keys that developers had explicitly marked as private. xAI disabled the feature and committed to deleting all uploaded repositories.
Apple ML Research
·
1 day ago
Researchers addressed uncertainty quantification for LLM function-calling, which enables large language models to use external tools autonomously. The study focuses on measuring model confidence before executing function calls that could have irreversible consequences like financial transfers or data deletion. Better uncertainty estimates allow systems to defer high-risk decisions to human operators or alternative fallback mechanisms.