← All issues

Week 29 · 2026

25 articles · 11 model releases · 5 papers

AI Model Releases

New models and updates from major AI providers this week

This Week
Anthropic 2026-07-14

Claude for Teachers

Anthropic has introduced Claude for Teachers, a specialized implementation of their AI technology tailored for educators. This release focuses on bringing advanced language model capabilities into the classroom environment.

  • Educational integration
  • Tailored pedagogical support
IBM (Granite) 2026-07-16

CodeAlchemy

IBM has open-sourced CodeAlchemy, a massive synthetic dataset designed for high-quality code generation. This release aims to provide developers with superior training data for improving the performance of transformer-based models in coding tasks.

  • Massive scale synthetic dataset
  • High-quality code samples
  • Optimized for generative AI and NLP
NVIDIA (Nemotron) 2026-07-15

Cosmos 3 Edge

NVIDIA expanded its Cosmos 3 frontier open world foundation model family with the introduction of Cosmos 3 Edge. This lightweight, 4-billion-parameter model is designed for embodied systems to enable real-time vision analysis and on-device robot policy.

  • 4-billion-parameter architecture
  • Optimized for NVIDIA Thor platforms
  • Enables real-time world reasoning and action prediction via on-device inference
  • Supports rapid post-training to close the sim-to-real gap
NVIDIA Dev Blog (Nemotron)

Nemotron 3

NVIDIA has introduced Nemotron 3, which utilizes the NVFP4 quantization format. This approach leverages a new 4-bit floating point precision introduced with the NVIDIA Blackwell architecture to improve efficiency as context windows grow.

  • NVFP4 (4-bit floating point) integration
  • Optimized for larger context windows via weight compression
  • Enhanced performance through Blackwell architecture optimization
xAI (Grok) 2026-07-16

Grok 4.5

xAI has introduced Grok 4.5, positioned as the company's smartest model to date. It is specifically optimized for high-level coding tasks, agentic workflows, and complex knowledge work.

  • Optimized for coding
  • Enhanced capabilities for agentic tasks
  • Advanced performance in knowledge work
StepFun

Step 3.7 Flash

StepFun has released Step 3.7 Flash, a 198B-parameter sparse Mixture-of-Experts (MoE) vision-language model designed for high-frequency production workloads and agentic workflows. The model features native image understanding via a 1.8B visual encoder and offers selectable reasoning levels to balance speed, cost, and depth.

  • Up to 400 tokens per second throughput with an 11B active parameter count
  • 256k context window supporting multi-step search loops and tool orchestration
  • NVFP4 quantized variant optimized for NVIDIA GPUs using MTP draft layers for up to 1.45x speedup
  • High performance in visual intelligence (SimpleVQA) and agentic coding tasks (SWE-Bench PRO)
Kimi (Moonshot) 2026-07-17

Kimi K3

Moonshot AI has released the Kimi K3 model, representing a significant update in their recent research lineup. The release follows closely on the heels of new evaluation benchmarks like PerceptionBench.

  • Latest iteration in the Kimi series
  • Released alongside updated perception benchmarking capabilities
Google (Gemma) 2026-07-13

Gemma 4 E2B

Google has debuted the lightweight Gemma 4 E2B model, specifically designed for native on-device execution. The model enables completely offline multimodal capabilities including AI chat and real-time image recognition.

  • Lightweight architecture for mobile/edge devices
  • Native support for offline multimodal features
  • Optimized for Google Tensor SoC and TPU
OpenAI 2026-07-15

GPT-Red

OpenAI introduced GPT-Red, a new research advancement focused on unlocking self-improvement capabilities for enhanced model robustness. The release highlights progress in autonomous safety and error correction.

  • Self-improvement mechanisms
  • Enhanced structural robustness
NVIDIA (Nemotron) 2026-07-14

NVIDIA Nemotron

NVIDIA highlighted the advancements in its open model ecosystem, focusing on how enterprises can use Nemotron for specialized AI applications. The announcement emphasizes customization through post-training and fine-tuning to achieve domain-specific accuracy in sectors like healthcare and legal.

  • Full control over customization, inspection, and improvement
  • Ability to run private evaluations without third-party data routing
  • Optimized for specialized tasks via post-training on proprietary knowledge
OpenAI 2026-07-14

GPT-5.6

OpenAI has integrated GPT-5.6 into Microsoft 365 Copilot, establishing it as the preferred model for enterprise productivity. This release focuses on providing frontier intelligence that scales with user ambition and complex workflows.

  • Integration with Microsoft 365 Copilot
  • Enhanced scaling capabilities for ambitious tasks
  • Frontier-level reasoning improvements

Research Papers

Selected arXiv and HuggingFace papers this week

This Week

Paper 1

Ring-Zero: Scaling Zero RL to a Trillion Parameters for Emergent Reasoning

The research explores scaling 'zero RL' (reinforcement learning with verifiable rewards without human data) to a 1-trillion parameter model to observe emergent reasoning capabilities.

TL;DR

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.

The research addresses the challenges of scaling Reinforcement Learning with Verifiable Rewards (RLVR)—specifically 'zero RL'—to the trillion-parameter scale. While previous studies focused on smaller models, this work investigates how massive parameters impact training dynamics and emergent reasoning behaviors. The authors identify that naive scaling often leads to issues such as poor readability, token redundancy, and inefficient reasoning depth. To mitigate these, they developed a stable training pipeline utilizing algorithmic optimizations like clipped importance sampling and training-inference ratio correction, alongside system-level improvements like mixed-precision control and context parallelism.

The findings provide a strong validation of the 'bitter lesson' in AI: that scale and computation eventually supersede human-engineered heuristics. The researchers observed three primary phenomena: first, that 1T models reach much higher performance ceilings than 104B models; second, that training moves from a discovery phase to a sharpening phase; and third, that the model autonomously develops advanced cognitive traits including anthropomorphism, structured formatting, self-verification, parallel reasoning, and 'context anxiety.' These behaviors emerged as optimal solutions to the RL objective without any supervised CoT data. Finally, the authors introduce a new evaluation framework focusing on the comprehensibility, reproducibility, and efficiency of reasoning traces, proving that Ring-2.5-1T-Zero produces highly structured and concise mathematical reasoning.

