Google Launches Sashiko: AI Agent for Linux Kernel Code Review Using Gemini
Key Takeaways
- ▸Sashiko successfully identified bugs in Linux kernel code that were missed by human reviewers
- ▸The system achieved 53% bug detection rate on a dataset of 1,000 recent upstream issues
- ▸Google is applying agentic AI powered by Gemini 3.1 Pro to open-source software maintenance
Summary
Google engineers have unveiled Sashiko, an agentic AI system designed to perform code review on the Linux kernel using Gemini 3.1 Pro. The tool demonstrates significant effectiveness in identifying bugs that human reviewers missed, according to internal measurements. In testing against 1,000 recent upstream issues, Sashiko identified 53% of bugs based on "Fixes:" tags, with the key distinction that all bugs it caught were previously overlooked by human reviewers. This represents a novel application of agentic AI systems to large-scale open-source software maintenance and quality assurance.
- The tool demonstrates practical value beyond raw detection percentages by catching issues humans overlooked
Editorial Opinion
While a 53% detection rate might seem modest in isolation, Sashiko's true value lies in identifying bugs that expert human reviewers entirely missed—suggesting meaningful complementarity between AI agents and human expertise. If Google can integrate this tool effectively into Linux kernel development workflows, it could establish a new paradigm for AI-assisted quality assurance in critical infrastructure software.



