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.

featuresJun 27, 2026· 5m

Local offline embeddings (CEMBED): how it works and when to use it

Local offline embeddings (CEMBED), turns text into vectors with the bundled local model, no API key and no egress, with a micro-cache so repeats are free. Here's how Crowkis does it and why it matters for cost and safety.

securityJun 27, 2026· 5m

Tenant isolation is a feature you test, not a checkbox you claim

Every multi-tenant product says its tenants are isolated. The ones you can trust are the ones that try to break it on purpose. Here's how we prove no tenant can read another's data.

guidesJun 26, 2026· 4m

Cache Dify in your API documentation bot with Crowkis

Building API documentation bots on Dify? Add a semantic cache so the same endpoint questions from every developer stop costing full price.

guidesJun 26, 2026· 4m

Cache the Mistral SDK in your AI search with Crowkis

Building AI search on the Mistral SDK? Add a semantic cache so popular queries hit again and again stop costing full price.

guidesJun 26, 2026· 4m

Cache LiteLLM in your voice assistant with Crowkis

Building voice assistants on LiteLLM? Add a semantic cache so latency-sensitive, repetitive spoken queries stop costing full price.

guidesJun 26, 2026· 4m

Cache Haystack in your sales enablement tool with Crowkis

Building sales enablement tools on Haystack? Add a semantic cache so reps asking the same product questions stop costing full price.

securityJun 26, 2026· 6m

Cache poisoning is the whole problem with semantic caches

Cache poisoning is the whole problem with semantic caches. A practical, Crowkis-grounded take, no hype, just what actually moves cost, latency, and safety.

engineeringJun 26, 2026· 5m

Bring your own embedder / reranker: how it works and when to use it

Bring your own embedder / reranker, swaps in any sentence-transformers MiniLM or GTE export via ONNX, so you're never locked to the default model. Here's how Crowkis does it and why it matters for cost and safety.

engineeringJun 26, 2026· 5m

One container, zero dependencies: what's deliberately absent from our image

The most secure dependency is the one that isn't there. Crowkis ships as a single stripped binary with the model baked in, no Python, no package manager, nothing to poison at runtime.

guidesJun 25, 2026· 4m

Cache Rig (Rust) in your customer support bot with Crowkis

Building customer support bots on Rig (Rust)? Add a semantic cache so repeat questions from every customer, all day stop costing full price.

guidesJun 25, 2026· 4m

Cache the Mistral SDK in your ecommerce assistant with Crowkis

Building ecommerce assistants on the Mistral SDK? Add a semantic cache so the same product and policy questions across shoppers stop costing full price.

guidesJun 25, 2026· 4m

Cache LiteLLM in your email drafting tool with Crowkis

Building email drafting tools on LiteLLM? Add a semantic cache so similar drafts requested over and over stop costing full price.

guidesJun 25, 2026· 4m

Cache Haystack in your knowledge base assistant with Crowkis

Building knowledge base assistants on Haystack? Add a semantic cache so the same lookups across a team all day stop costing full price.

operationsJun 25, 2026· 6m

How to warm an LLM cache during a model migration

How to warm an LLM cache during a model migration. A practical, Crowkis-grounded take, no hype, just what actually moves cost, latency, and safety.

featuresJun 25, 2026· 5m

Multi-turn session memory (CSESSION): how it works and when to use it

Multi-turn session memory (CSESSION), keeps a bounded conversation buffer with both recent-window reads and semantic search across the whole chat. Here's how Crowkis does it and why it matters for cost and safety.

featuresJun 25, 2026· 6m

The agentic era needs a memory layer. Here's what it looks like.

We gave agents tools, planning, and the ability to act. We forgot to give them a place to remember. That gap is why your agents feel brilliant and amnesiac at the same time.

guidesJun 24, 2026· 4m

Cache Rig (Rust) in your coding assistant with Crowkis

Building coding assistants on Rig (Rust)? Add a semantic cache so the same explanations and boilerplate reasoning, dozens of times a day stop costing full price.

guidesJun 24, 2026· 4m

Cache the Mistral SDK in your healthcare Q&A assistant with Crowkis

Building healthcare Q&A assistants on the Mistral SDK? Add a semantic cache so recurring policy and triage questions stop costing full price.

guidesJun 24, 2026· 4m

Cache LiteLLM in your code review bot with Crowkis

Building code review bots on LiteLLM? Add a semantic cache so the same review patterns across pull requests stop costing full price.

guidesJun 24, 2026· 4m

Cache Haystack in your research assistant with Crowkis

Building research assistants on Haystack? Add a semantic cache so overlapping literature and summary questions stop costing full price.