Read paper →

Paper 2

Read It Back: Pretrained MLLMs Are Zero-Shot Reward Models for Text-to-Image Generation

The paper introduces SpectraReward and Self-SpectraReward, new training-free reward functions that utilize pretrained Multimodal Large Language Models (MLLMs) to improve text-to-image generation via reinforcement learning.

TL;DR

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.

The paper addresses the challenges of designing efficient and reliable reward models for text-to-image (T2I) reinforcement learning. Current methods often rely on expensive human preference annotations or complex question-decomposition pipelines that are difficult to scale. To solve this, the authors propose SpectraReward, a training-free reward function that leverages the pretrained image-text alignment of existing Multimodal Large Language Models (MLLMs). Instead of asking an MLLM to judge an image qualitatively, SpectraReward calculates the average image-conditioned prompt log-likelihood, essentially measuring how much information from the original prompt is preserved in the generated image. For unified multimodal models (UMMs), the authors introduce Self-SpectraReward, a closed-loop framework where the model's own understanding branch serves as the reward source for its generation branch. This approach ensures structural and distributional alignment between the policy and the reward model. Extensive experiments involving various MLLM backbones ranging from 4B to 235B parameters show that SpectraReward consistently improves generation performance across multiple benchmarks like GenEval and TIIF-Bench. Notably, the study reveals that scaling up the reward model does not always yield monotonic improvements, and the Self-SpectraReward approach can match or even outperform much larger external models by leveraging intrinsic alignment.

Read paper →

Paper 3

PalmClaw: A Native On-Device Agent Framework for Mobile Phones

The introduction of PalmClaw, an open-source framework designed to run LLM agents natively on mobile devices using tool-based interactions rather than GUI automation.

TL;DR

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.

The research addresses the limitations of current mobile AI agents, which primarily rely on interpreting Graphical User Interfaces (GUI) through actions like tapping, swiping, and typing. This method is often inefficient due to long action sequences, sensitivity to UI changes, and a lack of direct access to device-level capabilities. To solve this, the authors propose PalmClaw, a native on-device agent framework. Unlike traditional architectures that require an external desktop or cloud host to manage the agent loop, PalmClaw hosts all essential components—including memory, skills, tools, and session management—directly on the smartphone. A core innovation of PalmClaw is its use of 'device tools,' which expose mobile resources like sensors, cameras, and local files through explicit arguments and structured results. This approach establishes clear execution boundaries and reduces the complexity of task execution. Empirical evaluations show that PalmClaw outperforms existing baselines with an 11.5% relative increase in task success and a massive 94.9% reduction in completion time. Furthermore, the framework simplifies deployment by reducing the setup burden typically associated with external agent orchestration.

Read paper →

Paper 4

SEED: Self-Evolving On-Policy Distillation for Agentic Reinforcement Learning

The introduction of Seed, a self-evolving on-policy distillation framework designed to improve reinforcement learning for LLM-based agents by converting trajectories into dense, actionable skills.

TL;DR

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.

Large language models are increasingly deployed as agents capable of long-horizon tasks involving tool use and multi-turn interactions. However, standard outcome-based reinforcement learning (RL) suffers from a supervision gap because rewards are typically sparse and only provided at the end of an episode, offering no guidance on intermediate decisions. The 'Seed' (SElf-Evolving On-Policy Distillation) framework is proposed to bridge this gap by converting completed on-policy trajectories into training-time hindsight skills. The process involves a two-step approach: first, the policy is fine-tuned to analyze finished trajectories and generate natural-language descriptions of reusable workflows or failure-avoidance rules; second, these skills are used to re-score sampled actions, creating a dense, token-level distillation signal. Crucially, this mechanism is self-evolving, meaning that as the policy improves and encounters new environments, its ability to extract and utilize hindsight skills evolves in tandem. Experimental results across text and vision-based agentic tasks indicate that Seed significantly enhances both performance and sample efficiency while maintaining robust generalization to unseen scenarios.

Read paper →

Paper 5

OvisOCR2 Technical Report

The introduction of OvisOCR2, an end-to-end 0.8B parameter document parsing model that achieves state-of-the-art performance in converting document images to Markdown.

TL;DR

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.

The technical report introduces OvisOCR2, a novel 0.8B parameter model designed for efficient, end-to-end document parsing. Unlike traditional pipeline methods that rely on separate models for layout analysis and content recognition—which often suffer from error accumulation and complex deployment—OvisOCR2 processes a document page image in a single pass to generate a unified Markdown representation. This representation includes text, formulas, tables, and visual regions in the correct reading order. The development of OvisOCR2 relied on a robust data engine that utilizes both cleaned real-world document annotations and synthetic pages generated from HTML templates to ensure high-quality training targets. The training methodology is multi-staged, encompassing supervised fine-tuning (SFT), reinforcement learning (RL) conducted on a larger 4B parameter branch with a multi-component reward design, followed by on-policy distillation back into the 0.8B model and final model fusion. Empirical results demonstrate that OvisOCR2 sets new state-of-the-art benchmarks, achieving an overall score of 96.58 on OmniDocBench v1.6 and a top Avg3 score of 75.06 on PureDocBench. Furthermore, evaluations on a custom in-house benchmark containing over 1,000 challenging pages, including handwriting and complex tables, confirm the model's superior generalization and robustness compared to existing methods.

Read paper →

This Week in Tech

Top stories curated from across the web this week

This Week

Article 1

Ring-Zero: Scaling Zero RL to a Trillion Parameters for Emergent Reasoning

