AI/ML arXiv cs.AI

AgRefactor: Self-Evolving Agentic Workflow for HLS Compatibility and Performance

The core contribution of "AgRefactor: Self-Evolving Agentic Workflow for HLS Compatibility and Performance," authored by Yang Zou, Zijian Ding, Yizhou Sun, and Jason Cong, is an LLM-based multi-agent system designed to automate the challenging process of refactoring general software into High-Level Synthesis (HLS) compatible code. This work addresses the significant gap between the rapid development cycle enabled by HLS and the difficulties in translating complex, real-world software, which often relies on programming idioms not directly supported by hardware design constraints. Existing automated HLS conversion and earlier LLM approaches often suffer from a lack of flexibility, scalability issues, and prohibitive computational costs. AgRefactor aims to overcome these limitations for software engineers and hardware researchers engaged in HLS design.

Key technical advancements include a self-evolving memory system, which allows the agents to accumulate and effectively retrieve factual and strategic knowledge gained from previous refactoring tasks. This mechanism enhances robustness and efficiency when applied to novel or unseen programs. Furthermore, AgRefactor incorporates a hybrid approach that integrates automated refactoring tools alongside LLM-driven transformations. This allows the agents to intelligently balance the precision and flexibility of LLM-based rewrites with the scalability and computational efficiency of established tool-based transformations, thereby reducing overall costs. The paper demonstrates AgRefactor's effectiveness on nine out of eleven challenging, real-world benchmarks, some of which are significantly larger than those previously studied. Notably, it achieves competitive or superior performance compared to state-of-the-art automated refactoring tools and a strong LLM baseline. Beyond functional compatibility, AgRefactor's agentic performance optimization yielded a 6.51x geometric mean speedup over a leading pragma tuning tool and a 1.20x speedup over optimized open-source designs, with a modest increase in resource utilization. This research, presented on arXiv in the computer science category of Artificial Intelligence and Hardware Architecture, suggests a future where complex software can be more readily deployed on hardware accelerators through automated, intelligent refactoring, potentially accelerating the adoption of HLS for a wider range of applications. This analysis is based on the abstract provided.

AI/ML arXiv cs.AI

Modality-Driven Search with Holistic Trace Judging for ARC-AGI-2

Solving the Abstraction and Reasoning Corpus (ARC-AGI-2) benchmark requires advanced few-shot visual reasoning, a domain where large language models frequently generate coherent but incorrect reasoning paths. To address this selection bottleneck—where traditional self-consistency or majority voting fails when the most frequent output is wrong—independent researcher Johan Land developed a high-performing solver published on arXiv. Designed for AI engineers and researchers building reasoning systems, this work shifts the focus from raw generation to strategic selection, enabling the recovery of correct but non-modal minority hypotheses.

The solver relies on two primary technical mechanisms. First, it implements modality-driven search, which treats text, image, and code channels as independent search operators to generate a highly diverse pool of candidate reasoning traces. Second, it utilizes context-preserving holistic judging. Rather than evaluating candidates in isolation, a judge model evaluates and compares all candidate reasoning traces jointly within a single, long-context prompt. This holistic comparison allows the system to identify the correct solution even when it appears as an outlier. Notably, the paper documents key negative results, demonstrating that prescriptive prompting templates and iterative refinement systematically degrade performance by reducing hypothesis diversity.

The performance implications of this architecture are substantial. On the ARC Prize semi-private evaluation set, the solver achieved a state-of-the-art score of 72.9 percent at a cost of USD 38.99 per task, outperforming standalone frontier models like GPT-5.2 Pro (54.2 percent) and Gemini 3 Pro (54.0 percent) by over 18 percentage points. On the public evaluation set, it achieved 76.1 percent at USD 19.69 per task. By demonstrating that joint, long-context evaluation of diverse, multi-modal search paths outperforms iterative refinement, this work offers a new paradigm for LLM-based reasoning and search. It suggests that future AGI research should prioritize maintaining hypothesis diversity and leveraging holistic, comparative judging rather than sequential prompting. Note that this analysis is based on the published abstract and metadata of the paper.

AI/ML arXiv cs.AI

ELEVATE: Designing Human-Centered GenAI Virtual Tutors for Scalable and Inclusive Education

