recurse.cc

Frequently Asked Questions

Everything you need to know about Recurse and RAGE

What do you mean by "recursive"?

Recurse structures knowledge in nested layers. A paragraph might contain claims → which contain concepts → which reference other documents — all linked. Outputs can be re-ingested to generate new context, which feeds back into the system. It's not just a static store — it grows as you use it.

Is this like ChatGPT memory?

Not really. ChatGPT's memory stores flat notes per user. Recurse builds a semantic graph of everything you've seen, ingested, and asked — with structure, relations, and traceability. Think personal memory → vs. organizational cognition.

How is this different from a vector store?

Vector stores retrieve text that *looks similar*. Recurse retrieves nodes that *mean something similar* — with the added benefit of slot-level detail, type awareness, and multi-hop traversal.

Do I need to understand graphs to use this?

No. You can treat it like an API that gives you smarter retrieval and structured summaries. But if you *do* want to query the graph directly — you can.

What's "rehydration"?

Rehydration means taking a previously generated frame, answer, or insight and turning it *back into structured input* — ready to be used in a new generation or reasoning task. It closes the loop between input and output.

Why ".cc"?

Think "carbon copy" — you just copy everything into the system and it becomes your extended memory. Like how you'd CC someone on an email to keep them in the loop, recurse.cc keeps your AI systems in the loop with all your knowledge and context.

Can I use my own LLMs?

Yes. You can plug in your own models (via OpenRouter or direct API) and control how extraction, summarization, and generation behave.

Is this just for text?

Nope. We support anything that can be parsed — audio (via Whisper), chat threads, emails, code snippets, notes, and more.

Can this power multi-agent systems?

Yes — and that's exactly what it's designed for. Agents need memory, context, and ways to reason across knowledge. Recurse provides that substrate.

Can I use this just for retrieval?

Absolutely. If you want a better way to index and search your documents semantically, without using LLMs — that works too.

Do I have to install anything?

No. Hosted API access is available. For enterprise users, we offer on-prem deployment and full control of the stack.

Context isn't optional anymore

Whether you're designing agents, research platforms, or adaptive interfaces — Recurse gives you the structure and semantic depth traditional tools lack. It's the memory substrate for AI-native infrastructure.

Learn More