← All issues

Week 26 · 2026

23 articles · 11 model releases · 5 papers

AI Model Releases

New models and updates from major AI providers this week

This Week
Anthropic 2026-06-23

Claude Tag

Anthropic has introduced Claude Tag, a new collaborative feature designed to enhance how teams interact with the Claude ecosystem. This product update focuses on improving team workflows and shared productivity within the platform.

  • New way for teams to work with Claude
  • Enhanced collaborative capabilities
IBM (Granite) 2026-06-23

IBM Granite

IBM researchers introduced new methodologies for running AI workloads on mixed GPU architectures. The focus is on increasing speed and affordability when scaling large-scale AI computations.

  • Optimized execution on mixed GPUs
  • Improved cost efficiency for AI workloads
  • Enhanced scalability for open source models
NVIDIA (Nemotron) 2026-06-23

NVIDIA Nemotron (via NVIDIA Agent Toolkit)

NVIDIA has introduced the NVIDIA Agent Toolkit, featuring Nemotron open models designed to serve as a reasoning foundation for specialized AI agents. The toolkit provides an open and modular framework that allows enterprises to customize, evaluate, and deploy digital coworkers capable of using tools and executing complex workflows.

  • Open-model flexibility for customization and deployment
  • Integration with NVIDIA NemoClaw blueprints for safer agent behavior
  • Support for specialized tasks in life sciences, cybersecurity, and industrial operations
OpenAI 2026-06-24

GPT-5

OpenAI shared a case study demonstrating the advanced reasoning capabilities of GPT-5 in scientific research. The model was instrumental in helping an immunologist solve a long-standing three-year mystery.

  • Advanced biological and scientific reasoning
  • Complex problem-solving for longitudinal research
Liquid AI 2026-06-25

LFM2.5-230M

Liquid AI has released the LFM2.5-230M, a highly efficient model designed for versatile deployment across various hardware environments. This release focuses on extreme portability and performance efficiency.

  • Built to run anywhere
  • Optimized for high efficiency in small parameter counts
JetBrains (Mellum)

Mellum2

JetBrains has open-sourced Mellum2, a 12B parameter model specifically engineered for practical deployment in software engineering systems. The model is optimized to handle complex production AI challenges such as latency, throughput, and cost.

  • Open-source availability
  • Optimized for routing, Q&A, and sub-agents
  • Designed for low latency and high throughput in private AI workflows
Kimi (Moonshot)

Kimi K2

Moonshot AI has introduced Kimi K2, a massive 1 trillion parameter Mixture-of-Experts (MoE) model featuring 32 billion activated parameters. The model is specifically optimized for agentic intelligence, demonstrating exceptional performance in tool use, reasoning, and autonomous problem-solving tasks.

  • Large-scale MoE architecture with 1T total parameters trained on 15.5T tokens
  • Utilization of the MuonClip optimizer to ensure training stability at scale
  • Enhanced agentic capabilities for advanced tool use and coding tasks
  • Advanced attention mechanism using Multi-Head Latent Attention (MLA)
Amazon (Nova) 2026-06-22

Amazon Nova Multimodal Embeddings

AWS has highlighted the performance of Amazon Nova Multimodal Embeddings in geospatial semantic search applications. The model demonstrated superior F1 scores when used for embedding and searching large-scale aerial imagery within an architecture combining Bedrock and OpenSearch Serverless.

  • High-performance multimodal embeddings
  • Optimized for geospatial semantic search
  • Integrated with Amazon OpenSearch Service for scalable retrieval
NVIDIA (Nemotron) 2026-06-23

NVIDIA Nemotron open models

As part of the new NVIDIA Agent Toolkit, these open models serve as a reasoning foundation for building specialized AI agents. They are designed to provide enterprises with the flexibility to customize, evaluate, and deploy digital coworkers tailored to specific industry workflows.

  • Foundation for customized agent development
  • Integration with NemoClaw blueprints for safer behavior
  • Support for tool use and domain-specific skills
xAI (Grok) 2026-06-22

/goal

xAI has introduced /goal, a new feature designed for long-running autonomous task execution within the Grok Build environment. This update enables more complex, persistent agentic workflows.

  • Long-running autonomous task execution
  • Integration with Grok Build
OpenAI 2026-06-22

Codex-Maxxing

OpenAI has introduced Codex-Maxxing, a new update focused on optimizing performance for long-running AI workloads. This release aims to enhance the efficiency and reliability of code generation during extended computational tasks.

  • Optimized for long-running work
  • Enhanced stability for persistent execution environments

Research Papers

Selected arXiv and HuggingFace papers this week

This Week

Paper 1

Wan-Streamer v0.1: End-to-end Real-time Interactive Foundation Models

The introduction of Wan-Streamer, an end-to-end, native-streaming foundation model designed for real-time, full-duplex audio-visual interaction.

TL;DR

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.

The research paper introduces Wan-Streamer v0.1, a breakthrough in multimodal foundation models designed specifically for real-time, full-duplex interaction. Unlike traditional systems that rely on a pipeline of separate modules—such as Automatic Speech Recognition (ASR), Large Language Models (LLM), and Text-to-Speech (TTS)—Wan-Streamer integrates language, audio, and video processing into a single unified Transformer architecture. This approach avoids the latency accumulation and synchronization errors inherent in cascaded systems. The model treats all modalities as interleaved tokens, utilizing block-causal attention to enable incremental streaming. To support high-speed interaction, the researchers redesigned the entire stack with causality in mind, implementing causal audio/video Variational Autoencoders (VAEs), encoders, and decoders. For efficient deployment, they proposed a 'thinker-performer' inference strategy. In this setup, a 'thinker' component handles perception and state updates while a 'performer' component manages the heavy lifting of latent generation; these components communicate via KV-cache exchange to allow overlapping computation. The results demonstrate impressive performance, with model-side latency around 200 ms and total interaction latency (including network delay) at approximately 550 ms. This capability allows for natural human-like behaviors such as simultaneous listening and speaking, making it a significant advancement for applications in interactive entertainment, digital humans, and embodied AI.

