rust

Tag

Cards List
#rust

@mylifcc: LiteLLM officially migrated to Rust! AI Gateway gets an epic performance upgrade: per-request overhead reduced by 150x (~0.05ms vs Python 7.5ms), throughput increased by 15x, memory usage reduced by 11x (peak only 32MB), single...

X AI KOLs Timeline · 10h ago Cached

LiteLLM has migrated from Python to Rust, achieving massive performance improvements: request overhead reduced by 150x to 0.05ms, throughput increased by 15x, memory usage reduced by 11x to 32MB.

0 favorites 0 likes
#rust

Having difficulty finding customers so I decided to release my business for everyone to use freely and build on it

Reddit r/AI_Agents · yesterday

The author open-sources their Rust-based browser automation tool with infrastructure and deployment features, originally a business, now free for AI agent development.

0 favorites 0 likes
#rust

Show HN: Oak – Git replacement designed for agents

Hacker News Top · yesterday Cached

Oak is an open-source version control system designed for AI agents, offering branch-per-session workflows, content-addressed lazy mounts, and faster performance than git. It is in public beta and available as a CLI tool and reusable Rust library.

1 favorites 1 likes
#rust

Show HN: I rebuilt the only parts of my IDE I use, in Rust, over a weekend

Hacker News Top · yesterday Cached

Kyde is a fast native Git client and code editor built in Rust using Zed's gpui framework, featuring GPU rendering, side-by-side diffs, tree-sitter syntax highlighting, and a hand-tuned dark theme.

0 favorites 0 likes
#rust

@GitHub_Daily: Use tmux to manage terminal sessions, opening multiple windows in the terminal that can keep running in the background even after closing. But now, with multiple Agents running at the same time, automating terminal tasks with tmux requires writing a bunch of scripts, which is cumbersome. So a developer built rmux from scratch in Rust, designed specifically for Ag…

X AI KOLs Timeline · yesterday Cached

Introducing rmux, a modern terminal multiplexer written in Rust, designed for AI Agent and automation scenarios. It coordinates multiple Agents running simultaneously, is compatible with over 90 tmux commands, and offers a Python SDK and browser-based session sharing.

0 favorites 0 likes
#rust

@SunNeverSetsX: Sharing my curated 4 infrastructures that make Agent Loop run faster and better—you must let your agents use them! 1. http://agent-browser.dev Let agents click and verify UI changes in a real browser for true self-closing test loops...

X AI KOLs Timeline · yesterday Cached

agent-browser is a CLI tool for browser automation designed for AI agents, using compact text output and ref-based element selection to minimize token usage. The post also highlights three other tools—portless, emulate, and ai-cli—for improving agent loop efficiency.

0 favorites 0 likes
#rust

@blackanger: Distilled many good practices from Epic Lora

X AI KOLs Timeline · 2d ago Cached

An experiment on using Rust's type system as an AI coding specification, distilling practices from Epic Lora.

0 favorites 0 likes
#rust

Optimizing #[sqlx::test] rebuild time

Lobsters Hottest · 2d ago Cached

A Rust developer profiles and optimizes the incremental rebuild time of SQLx tests, identifying bottlenecks like debuginfo generation and proc macro overhead, and proposes improvements to speed up test compilation.

0 favorites 0 likes
#rust

@XAMTO_AI: The terminal AI coding assistant track is ridiculously competitive. oh-my-pi emerged as a dark horse this week, already surpassing 137k stars. It runs directly in the terminal, and its core selling point is simple—it modifies code with extreme precision. This project is a fork of Pi, with a ton of hardcore additions on top of the original. The most…

X AI KOLs Timeline · 2d ago Cached

Introduces oh-my-pi, a terminal-based AI coding assistant forked from Pi. With its Hashline editing system, it achieves high-precision code modifications, reducing token consumption by 61%. It comes with 32 built-in tools, supports over 40 languages and more than 40 LLM providers, and can import configurations directly from major tools, making migration costs negligible.

0 favorites 0 likes
#rust

@QingQ77: A high-performance IM backend written in Rust, using QUIC protocol for real-time messaging, supporting P2P hole punching and group chat broadcasting. https://github.com/nicolastinger/only-talk-rs… Built with Actix-web for RESTful …

X AI KOLs Timeline · 2d ago Cached

A high-performance instant messaging backend based on Rust + Actix-web + QUIC, supporting P2P hole punching, group chat broadcasting, multiple storage backends, can be deployed as a single process or separately.

0 favorites 0 likes
#rust

It’s time to decentralize model distribution! Introducing Noema Atlas

Reddit r/LocalLLaMA · 2d ago

Noema Atlas is a free and open-source peer-to-peer desktop app for decentralized distribution of LLM model weights, using content-addressed verification and Iroh for direct machine-to-machine transfers, with Hugging Face as a fallback.

0 favorites 0 likes
#rust

How Lume Works: The Retrieval Primitives

Hacker News Top · 3d ago Cached

Technical deep dive into Lume, a Rust hybrid search engine that combines BM25, dense vectors, and entity graphs for auditable, local-first retrieval.

0 favorites 0 likes
#rust

Cargo-Geiger

Hacker News Top · 3d ago Cached

cargo-geiger is a Rust cargo plugin that lists statistics about unsafe code usage in a crate and its dependencies, providing input for auditing.

0 favorites 0 likes
#rust

Lisp in the Rust Type System

Hacker News Top · 3d ago Cached

A Lisp interpreter embedded in Rust's trait system, allowing recursive functions, closures, and continuation passing style at compile time.

0 favorites 0 likes
#rust

Safe SIMD in Rust, even on the inside

Lobsters Hottest · 3d ago Cached

Rust's SIMD abstractions now allow safe usage without unsafe code by leveraging CPU feature tokens introduced in Rust 1.87, enabling concise and portable vector operations.

0 favorites 0 likes
#rust

Bevy 0.19

Lobsters Hottest · 3d ago Cached

Bevy 0.19, a major update to the Rust game engine, introduces next-generation scenes (BSN format), faster rendering with more GPU work, contact shadows, new UI widgets, text input support, post-processing effects, and more.

0 favorites 0 likes
#rust

@precisox: A Chinese developer named tw93 got fed up with his desktop apps devouring his RAM and disk space. He'd open Slack and h…

X AI KOLs Timeline · 4d ago Cached

A Chinese developer created Pake, a tool using Rust and Tauri to build ultra-lightweight desktop apps from webpages, dramatically reducing memory usage compared to Electron-based apps. The open-source project has gained significant traction with over 51,000 GitHub stars.

0 favorites 0 likes
#rust

What are you doing this weekend?

Lobsters Hottest · 4d ago Cached

A developer shares their weekend project of building a low-level infix language that compiles to WebAssembly, and offers a personal ranking of AI coding tools from contextual autocomplete to frontier models.

0 favorites 0 likes
#rust

Fearless Concurrency on the GPU: Safe GPU inference in Rust, competitive with vLLM/SGLang [R]

Reddit r/MachineLearning · 4d ago

cuTile Rust introduces a tile-based programming model that leverages Rust's ownership to guarantee memory safety and data-race freedom for GPU kernels, and the Grout inference engine built on it achieves competitive throughput with vLLM/SGLang for Qwen3 models.

0 favorites 0 likes
#rust

Run Agent Skills with mistral.rs v0.8.10: /v1/skills support and more!

Reddit r/LocalLLaMA · 5d ago

mistral.rs v0.8.10 adds /v1/skills support, enabling agent skills execution, along with other improvements.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback