| ▲ | mrandish 2 hours ago | |
I didn't expect LLMs to change their output so much depending on how I talk to them. I've done my own controlled tests and verified tone impacts quality even when content is held constant. This effect is called "Linguistic Convergence" or "Conversational Mirroring" and it's been studied extensively. The effect is minimal in coding contexts but becomes much more pronounced in collaborative contexts like creative brainstorming and concept development. I noticed this because I use LLMs quite often as a note taker, research assistant and reference collector when I'm doing ideation, domain mapping and knowledge acquisition. In those kinds of sessions, if I issue purely directive instructions, the LLM's output quality will begin to drop quite quickly. And if adopt a tone of conversational engagement, the LLMs output quality remains high. As the article states, this can be a burdensome distraction which creates additional cognitive load. It's basically a non-economic cost to using LLMs in these contexts. Reading research on this, it's fundamental to the nature of LLMs and can't simply be prompted away or easily fixed in fine-tuning. It's an artifact of attention dilution and contextual satiation. If I include semantic richness, structural variety, domain-specific terminology and explicit reasoning steps, it provides higher-entropy tokens to the model's attention mechanism which shifts the weight calculations toward richer areas of the model's latent space. By ingesting a composite of human's collective linguistic structures, it seems like models inherited some of our quirks and sensitivities too. | ||