Read paper →

Paper 2

RevengeBench: Reverse Engineering Code-Space Policies from Behavioral Experiments

The introduction of RevengeBench, a new benchmark for evaluating an LLM's ability to reverse-engineer executable code-space policies through behavioral observation and active experimental probing.

TL;DR

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.

The research paper introduces RevengeBench, a computational benchmark designed to address the inverse problem of reconstructing hidden mechanisms from observable behavior within code-space. Unlike traditional models that rely on fixed datasets or direct input-output queries, RevengeBench simulates a scientific experimental regime where a learner must infer an opaque target policy by observing its interactions and designing 'probe opponents'—custom policies intended to drive the target into informative states. The benchmark utilizes 75 LLM-generated, Elo-calibrated policies derived from CodeClash tournament trajectories across five diverse game environments, including grid-based and continuous control settings. The study evaluated twelve frontier Large Language Models (LLMs) using a protocol where agents move from passive observation to active intervention. Results indicate significant variance in performance, with top-performing models closing up to 72% of the initial action distance between the hypothesis and the target policy. Furthermore, the researchers validated that these recovered programs possess functional utility; when used to inform the creation of counter-policies, the reconstructed code provided a measurable competitive advantage in PvP tournaments, particularly for weaker models. This work establishes a framework for studying the interpretability of programmatic policies and the broader potential for autonomous scientific discovery through behavioral inference.

Read paper →

Paper 3

Real-Time Voice AI Hears but Does Not Listen

An evaluation of leading real-time voice AI systems reveals a significant 'emotional intelligence gap' where models prioritize lexical content (words) over non-lexical cues (tone, emotion, and prosody).

TL;DR

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.

The research paper investigates a critical flaw in modern real-time voice AI systems, termed the 'emotional intelligence gap.' By testing four industry-leading models—OpenAI’s GPT Realtime 2, Google’s Gemini 3.1 Flash Live, and Alibaba’s Qwen3.5 Omni series—the authors demonstrate that these systems consistently prioritize lexical information (the words spoken) over non-lexical information (the tone, pitch, and emotion of the voice). In high-stakes experimental scenarios, such as emergency welfare checks or wire transfer authorizations, the models failed to react to audible signs of distress or fear if the speaker's verbal content suggested everything was fine. Interestingly, the study found that this is often not a failure of perception; many models can correctly identify distress when asked directly in a diagnostic setting, yet they fail to use that same information when making autonomous decisions. The paper also notes that this bias extends to identifying speaker characteristics like age and accent, where the models' outputs are heavily influenced by the transcript rather than the acoustic signal. The authors suggest that the root causes may lie in the models' reliance on text-only language backbones or architectural limitations in audio encoders that lose vocal nuance. Ultimately, the study concludes that current real-time voice AI should be used with extreme caution in any setting where the emotional tone of a caller is a decisive factor for safety or security.

Read paper →

Paper 4

Are We Ready For An Agent-Native Memory System?

A comparative analysis of emerging architectural frameworks for agent-native memory systems in Large Language Models.

TL;DR

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.

The article provides a highly structured comparative study of the evolving landscape of 'agent-native' memory systems, which aim to move beyond simple context window limitations. The analysis organizes various recent research papers (primarily from 2023–2026) into a multi-dimensional matrix. It examines five critical dimensions of memory architecture: representation, storage, extraction, retrieval/query routing, and maintenance.

In terms of representation, the field is moving from simple token-level sequences and transient in-context registers toward more complex structures like hierarchical trees (MemTree), temporal knowledge graphs (Zep), and topological subgraphs (Cognee). Storage strategies are similarly diversifying; while early methods relied on single engines like Vector Databases, newer 'Agentic OS' models such as MemOS and A-MEM utilize heterogeneous composite engines that combine Vector, Graph, and Relational databases.

Extraction methodologies focus on the transition from schema-free parsing to highly structured, schema-constrained extraction using tools like Pydantic or JSON attributes to ensure data integrity. Retrieval mechanisms are also becoming more autonomous, utilizing agentic routing and multi-stage hybrid execution (combining dense retrieval with BM25) rather than simple semantic similarity. Finally, the article highlights critical maintenance strategies required for long-horizon agents, such as capacity-driven physical eviction (to manage memory pressure), LLM-driven semantic consolidation (to prevent redundancy), and timestamp-based multi-versioning (to handle temporal updates). This systematic breakdown serves as a roadmap for developing production-ready, scalable AI agents with persistent, reliable cognitive capabilities.

Read paper →

Paper 5

Learning Action Priors for Cross-embodiment Robot Manipulation

The research presents a method for learning action priors to enable effective robot manipulation across heterogeneous embodiments including simulation and real-world platforms.

TL;DR

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.

The research addresses the challenge of cross-embodiment robot manipulation, where models must operate across robots with different degrees of freedom, sensors, and task distributions. To solve this, the authors propose a unified representation consisting of a 37-dimensional action space and a 74-dimensional state space, using zero-padding to accommodate various robotic configurations like the LIBERO suite, RoboCasa GR1, and real-world Franka arms. The training follows a two-stage approach: first, an action prior is learned from unconditioned trajectories using a Qwen3-0.6B backbone; second, a Vision-Language-Action (VLA) model is optimized using Qwen3-VL-2B. This method incorporates learnable dataset tokens to help the model distinguish between different robot types. The experimental setup includes approximately 565k state-action transitions, testing the model's ability to handle long-tail real-world data alongside large-scale simulations. The study compares this approach against established architectures like GR00T and π0.5, demonstrating that injecting action priors and historical context significantly enhances cross-embodiment capabilities.

Read paper →

This Week in Tech

Top stories curated from across the web this week

This Week

Article 1

