AI/ML arXiv cs.AI

OmniQEC: discovering practical quantum error-correcting codes by an AI scientist

The challenge of designing practical quantum error-correcting (QEC) codes lies in the delicate optimization required across competing constraints: code structure, hardware topologies, syndrome extraction circuits, and decoding performance. To address this, Ge Yan, Shanchuan Li, Pengyue Ma, Qixin Zhang, Pingchuan Ma, Jianping Wang, Min-Hsiu Hsieh, and Yuxuan Du introduced OmniQEC, published on arXiv in July 2026. OmniQEC is an automated AI framework that formulates QEC design as an iterative, closed-loop discovery process. Designed for quantum computing researchers and hardware engineers, the framework automates the co-design of codes, circuits, and decoders to produce hardware-compatible QEC implementations tailored for near-term physical architectures.

At the core of OmniQEC is a slow-fast synergistic workflow coordinated by an advanced large language model (LLM) orchestrator. The "fast loop" rapidly explores and filters candidate quantum Low-Density Parity-Check (qLDPC) codes using computationally cheap, code-level mathematical proxies. The promising candidates then enter the "slow loop," which performs physically grounded, decoder-based circuit evaluations. This slow loop evaluates the complete physical implementation budget—including syndrome extraction circuitry—and feeds these empirical performance metrics back into a self-evolving reasoning mechanism. In testing across four qLDPC families and three LLM backends, OmniQEC discovered codes that steadily improve logical-error suppression as physical-qubit budgets scale. Notably, it generated codes that outperform baseline Bivariate Bicycle codes under realistic implementation budgets, yielding superior logical performance for $[![72,12,6]!]$ and $[![144,12,12]!]$ configurations at complete-implementation budgets of 98 and 240 physical qubits, respectively.

By demonstrating that LLM-driven agents can successfully navigate the highly non-linear parameter space of quantum hardware constraints, OmniQEC establishes a new paradigm for automated physical-level co-design. This approach significantly lowers the barrier to discovering hardware-efficient codes, accelerating the timeline toward fault-tolerant quantum computing by replacing manual heuristic design with targeted, machine-driven exploration. This analysis is based on the publication's abstract, presenting a foundational look at this emerging LLM-assisted QEC methodology.

AI/ML arXiv cs.AI

Controllable LLM Reasoning via Sparse Autoencoder-Based Steering

Large Reasoning Models (LRMs) have demonstrated the ability to use complex cognitive strategies like backtracking and cross-verification to solve difficult tasks. However, because these models select their reasoning paths autonomously, they often fall into inefficient or incorrect trajectories. Controlling these reasoning strategies at a fine-grained level is historically difficult due to conceptual entanglement within the model's hidden states. To resolve this bottleneck, researchers Yi Fang, Wenjie Wang, Mingfeng Xue, Boyi Deng, Fengli Xu, Dayiheng Liu, and Fuli Feng developed SAE-Steering, a novel method for controllable LLM reasoning. Published in the proceedings of ACL 2026, this research introduces a mechanism to decompose entangled hidden states into an interpretable, disentangled feature space using Sparse Autoencoders (SAEs).

The core of the SAE-Steering framework is an efficient two-stage feature identification pipeline designed to pinpoint strategy-specific features within the vast expanse of SAE latent spaces. In the first stage, the pipeline filters out over 99% of candidate features by identifying those that heavily amplify the output logits of keywords representing the target strategy. In the second stage, it ranks the remaining candidate features based on their direct causal control effectiveness. Using these isolated strategy-specific features as control vectors, the method allows developers to actively guide the model's internal reasoning process. Empirically, this approach outperforms existing control techniques by over 15% in steering effectiveness and yields a 7% absolute improvement in LRM accuracy by successfully redirecting models from erroneous reasoning paths to correct ones.

This work is highly relevant to AI researchers, machine learning engineers, and system designers aiming to build more reliable, safe, and steerable reasoning agents. By transitioning LRM reasoning from an autonomous, black-box process to a guided, human-in-the-loop or algorithmic control paradigm, this research paves the way for deterministic cognitive steering in complex problem-solving environments. It shifts the paradigm of LLM control from simple stylistic modifications to deep structural intervention in the model's cognitive pathways. Note that this analysis is based on the published abstract and registration details of the paper.

AI/ML arXiv cs.AI

MemTX: Transactional Belief Commit for Stateful Agent Memory