Lorenzo Stacchio, Michele Giordano, Daniele Berardini, Primo Zingaretti, and Emanuele Frontoni from [institution/lab/company, not explicitly stated but implied research context] present ELEVATE, a framework for designing human-centered Generative AI (GenAI) virtual tutors. This work addresses the limitations of current cloud-based, text-only GenAI chatbots in education, which often suffer from a lack of pedagogical control, transparency, privacy concerns, and structural barriers to access. ELEVATE offers a solution by enabling efficient, local-first deployment of GenAI tutors that integrate multimodal interaction through 3D avatars. The framework is intended for educators, institutions, and researchers seeking scalable, privacy-preserving, and inclusive AI tutoring solutions, particularly those facing connectivity or cost constraints.

Key technical contributions of ELEVATE include its three-stratum design: a student-facing virtual avatar interaction layer, a local GenAI execution and multimodal synthesis core, and a teacher-facing governance layer. This modular architecture facilitates separation of concerns and allows for efficient processing on consumer-grade hardware. A significant mechanism is the local-first execution model, which reduces reliance on cloud infrastructure, thereby enhancing privacy and enabling offline functionality. The framework also formalizes the integration of LLM-driven dialogue with embodied 3D avatars, moving beyond text-only interfaces to richer, multimodal educational experiences.

The implications of ELEVATE are substantial. It promises to democratize access to advanced AI tutoring by overcoming cost and connectivity barriers, fostering inclusivity across diverse educational settings. The local-first approach strengthens data privacy and regulatory compliance, critical considerations in educational technology. Going forward, this work could catalyze the development of more sophisticated, personalized, and ethically grounded AI tutors, influencing the future trajectory of EdTech by prioritizing human-centered design and robust, adaptable infrastructure. This paper's content is derived from an abstract.

AI/ML arXiv cs.AI

LUMOS: A Semantic Operating-System Layer for Accessibility-Grounded AI Agents

Current computer-use AI agents struggle with the visual paradigms of modern operating systems, which are optimized for human eyes rather than machine consumption. Relying on screenshots, optical character recognition, and visual cropping introduces significant latency, token overhead, and coordinate inaccuracy. To address this bottleneck, researcher Yogeswar Reddy Thota introduced LUMOS (Language Model Unified Machine-Readable Operating-System Semantics) in a paper published on arXiv. LUMOS serves as a semantic interaction layer situated between AI agents and operating systems, shifting the paradigm from visual parsing to structured semantic grounding.

The architecture of LUMOS centers on three key mechanisms to bypass visual processing when native structure is already present. First, it ingests native operating system accessibility metadata and browser UI structures, translating them into compact, machine-readable semantic blueprints. These blueprints provide stable identifiers, element roles, names, values, bounding boxes, and concrete action affordances. Second, the system enables live semantic pointer grounding by querying the UI element directly beneath or adjacent to the cursor using operating system automation APIs. Third, instead of relying on fragile, application-specific scripts, the language model operates through an accessibility-grounded observe-act loop restricted to visible UI primitives.

Designed for AI researchers, software engineers, and operating system architects building computer-use agents, LUMOS drastically lowers the computational footprint of digital agents. By transitioning the interaction loop from raw pixels to semantic representations, this work paves the way for AI-native operating systems that expose direct, machine-readable interfaces rather than forcing agents to mimic human visual perception. This analysis is based on the published abstract and repository metadata of the paper.

Cybersecurity arXiv cs.AI

Detecting Audio Deepfakes on the Edge:Lightweight SSL-Based Detection in a Browser Plugin

A team of researchers including Octavian Pascu, Dan Oneata, Horia Cucu, and Nicolas M. Muller has introduced a novel approach to edge-based audio deepfake detection, published on arXiv in the Audio and Speech Processing and Artificial Intelligence categories. Their work presents an on-device, lightweight detection model integrated into a web browser plugin, specifically designed to address the privacy vulnerabilities inherent in commercial, cloud-based verification systems. This solution is targeted directly at journalists, fact-checkers, and security-conscious professionals who must verify the authenticity of sensitive audio sources without exposing confidential media to external servers.