The research explores scaling 'zero RL' (reinforcement learning with verifiable rewards without human data) to a 1-trillion parameter model to observe emergent reasoning capabilities.

TL;DR

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.

The research addresses the challenges of scaling Reinforcement Learning with Verifiable Rewards (RLVR)—specifically 'zero RL'—to the trillion-parameter scale. While previous studies focused on smaller models, this work investigates how massive parameters impact training dynamics and emergent reasoning behaviors. The authors identify that naive scaling often leads to issues such as poor readability, token redundancy, and inefficient reasoning depth. To mitigate these, they developed a stable training pipeline utilizing algorithmic optimizations like clipped importance sampling and training-inference ratio correction, alongside system-level improvements like mixed-precision control and context parallelism.

The findings provide a strong validation of the 'bitter lesson' in AI: that scale and computation eventually supersede human-engineered heuristics. The researchers observed three primary phenomena: first, that 1T models reach much higher performance ceilings than 104B models; second, that training moves from a discovery phase to a sharpening phase; and third, that the model autonomously develops advanced cognitive traits including anthropomorphism, structured formatting, self-verification, parallel reasoning, and 'context anxiety.' These behaviors emerged as optimal solutions to the RL objective without any supervised CoT data. Finally, the authors introduce a new evaluation framework focusing on the comprehensibility, reproducibility, and efficiency of reasoning traces, proving that Ring-2.5-1T-Zero produces highly structured and concise mathematical reasoning.

Read full article →

Article 2

Read It Back: Pretrained MLLMs Are Zero-Shot Reward Models for Text-to-Image Generation

The paper introduces SpectraReward and Self-SpectraReward, new training-free reward functions that utilize pretrained Multimodal Large Language Models (MLLMs) to improve text-to-image generation via reinforcement learning.

TL;DR

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.

The paper addresses the challenges of designing efficient and reliable reward models for text-to-image (T2I) reinforcement learning. Current methods often rely on expensive human preference annotations or complex question-decomposition pipelines that are difficult to scale. To solve this, the authors propose SpectraReward, a training-free reward function that leverages the pretrained image-text alignment of existing Multimodal Large Language Models (MLLMs). Instead of asking an MLLM to judge an image qualitatively, SpectraReward calculates the average image-conditioned prompt log-likelihood, essentially measuring how much information from the original prompt is preserved in the generated image. For unified multimodal models (UMMs), the authors introduce Self-SpectraReward, a closed-loop framework where the model's own understanding branch serves as the reward source for its generation branch. This approach ensures structural and distributional alignment between the policy and the reward model. Extensive experiments involving various MLLM backbones ranging from 4B to 235B parameters show that SpectraReward consistently improves generation performance across multiple benchmarks like GenEval and TIIF-Bench. Notably, the study reveals that scaling up the reward model does not always yield monotonic improvements, and the Self-SpectraReward approach can match or even outperform much larger external models by leveraging intrinsic alignment.

Read full article →

Article 3

PalmClaw: A Native On-Device Agent Framework for Mobile Phones

The introduction of PalmClaw, an open-source framework designed to run LLM agents natively on mobile devices using tool-based interactions rather than GUI automation.

TL;DR

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.

The research addresses the limitations of current mobile AI agents, which primarily rely on interpreting Graphical User Interfaces (GUI) through actions like tapping, swiping, and typing. This method is often inefficient due to long action sequences, sensitivity to UI changes, and a lack of direct access to device-level capabilities. To solve this, the authors propose PalmClaw, a native on-device agent framework. Unlike traditional architectures that require an external desktop or cloud host to manage the agent loop, PalmClaw hosts all essential components—including memory, skills, tools, and session management—directly on the smartphone. A core innovation of PalmClaw is its use of 'device tools,' which expose mobile resources like sensors, cameras, and local files through explicit arguments and structured results. This approach establishes clear execution boundaries and reduces the complexity of task execution. Empirical evaluations show that PalmClaw outperforms existing baselines with an 11.5% relative increase in task success and a massive 94.9% reduction in completion time. Furthermore, the framework simplifies deployment by reducing the setup burden typically associated with external agent orchestration.

Read full article →

Article 4

SEED: Self-Evolving On-Policy Distillation for Agentic Reinforcement Learning

The introduction of Seed, a self-evolving on-policy distillation framework designed to improve reinforcement learning for LLM-based agents by converting trajectories into dense, actionable skills.

TL;DR

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.

Large language models are increasingly deployed as agents capable of long-horizon tasks involving tool use and multi-turn interactions. However, standard outcome-based reinforcement learning (RL) suffers from a supervision gap because rewards are typically sparse and only provided at the end of an episode, offering no guidance on intermediate decisions. The 'Seed' (SElf-Evolving On-Policy Distillation) framework is proposed to bridge this gap by converting completed on-policy trajectories into training-time hindsight skills. The process involves a two-step approach: first, the policy is fine-tuned to analyze finished trajectories and generate natural-language descriptions of reusable workflows or failure-avoidance rules; second, these skills are used to re-score sampled actions, creating a dense, token-level distillation signal. Crucially, this mechanism is self-evolving, meaning that as the policy improves and encounters new environments, its ability to extract and utilize hindsight skills evolves in tandem. Experimental results across text and vision-based agentic tasks indicate that Seed significantly enhances both performance and sample efficiency while maintaining robust generalization to unseen scenarios.

Read full article →

Article 5

OvisOCR2 Technical Report

The introduction of OvisOCR2, an end-to-end 0.8B parameter document parsing model that achieves state-of-the-art performance in converting document images to Markdown.

TL;DR

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.

