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

Bit-Chat: AI Agents Can Send Bitcoin via Lightning Through Messaging Platforms
A setup called Bit-Chat enables AI agents to send Bitcoin payments over the Lightning network through email, WhatsApp, Telegram, or Signal. Agents can generate dedicated addresses like [email protected] and payments work even if the receiver isn't registered.

Tastebud Memory: Reversible Agent Memory via Hyperdimensional Computing Vectors
Hyperdimensional computing replaces vector search for complete recall: list ALL days touching a project, detect unnamed workstreams, and decompose daily logs losslessly via dot products.

Clarc v1.0: Workflow OS for Claude Code with 63 Agents and 249 Skills
Clarc is a plugin layer for Claude Code that provides 63 specialized subagents, 249 domain skills, and 178 slash commands for development workflows. Installation is via npx with support for multiple editors including Cursor and OpenCode.

GLM-5.1 vs MiniMax M2.7: Performance comparison for AI coding agents
GLM-5.1 achieves SWE-bench-Verified 77.8 and Terminal Bench 2.0 56.2 scores, the highest among open-source models, while MiniMax M2.7 offers fast responses with low TTFT and high throughput ideal for CI bots and batch edits.