Trump Orders Acceleration of Quantum Readiness as Bitcoin Faces Coming Risk

The Trump administration has issued executive orders to accelerate the development of quantum computing and mandate an earlier transition to post-quantum cryptography for federal agencies.

TL;DR

President Trump signed executive orders to expedite U.S. quantum computing leadership and harden federal cybersecurity against future quantum threats. The mandate significantly moves up the deadline for implementing quantum-resistant encryption across government networks.

The United States administration has officially accelerated its strategic timeline for quantum readiness through two new executive orders. The first order, 'Ushering in the Next Frontier of Quantum Innovation,' establishes a goal for federal agencies to develop a scientifically relevant quantum computer by 2028 and seeks to deploy quantum sensors and networking technologies within five years. This initiative involves close coordination between the Departments of Commerce, Energy, Defense, and NASA, with the Department of Energy tasked to define technical specifications for deployment at national laboratories.

The second executive order addresses the critical cybersecurity threat known as 'Q-Day,' where sufficiently powerful quantum computers could break current encryption standards. This order moves the deadline for federal adoption of post-quantum cryptography from 2035 to December 2031. To facilitate this, NIST will lead a pilot migration project aimed at transitioning federal systems by the end of 2027, supported by the Cybersecurity and Infrastructure Security Agency (CISA).

Beyond hardware and encryption, the orders focus on the broader ecosystem, including expanding the FBI's role in protecting quantum research from counterintelligence threats, strengthening domestic supply chains, and fostering workforce development. The announcement arrives amidst a parallel race within the cryptocurrency industry—including players like Google, Coinbase, and Stellar—to implement quantum-resistant protocols such as BIP-360 to protect digital assets from potential future vulnerabilities.

Read full article →

Article 2

Europe Expands Quantum-GPU Computing as NVIDIA Announces 35 New AI Supercomputers

NVIDIA is driving a massive expansion of AI and hybrid quantum-GPU supercomputing infrastructure across 23 European countries.

TL;DR

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.

NVIDIA is spearheading a significant expansion of high-performance computing (HPC) infrastructure in Europe, announcing the rollout of 35 new AI supercomputers across 23 countries. This initiative aims to provide advanced computing resources to over 3 million researchers, focusing on the intersection of artificial intelligence and quantum computing. A central theme of this expansion is the development of hybrid quantum-classical environments, where quantum processors act as specialized accelerators within traditional GPU-accelerable supercomputing frameworks.

Key European research institutions are at the forefront of this deployment. In Italy, CINECA is collaborating with Pasqal and EuroHPC to integrate neutral-atom quantum processing units using NVIDIA's CUDA-Q platform and Slurm workload management. Germany's Fraunhofer FOKUS is enhancing the quantum software ecosystem by integrating CUDA-Q with the Eclipse Qrisp programming language. Meanwhile, the Barcelona Supercomputing Center has deployed an analog quantum computer from Qilimanjaro Quantum Tech, also utilizing the CUDA-Q platform. Notably, researchers at the Jülich Supercomputing Centre utilized NVIDIA GH200 Grace Hopper Superchips to perform a world-record simulation of a 50-qubit universal quantum computer via the JUQCS-50 simulator.

The broader infrastructure buildout includes approximately 800 AI exaflops of computing capacity deployed or announced in Europe since last year. Major projects under the EuroHPC program include upgrades to the MareNostrum 5 system using NVIDIA GB300 NVL72 and GB200 NVL4 systems connected via Quantum-X800 InfiniBand technology. Other significant installations include the BavariaAI Blue Swan, IT4LIA AI Factory, HammerHAI, and Mimer AI Factory. Beyond pure research, these technologies are being applied to industrial challenges, such as Siemens Energy's use of NVIDIA platforms to accelerate hydrogen gas turbine simulations by up to 77%. This large-scale deployment underscores Europe's strategic move toward technological sovereignty in the fields of AI, energy, and fundamental scientific discovery.

Read full article →

Article 3

How Many Qubits Does a Quantum Computer Need?

The article explores the nuanced requirements for qubit counts in quantum computing, arguing that utility depends on application type, error correction overhead, and hardware modality rather than a single universal number.

TL;DR

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.

The pursuit of a definitive number of qubits required for 'useful' quantum computing is often misguided due to the complexities of error correction and hardware diversity. The authors argue that the true metric of progress is the number of reliable 'logical qubits' an architecture can support. Because physical qubits are highly error-prone, significant overhead is required to create stable logical units; this ratio can be as high as 2,000:1. Consequently, the necessity for qubits depends on the specific problem, the mathematical formulation of the algorithm, and the underlying hardware modality (such as trapped ions or photonics). The authors categorize quantum utility into three distinct bands. Band One involves early scientific applications in chemistry and materials science, such as simulating iron-sulphur clusters or battery degradation, which may only require 25 to a few hundred logical qubits. This band represents the most immediate frontier for scientifically meaningful results. Band Two encompasses more ambitious commercial applications, such as nitrogen fixation (FeMoco) and complex financial optimizations, which likely necessitate thousands of logical qubits. The article concludes that the first era of quantum advantage will not require massive, million-qubit machines, but rather highly reliable, error-corrected systems capable of handling specific, well-defined scientific tasks.

Read full article →

Article 4

Big critique of Microsoft's Majorana approach

A peer-reviewed critique published in Nature challenges Microsoft's claims regarding breakthroughs in Majorana-based quantum computing, alleging significant Python programming errors and data omission.

TL;DR

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.