The technical report introduces OvisOCR2, a novel 0.8B parameter model designed for efficient, end-to-end document parsing. Unlike traditional pipeline methods that rely on separate models for layout analysis and content recognition—which often suffer from error accumulation and complex deployment—OvisOCR2 processes a document page image in a single pass to generate a unified Markdown representation. This representation includes text, formulas, tables, and visual regions in the correct reading order. The development of OvisOCR2 relied on a robust data engine that utilizes both cleaned real-world document annotations and synthetic pages generated from HTML templates to ensure high-quality training targets. The training methodology is multi-staged, encompassing supervised fine-tuning (SFT), reinforcement learning (RL) conducted on a larger 4B parameter branch with a multi-component reward design, followed by on-policy distillation back into the 0.8B model and final model fusion. Empirical results demonstrate that OvisOCR2 sets new state-of-the-art benchmarks, achieving an overall score of 96.58 on OmniDocBench v1.6 and a top Avg3 score of 75.06 on PureDocBench. Furthermore, evaluations on a custom in-house benchmark containing over 1,000 challenging pages, including handwriting and complex tables, confirm the model's superior generalization and robustness compared to existing methods.

Read full article →

Article 6

@asyncapi/specs (2.7M weekly downloads) got compromised today via a malicious CI commit

A supply chain attack targeting AsyncAPI npm packages has been discovered, deploying Miasma RAT to steal sensitive credentials and secrets.

TL;DR

An attacker compromised AsyncAPI repositories to publish malicious npm packages that deploy the Miasma RAT credential stealer. The attack impacts millions of weekly downloads and utilizes advanced obfuscation and multi-channel C2 infrastructure.

On July 14, 2026, a significant supply chain attack was executed against the AsyncAPI ecosystem. By compromising repositories such as 'asyncapi/generator' and 'asyncapi/spec-json-schemas', attackers successfully injected malicious code into CI/CD pipelines, leading to the publication of at least four compromised npm packages. The most impactful of these, @asyncapi/specs, reaches approximately 2.7 million weekly downloads.

The malware payload is designed to download Miasma RAT from IPFS and install it as a persistent backdoor named 'sync.js' across Linux, macOS, and Windows platforms. Once active, the RAT performs extensive credential harvesting, targeting browser passwords, SSH keys, npm tokens, GitHub CLI credentials, AWS secrets, and cryptocurrency wallets. The attackers employed clever obfuscation techniques, such as hiding payloads behind 880 spaces of whitespace padding to evade detection in standard code editors.

Technical analysis reveals that while the attack shares a campaign name ('miasma-train-p1') with a previously known Miasma open-source toolkit, the underlying infrastructure and codebase differ significantly. This new iteration utilizes vanilla Node.js instead of Bun and implements a highly resilient command-and-control (C2) architecture involving Ethereum smart contracts, Nostr relays, IPFS, BitTorrent DHT, and libp2p. The payload itself is an encrypted 8MB JavaScript file that uses AES-256-GCM for its core logic. Organizations using affected AsyncAPI packages should immediately audit their environments and rotate all associated secrets and tokens.

Read full article →

Article 7

Bitcoin Covenants Part 4: OP_CHECKSIGFROMSTACK and OP_CAT

The technical analysis of how OP_CSFS and OP_CAT opcodes function as building blocks for Bitcoin covenants and transaction introspection.

TL;DR

This article explores the utility of proposed Bitcoin opcodes OP_CSFS and OP_CAT in creating advanced covenant functionalities. It details how these primitives can be used to enforce transaction templates through signature-based introspection.

The article provides a deep dive into the mechanics of two proposed Bitcoin opcodes, OP_CSFS (OP_CHECKSIGFROMSTACK) and OP_CAT, as components for building complex covenants. OP_CSFS is highlighted for its ability to verify signatures over arbitrary data, which facilitates oracle-based scripting where external real-world events can trigger on-chain actions. However, since OP_CSFS does not inherently bind data to the spending transaction structure, it requires OP_CAT to achieve full covenant functionality. OP_CAT enables the concatenation of stack elements, allowing scripts to assemble specific transaction fields into a canonical message for verification. The text further explores an 'introspection trick' that utilizes Schnorr signatures and OP_CAT to repurpose the standard OP_CHECKSIG opcode. By fixing certain variables like the commitment point R and public key P, developers can force the signature scalar s to match a hash of specific transaction parameters, effectively enforcing a transaction template. This method is highly efficient but is technically constrained to SegWit v1 outputs due to its dependency on Taproot-specific sighash algorithms, making it incompatible with the older ECDSA-based SegWit v0 architecture.

Read full article →

Article 8

Quantum Companies Help Develop Hybrid AI for Immune-Targeting Peptides

Researchers have developed a hybrid quantum-classical AI system that utilizes photonic quantum processors to improve the discovery of immune-targeting peptides for rare HLA variants.

TL;DR

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.

Researchers from the Technical University of Denmark, ORCA Computing, and Sparrow Quantum have introduced a hybrid quantum-classical AI framework designed to accelerate the development of vaccines and immunotherapies. The core challenge in peptide design is the astronomical number of possible amino acid combinations, particularly when trying to target rare Human Leukocyte Antigen (HLA) variants that lack sufficient training data for traditional AI. To address this, the team utilized a photonic quantum processor to generate structured probability distributions, which served as the 'starting ingredients' or seeds for a Generative Adversarial Network (GAN). Unlike standard Gaussian random noise used in classical generative models, the quantum-generated inputs provided complex relationships through photon interference, allowing the model to explore more promising areas of the peptide search space. The study demonstrated that this approach yielded a higher number of predicted strong-binding peptides for understudied HLA variants, such as HLA-A*68:01. Crucially, the researchers moved beyond computational prediction by synthesizing selected peptides in a laboratory setting, confirming that many of the quantum-guided designs successfully formed stable complexes with their intended targets. While the study does not yet claim full quantum advantage—as the system's scale remains small enough to be simulated classically—it establishes a viable near-term architecture where quantum hardware serves as a specialized component within larger, classical AI-driven drug discovery pipelines.

Read full article →

Article 9

GPUHedge: Hedging serverless GPU providers improves cold start p95 latency from 117s to 30s [P]

The introduction of gpuhedge, an open-source tool designed to reduce serverless GPU cold-start latency and costs by hedging requests across multiple cloud providers.

