Motörhead, LLM Memory Server Built in Rust
Motörhead is an open-source project aimed at helping developers build and manage LLM-based chat applications. We built Motörhead in Rust and it currently handles user sessions and context windows with the following features: -Short-term memory management: Motörhead maintains chat session histories for n users, keeping track of messages sent and received. -Incremental summarization: When the message buffer reaches a maximum window size, Motörhead incrementally summarizes the content into a context key. This process involves taking an existing summary and the messages removed from the list,…
In plain words
Motörhead is an open-source memory server built in Rust for developers creating LLM-based chat applications. It manages user sessions and chat histories, automatically summarizing conversations when they exceed maximum window sizes and storing messages with embeddings in Redis for semantic search. The tool handles short-term memory management and context windows to help applications maintain conversation continuity.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Motörhead is an open-source project aimed at helping developers build and manage LLM-based chat applications. We built Motörhead in Rust and it currently handles user sessions and context windows with the following features: -Short-term memory management: Motörhead maintains chat session histories for n users, keeping track of messages sent and received. -Incremental summarization: When the message buffer reaches a maximum window size, Motörhead incrementally summarizes the content into a context key. This process involves taking an existing summary and the messages removed from the list, then generating a new summary. -Semantic search with Redis: All messages are indexed in Redis alongside their respective embeddings, enabling efficient retrieval through semantic search when required. If you’re a developer working with LLM-powered applications please feel free to submit a GH issue for Motörhead and thanks for giving this a read!
More ai this month
the category →
I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 16d ago · simedw.com
Astute▲585Automate your B2B brand going viral, with new media creators
AI · 18d ago · company-app.joinastute.com


Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…
AI · 26d ago · cactuscompute.com


Launched alongside, April 2023
the whole month →
- G4
Hi HN, Today we’re launching GPT-4 answers on Phind.com, a developer-focused search engine that uses generative AI to browse the web and answer technical questions, complete with code examples and detailed explanations. Unlike vanilla GPT-4, Phind feeds in relevant websites and technical documentation, reducing the model’s hallucination and keeping it up-to-date. To use it, simply enable the “Expert” toggle before doing a search. GPT-4 is making a night-and-day difference in terms of answer quality. For a question like “How can I RLHF a LLaMa model”, Phind in Expert mode delivers a…
AI · 2023 · phind.com



