» Tag
rust
200 postsHow Bun rewrote 535K lines from Zig to Rust with 64 AI agents
Bun's creator used 64 parallel Claude agents to rewrite 535,000 lines of Zig into Rust in two days. Key lessons for engineering teams.
MCP Sessions Moved Into the Payload: Sticky, Redis, Continuations Compared
MCP dropped server sessions for MRTR; a Rust rmcp v3 benchmark measures sticky, Redis, and sealed-continuation state strategies.
What Bun's Rapid Rust Rewrite With AI Teaches Engineers
How Bun rewrote 535K lines of Zig to Rust using 64 parallel AI agents and Anthropic's Fable model in just days.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comGigatoken: ~1000x faster tokenization than HuggingFace tokenizers
Gigatoken delivers ~1000x faster tokenization than HuggingFace tokenizers, offering GB/s throughput as a Rust-based drop-in replacement.
A Practical Pre-Deploy Security Checklist for Solana Anchor Programs
A systematic pre-mainnet security checklist for Solana Anchor programs, covering account validation, arithmetic safety, CPI checks, and Wormhole exploit lessons.
Kani: A Model Checker for Rust Verification
Kani compiles Rust's MIR into CBMC's engine to prove unsafe-code soundness, functional correctness and panic-freedom, running thousands of harnesses in production CI for the Rust standard library.
Rust Enables Next-Gen Trait Solver by Default on Nightly
Rust's next-generation trait solver is now default on nightly, fixing 200+ bugs and delivering major compile-time performance gains.
Refactoring Cuts AI Coding Agent Token Costs by 83%
An experiment shows refactoring an AI-agent-built codebase cut input token costs for repeated code changes by 83%.
Taetype-WASM Brings a Pure-Rust, Unsafe-Free Font Engine to Browsers
Taetype-WASM ports a memory-safe, unsafe-free Rust font engine to WebAssembly, enabling full decode, subset, shape, and rasterize in the browser.
NMEMORY: An AI Agent Memory That Refuses to Guess
NMEMORY is a local, network-isolated AI agent memory over MCP that abstains instead of fabricating answers. Rust, SQLite, 21 MCP tools, verifiable guarantees.