







RTK cuts CLI output noise before it reaches your AI context: 56% less on average for rewritten commands, up to 90% on the noisiest. Zero config, Apache 2.0.
Rust Is Winning the AI Code Generation Race
I’ve been generating a lot of code with AI agents lately. Most of it in Rust, and nice about it is that it consistently better than what I…

Experiment in reducing target directory size on nightly | Inside Rust Blog
Want to follow along with Rust development? Curious how you might get involved? Take a look!

Announcing Rust 1.96.1 | Rust Blog
Empowering everyone to build reliable and efficient software.

Be alert: targeted attacks on prominent Rustaceans | Rust Blog
Empowering everyone to build reliable and efficient software.

copyleftdev/zgrok
Self-hosted ngrok alternative in Rust. Development in progress - check out the issues for detailed specs.
cardea-mcp/RustCoder
Enable AI agents to create and execute their own tools in Rust autonomously. Available as web API and MCP services
The Ultimate Guide to Rust Newtypes
Clean up your code, clarify business logic and improve test coverage with Rust's newtype wrappers.

AI vs human code gen report: AI code creates 1.7x more issues
We analyzed 470 open-source GitHub pull requests, using CodeRabbit’s structured issue taxonomy and found that AI generated code creates 1.7x more issues.


kyju.org
Horribly misusing Rust features to provide provable memory safety and tracing garbage collection for pointer soup.
Zero-copy Protobuf and ConnectRPC for Rust
As part of my work at Anthropic, I open sourced two Rust crates that fill a gap in the RPC ecosystem: buffa, a pure-Rust Protocol Buffers…
maki
An efficient AI coding agent. Native Rust TUI. Immediate startup, 60 FPS, low memory. Indexes files instead of reading them, chains tools in a sandbox interpreter. Anthropic, OpenAI, Google, Z.AI, OpenRouter, Synthetic, or any OpenAI / Anthropic compatible API.
We figured out how to exit Tiles CLI properly and wrote a deep technical dive into standard streams, pipes, Unix processes, how system signals behave with parent processes, blocking UI I/O, and how async Rust helped fix it: tiles.run/blog/controlling-ctrl-c
Controlling the Ctrl-C
www.tiles.run