The article details a significant scientific dispute regarding Microsoft's claims of achieving a quantum computing breakthrough via Majorana particles. Dr. Henry Legg of the University of St Andrews has published a critique in the journal Nature, asserting that Microsoft's 2025 announcements were based on flawed methodology and programming errors. Specifically, Legg identifies two 'basic Python programming errors' within Microsoft's Topological Gap Protocol (TGP) software: one where plotting code was hardcoded to filter out all but the largest detected region, and another where data transformation was performed using array indices rather than physical bias voltages. These errors effectively obscured data that suggested device disorder incompatible with a topological gap. Furthermore, Legg alleges that Microsoft omitted raw data that would have undermined their thesis. In response, Microsoft's quantum hardware group has defended its results, characterizing the identified error as an 'inconsequential' off-by-one-pixel bug and dismissing Legg's analysis as a selective examination of isolated procedures. Despite Microsoft's recent announcement of the 'Majorana 2' chip, Legg remains skeptical, noting that there is no evidence the technology can yet maintain a qubit superposition or perform essential X-measurements, suggesting the timeline for functional quantum computing may be centuries away rather than years.

Read full article →

Article 5

CISA warns of max severity Ubiquiti flaws exploited in attacks

CISA has issued an urgent warning regarding the active exploitation of critical vulnerabilities in Ubiquiti UniFi OS and Lantronix serial-to-ethernet servers.

TL;DR

CISA is mandating rapid patching for critical vulnerabilities in Ubiquiti and Lantronix hardware that are currently being exploited by attackers. These flaws range from access control bypasses to remote command injection, posing a significant risk of full system compromise.

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has added several high-severity vulnerabilities to its Known Exploited Vulnerabilities catalog, prompting a directive for federal agencies to remediate these flaws within a three-day window. The primary focus is on Ubiquiti UniFi OS, where three specific vulnerabilities—CVE-2026-34908, CVE-2026-34909, and CVE-2026-34910—have been identified. These flaws involve access control bypass, directory traversal, and improper input validation, respectively. Research from Bishop Fox has demonstrated that these vulnerabilities can be chained together to allow unauthenticated attackers to achieve full remote code execution with elevated privileges. Additionally, a critical command injection vulnerability (CVE-2025-67038) has been identified in Lantronix EDS5000 series servers. This flaw exists in the HTTP RPC module due to improper sanitization of usernames during failed authentication logging, allowing for root-level command execution. While CISA has not yet confirmed specific ransomware involvement, the active exploitation of these flaws necessitates immediate updates. Administrators are urged to apply patches provided by Ubiquiti and upgrade Lantronix firmware to version 2.2.0.0R1 to mitigate the risk of unauthorized system takeover.

Read full article →

Article 6

Ethereum Encrypted Mempool: Progress, Challenges & the Road to Hegota

The article explores Ethereum's upcoming protocol upgrades, specifically focusing on the implementation of encrypted mempools (LUCID) and inclusion lists (FOCIL) to combat censorship and MEV.

TL;DR

The article details the technical roadmap for enhancing Ethereum's transaction fairness through the LUCID and FOCIL proposals. These upgrades aim to mitigate MEV exploits and censorship by introducing encrypted mempools and enforced inclusion mechanisms.

The Ethereum protocol is approaching a critical debate regarding its transaction pipeline, moving beyond mere scaling to address fundamental issues of fairness and censorship resistance. Currently, the transparency of the public mempool allows sophisticated actors to engage in predatory behaviors like front-running and sandwich attacks by observing user intent before transactions are finalized. To combat this, two primary technical proposals are being developed: FOCIL (Fork Choice Enforced Inclusion Lists) and LUCID (EIP-8184). FOCIL is designed to ensure that valid transactions cannot be indefinitely ignored by builders, creating a protocol-level guarantee for transaction inclusion. Meanwhile, LUCID introduces an encrypted mempool architecture where users submit sealed-ticket transactions containing commitments to encrypted payloads. In this model, the contents of a transaction remain hidden from builders and searchers until the ordering process is complete, significantly reducing the information advantage used for harmful MEV. While the execution-layer implementation of LUCID is progressing with draft PRs and new opcode support like SLOTNUM, the consensus-layer integration remains a significant hurdle. Developers are currently working on defining SSZ containers, key publication schedules, and coordination between the execution and consensus layers. Testing infrastructure using Kurtosis, Besu, and Teku is already being utilized to simulate attack scenarios and validate these new primitives. Ultimately, the successful integration of these technologies represents a shift toward a more neutral and robust settlement layer for Ethereum.

Read full article →

Article 7

Grab Builds Secure Agentic AI Workload Platform

Grab has developed Palana, a Kubernetes-native secure execution platform designed to provide isolated and controlled environments for autonomous AI agent workloads.

TL;DR

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.

To address the significant security risks posed by the non-deterministic nature of autonomous AI agents, Grab has engineered Palana, a proprietary, Kubernetes-native secure execution platform. As AI agents gain the ability to execute tools, call APIs, and manipulate code, they become vulnerable to attacks such as prompt injection, logic hijacking, and dependency compromises. Palana addresses these threats by establishing isolation as the primary unit of trust through a zero-trust architecture, assigning each agent to a dedicated Kubernetes namespace with strict Role-Based Access Control (RBAC) and custom network policies.

A critical innovation in Palana is its approach to secrets management. To prevent compromised agents from accessing high-value API keys, the platform decouples credentials into agent-readable placeholders and proxy-only secrets. Highly sensitive data remains stored in HashiCorp Vault; when an agent makes an outbound request, a secure intermediate proxy intercepts the call, validates the destination, and dynamically injects the real secret. This ensures that raw secrets are never exposed within the agent's execution memory or logs.

Furthermore, Palana centralizes egress security by routing all outbound HTTP/HTTPS traffic through an Envoy proxy integrated with Open Policy Agent (OPA). The system utilizes Man-in-the-Middle certificate termination to inspect headers and validate endpoints in real-time. To maintain control over potentially rogue agents, the platform includes network-level kill switches and an external reaper service that can terminate idle or compromised workloads from outside the execution runtime. By utilizing a custom Kubernetes operator, Grab enables platform engineers to manage the lifecycle of hundreds of concurrent agent workloads using standard infrastructure-as-code practices, effectively separating developer usability from robust systems engineering.

Read full article →