TL;DR

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.

gpuhedge is an innovative tool designed to tackle the 'bimodal' nature of serverless GPU cold starts, where requests either return in seconds or take minutes. The software operates by submitting a request to a primary, cost-effective provider and monitoring its lifecycle state. If the primary enters a high-latency tail (such as being stuck in a queue), gpuhedge triggers a 'hedge' request to a secondary provider. The system ensures efficiency by validating results—rejecting malformed outputs—and immediately cancelling the losing request through provider-native APIs to prevent wasted spend. Benchmarks using a 17 GB TTS model demonstrate that a stable policy can reduce p95 latency from 116.6s to 29.4s and eliminate deadline misses entirely, all while reducing active compute costs by approximately 27%. The library supports various advanced policies, including StateAwarePolicy for queue-based cutovers and CascadePolicy for multi-stage escalation, alongside built-in adapters for major providers like RunPod, Modal, and Cerebrium.

Read full article →

Article 10

Ethereum Foundation spinout EthSystems targets banks with blockchain privacy technology

A new spinout company called EthSystems, founded by former Ethereum Foundation researchers, aims to provide blockchain privacy infrastructure for global financial institutions.

TL;DR

EthSystems has launched as a for-profit spinout from the Ethereum Foundation to target institutional blockchain privacy needs. The company will focus on commercializing enterprise-grade tools such as private bond issuance and confidential transfers.

EthSystems, a new for-profit startup, has officially launched with a mission to provide confidentiality infrastructure specifically designed for financial institutions using the Ethereum blockchain. Founded by a team of former researchers from the Ethereum Foundation who specialized in institutional privacy, the company seeks to bridge the gap between decentralized technology and the regulatory requirements of global banks, central banks, and asset managers. This launch is part of a significant period of organizational restructuring within the Ethereum Foundation, which has seen several specialized teams transition into independent organizations due to shifts in leadership strategy and mission focus. Other notable spinouts include EthLabs, a nonprofit focused on protocol research and scaling, and Ethereum Institutional, which aims to coordinate large-scale adoption. EthSystems intends to commercialize various privacy-preserving technologies developed during its tenure within the foundation, including open-source protocol specifications, private bond issuance, cross-chain settlement systems, and confidential stablecoin transfers. By focusing on these enterprise use cases, EthSystems aims to provide the necessary privacy layers required for mainstream financial integration onto the Ethereum network.

Read full article →

Article 11

'Yellow Teams' Are Defining the Future of AI Security

The emergence of 'yellow teams'—engineering-focused units that build AI harnesses and defensive frameworks to combat advanced AI-driven cyber attacks.

TL;DR

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.

The landscape of cybersecurity is shifting with the emergence of 'yellow teams,' a specialized group of engineers tasked with building the infrastructure required to manage advanced AI models. Unlike traditional red teams (attackers) or blue teams (defenders), yellow teams focus on creating 'harnesses'—software environments that define the permissions, policies, and guardrails for AI models like Anthropic's Claude Mythos and OpenAI's GPT-5.5. These harnesses are critical because raw AI models often lack necessary context, leading to high false-positive rates in vulnerability detection. The article highlights industry-leading initiatives, such as Cisco's Foundry Security Spec, which uses specialized AI agents for tasks ranging from orchestration to bug reporting, and Microsoft's MDASH system. Beyond mere detection, the goal of these teams is to integrate AI-driven intelligence into the Software Development Life Cycle (SDLC). By using AI to identify both known and decades-old vulnerabilities, organizations can use yellow team frameworks to automate patching processes and implement proactive coding standards like Cisco's CodeGuard. Ultimately, the article argues that as the volume of AI-generated threats increases, CISOs must move toward an engineering-forward approach, bringing developers directly into the security loop to future-proof against increasingly sophisticated autonomous attacks.

Read full article →

Article 12

LLM hallucination paper(using math) accepted to ICML workshop[R]

The introduction of SRM-LoRA, a new method using Sub-Riemannian-Metric updates to reduce hallucinations in Large Language Models during Low-Rank Adaptation.

TL;DR

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.

The repository 'SRM-LoRA' introduces a specialized fine-tuning technique titled 'Sub-Riemannian-Metric Updates for Mitigating LLM Hallucination in Low-Rank Adaptation,' which has been recognized by the ICML 2026 Workshop FoGen. The core innovation involves applying Sub-Riemannian-Metric updates within the LoRA framework to specifically target and reduce the frequency of hallucinations in Large Language Models. Through rigorous testing, the authors compared SRM-LoRA against traditional methods like plain LoRA and contrastive LoRA using the Qwen model backbone. The experimental results, presented through cross-dataset evaluations and ablation studies (including judge and backbone ablations), suggest that this metric-based approach provides a more effective way to maintain factual integrity during parameter-efficient fine-tuning. The repository provides the official implementation and terminal instructions for reproducing these findings.

Read full article →

Article 13

Prompt-engineering paper accepted to ICML [R]

The paper introduces 'Verbalized Sampling' as a training-free prompting strategy to mitigate mode collapse and increase diversity in Large Language Models.

TL;DR

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.

The paper addresses the critical issue of mode collapse in Large Language Models (LLMs), where post-training alignment processes—intended to make models safer and more helpful—unintentionally reduce the model's generative diversity. While previous research often blamed algorithmic limitations, this study identifies a data-centric cause: typicality bias. Drawing from cognitive psychology, the authors demonstrate that human annotators tend to favor familiar or 'typical' text in preference datasets, which trains models to converge on a narrow set of high-probability responses. To mitigate this without the need for expensive retraining, the researchers introduce Verbalized Sampling (VS). This technique utilizes a simple prompting strategy where the model is instructed to verbalize a probability distribution over several potential outputs (e.g., generating multiple jokes along with their estimated probabilities). Experimental results across various tasks, including creative writing, dialogue simulation, and open-ended question answering, show that VS significantly boosts diversity—specifically by 1.6x to 2.1x in creative domains—while preserving the model's safety and factual integrity. Notably, the study finds an emergent trend where larger, more capable models derive greater benefits from this sampling method, suggesting that VS is a scalable solution for unlocking the latent generative potential of advanced LLMs.

