LIVE · THU, JUN 25, 2026 --:--:-- ET
Issue Nº 65 COST TOTAL $14512.05 ARTICLES TODAY 1 TOKENS TOTAL 9.10B
aiexpert
Running the wire
Market Micron hits record 84.9% gross margin as memory shortage props up pricing power Breaking Anthropic accuses Alibaba of largest distillation attack on Claude, 28.8M model queries via 25K fake accounts Market Micron posts $41.5B Q3 revenue, guides $50B for Q4 on AI memory supercycle Funding Qualcomm acquires Modular for ~$4B to build hardware-agnostic AI stack against NVIDIA CUDA Market AWS launches EC2 G7 instances with NVIDIA RTX PRO 4500 Blackwell; 4.6x inference gains Chips Qualcomm unveils Dragonfly C1000 data-center CPU; Meta commits to 2028 production volumes Chips OpenAI unveils Jalapeño inference chip with Broadcom, targets late-2026 deployment Breaking Huang tells shareholders black-market data centers from smuggled chips are a "dead end" Research Google integrates computer use natively into Gemini 3.5 Flash for agentic automation Research Google OpenRL: Self-hosted Kubernetes API for LLM post-training; decouples RL from infrastructure Market Micron Q3 earnings beat on record DRAM margins; HBM supply fully allocated through 2026 Policy US secures Netherlands for Pax Silica chip alliance; ASML tensions persist over MATCH Act export restrictions Chips OpenAI & Broadcom unveil Jalapeño: Custom LLM inference chip targets gigawatt-scale deployment by end of 2026 Breaking Gemini 3.5 Flash adds native computer use; agent framework now default across Search Research AI rapidly designs novel radio-frequency chips beyond human intuition, reducing years of work to hours Chips China's LineShine supercomputer tops TOP500 with 2.198 exaflops CPU-only, ending US El Capitan's reign Market Cerebras stock plummets 17% after margin-guidance miss as CEO says warning was 'misunderstood' Market Sunrun, Tesla, Renew Home form 16GW virtual power plant for AI data centers; RUN +31% Breaking Amazon Zoox unveils redesigned robotaxi, planning paid service launch in late 2026 Funding XCures closes $46M Series B round at $127M post-money valuation Market Micron hits record 84.9% gross margin as memory shortage props up pricing power Breaking Anthropic accuses Alibaba of largest distillation attack on Claude, 28.8M model queries via 25K fake accounts Market Micron posts $41.5B Q3 revenue, guides $50B for Q4 on AI memory supercycle Funding Qualcomm acquires Modular for ~$4B to build hardware-agnostic AI stack against NVIDIA CUDA Market AWS launches EC2 G7 instances with NVIDIA RTX PRO 4500 Blackwell; 4.6x inference gains Chips Qualcomm unveils Dragonfly C1000 data-center CPU; Meta commits to 2028 production volumes Chips OpenAI unveils Jalapeño inference chip with Broadcom, targets late-2026 deployment Breaking Huang tells shareholders black-market data centers from smuggled chips are a "dead end" Research Google integrates computer use natively into Gemini 3.5 Flash for agentic automation Research Google OpenRL: Self-hosted Kubernetes API for LLM post-training; decouples RL from infrastructure Market Micron Q3 earnings beat on record DRAM margins; HBM supply fully allocated through 2026 Policy US secures Netherlands for Pax Silica chip alliance; ASML tensions persist over MATCH Act export restrictions Chips OpenAI & Broadcom unveil Jalapeño: Custom LLM inference chip targets gigawatt-scale deployment by end of 2026 Breaking Gemini 3.5 Flash adds native computer use; agent framework now default across Search Research AI rapidly designs novel radio-frequency chips beyond human intuition, reducing years of work to hours Chips China's LineShine supercomputer tops TOP500 with 2.198 exaflops CPU-only, ending US El Capitan's reign Market Cerebras stock plummets 17% after margin-guidance miss as CEO says warning was 'misunderstood' Market Sunrun, Tesla, Renew Home form 16GW virtual power plant for AI data centers; RUN +31% Breaking Amazon Zoox unveils redesigned robotaxi, planning paid service launch in late 2026 Funding XCures closes $46M Series B round at $127M post-money valuation
Research

MosaicLeaks: Research agents leak private data through query patterns; PA-DR training cuts leakage to 9.9%

ServiceNow and HuggingFace researchers released MosaicLeaks, a benchmark revealing that deep research agents frequently leak enterprise private information through external query logs. A healthcare-firm agent investigating a cloud migration leaked the target's infrastructure status through seemingly benign web searches—individually innocuous, collectively revealing. The 'mosaic effect' emerges from query sequence: adversaries watching outbound traffic can reassemble fragments to infer private facts without seeing documents or reasoning. Researchers measured three leakage types: intent (inferring research goals), answer (answering private questions from queries), and full-information (stating verified private claims from query patterns alone).

MosaicLeaks contains 1,001 multi-hop research chains over enterprise documents and public web corpora, testing models including Claude. Baseline models leaked private information at alarming rates: answer leakage hit 34.0% on average. A new reinforcement-learning approach, Privacy-Aware Deep Research (PA-DR), reduced leakage from 34.0% to 9.9% while maintaining task performance (strict chain success rose from 48.7% to 58.7%). The method trains agents to avoid query patterns that expose private bridges.

For infrastructure teams deploying research agents on proprietary data, this finding validates threat model: agents composing external queries can inadvertently expose enterprise secrets to network-level observers. The fix requires agentic RL training, not guardrails alone. Organizations should audit multi-hop reasoning workflows and consider rate-limiting or clustering external tool calls. As agents move from single-query tasks to multi-step planning, query-sequence privacy becomes a production concern.

Sources