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.

use casesMay 31, 2026· 3m

Agent fleets are token furnaces. Crowkis is the heat exchanger.

Agents re-ask, re-plan, and re-fetch with industrial enthusiasm. Multiply by a fleet and you get the most cacheable traffic in existence, if the cache understands agents.

referenceMay 31, 2026· 3m

How to use CINFO: the Crowkis-flavoured INFO

CINFO returns server, cache, savings, security, db, and license sections in one call, the fastest read on what the cache is doing right now.

benchmarksMay 31, 2026· 5m

Does the vector index go cold under churn? We tried to break it

A v0.2.1 bug let the HNSW index go cold under heavy write-and-flush churn, semantic search silently stopped finding neighbours. Here's the soak test that reproduces it and proves v0.2.2 fixed it.

guidesMay 30, 2026· 4m

Cache LangChain.js in your ecommerce assistant with Crowkis

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

guidesMay 30, 2026· 4m

Cache Ollama in your email drafting tool with Crowkis

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

guidesMay 30, 2026· 4m

Cache Semantic Kernel in your knowledge base assistant with Crowkis

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

guidesMay 30, 2026· 4m

Cache LangChain in your devops copilot with Crowkis

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

guidesMay 30, 2026· 5m

Give LangChain agents long-term memory with Crowkis

Durable, per-user memory for LangChain agents that survives restarts and consolidates contradictions, self-hosted, zero egress.

featuresMay 30, 2026· 3m

CSTALE: serve the slightly-old answer now, refresh it behind the scenes

A hard TTL turns a one-second-expired answer into a full model call. CSTALE serves the cached answer past its TTL with a stale flag, so you choose freshness versus latency per request.

operationsMay 30, 2026· 3m

Crowkis on Kubernetes: a well-behaved citizen

One container, a PVC, real health probes, hard memory bounds, graceful shutdown. Everything your cluster expects from a tenant that's read the manual.

economicsMay 30, 2026· 3m

Replay: the demo that uses your data instead of our slides

Every cache vendor promises a hit rate. Crowkis Replay computes yours, on your real queries, before you spend anything. The pitch is a number with your name on it.

guidesMay 29, 2026· 4m

Cache LangChain.js in your healthcare Q&A assistant with Crowkis

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

guidesMay 29, 2026· 4m

Cache Ollama in your code review bot with Crowkis

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

guidesMay 29, 2026· 4m

Cache Semantic Kernel in your research assistant with Crowkis

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

guidesMay 29, 2026· 4m

Cache LangChain in your API documentation bot with Crowkis

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

guidesMay 29, 2026· 5m

How to cache LangGraph LLM calls with Crowkis

Add a semantic cache to LangGraph so repeated and reworded questions are served for free, no rewrite, self-hosted.

engineeringMay 29, 2026· 3m

The write-ahead log: how the cache survives a kill -9

Durability isn't a checkbox, it's a sequence of writes in the right order with checksums at every step. Here's the boring machinery that makes restarts uneventful.

guidesMay 28, 2026· 4m

Cache LangChain.js in your legal document assistant with Crowkis

Building legal document assistants on LangChain.js? Add a semantic cache so the same clauses and questions across matters stop costing full price.

guidesMay 28, 2026· 4m

Cache Ollama in your data analysis agent with Crowkis

Building data analysis agents on Ollama? Add a semantic cache so repeated tool calls and the same analytical questions stop costing full price.

guidesMay 28, 2026· 4m

Cache Semantic Kernel in your contract analysis tool with Crowkis

Building contract analysis tools on Semantic Kernel? Add a semantic cache so the same clause questions across documents stop costing full price.