One signed binary. Every feature compiled in. Free to run. Install Crowkis →

Notes from the nest · 980 posts

The Roost

Engineering notes written by the people building Crowkis. Comparisons, use cases, economics, internals, security, operations, and nothing written just to rank.

operationsJun 9, 2026· 5m

Observability dashboard + Prometheus: how it works and when to use it

Observability dashboard + Prometheus, shows hit rate, saved spend, safety blocks, and memory pressure live, and exposes Prometheus /metrics, all in the box. Here's how Crowkis does it and why it matters for cost and safety.

featuresJun 9, 2026· 3m

CPIN: golden answers that are served verbatim, with an audit trail

For the questions where 'close enough' is unacceptable, pricing, legal, brand lines, CPIN serves a human-approved answer verbatim, records who approved it, and never lets the model improvise.

engineeringJun 9, 2026· 3m

Why Crowkis is Rust all the way down

A cache lives in the hot path of every request. The language choice isn't aesthetic, it's the difference between predictable microseconds and mystery pauses.

referenceJun 9, 2026· 3m

How to use CDOC: a RAG store in the CLI

CDOC adds documents with auto-chunking and metadata, then searches them with filters and optional reranking, no separate vector database.

guidesJun 8, 2026· 4m

Cache the Mistral SDK in your SQL generation tool with Crowkis

Building SQL generation tools on the Mistral SDK? Add a semantic cache so the same schema questions and query shapes stop costing full price.

guidesJun 8, 2026· 4m

Cache Ollama in your internal copilot with Crowkis

Building internal copilots on Ollama? Add a semantic cache so employees asking overlapping questions of the same knowledge base stop costing full price.

guidesJun 8, 2026· 4m

Cache Semantic Kernel in your education tutor with Crowkis

Building education tutors on Semantic Kernel? Add a semantic cache so students asking the same concepts thousands of times stop costing full price.

guidesJun 8, 2026· 4m

Cache LangChain in your HR assistant with Crowkis

Building HR assistants on LangChain? Add a semantic cache so the same policy questions from every employee stop costing full price.

engineeringJun 8, 2026· 5m

Redis-compatible (RESP3): how it works and when to use it

Redis-compatible (RESP3), speaks RESP3 so redis-py, ioredis, and Lettuce connect unmodified across 40+ commands, adoption is a port change. Here's how Crowkis does it and why it matters for cost and safety.

operationsJun 8, 2026· 3m

The five-minute deploy, timed honestly

Pull, run, first hit in the dashboard, with no config file, no signup, and no environment variables you're required to set. We timed it. It holds.

vs the fieldJun 8, 2026· 3m

Crowkis vs Redis: same protocol, different century

Redis is magnificent infrastructure for exact-match workloads. LLM traffic isn't one. Here's why speaking the same protocol doesn't mean solving the same problem.

referenceJun 8, 2026· 3m

How to use CSESSION: a conversation buffer with recall

CSESSION stores a multi-turn conversation, reads the recent window, and semantically searches the whole thing, so 'as I mentioned earlier' works.

benchmarksJun 8, 2026· 6m

84 of 84: correctness and isolation under a hostile harness

Empty strings, 100 KB values, null bytes, emoji, 16 threads hammering across tenants. The stress harness throws 84 nasty checks at Crowkis and counts the cross-tenant leaks. The leak count is zero.

guidesJun 7, 2026· 4m

Cache the Mistral SDK in your devops copilot with Crowkis

Building devops copilots on the Mistral SDK? Add a semantic cache so the same runbook and incident questions stop costing full price.

guidesJun 7, 2026· 4m

Cache Ollama in your chatbot with Crowkis

Building chatbots on Ollama? Add a semantic cache so high-volume conversational traffic that repeats constantly stop costing full price.

guidesJun 7, 2026· 4m

Cache Semantic Kernel in your multi-agent system with Crowkis

Building multi-agent systems on Semantic Kernel? Add a semantic cache so a swarm of agents asking overlapping questions stop costing full price.

guidesJun 7, 2026· 4m

Cache LangChain in your IT helpdesk bot with Crowkis

Building IT helpdesk bots on LangChain? Add a semantic cache so the same tickets and fixes, endlessly stop costing full price.

engineeringJun 7, 2026· 5m

Pure-Rust LSM storage engine: how it works and when to use it

Pure-Rust LSM storage engine, is a from-scratch WAL + MemTable + SSTable + bloom-filter + compaction engine in Rust, no RocksDB and no FFI. Here's how Crowkis does it and why it matters for cost and safety.

featuresJun 7, 2026· 3m

CFLAG and CCHECKBAD: a memory for the answers that were wrong

Most caches only remember good answers. Crowkis also remembers bad ones, flag a hallucinated or harmful response once, and CCHECKBAD catches every paraphrase of the question that would have reproduced it.

use casesJun 7, 2026· 3m

Support bots are the single best caching workload in software

Nowhere else do thousands of people ask the same fifty questions, all day, in every phrasing imaginable. Crowkis was practically designed in a support queue.