Article 8

Fraunhofer IPMS Unveils Q-Dice Quantum Random Number Generator for Enterprise Security

Fraunhofer IPMS has announced Q-Dice, a high-performance Quantum Random Number Generator (QRNG) capable of data rates exceeding 4.1 Gbit/s using quantum vacuum fluctuations.

TL;DR

Fraunhofer IPMS has unveiled Q-Dice, a high-speed quantum random number generator designed to secure networks against classical and quantum threats. The platform offers both hardware appliances for data centers and an API-driven cloud service for on-demand entropy.

The Fraunhofer Institute for Photonic Microsystems (IPMS) has introduced Q-Dice, a breakthrough Quantum Random Number Generator (QRNG) engineered for high-performance enterprise environments. Unlike traditional software-based pseudo-random number generators that rely on deterministic algorithms, Q-Dice leverages the inherent unpredictability of quantum vacuum fluctuations to generate true entropy. The system is capable of delivering data rates in excess of 4.1 Gbit/s, providing a robust foundation for cryptographic security in an era of increasing quantum computing capabilities. The technical architecture of Q-Dice integrates several advanced engineering pillars, including laser and optical front-end design for stable quantum stimulation, highly sensitive analog front-end sensing to detect electromagnetic variations, and high-speed data acquisition using FPGAs and ADCs. To ensure suitability for critical infrastructure, the system has been validated against international standards such as NIST SP 800-22 and the German BSI AIS 20/31, achieving an Evaluation Assurance Level of EAL 3. Fraunhofer IPMS is offering two primary commercial models: a physical, rack-mountable hardware appliance for localized data centers and a cloud-based 'Entropy-as-a-Service' model via API for developers and researchers. This technology serves as a cornerstone for broader quantum security projects, including the CBQD chip-based device project and the Quant-ID consortium, which aim to develop secure identities and post-quantum cryptography validation keys.

Read full article →

Article 9

Kuma: compiling PyTorch models into self-contained WebGPU executables [P]

Kuma is a new transpiler and runtime designed to execute PyTorch models directly in web browsers using WebGPU without the need for a Python server or ONNX.

TL;DR

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.

Kuma is an innovative toolchain designed to bridge the gap between deep learning research and web deployment. The system operates in two distinct phases: the 'kuma' compiler and the 'kuma-bart' runtime. The Python-based compiler utilizes torch.export to capture the computation graph of a PyTorch model, subsequently packing weights into a contiguous binary blob and embedding necessary WGSL compute shaders into a single, self-contained '.iph' archive. On the client side, the TypeScript-based runtime loads these packages directly into the browser's WebGPU interface. This approach allows for high-performance, 60fps inference on complex models, such as ConvNeXt-style architectures, without requiring any Python backend or ONNX conversion. The project includes a highly accessible web component, <kuma-player>, which enables developers to embed interactive, GPU-accelerated model playback into any web framework like React or Astro with minimal code. While the current implementation focuses on static shapes and float32 precision, it provides robust features including per-op GPU profiling, automated verification against PyTorch reference values, and a multi-frame pipelining strategy to minimize latency.

Read full article →

Article 10

Anthropic gives @Claude a permanent seat in your Slack channels

Anthropic has introduced Claude Tag, an AI agent integration for Slack that functions as a persistent, autonomous team member capable of managing long-running tasks.

TL;DR

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.

Anthropic has announced the launch of Claude Tag, a significant evolution in its Slack integration designed to move AI from a transactional tool to a persistent team member. Unlike previous iterations that required direct user prompts, Claude Tag resides permanently within Slack channels, allowing it to accumulate institutional knowledge and work asynchronously on tasks that span extended periods. A core innovation of this release is the 'agent identity' framework, which addresses the security challenges of autonomous agents. Instead of inheriting the permissions of a specific user—which becomes problematic when an agent performs tasks after a user has logged off—Claude Tag operates under its own scoped credentials defined by administrators. This allows for granular control, such as granting an engineering channel access to GitHub while restricting a general channel to read-only access. Furthermore, the feature supports 'multiplayer' interaction, where an entire team can observe, steer, and correct the agent's work in real time. To prevent runaway costs associated with autonomous behavior, Anthropic has included administrative guardrails to limit token consumption per channel. This move positions Anthropic to compete in the emerging 'Slack layer' of enterprise AI, alongside competitors like GitHub Copilot and Cognition's Devin, by establishing a compounding data and distribution advantage within team messaging platforms.

Read full article →

Article 11

Q2 2026 emerges as most-hacked quarter on record with 83 incidents

Q2 2026 recorded the highest number of cryptocurrency protocol exploits on record despite lower total financial losses compared to previous years.

TL;DR

The second quarter of 2026 saw a record-breaking 83 crypto exploits, driven largely by vulnerabilities in cross-chain bridges. While the frequency of attacks is rising, the total value stolen remains lower than historical peaks due to reduced total value locked in DeFi.

The cryptocurrency sector experienced a significant surge in hacking frequency during Q2 2026, reaching a record 83 documented incidents. Data from DefiLlama indicates that while this quarter represents the highest number of individual exploits, the aggregate loss of $755.3 million is notably lower than the $3.56 billion lost during the peak of the 2020 hacking era. This discrepancy is attributed to a decrease in Total Value Locked (TVL) within DeFi protocols, which dropped from $164 billion to approximately $73 billion following major liquidation events.

Attackers primarily targeted cross-chain bridges, which accounted for $351 million in stolen assets. A prominent example was the LayerZero OFT bridge exploit, which facilitated the massive $293 million hack of KelpDAO. Other significant technical attack vectors included compromised admin functions and token price manipulation, alongside private key compromises. Notable individual exploits also affected Taiko, Humanity Protocol, THORChain, and Aztec Connect.

