Show HN: Reame – a CPU inference server that gets faster as it runs

This AI tool says your cheap old server can hustle harder with every request — and commenters are intrigued, confused, and already plotting free-cloud hacks

TLDR: Reame is a new AI server that tries to make small, cheap computers run repeated AI tasks faster by reusing past work. Commenters were intrigued but split between practical skepticism, model-choice nitpicking, setup frustrations, and excitement over running it on surprisingly generous free cloud hardware.

A new Show HN project called Reame has arrived with a bold pitch: stop treating budget computers like second-class citizens. Instead of needing a huge, expensive machine, Reame is built to run small AI models on the kind of humble hardware people already have lying around or rent for almost nothing. The big promise is deliciously simple even for non-experts: if the AI keeps seeing similar work, it should remember enough to get faster over time rather than paying the full cost again and again.

And honestly? The comments are where the real plot thickens. One camp is cautiously impressed, with users calling the persistent memory trick “interesting” but immediately asking the tough question: does the speed boost vanish the second requests stop looking alike? That’s the nerdy version of “sounds great, but does it work outside the demo?” Another mini-drama popped off around model choices, with one commenter basically going, why is this all about Qwen 2.5 — where’s 3.5? It’s the classic tech-thread energy: even when people like the idea, they still want the next shiny thing.

Then came the everyday-user chaos. One commenter couldn’t get their model folder working and sounded deeply annoyed at the idea of hiding files in /opt, which is the software equivalent of yelling, “Don’t make me lose my stuff in a mystery closet.” Meanwhile, someone else dropped what may be the thread’s biggest crowd-pleaser: you can get 2 Arm cores and 12GB RAM free on Oracle Cloud. Suddenly the comments felt less like a product launch and more like a coupon-sharing frenzy with side quests in AI speedrunning.

Key Points

  • Reame is a CPU-focused LLM inference server built on llama.cpp for low-cost hardware such as shared vCPUs and small ARM machines.
  • The project targets narrow, repetitive workloads over user-provided data, where repeated prompt structure and context make caching and reuse effective.
  • The article reports measured 100% accuracy on long-context extraction using a 7B model on a free 2-core ARM box.
  • Reame includes persistent shared-prefix KV caching, speculative decoding, n-gram drafting, consensus-based best-of-N generation, and interleaved multi-user serving.
  • The server provides an OpenAI-compatible REST API and a zero-configuration CLI for downloading models and auto-configuring the host.

Hottest takes

"I’d love to see how much of the speedup remains when requests share less structure" — ohadkr
"Why qwen 2.5 everywhere? Why not 3.5?" — tyzoid
"I fear to forget a model is there" — JPLeRouzic
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.