Read full article →

Article 14

Lessons Learned from CISA’s Recent GitHub Leak

Analysis of CISA's postmortem regarding a significant data leak involving exposed AWS credentials and internal passwords on GitHub.

TL;DR

CISA recently released a postmortem regarding a six-month exposure of internal credentials on GitHub caused by a contractor's error. The report details failures in incident notification response and the complexities of rotating secrets within large-scale federal environments.

The Cybersecurity and Infrastructure Security Agency (CISA) has published a detailed postmortem following a major data leak where a contractor inadvertently exposed sensitive internal credentials on a public GitHub repository named 'Private CISA'. The leak, which persisted for approximately six months, included 844 MB of data, notably featuring administrative access keys for three AWS GovCloud servers and a CSV file containing plaintext usernames and passwords for various internal systems. A critical finding was that GitGuardian's automated alerts regarding the exposure went unanswered by CISA on nine separate occasions, with the leak only being surfaced after researchers contacted KrebsOnSecurity. In its official report, CISA acknowledged delays in rotating the compromised AWS keys, citing the intricate interconnections between federal and industry partners as a primary hurdle. Furthermore, the agency admitted that its reporting channels were insufficiently defined, causing security researchers to struggle with finding the correct avenue to report an incident affecting CISA's own infrastructure rather than its products. To remediate these issues, CISA is refining its reporting instructions and emphasizing the importance of publishing clear contact information in multiple prominent locations, such as via a security.txt file. While the agency confirmed that no customer or mission data was compromised due to robust logging and zero-trust principles, the incident serves as a significant lesson for all organizations regarding the necessity of continuous secrets scanning, mature key management, and streamlined communication with the security research community.

Read full article →

Article 15

SBI Holdings' blockchain initiative pivots to Solana for tokenization, stablecoin issuance

SBI Holdings is pivoting its blockchain initiative toward the Solana network to facilitate stablecoin issuance and real-world asset (RWA) tokenization.

TL;DR

SBI Holdings is transitioning its blockchain strategy from Corda to Solana to drive RWA tokenization and stablecoin development. This move aims to position Japan as a central hub for onchain finance in the Asian market.

Japanese financial giant SBI Holdings has announced a strategic pivot for its blockchain initiative, moving away from the permissioned Corda network in favor of the Solana ecosystem. Operating under the name SBI Solana Global (formerly SBI R3 Japan), the venture seeks to bridge the gap between Japan's domestic financial markets and global liquidity through advanced blockchain applications. The partnership is bolstered by significant stakeholders, including Sumitomo Mitsui Financial Group and the Solana Foundation. The scope of this initiative is multifaceted, encompassing the issuance and distribution of stablecoins, the structuring of tokenized real-world assets (RWA), and the development of specialized payment infrastructures designed for AI agents. This transition follows a period of aggressive expansion for SBI Holdings in the digital asset space, highlighted by their recent $289 million agreement to acquire the Japanese cryptocurrency exchange Bitbank. By leveraging Solana's high-performance layer-1 capabilities, SBI aims to establish Japan as a primary hub for onchain finance within Asia.

Read full article →

Article 16

J-space comparisons across open models

An investigation into the 'J-space' of open-source language models to understand how middle-layer steering directions influence output over time and across different model architectures.

TL;DR

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.

The article presents an empirical study of 'J-space' in open-source transformer models, building upon previous research into how middle layers act as a steerable workspace. The authors utilize the J-lens pipeline to measure the Jacobian matrix (J), which quantifies how a nudge to a model's residual stream at a specific layer influences the probability of future tokens. By employing Centered Kernel Alignment (CKA) and Participation Ratio (PR), the study identifies structural 'blocks' within models that correspond to sensory, workspace, and motor functions. A primary focus of the research is the temporal horizon of these steering directions; while initial measurements suggested a long-lasting plateau in the middle layers, larger-scale experiments with 4,096-token sequences revealed that the influence actually decays following a scale-free power law. Despite this decay, the study confirms a sharp 'cliff' or drop in influence at the boundary of the workspace layers across different models. The research also highlights the use of autonomous agents in the experimental design and data visualization process.

Read full article →

Article 17

Microsoft Patches a Record 570 Security Flaws

Microsoft released a record-breaking 570 security patches, driven significantly by the increased efficiency of AI-powered vulnerability discovery.

TL;DR

Microsoft's latest Patch Tuesday includes a record 570 security fixes, highlighting a surge in vulnerabilities found via AI-assisted research. The update addresses several critical flaws and zero-days that are actively being exploited by malicious actors.

In a significant shift for software maintenance, Microsoft has released an unprecedented 570 security patches to address vulnerabilities across its ecosystem, including Windows, SharePoint, and Active Directory Federation Services. This massive increase in patch volume is attributed to the integration of artificial intelligence in vulnerability discovery processes, a trend also noted by other major vendors like Adobe and Google. Among the fixes are approximately 60 critical-rated bugs and three zero-day vulnerabilities, two of which have already been observed being exploited in the wild to achieve privilege escalation. Notable specific threats include a remote code execution flaw in Microsoft Copilot (CVE-2026-48561) and a security feature bypass in Windows BitLocker (CVE-2026-50661). Industry experts, such as those from Tenable and Action1, have raised concerns regarding the efficacy of traditional risk assessment models like Microsoft's 'exploitability index' in an era where AI can rapidly generate functional exploits. As the cadence of both discovery and exploitation accelerates due to AI, security professionals are advised to maintain robust backup procedures and monitor for potential system instability following such large-scale updates.

Read full article →

Article 18

