← Back to blog
Under the Hood
Let Your LLM Think in English
Reliable RAG and tool calling usually need one stable working language. Keep English inside the model loop, then localize for users at the edges.
One API Key, Many Tenants: How We Isolate DeepL Translations Across Customers
Rasepi uses a single DeepL API key for all tenants. Here's how we handle per-customer glossaries, style rules, cached translations, and block-level isolation without anything leaking.
Inside the Translation Engine: Glossaries, Style Rules, and Smart Retranslation
A deep technical walkthrough of how Rasepi's translation pipeline actually works: glossary resolution, DeepL style rules and custom instructions, content hashing, and the integration that ties it all together.
Inside the Rasepi Architecture: Plugins, Action Guards, and Pipelines
A deep technical walkthrough of how Rasepi's plugin system, action guard pipeline, and block-level translation engine actually work, with real code from the codebase.