Aug 7, 2026
•
4 min read
Optimization techniques
+1
Most multi-turn RAG chatbots work like this: append each turn to a message list, send the whole thing, let the model sort it out. Splitting them is a small change with a measurable payoff.