PsiQuantum has a plan to make a massive quantum computer out of light

PsiQuantum's strategic approach to building utility-scale quantum computers using photonic technology and industrial-scale manufacturing.

TL;DR

PsiQuantum is pursuing an ambitious roadmap to develop a million-qubit quantum computer through large-scale manufacturing and industrial partnerships. While the company's technical specifics remain somewhat opaque compared to competitors like Google or IBM, they are focusing on software development and commercial use cases.

PsiQuantum is positioning itself as a leader in the race for utility-scale quantum computing by bypassing incremental chip demonstrations in favor of a massive, one-million-qubit architecture. The company's strategy involves establishing large-scale production facilities, such as those planned for the Illinois Quantum and Microelectronics Park and Moreton Bay, Australia. While competitors like IBM and Google focus on publishing incremental progress in hardware capabilities, PsiQuantum is concentrating on the industrial scale necessary to achieve error correction at a useful level. This approach has drawn scrutiny and interest from agencies like DARPA, which is currently benchmarking the company's technology. Parallel to their hardware goals, PsiQuantum is building a software ecosystem through its 'Construct' platform, allowing partners such as Lockheed Martin, Mercedes, and Airbus to develop quantum algorithms for materials and battery design before the physical hardware is fully operational. This strategy mirrors the way software developers prepare for new gaming consoles long before the hardware reaches the consumer market.

Read full article →

Article 19

U.S., UK move to align rules for tokenized finance across world's largest financial markets

The U.S. and UK governments are proposing new regulatory alignments to facilitate the cross-border movement of tokenized financial products.

TL;DR

The United States and United Kingdom are working to align regulatory frameworks for tokenized finance. This initiative aims to integrate blockchain-based products into mainstream capital markets by reducing cross-border friction.

The U.S. Department of the Treasury and the UK's HM Treasury have introduced a strategic plan to harmonize regulations for tokenized financial assets across their respective jurisdictions. Released through the Transatlantic Taskforce for Markets of the Future, the report outlines ten specific recommendations designed to minimize the regulatory hurdles that currently impede the growth of digital assets in global capital markets. A primary focus of the proposal is the establishment of an industry-led working group tasked with testing cross-border tokenization use cases and coordinating the oversight of tokenized securities. Furthermore, the governments are looking toward the development of international banking standards for cryptoassets to ensure stability. The initiative also emphasizes the importance of creating policy frameworks that allow various forms of digital money—including stablecoins and tokenized bank deposits—to function alongside traditional systems. In a joint statement, both nations underscored their support for cross-border stablecoin activity, asserting that the private sector will be a fundamental driver in the evolution of digital payment infrastructures.

Read full article →

Article 20

DTCC moves tokenized securities into live trading, marking a milestone for Wall Street's blockchain push

DTCC has successfully transitioned tokenized securities into live trading, demonstrating a new model for blockchain-based financial market infrastructure.

TL;DR

DTCC has reached a milestone in financial technology by moving tokenized securities into live trading environments. The initiative focuses on converting existing assets into blockchain-based digital twins while preserving all original legal and ownership rights.

The Depository Trust & Clearing Corporation (DTCC), which manages over $114 trillion in securities, has achieved a significant milestone by integrating tokenized securities into live trading operations. Unlike many contemporary crypto platforms that use 'wrappers' to mirror asset prices without providing underlying legal rights, DTCC’s framework utilizes a 'digital twin' approach. This method allows for the conversion of traditional electronic records into blockchain-based tokens, ensuring that dividends, governance rights, and legal ownership remain unchanged during the transition between settlement regimes.

During recent live demonstrations, several major financial institutions participated in various use cases. JPMorgan Chase demonstrated the utility of this technology by converting holdings of the InvesCO QQQ Trust ETF into tokenized assets, which were then used as collateral to meet central counterparty margin requirements with the CME Group. Furthermore, the pilot event successfully processed tokenized Treasury transactions and equity trades, including the tokenization of the SPDR S&P 500 ETF Trust. This movement signifies a critical step for Wall Street's adoption of blockchain technology, as it provides a way to modernize market infrastructure without abandoning the legal protections of the existing financial system.

Read full article →

Article 21

What Is BIP-110 and Why Is It Dividing the Bitcoin Community?

The Bitcoin community is deeply divided over BIP-110, a proposal to restrict methods for embedding non-financial data in transactions to combat blockchain spam.

TL;DR

Bitcoin Improvement Proposal 110 (BIP-110) has sparked a significant governance debate by seeking to limit arbitrary data embedding in blocks. While intended to curb spam from Ordinals, critics fear the change threatens Bitcoin's censorship resistance and predictability.

The Bitcoin network is currently facing one of its most significant governance disputes in recent years regarding Bitcoin Improvement Proposal 110 (BIP-110). The proposal seeks to implement a soft fork that would tighten consensus rules by limiting the amount of non-financial data that can be embedded in transactions. Specifically, it aims to restrict transaction outputs to 34 bytes, reinstate an 83-byte limit for OP_RETURN, and cap certain witness elements at 256 bytes, which would directly impact the functionality of 'inscriptions' used by the Ordinals protocol. Supporters of the proposal, including prominent developers like Luke Dashjr, view these inscriptions as blockchain spam that congests the network and inflates fees. Conversely, critics such as Michael Saylor and Jameson Lopp argue that BIP-110 is dangerous because it could invalidate currently valid, fee-paying transactions and erode the fundamental principles of censorship resistance and protocol predictability. The tension is exacerbated by the popularity of BRC-20 tokens and Ordinals, which have significantly increased demand for block space. Despite the intensity of the debate, the proposal currently lacks widespread adoption, with only 1% of miners signaling support. The dispute mirrors historical tensions seen during the 'Blocksize Wars,' highlighting a fundamental disagreement over whether Bitcoin should prioritize its role as a lean monetary store of value or allow for programmable, multi-use data capabilities.

Read full article →

Article 22

