Get Started

Build your first useful Reticuli assistant without needing to understand model infrastructure.

This page gives the shortest reliable path from empty workspace to production-ready assistant.

Reticuli workflow overview
Workflow from sources to project model, playground testing, deployment, and usage review.

Use this loop for every assistant: add trusted material, shape behavior, test real prompts, deploy with an API key, then review usage.

Before creating project

Write one sentence:

This assistant helps [audience] do [job] using [trusted material].

Good examples:

  • This assistant helps support agents answer billing questions using our help center and refund policy.
  • This assistant helps new hires find HR answers using the employee handbook and onboarding docs.
  • This assistant helps lawyers draft clause notes using our playbook and approved example comments.

Weak examples:

  • This assistant answers anything.
  • This assistant replaces team review.
  • This assistant knows every document.

First production workflow

  1. Create one project for one audience.
  2. Add a small set of trusted source files, URLs, notes, or examples.
  3. Open the Project Canvas and confirm source status is ready.
  4. Generate or review training examples only when behavior needs tuning.
  5. Test with real prompts in Playground.
  6. Fix weak answers by changing sources, examples, or assistant brief.
  7. Create API key in Deploy only after repeated tests pass.
  8. Review Usage, Runs, and API activity after launch.

What to add first

Start small. Ten good files are better than hundreds of noisy files.

Use:

  • current help docs
  • policy pages that are still true
  • product pages that users already trust
  • examples of good answers
  • real prompts from customers or teammates

Avoid:

  • outdated exports
  • duplicate files
  • private material that the assistant should not use
  • huge mixed folders with unrelated topics
  • examples of bad answers unless they are clearly labeled as bad

First hour checklist

MinuteActionResult
0-10Create project, name audience and jobEveryone knows what success means
10-25Add best sources and foldersCanvas shows data shape
25-35Review source readinessFailed or duplicate files are visible
35-50Ask 10 real questions in PlaygroundFirst quality signal
50-60Write fixes before adding more dataProject improves intentionally

What success looks like

Your first assistant is successful when it can answer one narrow group of questions reliably.

It does not need to answer every possible question. It needs to be dependable for the job you chose.

Next read

What Is Reticuli

On this page