The core technical contribution relies on a truncated self-supervised learning backbone coupled with a simple logistic classifier. By truncating the self-supervised representation model, the system drastically reduces the computational overhead typically required for processing complex audio features on the edge. This streamlined architecture achieves a 40% improvement in inference speed compared to the established Audio Anti-Spoofing using Integrated Spectro-Temporal Graph Attention Networks baseline. Crucially, this reduction in resource utilization does not compromise performance, as the model also outpaces the baseline in detection accuracy by 10%.

This development demonstrates that client-side deepfake detection is not only viable but can exceed the accuracy of more complex, centralized alternatives. By enabling real-time, local inference directly within a browser environment, this research paves the way for wider adoption of privacy-preserving verification tools. This paradigm could influence the design of future user-facing security tools, encouraging a shift away from cloud reliance toward decentralized, edge-computed media verification. Note that this analysis is based on the published paper abstract, with full technical implementation details and specific architectural parameters available in the complete text.

AI/ML Synthesized Digest

Anthropic Launches Claude Sonnet 5 for Agentic Workflows

Anthropic Launches Claude Sonnet 5 for Agentic Workflows (reported by Multiple Sources)

Anthropic has released Claude Sonnet 5, a mid-tier model designed to provide near-flagship performance at a significantly lower cost. The model is specifically optimized for agentic capabilities, making it a more affordable option for developers running autonomous AI agents. This strategic release positions Sonnet 5 as a high-efficiency alternative to more expensive top-tier models.

Open Source Synthesized Digest

ZLUDA v6 Enables CUDA Applications on non-Nvidia GPUs

Event Summary

The release of ZLUDA v6 establishes a high-performance translation layer capable of executing unmodified CUDA binaries—including complex libraries like PhysX—on non-Nvidia GPU architectures. Concurrently, the project has transitioned to a community-driven, open-source model following the termination of its commercial funding.

Technical Significance

ZLUDA operates as a drop-in replacement for the CUDA runtime, intercepting driver and runtime API calls at the binary level. It translates these calls into instructions compatible with alternative backends, such as AMD’s ROCm (via HIP) or Intel’s oneAPI, without requiring access to the original source code or recompilation. This capability circumvents the compiled-in dependencies of Nvidia’s proprietary software stack. By providing binary-level compatibility, ZLUDA lowers the barrier to executing legacy CUDA applications on heterogeneous hardware.

Industry Implications

While ZLUDA v6 demonstrates the technical viability of decoupling CUDA applications from proprietary hardware, the loss of corporate backing underscores the difficulty of maintaining independent translation layers. Keeping pace with Nvidia's rapidly expanding software ecosystem solely through open-source contributions remains a formidable challenge. However, this release proves that software-level lock-in is technically surmountable, offering organizations a viable vector to diversify accelerator hardware and mitigate single-vendor dependency in high-performance computing (HPC) and enterprise workloads.

Open Source Synthesized Digest

ZLUDA v6 Enables CUDA Applications on AMD GPUs

ZLUDA v6, a compatibility layer enabling CUDA applications on non-Nvidia GPUs, has been released. The latest version demonstrates notable performance gains, particularly in executing Nvidia's PhysX physics simulation engine on AMD Radeon graphics processors.

Technically, ZLUDA v6 represents continued progress in abstracting hardware-specific CUDA APIs, allowing for broader hardware utilization of parallel computing workloads. The demonstrated PhysX performance on AMD hardware suggests successful translation of CUDA kernels and optimized runtime management for alternative architectures.

The project's shift from commercial funding to an open-source model presents a significant inflection point. While this could democratize access to ZLUDA's capabilities, it raises concerns regarding long-term development velocity and the ability to sustain robust support for complex, evolving CUDA ecosystems. The viability of ZLUDA as a sustained alternative to Nvidia's proprietary ecosystem will depend on community contributions and the project's ability to maintain feature parity and performance competitive with native CUDA implementations. This development underscores the ongoing tension between proprietary hardware ecosystems and the desire for vendor-agnostic parallel computing solutions.

Open Source Synthesized Digest

ZLUDA v6 Enables CUDA Applications on Non-Nvidia GPUs

ZLUDA v6 has been released, achieving compatibility for unmodified CUDA applications on non-Nvidia GPU architectures, notably including AMD hardware. This release demonstrates successful execution of PhysX workloads on AMD GPUs. However, the project has encountered a cessation of commercial funding. Consequently, ZLUDA's development trajectory is pivoting towards an open-source community-driven model to ensure project continuity.

