Astro 7 Is Here
Astro 7 has been released, featuring a Rust-rewritten compiler, faster builds (15-61% improvement), Vite 8 with Rolldown bundler, advanced routing, and AI-assisted development support. The update stab…
Astro 7 has been released, featuring a Rust-rewritten compiler, faster builds (15-61% improvement), Vite 8 with Rolldown bundler, advanced routing, and AI-assisted development support. The update stab…
Developer Matthias Nordwig released pdf-struct-chunker, an open-source PDF chunker written in pure Rust that splits documents into semantically meaningful chunks by analyzing layout features like X/Y …
A solo developer added AI background removal to Convertify, a free image converter, in one week using only Rust and no Python. The backend runs ONNX models natively via the ort crate, avoiding the nee…
A systems administrator in the Dominican Republic discovered two silent failures in their autonomous knowledge graph system, ANIMUS, built with Rust and processing over 800 Dominican banking regulatio…
Calybris Core, a deterministic audit engine for decisions written in Rust, has been released as an open-source project on GitHub. The engine provides a domain-neutral primitive for systems that must e…
A developer building the V.E.L.O.C.I.T.Y.-OS bare-metal operating system designed a Tier-1 Closure-Based JIT compiler to replace a standard tree-walk interpreter. The JIT compiler walks the AST at loa…
A developer built V.E.L.O.C.I.T.Y.-OS, a bare-metal operating system that runs entirely inside the CPU's L3 cache. The project includes a custom 30MB standalone IDE written in Rust that replaces VS Co…
A Rust toolkit for reverse-engineering the Oura Ring's BLE protocol enables cloud-free data access from Gen 3/4/5 rings, including live heart rate, SpO2, sleep stages, and activity MET levels, bypassi…
A developer created Nyra, a programming language that combines Rust's memory safety with JavaScript's simplicity. Nyra features Rust-like ownership, JS-inspired syntax, optional typing, and an LLVM ba…
Microsoft shipped nine Azure Developer CLI releases in May and June 2026, adding a new tool command group, multi-layer provisioning with dependsOn, and a Rust MCP Server template for Azure Container A…
Clawie, a new AI coding agent tool, launches with a packaged workspace combining Rust and Python sides, featuring a Lean Ladder to prevent over-engineering, a REPL with commit and undo commands, SQLit…
A developer built ignis, a from-scratch LLM inference engine in Rust with only two dependencies, to explore how compiler design principles apply to inference. The engine uses SSA IR, fusion passes, an…
A new programming language called Gossamer combines Rust's algebraic data types and deterministic memory management with Go's M:N concurrency model, using reference counting and arena regions to elimi…
A developer built Calybris Core, a Rust crate that provides a deterministic, replayable decision kernel for systems that need to prove decisions after the fact. The crate evaluates candidates against …
A developer used OpenAI's Codex AI assistant to port the williamcotton.com website from a custom language called Web Pipe to Rust, with the AI successfully recreating the site and integrating Contentf…
A developer built a matrix-multiply kernel in pure Rust, called cuda-oxide, that achieves 58% of NVIDIA's hand-tuned library performance on a Blackwell GPU. The kernel, gemm_sol_clc_multicast_4_stage_…
Ava Supernova, an open-source AI coding agent, launches with support for open-weight LLMs, offering 60+ tools, 7 modes, and 24 specialist personas. The agent is free to start, local-first, and require…
A developer argues that AI is not replacing programming languages but rather the need to think in them, accelerating a long-term shift from imperative to declarative programming. The value of software…
A new post in the Vision Doc series explores the varied journeys of learning Rust, from curiosity and embedded work to organizational adoption. Learners rely on official documentation, community resou…
Ludwig Spec Driven Development MCP is a specification-driven framework that uses prose-first markdown specs to drive LLM code generation and verification for Rust projects. The framework ensures spec …