Industry experts, including representatives from CORE3 and Immunefi, highlight that the rapid re-engineering of protocols is outpacing the implementation of robust risk management. There are growing concerns that the proliferation of advanced artificial intelligence models is providing attackers with superior tools for identifying vulnerabilities, potentially ushering in a new era of highly frequent, automated exploits.

Read full article →

Article 12

Bitcoin developers want to fix the 'replace this transaction with a higher fee' button. Here's why

Bitcoin developers are proposing to remove BIP 125 RBF signaling from wallets to prevent transaction fingerprinting and improve privacy.

TL;DR

Developers are working to eliminate redundant RBF signaling in Bitcoin wallets to enhance user privacy. This change aims to prevent on-chain analysis from identifying specific wallet types through unique transaction signatures.

The Bitcoin development community is currently addressing a privacy vulnerability related to how transactions signal their replaceability. Since the network adopted a standard policy of full Replace-By-Fee (RBF), where all transactions are treated as replaceable at higher fees regardless of user intent, the explicit signaling mechanism defined in BIP 125 has become obsolete. This redundant information acts as a 'digital fingerprint,' allowing blockchain observers to potentially identify which wallet software was used to initiate a transaction based on how the RBF signal is formatted. However, removing this feature presents significant technical challenges. Because the signaling field is a mandatory component of the transaction structure, developers cannot simply delete it; they must find a way to standardize its value across all wallet implementations. If different wallets implement the removal or modification in inconsistent ways, the resulting transactions would exhibit unique on-chain characteristics, inadvertently creating new patterns for chain analysis tools to track. Therefore, the proposed code change requires careful coordination among developers to ensure that the transition to a signal-free transaction format does not compromise privacy through unintended side effects.

Read full article →

Article 13

Circle, Nomura eye Japan corporate FX with stablecoin settlement: Report

Circle and Nomura are reportedly partnering to launch an instant foreign exchange settlement service using USDC in Japan by 2027.

TL;DR

Circle and Nomura are planning a partnership to facilitate near-instant FX settlement for Japanese corporations using USDC. This development occurs amidst a broader shift in Japan's regulatory framework toward more favorable tax treatments and standardized financial oversight for digital assets.

A reported partnership between Circle, the issuer of the USD-denominated stablecoin USDC, and Japan's Nomura bank aims to revolutionize cross-border payments for Japanese enterprises. The proposed service, slated for implementation as early as 2027, would allow companies to swap Yen for USDC to achieve instant settlement, bypassing the latency typically associated with traditional banking hours and global time zone disparities. This initiative is part of a larger trend in Japan's financial sector, where institutions like SBI Holdings and Startale Group are launching yen-based stablecoins (JPYSC), and Ripple has introduced RLUSD to the Japanese market. Beyond specific product launches, Japan is undergoing significant regulatory shifts. The Japanese government is moving toward regulating digital assets under the Financial Instruments and Exchange Act, a move that could pave the way for crypto ETFs and stricter exchange oversight. Furthermore, legislative progress suggests a potential reduction in capital gains tax on crypto assets from 55% to a flat 20%, signaling a strategic effort to integrate blockchain-based settlement into the mainstream Japanese economy.

Read full article →

Article 14

Kraken, Maple launch onchain warehouse facility for crypto-backed institutional loans

Kraken and Maple have launched an onchain warehouse financing facility for crypto-backed institutional loans using a bankruptcy-remote SPV.

TL;DR

Kraken and Maple Finance have introduced a new onchain credit facility designed for institutional crypto-backed lending. The arrangement utilizes an SPV structure to provide secure, overcollateralized access to digital assets like BTC and ETH.

Crypto exchange Kraken and asset manager Maple have collaborated to launch a new onchain warehouse financing facility aimed at institutional clients. By utilizing a bankruptcy-remote special purpose vehicle (SPV), the facility applies traditional credit market structures—similar to commercial mortgage-backed securities—to the digital asset space. The facility is denominated in USDC and allows for senior, overcollateralized exposure to Bitcoin and Ether, with all loan performance trackable onchain. Kraken intends to use this structure to scale its OTC lending business without increasing its own balance-sheet liabilities, while Kraken Financial will serve as the depository institution for collateral. This move occurs amidst a massive expansion in the tokenized credit market, which has grown from $1.87 billion to over $6.2 billion according to RWA.xyz. The launch is part of a broader trend of institutionalizing crypto lending following the 2022 market volatility and the collapse of previous lenders like Celsius.

Read full article →

Article 15

Infleqtion Launches America’s Quantum Space Initiative to Accelerate the Future of Quantum-Enabled Space Infrastructure

Infleqtion has launched America’s Quantum Space Initiative to foster collaboration between industry, academia, and government for developing quantum technologies in space.

TL;DR

Infleqtion has unveiled America’s Quantum Space Initiative, a multi-partner effort to advance quantum-enabled space infrastructure. The initiative seeks to integrate quantum sensing and computing into next-generation space missions for defense and commercial use.

Infleqtion, a leader in neutral-atom quantum technology, has officially launched America’s Quantum Space Initiative. This new collaborative effort brings together a consortium of founding partners including Voyager Technologies, Monarch Quantum, Armada, and the University of Colorado Boulder to accelerate the development and deployment of quantum technologies for space-based systems. The initiative is structured around the creation of a 'Quantum Space Hub,' which will serve as a network connecting innovators across the quantum and aerospace sectors to bridge the gap between experimental laboratory demonstrations and practical, real-world space applications.

The scope of the initiative covers several critical technological domains, including quantum sensing, timing, navigation, communications, and computing. These technologies are viewed as strategic assets for enhancing national security, economic competitiveness, and scientific discovery. Specifically, the initiative aims to support next-generation lunar infrastructure, deep-space exploration, persistent space domain awareness, and advanced mission optimization. By integrating expertise from quantum science, aerospace engineering, and advanced manufacturing, the program intends to create more resilient and autonomous space systems.