The technical significance lies in the continued advancement of hardware-agnostic CUDA execution, reducing reliance on proprietary Nvidia hardware for CUDA-based software. This provides a pathway for developers and users to leverage diverse GPU ecosystems. The shift to an open-source model, driven by the loss of commercial backing, presents both challenges and opportunities. It suggests a potential for broader community contribution and independent verification, but also introduces uncertainty regarding sustained development velocity and access to proprietary Nvidia-specific optimizations. This development has implications for the GPU computing market, potentially fostering greater competition and interoperability, while also highlighting the commercial viability challenges for independent hardware abstraction layers in a vendor-dominated space.

AI/ML Synthesized Digest

Anthropic Releases Claude Sonnet 5

Anthropic has released Claude Sonnet 5, a mid-tier large language model (LLM) designed to deliver near-flagship capabilities with optimized cost efficiency. The model is engineered specifically to support agentic workflows, balancing high-performance reasoning with a lower pricing structure compared to frontier-class models.

Technically, Claude Sonnet 5 addresses a critical bottleneck in LLM deployment: the high operational cost and latency associated with running multi-step autonomous agents. Agentic architectures—which rely on continuous loops of reasoning, tool calls, and self-correction—generate high token volumes and require sustained instruction-following accuracy. By providing near-flagship reasoning and context handling at a lower cost per token, this model makes complex, iterative pipelines financially viable for production deployment. Developers can execute high-frequency API calls and dense context retrievals without the prohibitive pricing of top-tier models.

Strategically, this release marks a broader shift in the AI industry away from raw parameter scaling and toward maximizing efficiency metrics like throughput-per-dollar. By focusing on the developer experience and the unit economics of AI agents, Anthropic is positioning itself to capture market share in enterprise automation. This move strengthens Anthropic’s ecosystem stickiness and enterprise appeal as the company expands its product suite ahead of a potential IPO.

Open Source Synthesized Digest

ZLUDA 6 Release for Non-Nvidia GPU CUDA Support

Core Development

The ZLUDA project has released version 6 of its translation layer, enabling unmodified CUDA applications to execute on non-Nvidia hardware, specifically targeting AMD GPUs. This update introduces performance optimizations for specific libraries, including Nvidia PhysX. Concurrently, the project has lost its commercial backing, forcing a transition back to a community-driven, open-source development model to sustain future viability.

Technical Significance

Technically, ZLUDA bypasses the need for source-code porting—such as AMD's HIPIFY toolchain—by intercepting CUDA driver and runtime API calls at the binary level. It translates these proprietary instructions into AMD's ROCm/HIP runtime calls. Version 6 demonstrates that near-native execution of complex, closed-source CUDA binaries is achievable on competing silicon without recompilation. However, maintaining parity with Nvidia’s rapidly evolving proprietary API matrix without dedicated corporate engineering resources presents a significant technical bottleneck, particularly regarding driver stability and compiler optimization.

Industry Implications

Broadly, ZLUDA 6 highlights both the technical feasibility and the commercial precarity of breaking Nvidia’s CUDA monopoly. The loss of financial backing underscores the challenges of commercializing translation layers, which operate in a legally complex and volatile ecosystem frequently subject to changes in vendor licensing. While ZLUDA provides a temporary compatibility bridge for legacy applications on AMD hardware, its transition to community-only maintenance reinforces the industry's need to adopt native cross-vendor standards, such as SYCL, Vulkan, or OpenCL, to achieve sustainable, long-term hardware agnosticism.

AI/ML Synthesized Digest

Anthropic Introduces Claude Science Workbench

Anthropic Introduces Claude Science Workbench (reported by Multiple Sources)

Anthropic has launched Claude Science, a specialized integrated environment and workbench designed for scientists to conduct computational research. Rather than introducing a new model, the focus of Claude Science is on the workflow, providing tools that allow researchers to perform complex scientific tasks within a single unified platform.

AI/ML Synthesized Digest

Launch of Meituan LongCat-2.0 MoE Coding Model

Launch of Meituan LongCat-2.0 MoE Coding Model (reported by Multiple Sources)

