A Microsoft engineer is developing a KMS recovery mechanism for Linux display drivers. The goal is to improve the stability of the graphics system, allowing drivers to recover automatically in case of errors. The work is led by Hamza Mahfooz, formerly of AMD.
Releases of Kimi-Linear-48B-A3B and Step3.5-Flash compatible with llama.cpp are now available. Official GGUF files are not yet available, but the community is already working on their creation. The availability of these models expands options for local inference.
Geodesic Attention Engine (GAE) is an open-source kernel that promises to drastically reduce memory consumption for large language models. With GAE, it's possible to handle 1 million tokens with only 1GB of VRAM, achieving significant energy savings while maintaining accuracy.
Mesa 25.3.5 is now available, including fixes for the Vulkan driver and other minor improvements. This release is the latest stable version before the upcoming Mesa 26.0.
DeepRead is a new agent that leverages document structure to enhance search and question answering. It uses an LLM-based OCR model to convert PDFs into structured Markdown, preserving headings and paragraphs. The agent is equipped with retrieval and reading tools that operate at the paragraph level, significantly improving performance compared to traditional approaches.
A 1Password researcher discovered that a top-downloaded OpenClaw skill was actually a staged malware delivery chain. The skill, promising Twitter integration, guided users to run obfuscated commands that installed macOS malware capable of stealing credentials and sensitive data. Caution is advised when using OpenClaw, and prior use should be treated as a potential security incident.
WordPress users can now leverage Claude to analyze web traffic and gain insights into internal site metrics. This new integration simplifies data access and performance optimization.
An IBM engineer has proposed a machine learning library (ML-LIB) for the Linux kernel. The intent is to plug in running ML models directly into the kernel to optimize system performance and enable various other functionalities. The proposal is currently in a request for comments (RFC) phase.
Hugging Face introduces benchmark repositories for community-driven LLM evaluations. The initiative aims to address inconsistencies in benchmark results, allowing users to contribute evaluations and directly link models to leaderboards. Verified results through automated jobs enhance transparency.
The llama.cpp library has integrated support for Kimi-Linear, a technique that promises to improve the performance of language models. The integration was made possible by a pull request on GitHub, opening new possibilities for efficient inference.
A new framework, ENCOMPASS, separates the workflow logic of AI agents from inference strategies. This approach, developed by Asari AI, MIT CSAIL, and Caltech, aims to reduce technical debt and improve performance, enabling more efficient management of LLM unpredictability and greater scalability.
GTK toolkit developers met in Brussels once again for their annual hackfest during FOSDEM week. Key goals for this year include improving session saving support and accessibility.
Apple has announced the integration of AI agents directly into Xcode, its integrated development environment (IDE). The goal is to improve developer productivity by automating some phases of the development process and providing contextual assistance while writing code.
A user shares an image related to optimizing the inference of large language models (LLM) using DeepSpeed. The image suggests an analysis of performance and configurations to improve the speed and efficiency in running these models.
CoWork-X is a framework that optimizes collaboration between multiple agents in interactive environments. It addresses the challenges of real-time coordination and continuous adaptation with a limited token budget, through a co-evolution approach that consolidates learned skills while reducing latency and token usage.
BioACE is a new automated framework for evaluating the quality of answers generated by large language models (LLMs) in the biomedical field. The system verifies the correctness of answers and citations, assessing completeness, precision, and accuracy against ground-truth data.
A new study explores the use of denoising diffusion models to estimate reference distributions in neuroimaging, enabling the derivation of clinically interpretable deviation scores. The models, based on different architectures, were evaluated on synthetic benchmarks and UK Biobank data, demonstrating good performance in modeling multivariate dependence.
A pull request introduces tensor parallelism in Llama.cpp, paving the way for faster and more efficient inference on large language models. The community welcomes this development, which could significantly improve performance on distributed hardware.
OpenAI has announced GPT-5.3-Codex, a new version of its advanced coding model, accessible via command line, IDE extension, web interface, and a new macOS desktop app. This model outperforms previous versions in benchmarks like SWE-Bench Pro and Terminal-Bench 2.0, expanding its applications to deployment management, debugging, and test result handling.
Introducing GPT-5.3-Codex, a Codex-native agent designed to tackle complex real-world technical tasks. It combines frontier coding performance with general reasoning capabilities to support long-horizon projects.