Founding members bring diverse specialized capabilities to the table: Voyager Technologies focuses on space infrastructure; Monarch Quantum provides expertise in systems engineering and photonics; Armada emphasizes operational advantages in austere environments; and CU Boulder contributes significant research depth in both quantum science and space exploration. The initiative also highlights Infleqtion's history of success, such as its contributions to NASA’s Cold Atom Laboratory and the Quantum Gravity Gradiometer Pathfinder mission. Looking forward, the initiative plans to convene global leaders and will be showcased at the Impact 250 event in Washington, D.C., to drive further investment and policy engagement in the burgeoning quantum-space economy.

Read full article →

Article 16

Chinese cybersecurity company 360 unveils “China's version of Mythos”, and Yitianzhen, to automate cyber defense

Chinese cybersecurity firm 360 Security Technology has unveiled 'Yitian Tulong,' a pair of AI models designed for automated vulnerability discovery and cyber defense.

TL;DR

360 Security Technology introduced two new AI models, Tulongfeng and Yitianzhen, to automate cyber offensive and defensive operations. The company aims to bridge the technological gap with US-based AI by focusing on scalable, automated defense systems.

At the ISC.AI 2026 conference in Beijing, Chinese cybersecurity leader 360 Security Technology officially unveiled 'Yitian Tulong,' a dual-model AI system intended to transform cyber warfare capabilities. The suite includes Tulongfeng, which is designed for large-scale software vulnerability discovery, and Yitianzhen, which focuses on automating incident response and defensive measures. During the presentation, founder Zhou Hongyi compared Tulongfeng to Anthropic's Mythos, asserting that China must develop its own high-powered tools to ensure national security. While the company claims the model has already identified thousands of vulnerabilities—including over one hundred confirmed by the Chinese government—the technical specifics remain unverified by external parties. Notably, Zhou addressed the existing 20% to 30% capability gap between domestic Chinese models and their US counterparts. Rather than attempting to match US models solely through raw computing power or 'genius' singular algorithms, 360 is pursuing a strategy of industrializing cyber defense. The goal is to move away from the concept of the 'lone genius hacker' toward a robust, automated 'professional attack-and-defense team' capable of continuous, error-reduced operations 24/7.

Read full article →

Article 17

SpaceX inks compute deal with Reflection AI, an open source AI lab

SpaceX has entered into a multi-billion dollar compute agreement with open-source AI lab Reflection AI to provide access to Nvidia hardware.

TL;DR

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.

In a major expansion of its compute-as-a-service operations, SpaceX has announced a massive contract with Reflection AI, an open-source AI laboratory founded by former Google DeepMind researchers. Starting July 1, 2026, Reflection AI will pay $150 million monthly through 2029 to utilize the Colossus 2 data center located near Memphis, Tennessee. The agreement provides the startup with critical access to Nvidia’s cutting-edge GB300 AI chips and necessary supporting hardware. This deal follows much larger-scale agreements between SpaceX and other industry giants like Anthropic and Google, illustrating a growing trend of SpaceX leveraging its massive AI chip holdings for third-party rental. For Reflection AI, this infrastructure is vital to maintaining its open-weight strategy, which serves as an alternative to the closed-model ecosystems provided by companies like OpenAI. The deal's scale underscores the increasing demand for high-performance computing resources in the race to develop frontier-level artificial intelligence.

Read full article →

Article 18

IQM Named as Quantum Partner in HPE Hybrid Quantum-HPC Platform

HPE has announced a collaboration with IQM Quantum Computers to integrate superconducting quantum processor technology into its hybrid classical-quantum computing platform.

TL;DR

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.

Hewlett Packard Enterprise (HPE) has officially announced that IQM Quantum Computers will serve as a technological collaborator for its newly unveiled hybrid classical-quantum computing platform. This initiative, presented at HPE Discover Las Vegas, seeks to merge various quantum modalities with HPE's existing Cray supercomputing infrastructure. IQM, a leader in full-stack superconducting quantum computers, will contribute its specialized superconducting quantum processor technology to this effort. The fundamental goal of the collaboration is to position quantum systems as specialized accelerators capable of handling specific computational workloads that exceed the capabilities of traditional classical methods. This integration represents a significant step toward making quantum computing viable for both research and enterprise environments by bringing it into standardized data center architectures. The announcement follows IQM's successful deployment of an on-premises quantum computer at Oak Ridge National Laboratory, demonstrating their strategy of allowing customers to own and operate full-stack systems within their own infrastructure. Beyond the HPE partnership, IQM is also working with NVIDIA to apply AI techniques to agentic calibration, addressing a major bottleneck in scaling quantum operations. As IQM prepares for a Nasdaq listing through a merger with Real Asset Acquisition Corp., this partnership with HPE underscores the company's growing role in the global high-performance computing ecosystem.

Read full article →

Article 19

Wan-Streamer v0.1: End-to-end Real-time Interactive Foundation Models

The introduction of Wan-Streamer, an end-to-end, native-streaming foundation model designed for real-time, full-duplex audio-visual interaction.

TL;DR

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.

The research paper introduces Wan-Streamer v0.1, a breakthrough in multimodal foundation models designed specifically for real-time, full-duplex interaction. Unlike traditional systems that rely on a pipeline of separate modules—such as Automatic Speech Recognition (ASR), Large Language Models (LLM), and Text-to-Speech (TTS)—Wan-Streamer integrates language, audio, and video processing into a single unified Transformer architecture. This approach avoids the latency accumulation and synchronization errors inherent in cascaded systems. The model treats all modalities as interleaved tokens, utilizing block-causal attention to enable incremental streaming. To support high-speed interaction, the researchers redesigned the entire stack with causality in mind, implementing causal audio/video Variational Autoencoders (VAEs), encoders, and decoders. For efficient deployment, they proposed a 'thinker-performer' inference strategy. In this setup, a 'thinker' component handles perception and state updates while a 'performer' component manages the heavy lifting of latent generation; these components communicate via KV-cache exchange to allow overlapping computation. The results demonstrate impressive performance, with model-side latency around 200 ms and total interaction latency (including network delay) at approximately 550 ms. This capability allows for natural human-like behaviors such as simultaneous listening and speaking, making it a significant advancement for applications in interactive entertainment, digital humans, and embodied AI.

