rust
20 posts tagged with "rust"
Rust & AI Weekly #1: an agent from Block, edge inference, and a vector DB Netflix trusts
A curated, vetted roundup of real, current Rust+AI tools — agent frameworks and the official MCP SDK, inference engines, vector/RAG crates, and the dev tools worth a bookmark. Each entry carries maintenance, latest-release, and adoption signals.
Rust for AI: A Crate Radar on the Agent and Inference Stack
A Rust Crate Radar digest of the crates building the Rust+AI stack — rig, candle, mistral.rs, burn, and swiftide — each scored against the same engineering-leadership rubric, each ending in a one-word verdict.
Past the 9-Step Loop: The Claude Code Stack That Actually Makes Agents Senior
A widely-shared thread argues Claude Code becomes a senior engineer once you wrap it in a 9-step loop built from plan mode, subagents, hooks, CLAUDE.md, and slash commands. The loop is right and necessary — but it quietly assumes infinite context, perfect memory, and that an in-session reviewer is enough. Here's the tooling layer that makes the loop actually run on a real codebase: chronis, AllSource Prime, caveman, rtk, CodeRabbit, and pixel-perfect overlays.
Radar Digest: An Extended Std Lib, a Pure-Rust SMB Client, and Four More
A Rust Crate Radar digest of six notable releases from the week — stdx, smb2, Ratatui 0.30, kache, OmniScope, and rustion — each scored against the same engineering-leadership rubric and given a one-word verdict.
smb2: The Pure-Rust SMB Client That Outruns macOS's Own
A months-old, pure-Rust SMB2/3 client beats the native macOS file client on a NAS and is tested harder than most funded libraries. Should it be in your stack yet? The Crate Radar verdict: Trial.
Raising the Bar: A Rust-Systems Read on Web Tools Weekly #673
Web Tools Weekly curates 25 JavaScript tools a week with one-line blurbs and four ads. Here's the same issue read through a systems lens — every tool mapped to a Rust alternative with an Adopt/Trial/Assess/Hold verdict, and an honest account of where JavaScript still wins.
Rust Crate Radar Digest #1: Memory-Safe Zstd, a Fast SMB Client, and a Standard Library Rewrite
Five recent Rust crates worth knowing about — a memory-safe Zstandard, a pure-Rust SMB2/3 client that outruns the native macOS client, two Crate-of-the-Week picks, and an ambitious extended standard library — each scored Adopt, Trial, Assess, or Hold through an engineering-leader lens.
Introducing Rust Crate Radar: A New Series on Crates Worth Betting On
A new series that evaluates newly-released and meaningful Rust crates the way an engineering leader actually decides on a dependency — adoption risk, total cost of ownership, and architectural fit, ending in a one-word verdict. First up: Toasty, the Tokio team's new async ORM.
Toasty: Should the Tokio Team's New ORM Enter Your Dependency Tree?
Toasty is a new async ORM from the Tokio team that targets both SQL and DynamoDB from one model definition. An engineering-leader's evaluation of whether it belongs in production yet — and a reusable rubric for judging any new crate.
Optimizing Rust API Performance: A 30% Speed Improvement in 2 Hours
How we achieved 30% faster response times, 10% lower memory usage, and 66% fewer API calls through strategic connection pool optimization, structured logging, and multi-error validation in our production Rust API.