Microsoft introduces PlugMem, a plug-and-play memory system for AI agents that transforms raw interactions into structured, reusable knowledge. PlugMem organizes interaction history into compact knowledge units, improving efficiency and performance across diverse scenarios.
AgentMail raised $6M to build an API platform that provides AI agents with their own email inboxes. The solution supports two-way conversations, parsing, threading, labeling, searching, and automated replies.
A new study presents a Transformer-based system that improves performance in the Abstraction and Reasoning Corpus (ARC). The approach combines neural inference with structure-aware priors and online adaptation, achieving significant progress in symbolic reasoning and closing the gap toward human-level generalization.
vLLM Hook, an open-source plug-in, has been introduced to enhance the programmability of internal states within large language models (LLMs) deployed via vLLM. This tool enables passive and active programming, opening new possibilities for adversarial prompt detection, enhanced RAG, and model behavior modification.
Ahead of its annual developer conference, Nvidia is readying a new approach to software that embraces AI agents similar to OpenClaw. The platform is expected to be open-source.
NVIDIA has released the 595.44.02 beta drivers for Linux, focused on Vulkan developers. These drivers introduce new Vulkan API features and represent an evolution of the R595 series, already successfully tested. The update is primarily aimed at developers of high-performance graphics applications on Linux systems.
NVIDIA has announced official support for Red Hat Enterprise Linux (RHEL) compatible distributions such as AlmaLinux in CUDA 13.2. This allows NVIDIA packages to be distributed directly from OS package repositories, simplifying installation and management for users.
Intel has released the XeSS (Xe Super Sampling) 3.0 SDK on GitHub, its AI-enhanced upscaling technology for gamers. However, the software remains proprietary and natively supports only Windows.
The open-source office suite LibreOffice introduces native support for the Markdown format in its latest version. Users can now import and export documents in CommonMark, expanding compatibility options and simplifying the management of plain text documents.
Richard Biener of SUSE published a new status report on the state of GCC 16 development. Regression fixing has been going slow but they are hoping to publish a release candidate by mid-April.
Rust Coreutils 0.7 has been released as a performance-focused update to this popular alternative to GNU Coreutils. The project is still striving for 100% compatibility against the GNU Test Suite.
JAWS is a regularization technique that enhances the stability of neural operators, data-driven surrogate models used to simulate continuous dynamical systems. By modulating regularization based on local physical complexity, JAWS preserves gradients and reduces computational costs.
Traversal-as-Policy uses Gated Behavior Trees (GBT) derived from execution logs to control LLM agents. This method enhances safety, efficiency, and reliability, reducing violations and computational costs. Results show significant improvements on standard benchmarks, opening new perspectives for the development of more robust autonomous agents.
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.