The React core team has submitted a pull request to port the React Compiler from JavaScript to Rust, following the broader trend of frontend tooling rewrites. React Compiler automatically inserts memoization into React components at build time; a Rust rewrite would dramatically speed up compilation in large codebases. This mirrors moves by SWC, Turbopack, Rolldown, and Biome, signaling that the entire React build pipeline may eventually run on Rust.
GitButler's Grit project aims to rewrite Git's C codebase in Rust, leaning heavily on AI coding agents to accelerate the migration. The post shares first-hand observations on where agents excel—understanding Git's object model, generating idiomatic Rust—and where they fall short, such as ownership edge cases and hallucinated behavior. It serves as a rare real-world case study of AI-assisted rewriting of complex systems-level software.
Community developer maximecb has published bebelm, a Rust-native, GPU-free inference implementation of Liquid AI's LFM2.5-8B-A1B model, available on crates.io. Decode speed reaches ~37 tokens/s on a Ryzen 7950x with ~7GB memory footprint; prefill is unoptimized and currently similar in speed to decode. The library supports tool-use callbacks, weight sharing across multiple Agent instances with independent KV caches, and Agent cloning to skip repeated prefill on shared prompts.
Gitdot appeared on Hacker News as a Show HN project claiming to be “a better GitHub.” The title says it is open-source, written in Rust, and explicitly anti-AI. No article body was provided, so details about features, licensing, deployment, maturity, and how it differs from GitHub cannot be confirmed from the source.
This Hacker News item points to an introductory page for “Rust for Python Programmers” on Microsoft GitHub Pages. Based only on the title, it appears to be a learning resource designed to help Python developers approach Rust. No source content was provided, so details about chapters, examples, or coverage cannot be confirmed.
Mnemo is presented as a Show HN project that provides a local-first AI memory layer for any LLM. The title indicates it is built with Rust, SQLite, and petgraph, suggesting local storage and graph-based memory relationships. Since no article body is available, details such as API design, retrieval methods, maturity, and production readiness cannot be confirmed.
Simon Willison revisited pydantic-monty, a sandboxed subset of Python implemented in Rust. He asked Claude Code to inspect the most recent release, following his earlier exploration a few months ago. The key finding is that limits for execution duration, memory, allocations, and recursion depth all appear to behave as advertised.
HashiCorp co-founder Mitchell Hashimoto shared a thought-provoking perspective on the news that Bun — the popular JavaScript runtime — is being rewritten from…
Vercel has officially announced that the Rust Runtime for Vercel Functions has entered Public Beta. This update means that developers worldwide can now deploy…
Hugging Face, the world's largest open-source AI platform, currently hosts over 1.2 million models, datasets, and Space applications. With the explosion of…
In LLM application development, ensuring that a model outputs content that 100% conforms to a specific format — such as a JSON Schema, a regular expression, or…
Vercel has published an official announcement detailing a major adjustment to the development workflow of its high-performance Rust-based bundler, Turbopack…
Vercel has officially announced a major low-level architecture upgrade to its core product, Vercel Functions (serverless functions). In pursuit of peak…
Vercel has officially announced the completion of a major milestone: the full migration of its high-performance Monorepo build system, Turborepo, from the Go…
Turborepo, Vercel's high-performance monorepo build tool, decided to migrate its core codebase from Go to Rust in pursuit of peak performance and better…
This article takes an in-depth look at how Turborepo, the well-known Monorepo tool developed by Vercel, migrated its core codebase from Go to Rust, examining…
Turborepo, the high-performance monorepo build tool owned by Vercel, has announced a significant architectural migration: moving its core codebase from Go to…
In this official blog post, Vercel explores the core design philosophy and future vision behind Turbopack, its brand-new Rust-based bundler. As web…
At Next.js Conf 2022, Vercel officially unveiled Turbopack — a brand-new incremental bundler designed for JavaScript and TypeScript, positioned as the…
Vercel announced official WebAssembly (Wasm) support in its Edge Functions. This update enables developers to run high-performance code written in…