Stateful multi-agent systems increasingly rely on shared memory as a substrate for collaboration, but existing architectures treat every memory write as immediately actionable truth. This assumption introduces severe vulnerabilities: a single stale update, polluted tool output, or incomplete note can instantly trigger irreversible downstream actions. To solve this vulnerability, researchers Xiaoyang Li, Yiqi Wang, Haohui Lu, Zhi Chen, Mo Li, Pingan Song, Mingkai Zheng, and Taotao Cai introduced MemTX in a preprint paper published on arXiv (cs.AI). MemTX is a transactional belief-commit protocol designed specifically for stateful agent memory, decoupling raw memory writes from formalized belief commits. This work is aimed at software engineers and system architects building reliable, multi-agent LLM systems that interact with external environments.

The architecture of MemTX is built on key technical mechanisms that mirror transactional database design. Instead of flat text writes, every memory record in MemTX is enriched with evidence, permissions, provenance, and validity metadata. Memory writes are staged inside snapshot-isolated transactions and processed through a validate-and-commit pipeline. Crucially, irreversible tool calls are protected by action-safety gating, which ensures executions only proceed when based on fully validated belief states. Furthermore, if a previously committed belief must be retracted, MemTX initiates a typed cascading repair to systematically correct all derived memory records and mitigate associated tool side effects. The authors validated these safety guarantees using property-based testing and bounded exhaustive enumeration across 5.5 million protocol states, proving both action-safety gating and cascade-repair completeness invariants with zero violations.

In empirical evaluations across five distinct LLM backbones from three major model families, MemTX consistently outperformed eight baseline memory systems. It achieved paired-McNemar statistical significance on four of the backbones and tied with the best baseline on the strongest model, while uniquely maintaining zero downstream harm across all configurations. These results demonstrate that raw model capability cannot substitute for transactional discipline. Moving forward, MemTX provides a template for integrating classical database-inspired transactional semantics into LLM agent memory architectures. This shifts the paradigm from ad-hoc agent prompts to formally verified cognitive state management, clearing a path for safe, autonomous agent deployments in high-stakes enterprise environments where erroneous execution is unacceptable. Please note that this analysis is based on the published abstract and metadata of the preprint.

AI/ML arXiv cs.AI

Towards Understanding the Cognitive Habits of Large Reasoning Models

This work, "Towards Understanding the Cognitive Habits of Large Reasoning Models" by Jianshuo Dong et al., published in Machine Intelligence Research, introduces CogTest, a novel benchmark designed to evaluate the cognitive habits of Large Reasoning Models (LRMs). The core contribution is the systematic investigation and quantification of human-like cognitive patterns within LRMs' autonomously generated reasoning chains (Chain of Thought, CoT). This research addresses a significant gap in current LLM understanding: while LRMs demonstrate impressive reasoning capabilities, the underlying "how" and "why" of their thought processes, especially concerning emergent patterns, remain opaque.

The paper is aimed at software engineers and researchers in AI, particularly those working with or developing LLMs, and those interested in AI safety and interpretability. The primary benefit is providing a structured methodology and empirical evidence for understanding the nuanced behaviors of LRMs, moving beyond simple performance metrics.

Several technical ideas are central to this work. Firstly, the adaptation of the "Habits of Mind" framework, a well-established psychological construct for effective human problem-solving, to the domain of LLM reasoning. This provides a principled foundation for defining and analyzing cognitive habits. Secondly, the design of CogTest itself, comprising 16 distinct cognitive habits, each instantiated across 25 diverse tasks, ensuring comprehensive coverage. A key methodological innovation is the "evidence-first extraction method" employed for reliably identifying these habits within CoT outputs, minimizing subjective interpretation. Finally, the comprehensive empirical evaluation of 16 LLMs, revealing that LRMs not only exhibit these habits but can adaptively deploy them across different tasks, a finding that differentiates them from conventional LLMs. Further analyses highlight inter-family similarities in habit profiles, suggesting shared architectural or training influences.

The implications of this research are substantial. By providing a framework to understand and measure cognitive habits, it enables finer-grained analysis of LLM behavior, potentially leading to more robust and interpretable AI systems. The observed association between certain habits and harmful response generation also opens new avenues for AI safety research, suggesting that mitigating undesirable cognitive patterns could be a path towards safer models. This work sets a precedent for future research into the "psychology" of LLMs, fostering a deeper understanding that will likely influence the development of more sophisticated, reliable, and transparent reasoning agents. The provided content is an abstract only.

AI/ML arXiv cs.AI

GoQuant: Geometric Orthogonal Residual Projection for Multiplier-Free Power-of-Two Transformer Quantization

