Skip to content
Cavemandocs

docs.caveman.so

Documentation for the parts of Caveman you run yourself.

Caveman is an efficiency stack for AI agents. Four layers sit between an agent you already use and the bill it generates, and three of them run on your machine and are open. A second repository, the Agent SDK, is for the other case: writing an agent whose budget is declared rather than discovered. This site documents both, and says plainly what each can and cannot prove.

The stack, bottom to top. Everything below the network boundary runs locally and needs no account.

in one picture

What happens to a request

The skill shapes what the agent writes. The engine reduces what leaves. The dashed path is the part that makes the rest safe: anything the engine removed can be fetched back exactly.

Your agentClaude Code, Cursor, yoursSkilldecides what to sendEnginecompresses the payloadProviderthe model APIthis is what you pay forthe agent asks for what was left outMemorywhat you never resend
One request, left to right. The dashed path is recovery: the agent can ask for anything the engine left out.

get going

First three pages

everything there is

Two repositories and one hosted plane

Layers carry a rank and stack bottom to top. Nothing above a layer is required by the one below it, and the Agent SDK needs none of them.

cavemanrepository

the part worth reading twice

What the numbers are allowed to say

Every local tool reports inferred, meaning a per-run estimate computed on your machine. Nothing here can emit verified, and no setting changes that.

for agents

This site is readable without a browser

Every page is also plain text. You do not need to parse the HTML, and there is no separate copy to go stale: the Markdown is generated from the same source the page renders from.

/llms.txt
Every page with a one-line summary, grouped by layer.
/llms-full.txt
The full text of the whole site in one file.
/docs/proxy.md
Any page as plain Markdown. Append .md to the path.
/sitemap.xml
Machine-readable index of everything that exists.

the fine print, up front

Licensing and telemetry