Is that somehow baked into the algorithms?
Are positive words of encouragement interpreted as "positive signals" by the inference pipeline? Or do they somehow influence the attention mechanism?
Because otherwise, you're just rationalizing completely random and unpredicted behavior.
OpenAI’s API is stateless, which means you need to send the entire conversation thread in each request.
So when you send a response like “perfect, now do…”, you’re reinforcing the language model that the conversation history is on the right track.