PulseAugur
EN
LIVE 21:01:06

Krasis LLM runtime rewritten in Rust, boosts speed

The Krasis LLM runtime has been updated to version 1.0, featuring a complete rewrite in Rust for improved performance and efficiency. This update removes Python from the critical execution path, leading to faster prefill and decode speeds. Krasis now supports Ampere (RTX 3000 series) GPUs and has optimized memory requirements, needing only 1x the quantized model size plus overhead in system RAM. AI

IMPACT Improved efficiency for running large LLMs locally, potentially lowering hardware barriers for advanced model usage.

RANK_REASON Software update for an LLM runtime, not a new model release or core research.

Read on r/LocalLLaMA →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Krasis LLM runtime rewritten in Rust, boosts speed

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
Software update for an LLM runtime, not a new model release or core research.
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
infra, product
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
121 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

COVERAGE [1]

  1. r/LocalLLaMA TIER_1 English(EN) · /u/mrstoatey ·

    Krasis update: Qwen3.6-35B-A3B (Q4) at reading speed, 1x 8GB 3070 Mobile laptop (32GB RAM)

    <!-- SC_OFF --><div class="md"><h1>Context</h1> <p>Krasis is an LLM runtime for running models that don't fit into VRAM. Krasis streams the model through VRAM from system RAM efficiently and handles prefill and decode as separate architectures and optimised usecases.</p> <h1>Late…