Meituan has open-sourced LongCat-2.0, a massive Mixture-of-Experts (MoE) coding model with 1.6 trillion total parameters and 48 billion active parameters. The model is notable for being trained entirely on Chinese ASICs and features a 1-million token context window, which is intended to push the boundaries of agentic coding capabilities.

Software Engineering Hacker News

We Are the Last People Who Know How It Works

Core Facts

The ongoing industry discussion regarding the loss of deep systems engineering knowledge highlights a critical shift in software development: the transition from low-level systems programming to high-level API and framework integration. As modern infrastructure increasingly relies on managed cloud services, virtualization layers, and automated code generation, the cohort of engineers possessing direct experience with bare-metal hardware, operating system kernels, compiler mechanics, and foundational networking protocols is shrinking.

Technical Significance

Technically, software abstraction layers mask the underlying execution mechanics. When critical failures occur below the application layer—such as kernel deadlocks, memory fragmentation, or complex network routing anomalies—standard high-level diagnostics are insufficient. The loss of low-level diagnostic capability leads to prolonged system downtime and inefficient resource utilization. Without foundational understanding, engineers frequently treat the runtime environment as a black box, resolving performance bottlenecks by scaling compute resources vertically or horizontally rather than optimizing code execution, memory management, or database queries.

Broader Industry Implications

This knowledge deficit introduces systemic vulnerability across the technology sector. The maintenance of foundational internet infrastructure—including the Linux kernel, hypervisors, and core database engines—increasingly relies on a graying population of domain experts, creating severe key-person risks. Furthermore, this trend accelerates vendor lock-in, as organizations default to proprietary cloud provider abstractions to manage complexity. To prevent systemic fragility, the industry must actively incentivize bare-metal and low-level engineering practices, ensuring that next-generation systems architects understand both abstract orchestration and raw hardware execution.

AI/ML Synthesized Digest

Meituan Open-Sources LongCat-2.0 MoE Model

Meituan has open-sourced LongCat-2.0, a Mixture-of-Experts (MoE) large language model engineered for coding tasks. The model boasts a substantial 1.6 trillion total parameters, with 48 billion active parameters during inference. Notably, its training was conducted exclusively on Chinese ASICs, a significant detail for hardware ecosystem development.

From a technical perspective, LongCat-2.0's primary feature is its 1 million token context window, enabling it to process and generate code across extensive projects or complex problem statements. The MoE architecture suggests a potential for efficient scaling and specialization across different coding domains. The MIT license facilitates broad adoption and integration.

The release has implications for the AI development community, particularly in agentic coding workflows. The availability of a large-scale, high-context MoE model trained on non-US infrastructure provides a new resource for researchers and developers globally. This may accelerate experimentation in automated code generation, debugging, and software development assistance.

AI/ML Synthesized Digest

LongCat-2.0 MoE Coding Model Release

Core Release Details

Meituan has open-sourced LongCat-2.0, a Mixture-of-Experts (MoE) coding model, under the permissive MIT license. The model features a total parameter count of 1.6 trillion, with 48 billion active parameters per token. It supports an expansive 1-million-token context window. Notably, the model was trained entirely on domestic Chinese ASICs, positioning it as a near-frontier open-weights model optimized for agentic software engineering.

Technical Significance

The architecture’s sparse routing mechanism allows it to maintain the representational capacity of a 1.6-trillion-parameter model while keeping active computational costs equivalent to a 48-billion-parameter dense model. The 1-million-token context window enables the processing of entire repositories, facilitating complex repository-level reasoning, code generation, and multi-file dependency analysis without truncation.

Furthermore, successfully training a trillion-parameter scale MoE entirely on Chinese ASICs represents a significant engineering achievement. It validates the capability of non-Nvidia hardware stacks, demonstrating that alternative compiler toolchains, memory architectures, and high-bandwidth interconnects can handle the complex parallelization schemes required for massive sparse MoE training.

Industry Implications

The release under the MIT license provides enterprises and researchers with unconstrained access to a high-capacity coding model, likely accelerating the development of localized, self-hosted autonomous software agents. From a macroeconomic perspective, this release demonstrates that hardware-software co-design within restricted hardware ecosystems can bypass traditional GPU supply constraints. It signals that reliance on mainstream Western hardware is no longer an absolute barrier to producing competitive, frontier-class foundation models.