Google Releases Sashiko: AI Code Review Agent for Linux Kernel Patches

Google engineers have released Sashiko, an open-source agentic AI code review system specifically designed for the Linux kernel. Roman Gushchin of Google's Linux kernel team announced the project, which has been used internally at Google to uncover issues and is now publicly available.
Key Details
Sashiko covers all submissions to the Linux kernel mailing list and is funded by Google, which also covers the token budget and infrastructure. The project hosting is being moved to the Linux Foundation.
According to Roman's announcement, Sashiko was able to find around 53% of bugs based on an unfiltered set of 1,000 recent upstream Linux kernel issues with "Fixes:" tags using Gemini 3.1 Pro. He noted that "100% of these issues were missed by human reviewers."
The system was designed for Google Gemini Pro 3.1 but should work with Claude and likely other LLMs too.
Access and Resources
- The code is open-source on GitHub
- A web interface for upstream agentic code review of Linux kernel patches is available at Sashiko.dev
- Roman's full announcement can be read on LinkedIn
This tool is for developers working on or reviewing Linux kernel code, particularly those submitting patches to the upstream mailing list.
📖 Read the full source: HN AI Agents
👀 See Also

Free pharmacovigilance signal detection tool built with Claude Code
A developer used Claude Code to build a free pharmacovigilance platform that analyzes 2.9 million FDA adverse event reports, running statistical signal detection that commercial platforms charge $50K-500K/year for. The tool is hosted for free on HuggingFace.

XLI: Open-Source Python Library for Claude Code-Style Terminal UIs
Building a coding agent? Terminal UX is half the work. XLI is an open-source Python rendering engine that replicates Claude Code's streaming markdown, tool cards, inline approvals, and slash commands without hijacking your terminal scrollback.

Open Source Claude Skills for Product Managers: PRD Generator, User Stories, Meeting Notes
A developer has released five free Claude AI skills for product managers that generate formatted .docx files for PRDs, user stories, meeting synthesis, market research, and stakeholder updates. The tools avoid hallucinated content and use structured templates.

Claude to PDF Chrome Extension Exports Long Conversations with Formatting Intact
A developer has released a free Chrome extension called Claude to PDF that captures full conversation history from Claude AI chats and preserves code blocks, LaTeX math, and table formatting when exporting to PDF.