TLDRocket
Sign in

TLDRocket is a personal AI-news portal. It gathers articles and email newsletters from a curated set of sources — including a connected Gmail mailbox — removes duplicate coverage, and publishes a short, neutral summary of every story, each linking back to the original. Browse by topic →

Thursday, 18 June 2026

MosaicLeaks: Can your research agent keep a secret?

Hugging Face Blog 4 weeks ago

Research agents that combine private documents with web searches leak sensitive information through the cumulative pattern of their queries, even when individual searches appear innocuous. Across tested models, answer or full-information leakage reached 34.0% in baseline agents and climbed to 51.7% when agents were trained only for task performance. The Privacy-Aware Deep Research training method reduced leakage to 9.9% while maintaining 58.7% strict chain success by rewarding agents for constructing queries that avoid revealing private details.

Deep Learning Weekly: Issue 460

Deep Learning Weekly 4 weeks ago

Deep Learning Weekly issue 460 covers multiple AI model releases and research advances, including Moonshot AI's Kimi K2.7 Code with 1T parameters achieving 31.5% benchmark improvements, Stanford's DeLM reducing multi-agent task costs by 50%, and Z.ai's GLM-5.2 with 753B parameters and 1M-token context window. Research papers include Data Journalist Agent for automated multimodal news generation and FastContext for specialized repository exploration in coding agents, which reduces token consumption by up to 60% while improving task resolution rates by 5.5%. The issue also features tools for LLM observability, cost optimization techniques for Claude Code, and infrastructure developments in multimodal model serving.

The first big exit in AI

Ben's Bites 4 weeks ago

SpaceX is acquiring Cursor, an AI coding assistant, for $60 billion in stock. The acquisition price reflects the significant valuation of AI development tools in the current market. The deal marks a major consolidation in the AI tooling space, with Cursor's technology becoming part of SpaceX's broader operations.

Sound Waves Give Neuromorphic Chips a Brain-Simulating Edge

IEEE Spectrum AI 4 weeks ago

Researchers developed an acoustic synapse using sound waves and phase bits to create neuromorphic hardware that mimics biological neurons more closely than electronic alternatives. The device achieved 96.7 percent accuracy on iris flower classification using 39 parameters and 20 percent faster than conventional neural networks while consuming one-tenth the power of current electronic neuromorphic hardware. This approach enables more compact and energy-efficient neuromorphic systems capable of mimicking neuromodulation and handling complex pattern recognition tasks with simpler designs.

Improving health intelligence in ChatGPT

OpenAI Blog 4 weeks ago

GPT-5.5 Instant has been integrated into ChatGPT to enhance its health and wellness responses through improved reasoning and contextual understanding. The model incorporates physician-informed evaluations to provide more clinically grounded guidance. This update allows ChatGPT to deliver clearer health information while maintaining appropriate disclaimers about medical advice limitations.

The Sequence Opinion #879: When Tokens Become Balance Sheet Items

TheSequence 4 weeks ago

Companies are increasingly treating AI tokens as formal accounting line items and balance sheet expenses as tokens become the fundamental unit of the AI economy. Major enterprises now forecast and report token consumption similar to traditional accounting metrics, though standard measurement frameworks remain underdeveloped. This shift may drive demand for new software infrastructure and tools to manage token economics across organizations.

Blaming China for Datacenter NIMBYism Is Cope

ChinaTalk 4 weeks ago

The article argues that while China has conducted influence operations against U.S. datacenters, blaming foreign propaganda for community opposition is misleading and ignores legitimate local concerns that can be addressed through financial incentives. Major AI companies like Microsoft, Google, Amazon, and Meta plan to spend $725 billion on capex in 2026, with $500 billion domestically, giving them substantial resources to compensate communities. The author proposes datacenter operators could resolve resistance by offering annual payments to residents (such as $10,000 per person for 3.8% of revenue), investing in local schools, or building community amenities like pickleball courts, rather than the token $10 million commitment OpenAI announced for Stargate.

Using AI to help physicians diagnose rare genetic diseases affecting children

OpenAI Blog 4 weeks ago

Researchers deployed an AI reasoning model to assist physicians in diagnosing rare genetic diseases in children, successfully identifying new cases that had previously gone undiagnosed. The system produced 18 new diagnoses from cases where standard medical approaches had failed to reach a conclusion. This capability could reduce diagnostic delays for families seeking answers about their children's genetic conditions.

Is it agentic enough? Benchmarking open models on your own tooling

Hugging Face Blog 1 month ago

Researchers benchmarked how well different language models can use the transformers library by measuring not just whether they got the right answer, but how much effort it took them to get there. The evaluation framework tested each task across three different tool access levels (bare install, cloned source code, or packaged skill) and found that adding a CLI reduced median task completion time but increased token consumption by 60% due to agents reading documentation. The results show that library design significantly affects agent efficiency—smaller models benefited more from curated documentation while larger models sometimes performed better with full source code access.

Beyond LoRA: Can you beat the most popular fine-tuning technique?

Hugging Face Blog 1 month ago

Hugging Face benchmarked over 40 parameter-efficient fine-tuning techniques to compare their performance against LoRA, which dominates 98.4% of fine-tuning implementations on their hub. On mathematical reasoning tasks, LoRA achieved 53.2% accuracy using 22.6 GB of memory, while on image generation, the OFT technique scored 0.708 similarity versus LoRA's 0.697 with lower memory (9.01 GB vs 9.97 GB). Users should evaluate multiple PEFT techniques on their own datasets rather than defaulting to LoRA, as different methods offer better tradeoffs depending on whether accuracy or memory efficiency is prioritized.