Introduction

Rilobase acts as a smart layer between you and an AI model. Language models are prone to hallucinations and rely on outdated training data. Instead of letting the AI guess, Rilobase finds authoritative sources, pulls the live data, and feeds those facts to the AI to generate your answer.

Quickstart

1

Launch App

Click 'Launch App' and create a secure account.

2

Open Settings

Navigate to Settings via the sidebar profile menu.

3

Connect Provider

Select your AI provider (OpenAI, Anthropic, or Groq) and securely connect your API key.

4

Start Researching

Return to the dashboard and ask a question. The verification happens automatically.

Managing API Keys

You bring your own API keys. This keeps you in control of your usage and costs. We do not charge you for AI inference.

Security

Keys are encrypted at rest using AES-256. They are decrypted in memory only for the milliseconds it takes to process your request, then discarded. We never store them in plaintext.

The Research Pipeline

When you ask a question, the backend runs through four steps to ensure the answer is accurate.

  1. It knows what to trust.
    It looks at your prompt and figures out which websites actually know what they are talking about, ignoring SEO spam.
  2. It pulls live data.
    We fetch the text directly from those trusted sources so the AI is looking at current information, not its old training data.
  3. It extracts the facts.
    Web pages are messy. We strip out the ads and navigation, distill the raw text into clean facts, and hand that to the AI.
  4. It knows when to refresh.
    Stock prices need to update daily. Historical facts do not. The system tags data based on how fast it changes so it stays fresh without wasting compute.

Intelligent Memory

Most caching systems require an exact word-for-word match. Rilobase understands intent. If someone asks "Price of RTX 4090" and later someone else asks "How much is a 4090", the system recognizes they are the same question and returns the verified answer instantly.

rilobase-engine
user_a: "What is the price of the RTX 4090?"
system: Retrieving verified sources...
system: Answer generated. (Fact stored securely)
user_b: "How much does a 4090 cost?"
system: Intent matched to prior research.
system: Returning verified answer. (0 redundant processing)

Data & Privacy

Your chat history is tied to your account and is not shared. You can wipe your chat history at any time from the Data & Privacy tab in Settings.