Deploying large language models (LLMs) and vision transformers (ViTs) on resource-constrained edge devices remains a significant challenge due to memory limitations and the latency introduced by dense multiply-accumulate (MAC) arrays. While power-of-two (PoT) quantization offers a promising hardware-friendly solution by replacing resource-heavy multiplications with simple bit-shift operations, it traditionally struggles at ultra-low bitwidths under 4 bits. This degradation stems from a structural "Low Angular Resolution Regime" inherent to non-uniform exponential lattices, which fails to accurately represent high-dimensional feature manifolds. To resolve this geometric bottleneck, Maoyang Xiang, Tao Luo, and Bo Wang developed GoQuant: Geometric Orthogonal Residual Projection Quantization. Published on arXiv, this algorithm-hardware co-design framework is specifically targeted at machine learning compilers, hardware architects, and researchers aiming to deploy highly efficient transformers to edge silicon.

The core contribution of GoQuant relies on two primary technical mechanisms designed to bypass the limitations of traditional PoT schemes. First, it formulates quantization as a dual-basis geometric projection. By establishing a higher-resolution residual lattice, GoQuant improves the angular representation of the weight vectors without forfeiting the hardware efficiency of a multiplier-free, shift-and-add inner-product structure. Second, the framework employs an analytical solver to identify projection targets, bypassing the computationally expensive gradient descent or iterative search pipelines typical of alternative post-training quantization methods. This mathematical formulation enables extremely rapid quantization: the data-free Geometric-Only (GEO) mode can quantize a LLaMA-2-7B model in just 0.47 minutes, while the Activation-Refined (REF) mode achieves full-model quantization in approximately 4.4 minutes.

Going forward, this research establishes a viable path for deploying sub-4-bit transformers without requiring specialized floating-point or integer multipliers on-chip. By demonstrating that high-dimensional representation accuracy can be restored through structured geometric residuals, GoQuant could catalyze the development of next-generation, multiplier-free neural network accelerators. This shift promises to dramatically reduce both the power consumption and physical area footprints of edge-AI hardware. Note that this analysis is based on the published abstract of the paper, as the full manuscript was not reviewed.

AI/ML arXiv cs.AI

ClinFusion: A Vision-Centric Multimodal LLM System for Holistic Medical Understanding

The research introduces ClinFusion, a multimodal large language model system specifically engineered for comprehensive medical understanding. Its core contribution lies in addressing the inherent vision-centric challenges of applying MLLMs in clinical settings, where accurate interpretation of diverse medical imaging modalities is paramount and evaluation must mirror radiological practice. ClinFusion aims to bridge the gap between the potential of MLLMs and their practical, reliable deployment in healthcare, particularly for tasks requiring fine-grained, factual, and clinically aligned reasoning. The work is presented by a large group of researchers from various institutions, as detailed in the arXiv submission. This system is intended for software engineers, researchers in AI and computer vision, and ultimately for clinicians and healthcare professionals who could benefit from more sophisticated AI assistance in diagnosis and reporting.

Two critical technical innovations underpin ClinFusion. Firstly, its compositional and cascaded vision encoder architecture, featuring a novel Cascade Spatial-Aware Locality Fusion operator, uniquely unifies the understanding of heterogeneous 2D and native 3D medical images within a single encoder. This overcomes limitations in processing diverse imaging formats simultaneously. Secondly, the introduction of a vision-grounded evaluation framework, including MedIF-Bench for instruction-following assessment and a region-of-interest (RoI)-grounded method for report generation, directly addresses the need for clinically relevant and factually driven evaluation that aligns with expert radiologists' judgment.

These advancements enable a more robust and accurate interpretation of complex medical data. ClinFusion's demonstrated state-of-the-art performance across numerous benchmarks, surpassing both open-source medical MLLMs and showing competitive results against powerful proprietary models, suggests a significant leap forward. The system's potential for augmentation with agentic tool use opens doors for retrieval-augmented and tool-assisted clinical workflows, hinting at a future where AI can more seamlessly integrate into diagnostic pipelines. This work is likely to influence the field by setting new standards for multimodal medical AI development, pushing for more vision-centric architectures and the adoption of clinically validated evaluation methodologies. This abstract-only analysis is based on the provided arXiv submission.

Cybersecurity VentureBeat

Visa used Mythos to hunt for bugs in its own payment network, then open-sourced the harness that made it possible

