Advanced usage

Use Reticuli more deliberately when retrieval, fine-tuning, models, and deployment choices matter.

This page is for users who already understand the basic workflow and want better control.

Production review loop
Reticuli production loop with usage review feeding back to sources and examples.

Advanced usage is mostly discipline: change one thing, retest same prompts, compare outputs, then promote better version.

Retrieval versus fine-tuning

Use retrieval for information. Use fine-tuning for behavior.

NeedBest starting point
Keep answers current as docs changeKnowledge base
Cite or inspect source passagesKnowledge base
Match team toneFine-tuning
Follow a strict answer structureFine-tuning
Improve factual accuracy and answer styleBoth

Split projects by job

Do not force one assistant to serve unrelated audiences.

Split projects when:

  • different users need different source access
  • the tone or format is different
  • policies conflict between teams
  • testing becomes too broad to interpret

Version thinking

Treat major changes as versions:

  1. Save the current prompt, source set, and examples.
  2. Change one important thing.
  3. Retest the same prompt set.
  4. Compare outputs.
  5. Promote the better version.

Source quality hierarchy

Use this priority order:

  1. Current official policy or docs.
  2. Approved examples from domain experts.
  3. Recent support or workflow history.
  4. Draft notes with clear owner review.
  5. Old or imported material only after cleanup.

Operational ownership

Every production assistant needs owners for:

  • source freshness
  • training examples
  • prompt and behavior changes
  • deployment keys
  • billing and usage review
  • launch and rollback decisions

Change management

Use one change per review cycle:

ChangeRetest focus
Add source filesFactual answers and citations
Remove stale sourceOld policy no longer appears
Update assistant briefRefusals, tone, and structure
Add examplesFormat and judgment consistency
New fine-tuneRegression against full prompt set
New API keyIntegration errors and usage spike

Red flags

Investigate before launch if:

  • the assistant gives confident answers without sources
  • a small source change creates broad behavior changes
  • users ask questions outside the assistant job
  • no one can explain why an answer changed

Next read

Plans, privacy, and ownership

On this page