An AMD VP used AI to develop a Radeon Linux userland driver in Python. A senior AI engineer stated he "didn't open the editor once" during the process, highlighting the potential of AI in code generation.
AMD has released version 0.16 of GAIA, an open-source framework for developing AI agents that run locally on Ryzen AI hardware. The main novelty is the support for development in C++, eliminating the dependency on Python.
Google released 'gws', a new command-line interface on GitHub. This tool unifies Workspace's APIs, simplifying the interaction between AI agents and services like Gmail and Drive. The initiative underscores the growing importance of agentic AI for Google.
The PyTorch team has released KernelAgent, an open-source agentic system that optimizes GPU kernels based on hardware performance signals. KernelAgent achieves an average 1.56x speedup compared to torch.compile and generates kernels that reach 89% of the hardware roofline efficiency on H100. The system uses a multi-agent workflow to profile, diagnose, and prescribe optimizations, accelerating inference and reducing costs.
Google released Workspace CLI, a command-line interface to integrate Workspace services with AI tools. It is not an officially supported product, so the user assumes the risks associated with its use and potential instability.
Codex Security is an AI-powered security agent designed to analyze project context, detect, validate, and patch complex vulnerabilities with high confidence and reduced noise.
The Agentic Loop webUI and MCP Client, with support for tools, resources, and prompts, have been merged into llama.cpp. This integration offers new possibilities for running models locally, paving the way for more complex and automated workflows.
Vulkan 1.4.345 has been released as the latest routine spec update to this graphics and compute API. There is one new extension besides a handful of different clarifications and corrections to various elements of the spec. The update focuses on improving shading capabilities on ARM architectures.
A novel machine learning approach based on deep neural networks (DNNs), called equilibrium-informed neural networks (EINNs), promises to identify critical thresholds associated with catastrophic regime shifts in complex dynamical systems. The EINN method reverses the traditional process, using candidate equilibrium states as inputs to infer the corresponding system parameters.
A novel approach, FreST Loss, addresses the limitations of direct forecasting models that struggle to capture complex spatio-temporal dependencies in graph-structured signals. By aligning model predictions with ground truth in a unified spectral domain, FreST Loss reduces estimation bias and improves performance across several real-world datasets.
SkillNet is a new open-source infrastructure designed to create, evaluate, and organize the skills of artificial intelligence agents. The system aims to overcome the limitations of isolated learning, enabling agents to reuse and improve existing skills. SkillNet integrates a repository of over 200,000 skills and a Python toolkit, demonstrating significant improvements in agent performance across various environments.
A team discovered that Whisper, during silences, generates coherent but non-existent phrases, not just noise. They analyze the causes, linked to training on YouTube, and propose solutions: a pre-filter with Silero VAD, disabling 'condition_on_previous_text', a blocklist of typical phrases, and other measures to reduce the problem.
Creating skills for coding agents requires a thorough testing phase. This article explores best practices for evaluating skills, from defining specific tasks to measuring performance, focusing on the importance of a controlled testing environment and clear metrics to quantify improvements.
FlashAttention-4 has been introduced, a new architecture focused on optimizing inference for large language models (LLMs). The original article aims to improve performance and efficiency in processing deliveries, with potential benefits for on-premise and cloud deployments.
Redox OS developers have announced significant progress, including the implementation of the Vulkan API and native support for Node.js. These updates expand the capabilities of the open-source operating system written in Rust, opening new possibilities for graphical and server-side applications.
A new browser for the npm registry has launched in alpha, following grassroots demand for an alternative to the official npmjs.com interface. The project, initiated by Nuxt lead Daniel Roe, has quickly attracted wide support.
Vib-OS, an AI-powered operating system, has proven so inefficient that it cannot even run the video game Doom. The system does not support internet connectivity, and the browser application is a simple image viewer.
AriadneMem is a structured memory system for LLM agents that addresses the challenges of long-term memory management. It uses a two-phase approach to filter noise, merge duplicates, and reconstruct missing logical paths between retrieved facts. Results show significant performance improvements and runtime reduction.
A new multi-agent framework, AOI (Autonomous Operations Intelligence), uses failed operational trajectories to improve automated diagnostic systems in the cloud. AOI integrates preference-based learning, a secure execution architecture, and continuous error correction, outperforming state-of-the-art performance in AIOpsLab benchmarks.
A new model combines sentences and structured data while keeping knowledge and language representations separate. It uses knowledge graphs and hypergraphs with role slots, encoding them into a key-value repository that a language transformer can attend over using conditioned attention mechanisms.