Visa has released its Vulnerability Agentic Harness (VAH) as open-source software. This tool, previously utilized internally by Visa to identify vulnerabilities within its payment network, integrates with AI models, specifically mentioning Claude Mythos, to automate the detection of complex exploit chains. The VAH functions as a framework for orchestrating AI agents in security testing, enabling them to iteratively probe systems for exploitable attack paths.

The technical significance lies in its application of agentic AI for sophisticated vulnerability discovery. Traditional automated testing often focuses on individual vulnerabilities; the VAH's ability to chain exploits represents a more advanced approach to simulating real-world attack scenarios. This allows for the identification of multi-stage vulnerabilities that might evade simpler scanning techniques. The harness provides a structured environment for AI agents to collaboratively discover and potentially suggest remediation steps for these complex sequences.

For the cybersecurity industry, the open-sourcing of VAH democratizes access to a powerful security testing methodology. It allows other organizations to leverage and contribute to a framework for AI-driven exploit chain discovery, potentially accelerating the identification and mitigation of critical security flaws across various software and network infrastructures. This move could foster further innovation in the application of AI for proactive security assurance.

Software Engineering Lobste.rs

Why Rocq is better than Lean for program verification

Technical Evaluation: Rocq vs. Lean for Program Verification

A comparative technical analysis published on Lobste.rs evaluates the application of Rocq (formerly Coq) and Lean 4 in formal program verification, arguing that Rocq remains the superior toolchain for verifying software systems. While Lean 4 has achieved dominant adoption in pure mathematics, the analysis highlights Rocq’s mature verification ecosystem, robust extraction pipelines, and foundational stability as critical advantages for software systems engineering.

Technical Significance

The core technical differentiators center on framework maturity, proof automation, and the Trusted Computing Base (TCB):

  • Verification Frameworks: Rocq hosts highly developed, domain-specific verification frameworks, such as Iris for concurrent separation logic and CompCert for verified compilation. Lean 4 lacks equivalent, production-grade logic frameworks for reasoning about complex concurrent systems.
  • Code Extraction vs. Native Execution: Rocq utilizes a formal extraction mechanism to translate verified proofs into executable OCaml, Haskell, or Scheme, keeping the verification engine separate from the target execution environment. Lean 4 acts as its own compiler and runtime, which simplifies execution but significantly expands the TCB by coupling the compiler's code generation with the theorem prover.
  • Proof Automation: Rocq’s tactic languages (Ltac and Ltac2) provide deterministic, backward-style proof automation refined over decades. Lean 4’s macro and metaprogramming systems, while highly flexible, are still developing equivalent libraries for automated software invariant generation.

Industry Implications

This comparison underscores that library size in pure mathematics (e.g., Lean’s Mathlib) does not equate to readiness for industrial software verification. For organizations engineering high-assurance systems—such as cryptographic protocols, hypervisors, and compiler toolchains—Rocq’s minimized TCB and specialized verification tooling make it the more reliable choice. Lean 4 requires substantial ecosystem development in systems-level verification frameworks before it can displace Rocq in critical software production environments.

Hardware/Chips Hacker News

Linux on ESP32

This work demonstrates a port of Linux kernel 6.12 to the ESP32-S31 microcontroller, specifically targeting its RV32IMAFBCNSUX architecture. The core contribution is the establishment of a functional MMU (Memory Management Unit) Linux environment on this typically embedded RISC-V processor, a significant departure from its usual RTOS-based operation.

The problem this endeavor addresses is the limited operating system capabilities typically available on microcontrollers like the ESP32-S31. While these devices are powerful for embedded tasks, they often lack the advanced features, development flexibility, and ecosystem support offered by a full-fledged operating system such as Linux. This port bridges that gap, enabling developers to leverage the robustness and extensive tooling of Linux on resource-constrained hardware. The work was published informally on Hacker News, presented by an individual or small group of developers, and is primarily intended for embedded software engineers, researchers interested in OS portability, and hobbyists seeking to push the boundaries of microcontroller development.

Key technical achievements include overcoming specific hardware quirks of the ESP32-S31. The port necessitated a custom CLIC (Core Local Interrupt Controller) driver to interface with Linux's expectation of PLIC (Platform-Level Interrupt Controller), particularly as standard RISC-V interrupt CSRs were found to be non-standard. A critical innovation was enabling S-mode interrupts by discovering that the mcliccfg.NMBITS register, contrary to common assumptions, is writable, allowing configuration for S-mode interrupt usage. Furthermore, to conserve precious PSRAM, OpenSBI was modified to support XIP (Execute-In-Place) from flash and internal SRAM, and kernel 6.12 was chosen specifically for its retained XIP support.