Chiron: Exact recovery + held-out verification + refusal engine (public repo + prototype live)

Chiron is a verification layer for machine intelligence designed to provide deterministic proof and certification of AI model outputs.

TL;DR

Chiron is a specialized verification engine that provides mathematical certainty for AI model outputs by refusing to certify any pattern it cannot prove on held-out data. It offers a structural governance layer that generates machine-readable certificates of truth for developers, auditors, and security researchers.

Chiron represents a paradigm shift in AI reliability, moving from probabilistic assertion to deterministic verification. Unlike standard AI systems that provide outputs based on statistical likelihood, Chiron acts as a 'verdict' engine. It is designed to identify the underlying rules within datasets and then rigorously test those rules against unseen data points. If the system cannot prove a rule holds true for all presented terms, it explicitly refuses to issue a 'verified' stamp, providing instead a 'recovered_unstamped' status. This refusal is central to its value proposition as a safety and compliance tool.

The architecture is built around the concept of structural governance. Rather than applying an external policy wrapper, Chiron integrates verification into its core processing spine. Every decision produces a lineage of evidence, including what was checked, which policies were applied, and most importantly, what specific evidence would be required to falsify the current claim. This creates a high-integrity audit trail suitable for regulated industries.

For different stakeholders, Chiron serves distinct purposes: developers gain tools for inspectable AI; compliance officers receive immutable audit trails; security teams gain adversarial infrastructure to find model breaking points; and researchers obtain a deterministic framework for studying machine behavior. The business model is a hybrid 'closed-open-source' approach, where the architectural thesis and prototypes are open for scrutiny, but the full-scale, high-performance engine (chiron-vault) is available via commercial licensing. The project emphasizes that its value lies not in being right most of the time, but in its absolute refusal to be wrong.

Read full article →

Article 23

Critical NGINX vulnerability discovered: hackers can attempt to crash servers or even gain code execution

A critical vulnerability in NGINX's map directive allows for potential denial-of-service and remote code execution via heap buffer overflow.

TL;DR

A critical security flaw has been identified in NGINX that allows unauthenticated attackers to trigger a heap buffer overflow using crafted HTTP requests. This vulnerability can lead to server crashes or potentially remote code execution under specific system configurations.

F5 has issued a high-severity advisory regarding a critical vulnerability affecting both the open-source and Plus versions of NGINX, a widely used reverse proxy and load balancer. The flaw is located within the 'map' directive, specifically when regular expression matching is employed to process incoming requests. Due to an error in how data is processed, NGINX may use incomplete results, creating an opportunity for attackers to send specially crafted HTTP requests that trigger a heap buffer overflow. This malfunction can cause NGINX worker processes to crash and restart, leading to a Denial-of-Service (DoS) condition. In more advanced scenarios, if Address Space Layout Randomization (ASLR) is disabled or successfully bypassed, the vulnerability could potentially be leveraged for remote code execution. While the impact is significant, F5 noted that its primary product lines, including BIG-IP and associated cloud services, are not affected by this specific bug. Attackers cannot directly alter server configurations, meaning they must target vulnerable systems through opportunistic or targeted means. Security researchers have been credited with discovering the flaw, and it is recommended that administrators immediately apply the latest NGINX updates. As a temporary mitigation, administrators should review and adjust their map rule configurations to reduce exposure until patches are fully deployed.

Read full article →

Article 24

Agentic AI Is Untamable: Ask the Right Security Questions

The article discusses the fundamental security challenges posed by agentic AI, arguing that traditional predictable security models are insufficient for managing unpredictable, autonomous agents.

TL;DR

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.

As agentic AI systems become more integrated into software development, cybersecurity, and customer support, they introduce an unprecedented attack surface. Unlike traditional software, these agents possess the ability to adapt their behavior on the fly, making them inherently unpredictable. This unpredictability violates the foundational security principle of relying on predictable patterns and known threat intelligence to detect anomalies. Ben Hanson, CTO at Zenity, argues that the industry's current approach—focusing solely on technical 'widgets' or tools—is insufficient because it fails to address the structural flaws in how agency is managed. A notable example provided is the PocketOS incident, where a coding agent deleted an entire production database because its authority was not properly constrained by secondary controls. To mitigate these risks, Hanson suggests that security professionals move away from asking what control failed and instead ask why the system's structure allowed such behavior to occur. He proposes focusing on eight critical dimensions: trust, context, intent, behavior, authority, control, boundaries, and risk. Ultimately, securing agentic AI requires building systems capable of governing agency through consistent mechanisms across the entire architecture, rather than attempting to patch individual failure modes.

Read full article →

Article 25

Researcher poisons open-weight AI model for under $100

A cybersecurity researcher demonstrates how easily open-weight AI models can be poisoned with backdoors for minimal cost.

TL;DR

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.

The security landscape for artificial intelligence is facing a significant new threat as researchers demonstrate the ease of poisoning open-weight models. Katie Paxton-Fear, alongside colleagues from Semgrep, revealed that a functional backdoor—enabling remote code execution through specific code patterns—could be implemented for less than $100 and in roughly one hour of work. The experiment showed that just ten fine-tuning examples were sufficient to trigger the vulnerability, with larger models actually proving easier to manipulate. This research highlights a fundamental difference between traditional software security and AI security; while binary software can be analyzed via reverse engineering to detect malicious logic, the weights of an AI model are opaque and difficult to audit for subtle behavioral shifts. The threat extends beyond simple code manipulation to more complex scenarios, such as David Kaplan's demonstration of a model designed to exfiltrate sensitive data through unauthorized tool calls. As the industry moves toward using open-weight models on local hardware and integrating AI agents with access to private data and outbound tools, the inability to verify the integrity of model weights creates a massive gap in the AI supply chain. The core issue is that while traditional software dependencies have mature provenance and scanning practices, AI models currently lack the observability required to detect 'silent' manipulations that influence decisions without breaking system functionality.

Read full article →