Three Common AI Product Patterns
PMs often hear three terms:
- RAG: retrieve relevant information and provide it to the model at runtime
- fine-tuning: further train or adapt a model for more consistent behavior on a task
- tool use: let the model call external systems or functions to fetch data or take actions
They solve different problems. Confusing them leads to weak product decisions.