AI News HubLIVE
站内改写2 min read

Sashiko: AI code review system for the Linux kernel

Sashiko, an AI code review tool written in Rust, spots 53% of bugs missed by human reviewers. It analyzes patches from mailing lists and provides feedback, though it requires sending code to an LLM provider. Currently funded by Google for the Linux kernel mailing list, it aims to ease maintainer workloads.

SourceHacker News AIAuthor: root-parent

AI + ML

Sashiko: AI code review system for the Linux kernel spots bugs humans miss

Beats getting roasted on the mailing list

Richard Speed

Richard Speed

Published fri 20 Mar 2026 // 09:30 UTC

AI is coming to the Linux kernel in the form of a code review system - not code submissions.

Announced on LinkedIn by Roman Gushchin, a Linux kernel engineer at Google, Sashiko is a tool written in Rust for spotting bugs and screening code.

Gushchin said: "In my measurement, Sashiko was able to find 53 percent of bugs based on a completely unfiltered set of 1,000 recent upstream issues based on 'Fixes:' tags (using Gemini 3.1 Pro). Some might say that 53 percent is not that impressive, but 100 percent of these issues were missed by human reviewers."

REG AD

The use of AI in code submissions is controversial in the open source community, however, a tool like Sashiko could go some way toward easing the burden on maintainers dealing with a wave of code reviews.

REG AD

MORE CONTEXT

Systemd 260 kills SysV, tells AI not to misbehave

Linux Foundation kicks off effort to shield FOSS maintainers from AI slop bug reports

Bcachefs creator insists his custom LLM is female and 'fully conscious'

Godot maintainers struggle with 'draining and demoralizing' AI slop submissions

Sashiko works by ingesting patches from a mailing list. It analyzes them then gives feedback to the maintainers and developers. According to its authors, "the quality of reviews is high... the rate of false positives is harder to measure, but based on limited manual reviews it's well within 20 percent range, and the majority of it is a gray zone."

The authors are upfront about the privacy and code-sharing aspects. Sashiko sends data and code to whatever LLM provider it has been configured for. It has been most tested with Gemini Pro 3.1, but should work with Claude and other LLMs. However, there are costs involved in running it. In the case of the Linux Kernel Mailing List, Google is footing the bill.

Gushchin said: "We've been using it internally at Google for some time, and it helped to discover a large number of real issues."

Sashiko belongs to the Linux Foundation and looks like a useful tool – an application of agentic AI that may provoke less handwringing than code submissions. ®

Sashiko: AI code review system for the Linux kernel | AI News Hub