This port enables significant forward momentum by demonstrating the feasibility of running a modern MMU-based OS on a class of hardware previously confined to RTOS. It opens avenues for more complex applications, advanced debugging, and utilization of standard Linux libraries and tools on embedded systems. The influence on the field could be substantial, potentially encouraging further OS ports to similar RISC-V microcontrollers and driving innovation in OS kernel optimization for resource-limited architectures. The provided content is an abstract, with most detailed information regarding implementation status and specific hardware behaviors derived from its descriptive text and embedded appendix.

AI/ML Synthesized Digest

Moonshot AI Releases Kimi K3 Model and Architecture

Moonshot AI has released the weights for its Kimi K3 model, a 2.8 trillion-parameter Mixture-of-Experts (MoE) architecture. The release includes a custom commercial license.

Technically, Kimi K3's architecture incorporates novel attention mechanisms, specifically "Kimi Linear" and "Kimi Delta Attention." These innovations are designed to enhance expressiveness and computational efficiency for extremely large-scale models. The MoE paradigm itself is critical for managing the computational demands of models of this magnitude, allowing for sparse activation of parameters.

The release of high-performance open-weights models from Chinese entities, such as Kimi K3, is significant in the context of global AI development. It represents a strategic approach to challenge established US dominance in the LLM space by fostering wider accessibility and iterative development within the research and commercial sectors. Availability via the Telnyx Inference API further broadens its potential enterprise adoption.

AI/ML Synthesized Digest

Moonshot AI Releases Kimi K3 Model Weights

Moonshot AI has published the model weights for Kimi K3, a 2.8 trillion parameter Mixture-of-Experts (MoE) architecture. The release is subject to a custom commercial license, not a permissive open-source license. Kimi K3 is also accessible through the Telnyx Inference API.

The technical significance lies in the sheer scale of the MoE model and the ongoing research into its architectural components, specifically Delta Attention and Linear Attention mechanisms. These attention variants are being examined for their potential to enhance computational efficiency, a critical factor for large-scale models. The 2.8 trillion parameter count positions Kimi K3 among the largest publicly acknowledged models, presenting a new benchmark for research and development in MoE architectures.

The release, with its licensing structure, indicates a trend towards controlled access for commercial applications of very large models. This offers opportunities for integration via APIs for businesses while simultaneously encouraging academic and independent research into the underlying efficient attention mechanisms. The availability of weights, even under a specific license, facilitates deeper analysis and comparison with other state-of-the-art models, potentially accelerating advancements in efficient large language model design.

AI/ML Synthesized Digest

Release of Kimi K3 AI Model and Technical Details

Kimi K3 AI Model Release and Strategic Implications

The Kimi K3 large language model has been publicly released, with accompanying technical documentation detailing its architecture and benchmark performance. The model is accessible via the Telnyx Inference API.

From a technical standpoint, Kimi K3's architecture and reported performance metrics will be subject to rigorous independent evaluation. Analysis of its capabilities will focus on factors such as parameter count, training data scale, inference latency, and performance across standard NLP tasks. The availability through a public API facilitates direct technical assessment and integration into existing workflows.

The strategic release of high-performance models with open weights, as observed with Kimi K3, represents a significant development in the global AI ecosystem. This approach by Chinese entities is interpreted as a direct strategy to foster broader adoption and contribute to the development of competitive AI capabilities, potentially influencing the competitive dynamic with US-based AI efforts by democratizing access to advanced model technology. This move warrants close monitoring for its impact on research, development, and market share.

AI/ML Synthesized Digest

Kimi K3 AI Model Release and Technical Details

Kimi K3 Model Deployment and Architecture

The Kimi K3 large language model has been released and is accessible to developers via the Telnyx Inference API. This deployment is accompanied by a technical report detailing the model's architecture and performance metrics.

Technically, the K3 model represents an advancement in open-weight model development, contributing to the increasing availability of high-performance foundational models. Specific architectural details and training methodologies, as outlined in the technical report, will be crucial for independent verification and comparative analysis against existing benchmarks. Performance evaluations will illuminate its capabilities across various natural language processing tasks, potentially indicating its suitability for specific enterprise applications requiring advanced reasoning and generation.

The release signifies a strategic initiative by Chinese entities to bolster their presence in the global AI sector, particularly by offering competitive open-weight alternatives to models developed by US-based organizations. This competitive dynamic is expected to accelerate innovation and potentially influence pricing structures and accessibility of AI development resources. Further analysis of Kimi K3's performance relative to established models will be critical in assessing its impact on the broader AI market.