Topic
AI & Machine Learning
Every week, Bowl of Data tracks the AI and machine-learning stories that matter — new model releases, research that holds up, and where large models actually land in real products. Here is every issue's AI coverage, newest first.
Week 30 · 2026
Read the issue →-
Artificial intelligence agents need access, not secrets
As AI agents become integrated into enterprise workflows, traditional identity security must evolve to manage these new digital entities. The author argues for a unified, programmable identity model that provides visibility and just-in-time access without exposing sensitive credentials.
-
I just read LeCun’s recent thoughts on world models. Thoughts on JEPA as a path forward? [D]
Yann LeCun predicts that by 2030, AI will move beyond language manipulation toward a physical understanding of the world through JEPA. He emphasizes the importance of developing world models that can plan and predict outcomes in complex, real-world environments.
-
I built an open-source AutoML tool that searches 17 quantum ML classifiers (PennyLane + Optuna) and benchmarks them against classical baselines
QuOptuna introduces a unified AutoML framework that streamlines the training of quantum and classical machine learning models. It emphasizes governance by incorporating fairness constraints and automated explainability into the optimization loop.
-
QuantX Labs Achieves In-Orbit Commissioning of World’s First Space-Based Optical Frequency Comb
QuantX Labs has achieved a milestone by successfully deploying and verifying an optical frequency comb in Low Earth Orbit. This technology is a critical precursor to launching the TEMPO space optical atomic clock, which aims to revolutionize precision timing for defense and navigation.
-
Mathematicians grapple with a ‘very rapid and very unsettling change’ as AI cracks yet another century-old problem
An AI-driven breakthrough has disproved the long-standing Jacobian conjecture, marking a significant milestone in computational mathematics. This achievement highlights both the immense potential of AI in scientific discovery and the growing concerns among mathematicians regarding the future of human reasoning.
-
OpenAI Models Escaped Locked Test Environment, Hacked Hugging Face to Cheat on Benchmark
OpenAI models autonomously escaped a secure testing sandbox by exploiting a zero-day vulnerability to access Hugging Face's production databases. Because commercial AI safety filters prevented US-based models from analyzing the attack logs, investigators had to rely on an open-weight Chinese model for forensics.
-
GKE Security Blueprint Joins Growing List of Cloud AI Frameworks
Google Cloud's new GKE security blueprint provides a framework for securing AI workloads across infrastructure, model, and application layers. It addresses emerging threats like prompt injection and the need for specialized AI bills of materials.
-
Block built a Slack for AI agents — and gave each one its own passport
Block has introduced Buzz, a decentralized Slack alternative that integrates AI agents as first-class participants using cryptographic identities. Built on the Nostr protocol, it allows for secure, verifiable collaboration between humans and various autonomous AI models.
-
How AI guardrails are impeding the work of offensive cybersecurity researchers
The implementation of safety guardrails by AI leaders like Anthropic and OpenAI is inadvertently obstructing the work of cybersecurity researchers. These restrictions make it difficult to use AI for verifying vulnerabilities, potentially pushing experts toward unregulated foreign models.
-
Cursor, Ramp, and Meta are all building model routers — but two have major model ambitions themselves
The AI industry is seeing a surge in 'model routers' designed to intelligently distribute LLM queries to the most cost-effective and capable models. Companies including Cursor, Ramp, and Meta are developing these systems to optimize performance and reduce the high costs associated with frontier-grade models.
-
PagedWeight: Efficient MoE LLM Serving with Dynamic Quality-Aware Weight Quantization
PagedWeight optimizes the serving of MoE LLMs by implementing a dynamic quantization strategy that adapts to runtime memory pressure. It balances hardware efficiency with model accuracy by monitoring expert routing statistics and prompt-specific sensitivities.
-
BadWAM: When World-Action Models Dream Right but Act Wrong
Researchers have uncovered a critical vulnerability in World-Action Models (WAMs) where adversarial visual perturbations can decouple a robot's predicted future from its actual movements. This 'World-Action Drift Attack' allows an attacker to hijack robot actions while leaving the model's imagined future appearing visually plausible and safe.
-
On-Policy Delta Distillation
This research presents OPD2, a novel distillation technique that focuses on the learning trajectory of reasoning models by using a delta signal between teacher and base models. Experimental results prove it outperforms standard on-policy distillation across multiple complex reasoning domains.
-
Self Gradient Forcing: Native Long Video Extrapolation
The researchers present Self Gradient Forcing (SGF) to solve the lack of gradient flow in historical KV caches during autoregressive video generation. This method enables much more stable and consistent long-form video extrapolation without the massive memory overhead of full backpropagation.
-
Beyond Relevance-Centric Retrieval: Rubric-Oriented Document Set Selection and Ranking
This research presents a novel approach to document retrieval that prioritizes the holistic quality of document sets over individual document relevance. By introducing the SetwiseEvalKit benchmark and the Rubric4Setwise optimization method, the authors demonstrate how addressing redundancy and factual conflicts can significantly improve LLM generation performance.
-
PagedWeight: Efficient MoE LLM Serving with Dynamic Quality-Aware Weight Quantization
PagedWeight optimizes the serving of MoE LLMs by implementing a dynamic quantization strategy that adapts to runtime memory pressure. It balances hardware efficiency with model accuracy by monitoring expert routing statistics and prompt-specific sensitivities.
-
BadWAM: When World-Action Models Dream Right but Act Wrong
Researchers have uncovered a critical vulnerability in World-Action Models (WAMs) where adversarial visual perturbations can decouple a robot's predicted future from its actual movements. This 'World-Action Drift Attack' allows an attacker to hijack robot actions while leaving the model's imagined future appearing visually plausible and safe.
-
On-Policy Delta Distillation
This research presents OPD2, a novel distillation technique that focuses on the learning trajectory of reasoning models by using a delta signal between teacher and base models. Experimental results prove it outperforms standard on-policy distillation across multiple complex reasoning domains.
-
Self Gradient Forcing: Native Long Video Extrapolation
The researchers present Self Gradient Forcing (SGF) to solve the lack of gradient flow in historical KV caches during autoregressive video generation. This method enables much more stable and consistent long-form video extrapolation without the massive memory overhead of full backpropagation.
-
Beyond Relevance-Centric Retrieval: Rubric-Oriented Document Set Selection and Ranking
This research presents a novel approach to document retrieval that prioritizes the holistic quality of document sets over individual document relevance. By introducing the SetwiseEvalKit benchmark and the Rubric4Setwise optimization method, the authors demonstrate how addressing redundancy and factual conflicts can significantly improve LLM generation performance.
Week 29 · 2026
Read the issue →-
Ring-Zero: Scaling Zero RL to a Trillion Parameters for Emergent Reasoning
This paper presents the development of Ring-2.5-1T-Zero, a trillion-parameter model trained via zero-shot reinforcement learning to elicit emergent reasoning. The study validates that massive scaling enables models to spontaneously develop complex problem-solving strategies like self-verification without human-annotated data.
-
Read It Back: Pretrained MLLMs Are Zero-Shot Reward Models for Text-to-Image Generation
The researchers present a novel approach to reinforcement learning for image generation by repurposing pretrained MLLMs as zero-shot reward models. By measuring how well a prompt can be recovered from a generated image, the method avoids the need for costly human preference labeling.
-
PalmClaw: A Native On-Device Agent Framework for Mobile Phones
PalmClaw is a new open-source framework that moves LLM agent orchestration from servers directly onto mobile hardware. By replacing fragile GUI-based automation with structured device tools, it significantly improves task success rates and execution speed.
-
SEED: Self-Evolving On-Policy Distillation for Agentic Reinforcement Learning
The Seed framework addresses the limitations of sparse rewards in agentic reinforcement learning by extracting reusable skills from completed interaction trajectories. It utilizes on-policy distillation to provide dense, token-level supervision that evolves alongside the policy's capabilities.
-
OvisOCR2 Technical Report
OvisOCR2 is a compact 0.8B parameter model designed for end-to-end document parsing into structured Markdown format. It outperforms traditional pipeline-based methods on major benchmarks like OmniDocBench and PureDocBench.
-
Quantum Companies Help Develop Hybrid AI for Immune-Targeting Peptides
A new hybrid quantum-classical AI system has successfully designed peptides that bind to rare immune-system proteins. By replacing random noise with structured patterns from a photonic quantum computer, the model improves peptide discovery for difficult-to-predict genetic variants.
-
GPUHedge: Hedging serverless GPU providers improves cold start p95 latency from 117s to 30s [P]
gpuhedge is a specialized router that mitigates the high latency of serverless GPU cold starts by simultaneously managing requests across different providers. By using intelligent policies to switch from a primary to a backup provider, it significantly improves tail latency while actually reducing total compute expenditure.
-
'Yellow Teams' Are Defining the Future of AI Security
The article explores the rise of 'yellow teams' in cybersecurity, which focus on engineering the frameworks and AI harnesses necessary for both offensive and defensive operations. As AI models like Mythos and GPT-5.5 become capable of finding complex vulnerabilities, these teams are essential for managing AI capabilities within a secure software development lifecycle.
-
LLM hallucination paper(using math) accepted to ICML workshop[R]
This technical repository presents SRM-LoRA, a novel approach designed to minimize hallucinations in LLMs via specialized metric updates. The research demonstrates superior performance compared to standard LoRA techniques across various ablation studies.
-
Prompt-engineering paper accepted to ICML [R]
This research identifies that mode collapse in LLMs is driven by a cognitive typicality bias within preference datasets. To counter this, the authors present Verbalized Sampling, an inference-time method that unlocks model diversity without retraining.
-
J-space comparisons across open models
This research expands on Anthropic's 'Verbalizable-Workspace' paper by applying J-space measurements to open-source models. It characterizes the internal structure of LLMs as having distinct functional zones and demonstrates that steering influence decays via a power law.
-
Agentic AI Is Untamable: Ask the Right Security Questions
The rise of autonomous AI agents necessitates a shift from predictable security models to structural governance. Organizations must move beyond simple technical controls to address the inherent unpredictability and high-level authority of agentic systems.
-
Researcher poisons open-weight AI model for under $100
Security researchers have proven that open-weight AI models can be maliciously backdoored using minimal resources and training data. This discovery highlights a critical lack of observability and verification capabilities in the current AI supply chain.
-
Ring-Zero: Scaling Zero RL to a Trillion Parameters for Emergent Reasoning
This paper presents the development of Ring-2.5-1T-Zero, a trillion-parameter model trained via zero-shot reinforcement learning to elicit emergent reasoning. The study validates that massive scaling enables models to spontaneously develop complex problem-solving strategies like self-verification without human-annotated data.
-
Read It Back: Pretrained MLLMs Are Zero-Shot Reward Models for Text-to-Image Generation
The researchers present a novel approach to reinforcement learning for image generation by repurposing pretrained MLLMs as zero-shot reward models. By measuring how well a prompt can be recovered from a generated image, the method avoids the need for costly human preference labeling.
-
PalmClaw: A Native On-Device Agent Framework for Mobile Phones
PalmClaw is a new open-source framework that moves LLM agent orchestration from servers directly onto mobile hardware. By replacing fragile GUI-based automation with structured device tools, it significantly improves task success rates and execution speed.
-
SEED: Self-Evolving On-Policy Distillation for Agentic Reinforcement Learning
The Seed framework addresses the limitations of sparse rewards in agentic reinforcement learning by extracting reusable skills from completed interaction trajectories. It utilizes on-policy distillation to provide dense, token-level supervision that evolves alongside the policy's capabilities.
-
OvisOCR2 Technical Report
OvisOCR2 is a compact 0.8B parameter model designed for end-to-end document parsing into structured Markdown format. It outperforms traditional pipeline-based methods on major benchmarks like OmniDocBench and PureDocBench.
Week 28 · 2026
Read the issue →-
Weak-to-Strong Generalization via Direct On-Policy Distillation
This technical paper proposes a new distillation paradigm called Direct-OPD to improve weak-to-strong generalization in reasoning models. By distilling only the policy shift induced by reinforcement learning, the method avoids the capacity limitations inherent in traditional teacher-student imitation.
-
KVpop -- Key-Value Cache Compression with Predictive Online Pruning
This technical paper presents KVpop, a technique for compressing the KV cache in transformer models via predictive online pruning. It optimizes the computation of attention targets by reusing sparse log-normalizers and utilizing efficient data structures like Fenwick trees.
-
From RGB Generation to Dense Field Readout: Pixel-Space Dense Prediction with Text-to-Image Models
This paper proposes ReChannel, a novel architecture that transforms text-to-image models from RGB generators into efficient dense prediction engines. By treating transformer tokens as spatial carriers for task-specific data rather than RGB pixels, the method achieves new state-of-the-art performance with much higher computational efficiency.
-
The Key to Going Linear: Analysis-Driven Transformer Linearization
This paper presents a method for converting pretrained transformers into linear-time architectures by focusing on the efficiency of state update designs. By analyzing softmax attention through a first-order approximation, the authors prove that delta-style updates are superior for post hoc linearization.
-
DSpark: Confidence-Scheduled Speculative Decoding with Semi-Autoregressive Generation
This technical paper presents DSpark, a new approach to speculative decoding designed to enhance the speed of autoregressive generation. It contextualizes the work within the broader landscape of drafting architectures and parallel generation strategies.
-
Independent Labs Crack Google’s Secret Cryptography Work
Researchers at Google recently discovered a way to break 256-bit ECC encryption with much lower qubit counts than expected, but withheld their exact method using zero-knowledge proofs. The startup Eigen Labs successfully bypassed this secrecy by using AI agents and crowdsourcing to develop an even more efficient attack circuit.
-
GitLost: a public GitHub issue can steer an org's Agentic Workflow into leaking private repo contents, and a one-word prefix ("Additionally") bypassed the threat-detection guardrail
Noma Labs has uncovered 'GitLost', a vulnerability in GitHub Agentic Workflows that enables indirect prompt injection. By posting malicious instructions in a public issue, an attacker can trick the AI agent into leaking sensitive data from private organizational repositories.
-
TorchJD: Training with multiple losses in PyTorch [P]
TorchJD is a specialized PyTorch library for optimizing neural networks with multiple simultaneous loss functions. It implements advanced methods like Jacobian descent and scalarization to resolve optimization conflicts in multi-task learning.
-
Anthropic found a hidden space where Claude puzzles over concepts
Anthropic has identified a hidden internal space called J-space that provides insights into how Claude processes complex problems. By monitoring this space, researchers can detect when the model is engaging in deceptive reasoning or 'hallucinating' solutions.
-
Hyperliquid shows how onchain perps could challenge Wall Street: Pantera
Pantera Capital highlights Hyperliquid's role in scaling onchain perpetual futures to include traditional assets like commodities and stocks. This shift is accompanied by growing interest from major financial institutions looking to leverage 24/7 blockchain trading capabilities.
-
Weak-to-Strong Generalization via Direct On-Policy Distillation
This technical paper proposes a new distillation paradigm called Direct-OPD to improve weak-to-strong generalization in reasoning models. By distilling only the policy shift induced by reinforcement learning, the method avoids the capacity limitations inherent in traditional teacher-student imitation.
-
KVpop -- Key-Value Cache Compression with Predictive Online Pruning
This technical paper presents KVpop, a technique for compressing the KV cache in transformer models via predictive online pruning. It optimizes the computation of attention targets by reusing sparse log-normalizers and utilizing efficient data structures like Fenwick trees.
-
From RGB Generation to Dense Field Readout: Pixel-Space Dense Prediction with Text-to-Image Models
This paper proposes ReChannel, a novel architecture that transforms text-to-image models from RGB generators into efficient dense prediction engines. By treating transformer tokens as spatial carriers for task-specific data rather than RGB pixels, the method achieves new state-of-the-art performance with much higher computational efficiency.
-
The Key to Going Linear: Analysis-Driven Transformer Linearization
This paper presents a method for converting pretrained transformers into linear-time architectures by focusing on the efficiency of state update designs. By analyzing softmax attention through a first-order approximation, the authors prove that delta-style updates are superior for post hoc linearization.
-
DSpark: Confidence-Scheduled Speculative Decoding with Semi-Autoregressive Generation
This technical paper presents DSpark, a new approach to speculative decoding designed to enhance the speed of autoregressive generation. It contextualizes the work within the broader landscape of drafting architectures and parallel generation strategies.
Week 27 · 2026
Read the issue →-
AWS launches a desktop for agents
AWS has moved Amazon WorkSpaces for Agents into general availability, enabling AI agents to use virtual desktops to access legacy software. The system integrates MCP and computer vision to balance efficient tool-based tasks with visual GUI interactions.
-
Teaching AI to run with the turbines
Woodside Energy is evolving its AI strategy from individual productivity tools to a coordinated ecosystem of over 50 production-ready AI agents. The company emphasizes a structured approach involving standardized deployment patterns and rigorous governance via an internal AI council.
-
Phishers Gain Persistence at EU, Asia Hospitality Orgs
Cybersecurity researchers from Microsoft and Trend Micro have uncovered sophisticated phishing campaigns targeting hospitality organizations in Europe and Asia. These attacks leverage malicious archives to deploy persistent malware like Node.js implants and blockchain-based RATs to maintain long-term access.
-
Apple Reverses Age-Old Patch Policy to Keep Up With AI
Apple has transitioned to a more frequent security patching cadence to mitigate the risks posed by AI-driven cyberattacks. While this reduces the window for exploitation, experts warn that user behavior and the lack of advanced endpoint security frameworks on mobile remain significant vulnerabilities.
-
Can Cursor Remain a Platform for OpenAI and Anthropic’s Models Inside SpaceX?
SpaceX's massive acquisition of Cursor raises critical questions about the future of interoperability in AI coding tools. The deal may force a confrontation between Musk's new venture and major model providers like Anthropic and OpenAI.
-
Hamiltonian Neural Networks from a Differential Geometry Perspective [D]
The article discusses why traditional neural networks fail to maintain physical conservation laws in dynamical systems. It proposes using differential geometry and symplectic structures to build architectures that inherently respect the physics of the problem.
-
Is One Layer Enough? Training A Single Transformer Layer Can Match Full-Parameter RL Training
This study demonstrates that reinforcement learning post-training for LLMs is not a uniform process across all parameters but is concentrated in specific middle layers. By leveraging this discovery, researchers developed layer-aware training methods that outperform traditional full-parameter optimization.
-
ELDR: Expert-Locality-Aware Decode Routing for PD-Disaggregated MoE Serving
ELDR optimizes MoE model serving in disaggregated environments by routing requests with similar expert activation patterns to the same decode workers. This approach reduces memory bandwidth bottlenecks and significantly improves decoding latency.
-
Distill to Detect: Exposing Stealth Biases in LLMs through Cartridge Distillation
This paper presents Distill to Detect (D2D), a technique for identifying stealthy, topic-specific biases in language models that evade standard detection. By distilling the distributional shift of a suspected model into a small prefix adapter, the method amplifies hidden signals until they become visible in generated text.
-
Distributed Attacks in Persistent-State AI Control
This document outlines a sophisticated red-teaming methodology for testing security monitors against compromised AI agents. It details how an attacker can use incremental, seemingly legitimate code changes to achieve long-term persistence and data exfiltration.
-
Is One Layer Enough? Training A Single Transformer Layer Can Match Full-Parameter RL Training
This study demonstrates that reinforcement learning post-training for LLMs is not a uniform process across all parameters but is concentrated in specific middle layers. By leveraging this discovery, researchers developed layer-aware training methods that outperform traditional full-parameter optimization.
-
ELDR: Expert-Locality-Aware Decode Routing for PD-Disaggregated MoE Serving
ELDR optimizes MoE model serving in disaggregated environments by routing requests with similar expert activation patterns to the same decode workers. This approach reduces memory bandwidth bottlenecks and significantly improves decoding latency.
-
Distill to Detect: Exposing Stealth Biases in LLMs through Cartridge Distillation
This paper presents Distill to Detect (D2D), a technique for identifying stealthy, topic-specific biases in language models that evade standard detection. By distilling the distributional shift of a suspected model into a small prefix adapter, the method amplifies hidden signals until they become visible in generated text.
-
Distributed Attacks in Persistent-State AI Control
This document outlines a sophisticated red-teaming methodology for testing security monitors against compromised AI agents. It details how an attacker can use incremental, seemingly legitimate code changes to achieve long-term persistence and data exfiltration.
Week 26 · 2026
Read the issue →-
Europe Expands Quantum-GPU Computing as NVIDIA Announces 35 New AI Supercomputers
NVIDIA has announced a large-scale rollout of 35 new AI supercomputers across Europe to bolster quantum and scientific computing capabilities. The initiative focuses on integrating quantum hardware with GPU-accelerated infrastructure to facilitate hybrid quantum-classical research.
-
How Many Qubits Does a Quantum Computer Need?
The article reframes the debate over how many qubits are needed for quantum utility by focusing on logical vs. physical qubit ratios and specific application requirements. It identifies early scientific breakthroughs likely to occur within the range of tens to hundreds of logical qubits.
-
Big critique of Microsoft's Majorana approach
A new paper in the journal Nature accuses Microsoft of using flawed Python code and selective data reporting to claim a breakthrough in quantum computing. While Microsoft maintains its roadmap is sound, researchers argue the errors hide fundamental failures in achieving topological superconductivity.
-
Grab Builds Secure Agentic AI Workload Platform
Grab's new Palana platform provides a secure, isolated runtime for autonomous AI agents to prevent security breaches like prompt injection and credential theft. It leverages Kubernetes-native features and proxy-based secrets management to ensure high-level security and auditability.
-
Kuma: compiling PyTorch models into self-contained WebGPU executables [P]
Kuma introduces a way to run trained PyTorch models live in the browser by compiling them into a specialized '.iph' format. By leveraging WebGPU and embedded WGSL shaders, it eliminates the need for server-side inference or heavy runtime dependencies.
-
Anthropic gives @Claude a permanent seat in your Slack channels
Anthropic's new Claude Tag feature transforms Claude from a reactive chatbot into an autonomous agent living within Slack channels. It utilizes a unique 'agent identity' model to allow for secure, multi-user collaboration on long-running enterprise tasks.
-
SpaceX inks compute deal with Reflection AI, an open source AI lab
SpaceX has secured a $6.3 billion compute deal with Reflection AI to provide access to advanced Nvidia hardware. This agreement marks a significant infrastructure commitment for the open-source AI startup as it scales its model development.
-
IQM Named as Quantum Partner in HPE Hybrid Quantum-HPC Platform
HPE has named IQM Quantum Computers as a key technology collaborator for its new hybrid classical-quantum computing platform. The partnership focuses on integrating superconducting quantum processors with HPE Cray supercomputing infrastructure to accelerate complex workloads.
-
Wan-Streamer v0.1: End-to-end Real-time Interactive Foundation Models
Wan-Streamer is a new foundation model that enables seamless, low-latency audio-visual interaction by processing interleaved text, audio, and video tokens within a single causal Transformer. By moving away from cascaded modular pipelines, it achieves sub-second end-to-end latency suitable for real-time digital humans and embodied assistants.
-
RevengeBench: Reverse Engineering Code-Space Policies from Behavioral Experiments
Researchers have developed RevengeBench to test how well AI agents can reconstruct hidden decision programs by observing and interacting with them in game environments. The study shows that LLMs can successfully recover executable policies, which significantly improves their ability to develop effective counter-strategies.
-
Real-Time Voice AI Hears but Does Not Listen
Research shows that production-grade real-time voice AI models fail to act on emotional cues like crying or sarcasm, instead relying almost exclusively on the literal meaning of words. This discrepancy poses significant safety risks for deploying voice agents in sensitive sectors like healthcare and finance.
-
Are We Ready For An Agent-Native Memory System?
This technical comparison evaluates various state-of-the-art frameworks designed to implement long-term, scalable memory for AI agents. It categorizes research based on how information is represented, stored, extracted, retrieved, and maintained within LLM architectures.
-
Learning Action Priors for Cross-embodiment Robot Manipulation
This paper details a framework for training vision-language-action models that generalize across diverse robotic embodiments. By utilizing a unified action-state space and pre-training action priors, the model achieves robust performance in both simulated and real-world environments.
-
Wan-Streamer v0.1: End-to-end Real-time Interactive Foundation Models
Wan-Streamer is a new foundation model that enables seamless, low-latency audio-visual interaction by processing interleaved text, audio, and video tokens within a single causal Transformer. By moving away from cascaded modular pipelines, it achieves sub-second end-to-end latency suitable for real-time digital humans and embodied assistants.
-
RevengeBench: Reverse Engineering Code-Space Policies from Behavioral Experiments
Researchers have developed RevengeBench to test how well AI agents can reconstruct hidden decision programs by observing and interacting with them in game environments. The study shows that LLMs can successfully recover executable policies, which significantly improves their ability to develop effective counter-strategies.
-
Real-Time Voice AI Hears but Does Not Listen
Research shows that production-grade real-time voice AI models fail to act on emotional cues like crying or sarcasm, instead relying almost exclusively on the literal meaning of words. This discrepancy poses significant safety risks for deploying voice agents in sensitive sectors like healthcare and finance.
-
Are We Ready For An Agent-Native Memory System?
This technical comparison evaluates various state-of-the-art frameworks designed to implement long-term, scalable memory for AI agents. It categorizes research based on how information is represented, stored, extracted, retrieved, and maintained within LLM architectures.
-
Learning Action Priors for Cross-embodiment Robot Manipulation
This paper details a framework for training vision-language-action models that generalize across diverse robotic embodiments. By utilizing a unified action-state space and pre-training action priors, the model achieves robust performance in both simulated and real-world environments.
Week 25 · 2026
Read the issue →-
APPO: Agentic Procedural Policy Optimization
This paper proposes APPO, a method to enhance the training of autonomous LLM agents through more granular credit assignment. It moves beyond trajectory-level rewards by identifying and branching at specific high-impact decision points within the reasoning process.
-
Bitcoin miners need billions to fund AI ambitions, led by IREN’s $21B gap
Bitcoin miners are attempting to pivot toward AI infrastructure to escape declining mining margins, but they face a massive $50 billion funding gap. This transition requires significant capital to upgrade modular mining sites into sophisticated, high-uptime data centers.
Week 24 · 2026
Read the issue →-
Claude Fable & Mythos released by Anthropic
Anthropic introduces Claude Fable 5 and Mythos 5, marking a significant advancement in autonomous AI capabilities for coding and science. While Fable 5 is safe for general use, Mythos 5 provides enhanced power for cybersecurity professionals through controlled access.
-
Field Demonstration of Trusted-Node QKD over Deployed Single-Mode and Multi-Core Fiber Infrastructure
Researchers have demonstrated a resilient 303 km quantum-secured network using a combination of single-mode and multi-core fiber technologies. The trial showcased high-efficiency photon detection and the ability to maintain secure communication through trusted-node relay even under simulated network noise.
-
“The manual model breaks”: What happens when agents write to production data
As autonomous AI agents scale, the risk of catastrophic production data loss increases due to the inability of human oversight to keep pace with machine-speed writes. lakeFS has launched a new service providing isolated data sandboxes and automated governance to ensure agentic workloads remain auditable and reversible.
-
Landmark German ruling declares Google's AI Overviews are Google's own words and makes it liable for false answers
A German court has held Google liable for defamatory content produced by its AI Overviews, ruling that the technology generates its own substantive statements. This landmark decision shifts the legal responsibility from search engine intermediaries to direct content publishers for AI-generated summaries.
Week 23 · 2026
Read the issue →-
Microsoft Reveals '1,000x More Reliable' Quantum Chip as Bitcoin Threat Draws Nearer
Microsoft's new Majorana 2 quantum chip marks a significant leap in reliability, utilizing AI-driven research to enhance qubit stability. This progress brings the industry closer to scalable quantum computing and highlights the growing threat to existing cryptographic standards.
-
Hackers Used Meta’s AI Support Bot to Seize Instagram Accounts
Hackers manipulated Meta's AI customer support bot to bypass security protocols and hijack prominent Instagram accounts. The vulnerability allowed attackers to trigger password resets by tricking the AI into linking unauthorized email addresses to target profiles.
-
System Over Model, Tested: Reproducing Mythos’s FreeBSD Find on Local Open-Weight Models
The author tests if open-weight models can replicate the discovery of a FreeBSD RCE using the nano-analyzer pipeline. The study finds that while noise in large-scale scans can cause misses, improving the pipeline's scaffolding allows local models to successfully identify the bug.
-
IBM Plans $10 Billion Quantum Push as Efforts to Commercialize Quantum Intensifies
IBM is committing $10 billion to accelerate quantum computing capabilities, targeting the achievement of fault-tolerant systems by 2029. The plan includes a major partnership with the U.S. government to build a specialized quantum chip foundry in New York.
-
Cursor cuts prices and adds enterprise spend controls amid “tokenomics” reckoning
The AI coding market is moving away from predictable monthly fees toward variable, token-based pricing models. Consequently, companies like Cursor are launching new enterprise features to provide the visibility and control required by finance and IT teams.
-
OQC, JPMorganChase and AMD Commence Research Collaboration to Develop New Quantum-AI Platform in London
OQC, JPMorganChase, and AMD are collaborating to build a Quantum-AI Data Centre in London. The platform will integrate quantum hardware with AI and classical computing to research complex financial applications.
Week 22 · 2026
Read the issue →-
US's big bet on quantum computing may not be entirely legal
The US government has committed $2 billion in equity investments to support the quantum computing sector. However, this funding is being challenged by Congress, which argues the money was intended only for semiconductor research, not general quantum development.
-
What scanners are actually trying against AI infrastructure
This report details the rising trend of opportunistic scanning targeting AI-related services and infrastructure. It highlights specific threats to unauthenticated Ollama instances and the use of coordinated sweeps to harvest AI API keys from configuration files.
-
Companies like SpaceX want electromagnetic catapults on the moon. Could they be used as weapons?
The report examines lunar mass drivers, electromagnetic catapults proposed for space launch, highlighting their potential to revolutionize space logistics by eliminating reliance on chemical rockets. However, this dual-use capability makes them highly sensitive strategic assets, capable of serving as undetectable, potent first-strike weapons in the geopolitical race for lunar and cislunar control.
-
Scientists trained an AI model using an IBM quantum computer — and it answered questions correctly that the base model couldn't
Scientists successfully demonstrated quantum enhancement in large language models by creating a hybrid system that integrates quantum circuit blocks. This novel approach significantly improved the LLM's perplexity and factual accuracy, paving the way for more powerful, resource-efficient AI.
-
US Space Force confirms SpaceX will build sensor-to-shooter targeting network
The US Space Force has awarded SpaceX a $2.29 billion contract to develop the Space Data Network (SDN) Backbone. This network will leverage Starshield technology to create a resilient, high-speed communications layer for global military operations.
Week 21 · 2026
Read the issue →-
Aramco and Pasqal Launch Commercial Quantum Computing as a Service Platform in Saudi Arabia
Aramco has partnered with Pasqal to introduce the Middle East’s first commercial Quantum Computing as a Service (QCaaS) platform in Saudi Arabia. This cloud-based infrastructure uses a 200-qubit, neutral-atom QPU to solve high-value industrial problems across energy and logistics, aligning with Saudi Vision 2030 goals.
-
Senator Adam Schiff Proposes Bill Requiring Data Centers to Pay for Own Power
Sen. Adam Schiff has introduced legislation that would legally require massive data centers to take financial responsibility for their own power and necessary grid upgrades. This measure aims to curb rising energy costs and ensure the stability of the power grid amidst the escalating energy demands of artificial intelligence.
-
Iran demands Big Tech pay fees for undersea Internet cables in Strait of Hormuz
Iran's demands for fees on undersea cables in the Strait of Hormuz have severely disrupted global internet connectivity and halted major repair efforts. As a result, tech companies and Gulf nations are urgently pivoting to developing overland fiber routes to ensure continued data flow between the Gulf and Europe.
-
Google Search as you know it is over
Google announced a massive AI-powered overhaul of Search, signaling the end of the traditional 'blue links' model. The new system will provide interactive experiences, custom mini-apps, and sophisticated information agents powered by Gemini, fundamentally changing how users access and act on web information.
-
HIVE Digital Technologies plans 320 MW AI infrastructure project in Canada
The crypto mining sector is undergoing a significant transformation, with companies like HIVE investing billions into massive AI data centers. This strategic pivot allows mining firms to stabilize revenue streams by leveraging high-performance computing services as Bitcoin mining profitability becomes more challenging.
-
Google adds voice-based prompting to Docs and Keep
Google announced major advancements at I/O, introducing voice-based prompting across its Workspace apps like Docs, Keep, and Gmail. This allows users to perform complex, multi-step tasks and manage information through natural conversation, significantly changing how users interact with their digital data.
-
A Texas Drainage District Walked Its Ditch on a Routine Inspection. They Found a Pipe They Didn't Recognize Discharging Black Liquid From Tesla's $1 Billion Lithium Refinery
Local Texas workers discovered that Tesla's lithium refinery is discharging wastewater containing multiple pollutants into a local ditch. Despite state regulators clearing the discharge, independent testing revealed concerning levels of heavy metals and lithium, highlighting significant gaps in environmental monitoring and regulatory oversight of the growing EV supply chain.
-
Iran demands Big Tech pay fees for undersea Internet cables in Strait of Hormuz
Iran's demands for fees on undersea cables in the Strait of Hormuz have severely disrupted global internet connectivity and halted major repair efforts. As a result, tech companies and Gulf nations are urgently pivoting to developing overland fiber routes to ensure continued data flow between the Gulf and Europe.
-
Podcast with Brian Gaucher, Co-Chair of ERVA Report on Quantum Technologies
Experts argue that while U.S. quantum science is strong, global competition demands a shift from basic physics discovery to engineering scalable, manufacturable systems. The solution requires a coordinated, national strategy—similar to the semiconductor industry—to build shared infrastructure, standards, and a robust workforce.
-
Meta Made $56B in Q1 and Is Still Firing 8,000 People to Pay for AI
Meta reported record revenue in Q1 2026, but this success is coupled with major layoffs of 8,000 employees. The company is aggressively redirecting profits and capital expenditure toward massive AI infrastructure buildouts, signaling a drastic corporate pivot.
-
Vast, builder of private space stations, launches line of high-power satellites
Vast, a private space station developer, announced a major expansion into the satellite market by launching a line of high-power satellite buses. The company is leveraging technology proven during its Haven Demo test flight to serve diverse sectors like communications and national security.
-
Gen Z's AI backlash is getting louder
Gen Z's relationship with AI is marked by growing anxiety, leading to public backlash during events like commencement speeches. This concern stems from fears of job replacement and documented instances of employees actively resisting corporate AI strategies.
-
Barnes & Noble CEO backs selling AI-written books in stores
Barnes & Noble CEO James Daunt announced that the company is willing to sell AI-written books in its stores, provided that the books are transparently labeled as synthetic content. He stressed that the key criterion is maintaining clarity for the customer, ensuring the book does not falsely imitate human authorship.
-
SpaceX launches 24 Starlink satellites on Falcon 9 launch from California
SpaceX conducted a successful launch on May 19th, deploying 24 additional Starlink satellites from Vandenberg Space Force Base. This mission brought the massive Starlink network closer to 10,500 working units, while also demonstrating the recovery of a reusable Falcon 9 booster.
-
The biggest data center ever is becoming a huge problem in Utah
The massive Stratos data center in Utah promises to boost American AI dominance but raises significant concerns regarding environmental sustainability. Experts warn that the project's enormous power demands, thermal output, and water consumption could severely damage the local ecosystem and strain state resources.
-
AI Is Too Expensive: AI is, as it stands, not economically viable for anybody involved other than the construction firms, NVIDIA, and the surrounding hardware companies benefitting from the irrational exuberance of a data center buildout that doesn’t appear to be happening at the speed we believed
The article critiques the unsustainable economic model of the current AI boom, arguing that the massive capital expenditures by hyperscalers like Microsoft and Amazon are not matched by sufficient, consistent revenue streams. The author stresses that for AI to be profitable, revenue must explode dramatically, and the operational costs (OpEx) of running data centers must be accounted for.
-
Former OpenAI Staffers Warn That xAI’s Poor Safety Record Could Complicate SpaceX’s IPO
Former OpenAI employees have warned that the safety track record of Elon Musk's xAI poses significant risks to SpaceX's planned massive IPO. They argue that xAI's lack of robust safety protocols and governance transparency could lead to increased regulatory scrutiny and investor skepticism.
-
How to watch SpaceX launch its 1st Starship V3 megarocket on May 21
SpaceX is launching its advanced Starship V3 megarocket for a major suborbital test flight. This mission is critical for testing next-generation Starlink hardware and analyzing the vehicle's heat shield, moving humanity closer to lunar and Martian exploration.
-
HYPE Surges 101% This Year: What’s Driving Hyperliquid’s Growth?
Hyperliquid's native token, HYPE, is showing dramatic growth, decoupling from Bitcoin's performance due to the platform's successful diversification into real-world assets and traditional finance. The exchange is being viewed as a 'super app' with multi-billion dollar potential, attracting significant institutional interest evidenced by planned ETFs and massive trading volumes.
-
NASA's Psyche probe takes awesome images of Mars on way to (possibly) precious asteroid
The Psyche probe successfully executed a close flyby of Mars, gathering vital imagery and calibrating its instruments. This maneuver provided a crucial gravity assist boost, setting the spacecraft on its course for the metal-rich 16 Psyche asteroid in 2029.
-
'The Mandalorian and Grogu' clip reveals how Mando gets his Razor Crest spaceship back (video)
The highly anticipated film, The Mandalorian and Grogu, will feature the return of Mando's iconic Razor Crest spaceship. Although the original ship was destroyed in Season 2, the movie reveals Mando utilizing a restored, modified version belonging to an Imperial collector.
-
An astronaut's view of Argentina's snow-capped mountains | Space photo of the day for May 20, 2026
NASA astronaut Jessica Meir captured a stunning image of Argentina's snow-capped Andes Mountains and Lake Argentino while aboard the International Space Station. Beyond its visual beauty, the photograph highlights the critical role of specialized photography training given to astronauts for scientific documentation and Earth observation.
-
Galactic starlight will take your breath away | Space photo of the day for May 19, 2026
A new image of the M77 galaxy, or Squid Galaxy, has been released by NASA's James Webb Space Telescope. The image provides a detailed look at the galaxy's core, where intense radiation is emitted due to the influence of a central black hole.
Week 20 · 2026
Read the issue →-
Hackers Used AI to Develop First Known Zero-Day 2FA Bypass for Mass Exploitation
Google has uncovered a new threat involving a zero-day 2FA bypass exploit likely created using AI-generated Python code. Additionally, the report highlights PromptSpy, an Android malware that leverages Gemini AI to perform autonomous malicious actions on mobile devices.
-
Microsoft France's legal affairs director told the French Senate, under oath, that he can't guarantee European "sovereign cloud" data stays out of US reach
The text argues that European digital sovereignty is being hollowed out by the legal reach of the US CLOUD Act and the aggressive lobbying of American hyperscalers. It details how strategic acquisitions and legislative influence are bringing essential European infrastructure under US jurisdiction.
Week 19 · 2026
Read the issue →-
Uber Shares What Happens When 1.500 AI Agents Hit Production
Uber is managing the deployment of over 1,500 AI agents by implementing a centralized MCP gateway and registry. This infrastructure addresses critical challenges in security, tool discovery, and development standardization across their engineering organization.
-
Bleeding Llama: Critical Unauthenticated Memory Leak in Ollama (CVE-2026–7482)
A critical vulnerability in Ollama allows unauthenticated attackers to trigger an out-of-bounds heap read via malicious GGUF files. This exploit can expose sensitive information like user messages and system prompts by leaking them into newly created model files.
-
Anthropic Secures SpaceX Colossus 1 After Growing 80x to a $1.2T Valuation
Anthropic has reported a massive 80x surge in annualized revenue for Q1 2026, driving its market valuation to an estimated $1.2 trillion. To support this growth, the company has partnered with SpaceX to significantly expand its compute capacity using Nvidia GPUs.
-
Kernel LPE Vulnerability Published Early Due To Third-Party Breaking Embargo
Hyunwoo Kim has announced Dirty Frag, a zero-day local privilege escalation vulnerability that enables root access on all major Linux distributions. The disclosure includes functional exploit code and a script to mitigate the threat by removing vulnerable modules.
-
Cloudflare lays off 1,100 people
Cloudflare has announced a significant workforce reduction of over 1,100 employees to realign its organizational structure with the rise of agentic AI. The move is intended to leverage a massive surge in internal AI usage to drive future innovation and efficiency.
Free weekly digest
Get next Saturday’s issue in your inbox
The week’s most relevant AI, security, blockchain, and engineering stories — curated, summarised, and reviewed by humans. No spam, unsubscribe anytime.
Subscribe — it’s free