How well do agents use test/verification techniques?
Testing how well AI coding agents use various test and verification techniques to improve software quality.
Testing how well AI coding agents use various test and verification techniques to improve software quality.
Armin Ronacher discusses how LLMs are making programming language choices less consequential, leading to more developers using 'hard languages' like Rust and Zig for fast, small software.
Part 7 of a series on concurrent servers, focusing on implementing concurrent network servers in Rust, covering sequential, thread-per-client, and async approaches.
Building Execution Ledger, an open-source durable workflow orchestrator in Rust on Azure Container Apps, focusing on step-level recovery and idempotency.
Investigation reveals Claude Code uses a Rust-based Bun runtime, with evidence from binary analysis and version checks.
Investigation into Claude Code using the Rust port of Bun, with evidence of faster startup and embedded Rust source files.
Analysis of Bun's rewrite from Zig to Rust for memory safety, using AI tools like Fable, and lessons for software engineering.
Analysis of Bun's rewrite from Zig to Rust for memory safety, using AI tools like Fable, and lessons for software engineering.
Converts Mermaid diagram syntax to Unicode box art in the browser using WebAssembly.
A browser-based tool converting Mermaid diagrams to Unicode box art using WebAssembly and Rust.
xAI open-sources Grok Build after privacy backlash over uploading user data to cloud storage.
xAI open-sources Grok Build after privacy backlash over data uploads, releasing 844K lines of Rust code under Apache 2.0.
Analysis of Bun's rewrite from Zig to Rust, focusing on community dynamics, management issues, and startup pressures.
Jarred Sumner details rewriting Bun from Zig to Rust using AI coding agents, highlighting memory safety and test suite benefits.
Jarred Sumner details the rewrite of Bun from Zig to Rust using AI coding agents, highlighting memory safety and test-driven porting.
Discussion on the maintenance challenges of The Rust Programming Language Book, including open issues and PRs.
Analysis of Rust vs C++ for building native Iceberg scan operators, focusing on production performance, safety, and interoperability.
Optimizing slow rebuild times for Rust #[sqlx::test] tests in a bors merge queue project.
How to ship a Rust library to .NET via NuGet using P/Invoke, cross-platform compilation, and native binary distribution.
Explores how memory safety CVEs are reported and differ between Rust and C/C++, addressing common misconceptions.