Geoffroy Danest

Geoffroy Danest

Product Designer - Fleet
51 points

Work

Product at Fleet

Badges

Top 5 Launch
Top 5 Launch
Tastemaker
Tastemaker
Gone streaking
Gone streaking

Maker History

  • Fleet
    Fleet
    Your all-in-one IT Solution
    Feb 2025
  • 🎉
    Joined Product HuntSeptember 18th, 2023

Forums

The differences between prompt context, RAG, and fine-tuning and why we chose prompting

When integrating internal knowledge into AI applications, three main approaches stand out:

1. Prompt Context  Load all relevant information into the context window and leverage prompt caching.
2. Retrieval-Augmented Generation (RAG)  Use text embeddings to fetch only the most relevant information for each query.
3. Fine-Tuning  Train a foundation model to better align with specific needs.

Each approach has its own strengths and trade-offs:

View more