Read full article →

Article 20

RevengeBench: Reverse Engineering Code-Space Policies from Behavioral Experiments

The introduction of RevengeBench, a new benchmark for evaluating an LLM's ability to reverse-engineer executable code-space policies through behavioral observation and active experimental probing.

TL;DR

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.

The research paper introduces RevengeBench, a computational benchmark designed to address the inverse problem of reconstructing hidden mechanisms from observable behavior within code-space. Unlike traditional models that rely on fixed datasets or direct input-output queries, RevengeBench simulates a scientific experimental regime where a learner must infer an opaque target policy by observing its interactions and designing 'probe opponents'—custom policies intended to drive the target into informative states. The benchmark utilizes 75 LLM-generated, Elo-calibrated policies derived from CodeClash tournament trajectories across five diverse game environments, including grid-based and continuous control settings. The study evaluated twelve frontier Large Language Models (LLMs) using a protocol where agents move from passive observation to active intervention. Results indicate significant variance in performance, with top-performing models closing up to 72% of the initial action distance between the hypothesis and the target policy. Furthermore, the researchers validated that these recovered programs possess functional utility; when used to inform the creation of counter-policies, the reconstructed code provided a measurable competitive advantage in PvP tournaments, particularly for weaker models. This work establishes a framework for studying the interpretability of programmatic policies and the broader potential for autonomous scientific discovery through behavioral inference.

Read full article →

Article 21

Real-Time Voice AI Hears but Does Not Listen

An evaluation of leading real-time voice AI systems reveals a significant 'emotional intelligence gap' where models prioritize lexical content (words) over non-lexical cues (tone, emotion, and prosody).

TL;DR

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.

The research paper investigates a critical flaw in modern real-time voice AI systems, termed the 'emotional intelligence gap.' By testing four industry-leading models—OpenAI’s GPT Realtime 2, Google’s Gemini 3.1 Flash Live, and Alibaba’s Qwen3.5 Omni series—the authors demonstrate that these systems consistently prioritize lexical information (the words spoken) over non-lexical information (the tone, pitch, and emotion of the voice). In high-stakes experimental scenarios, such as emergency welfare checks or wire transfer authorizations, the models failed to react to audible signs of distress or fear if the speaker's verbal content suggested everything was fine. Interestingly, the study found that this is often not a failure of perception; many models can correctly identify distress when asked directly in a diagnostic setting, yet they fail to use that same information when making autonomous decisions. The paper also notes that this bias extends to identifying speaker characteristics like age and accent, where the models' outputs are heavily influenced by the transcript rather than the acoustic signal. The authors suggest that the root causes may lie in the models' reliance on text-only language backbones or architectural limitations in audio encoders that lose vocal nuance. Ultimately, the study concludes that current real-time voice AI should be used with extreme caution in any setting where the emotional tone of a caller is a decisive factor for safety or security.

Read full article →

Article 22

Are We Ready For An Agent-Native Memory System?

A comparative analysis of emerging architectural frameworks for agent-native memory systems in Large Language Models.

TL;DR

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.

The article provides a highly structured comparative study of the evolving landscape of 'agent-native' memory systems, which aim to move beyond simple context window limitations. The analysis organizes various recent research papers (primarily from 2023–2026) into a multi-dimensional matrix. It examines five critical dimensions of memory architecture: representation, storage, extraction, retrieval/query routing, and maintenance.

In terms of representation, the field is moving from simple token-level sequences and transient in-context registers toward more complex structures like hierarchical trees (MemTree), temporal knowledge graphs (Zep), and topological subgraphs (Cognee). Storage strategies are similarly diversifying; while early methods relied on single engines like Vector Databases, newer 'Agentic OS' models such as MemOS and A-MEM utilize heterogeneous composite engines that combine Vector, Graph, and Relational databases.

Extraction methodologies focus on the transition from schema-free parsing to highly structured, schema-constrained extraction using tools like Pydantic or JSON attributes to ensure data integrity. Retrieval mechanisms are also becoming more autonomous, utilizing agentic routing and multi-stage hybrid execution (combining dense retrieval with BM25) rather than simple semantic similarity. Finally, the article highlights critical maintenance strategies required for long-horizon agents, such as capacity-driven physical eviction (to manage memory pressure), LLM-driven semantic consolidation (to prevent redundancy), and timestamp-based multi-versioning (to handle temporal updates). This systematic breakdown serves as a roadmap for developing production-ready, scalable AI agents with persistent, reliable cognitive capabilities.

Read full article →

Article 23

Learning Action Priors for Cross-embodiment Robot Manipulation

The research presents a method for learning action priors to enable effective robot manipulation across heterogeneous embodiments including simulation and real-world platforms.

TL;DR

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.

The research addresses the challenge of cross-embodiment robot manipulation, where models must operate across robots with different degrees of freedom, sensors, and task distributions. To solve this, the authors propose a unified representation consisting of a 37-dimensional action space and a 74-dimensional state space, using zero-padding to accommodate various robotic configurations like the LIBERO suite, RoboCasa GR1, and real-world Franka arms. The training follows a two-stage approach: first, an action prior is learned from unconditioned trajectories using a Qwen3-0.6B backbone; second, a Vision-Language-Action (VLA) model is optimized using Qwen3-VL-2B. This method incorporates learnable dataset tokens to help the model distinguish between different robot types. The experimental setup includes approximately 565k state-action transitions, testing the model's ability to handle long-tail real-world data alongside large-scale simulations. The study compares this approach against established architectures like GR00T and π0.5, demonstrating that injecting action priors and historical context significantly enhances cross-embodiment capabilities.

Read full article →