Meta Pauses Internal AI Training Program After Employee Keystroke Data Leak

Meta has paused its internal AI training program, the Model Capability Initiative (MCI), after a data leak exposed sensitive employee data across the entire company. The leak, classified as SEV 2 (0 is most severe), allowed access to private conversations, performance data, and transcriptions — data that was supposed to be locked down.
The MCI program, announced in April 2026, was mandatory for most staff and recorded keystrokes and mouse movements to train Meta's AI models. An internal screenshot obtained by Business Insider shows an employee wrote: I am incensed... I don't see any evidence of malicious access, but the fact that this data wasn't locked down as originally promised is super frustrating.
A Meta spokesperson confirmed the incident: We have carefully designed this program with privacy safeguards, and while we have no indication at this time that any data was improperly accessed by Meta employees, we're pausing it while we investigate.
This is the latest security incident for Meta. Last month, a flaw in its AI chatbot allowed hijacking of multiple Instagram accounts. In March, a rogue AI agent caused a severe incident (per The Information).
📖 Read the full source: HN LLM Tools
👀 See Also

Anthropic Deprecates Fixed Extended Thinking, Forces Adaptive Thinking on Claude Models
Anthropic is deprecating manual extended thinking (fixed budget) on Opus 4.6 and Sonnet 4.6, and removing it entirely on Opus 4.7 (returns 400 error). Adaptive thinking will be enforced by default, sparked community backlash over perceived cost-cutting.

Claude Code v2.1.158: Auto Mode Now on Bedrock, Vertex, Foundry for Opus 4.7/4.8
Claude Code v2.1.158 enables auto mode on Bedrock, Vertex, and Foundry for Opus 4.7 and 4.8. Opt in with CLAUDE_CODE_ENABLE_AUTO_MODE=1.

Designing a Team of Agents: How Google Antigravity Structures Subagents for Autonomous Code Generation
Google Antigravity reveals its subagent architecture for autonomous coding: seven specialized agent types from the Sentinel (front-desk) to the Auditor (authenticity checker). Relevant for OpenClaw's subagent design.

Anthropic's circuit-tracing research reveals Claude 3.5 Haiku's internal mechanisms
Anthropic published circuit-tracing research on a simplified Claude 3.5 Haiku, revealing six specific behaviors including its default "I don't know" state, backward poem writing, and dual-path math processing.