@shrav_10: Interviewed another candidate today. I asked him what RAG is. He replied: RAG is a technique that allows an LLM to answ…

X AI KOLs Timeline News

Summary

A hiring manager shares a candidate's correct definitions of RAG and fine-tuning, then asks followers to explain when to use one over the other.

Interviewed another candidate today. I asked him what RAG is. He replied: RAG is a technique that allows an LLM to answer questions using external knowledge instead of relying only on what it learned during training. Then I asked about fine-tuning. He said: Fine-tuning is the process of training a pre-trained language model on your own dataset so that it learns a new behavior, style, or task. Then I asked a follow-up: Since RAG can inject external knowledge and even mimic a user's persona through retrieved context, why do we still need fine-tuning? When would you choose one over the other? What would your answer be?
Original Article
View Cached Full Text

Cached at: 06/28/26, 03:59 AM

Interviewed another candidate today.

I asked him what RAG is. He replied: RAG is a technique that allows an LLM to answer questions using external knowledge instead of relying only on what it learned during training.

Then I asked about fine-tuning. He said: Fine-tuning is the process of training a pre-trained language model on your own dataset so that it learns a new behavior, style, or task.

Then I asked a follow-up:

Since RAG can inject external knowledge and even mimic a user’s persona through retrieved context, why do we still need fine-tuning? When would you choose one over the other?

What would your answer be?

Similar Articles

@ando_w: Today I interviewed a candidate whose resume said "Proficient in RAG". I asked about the recall rate, he said "It's pretty good." I asked how it was evaluated, he said "I asked a few questions and it felt fine." This is the current state of the industry: 90% of RAG projects have no evaluation set, all relying on gut feeling. Those who can say Recall and Precision are already...

X AI KOLs Timeline

An interviewer complained that a candidate claiming to be "proficient in RAG" could not state the recall rate and precision, pointing out that 90% of RAG projects in the industry lack standardized evaluation sets and rely entirely on subjective judgment.