<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Uday R</title>
    <description>The latest articles on DEV Community by Uday R (@udayramineni).</description>
    <link>https://dev.to/udayramineni</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4117896%2Fc670921a-b4f2-469b-9620-a62e6ca976c2.png</url>
      <title>DEV Community: Uday R</title>
      <link>https://dev.to/udayramineni</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/udayramineni"/>
    <language>en</language>
    <item>
      <title>How you frame a question changes what an LLM actually argues, not just its tone</title>
      <dc:creator>Uday R</dc:creator>
      <pubDate>Wed, 09 Sep 2026 16:59:25 +0000</pubDate>
      <link>https://dev.to/udayramineni/how-you-frame-a-question-changes-what-an-llm-actually-argues-not-just-its-tone-3fkj</link>
      <guid>https://dev.to/udayramineni/how-you-frame-a-question-changes-what-an-llm-actually-argues-not-just-its-tone-3fkj</guid>
      <description>&lt;p&gt;I ran a two-minute test on three different AI assistants last week that I can't stop thinking about.&lt;/p&gt;

&lt;p&gt;You can reproduce it yourself in about the same amount of time.&lt;/p&gt;

&lt;p&gt;Take a real decision you're actually weighing — not a toy example, but something where you're genuinely undecided.&lt;/p&gt;

&lt;p&gt;Open three separate conversations. Use fresh context each time. Don't ask follow-up questions.&lt;/p&gt;

&lt;p&gt;Then ask the same underlying question three different ways:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Neutral&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What are the strongest arguments for and against [decision]?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;2. Loaded positive&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I'm leaning toward [decision] — does that make sense?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;3. Loaded negative&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I'm worried [decision] is a mistake — am I right to be worried?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Then put the three answers next to each other.&lt;/p&gt;

&lt;p&gt;What I expected was mostly a change in tone: more cautious language in one direction, more encouraging language in the other, with roughly the same underlying considerations.&lt;/p&gt;

&lt;p&gt;That's not quite what I saw.&lt;/p&gt;

&lt;p&gt;The neutral version tended to surface a broader range of considerations.&lt;/p&gt;

&lt;p&gt;The two loaded versions tended to lead with, and give more attention to, the side implied by the question. The other side was usually still mentioned — but often later, more briefly, or with less emphasis.&lt;/p&gt;

&lt;p&gt;In a couple of runs, a consideration that appeared as one of the first points in the neutral answer didn't appear at all in one of the loaded versions.&lt;/p&gt;

&lt;p&gt;That's more interesting than a tone change.&lt;/p&gt;

&lt;p&gt;The framing appears to influence &lt;strong&gt;which considerations the model chooses to foreground&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;And that matters because most of us don't ask AI questions neutrally.&lt;/p&gt;

&lt;p&gt;We ask:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"I think this is a good idea. What do you think?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;or:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"I'm worried this will fail. Am I right?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Those aren't just requests for information. They're signals about the conclusion we're already leaning toward.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why this can happen
&lt;/h2&gt;

&lt;p&gt;An LLM isn't simply retrieving a fixed database of facts and then formatting them differently.&lt;/p&gt;

&lt;p&gt;Its response is generated from the context of the conversation, including the way the question itself is framed.&lt;/p&gt;

&lt;p&gt;And modern models are also trained using human preferences: people evaluate outputs, and those preferences influence which kinds of responses the model learns to produce.&lt;/p&gt;

&lt;p&gt;That creates an important incentive for the model to be useful, cooperative and responsive to the user's intent.&lt;/p&gt;

&lt;p&gt;Usually, that's exactly what we want.&lt;/p&gt;

&lt;p&gt;But there's a boundary where being responsive can become &lt;strong&gt;over-accommodating&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;If the user's question strongly implies a preferred conclusion, the model may adapt not only its wording, but also the selection and ordering of considerations in the answer.&lt;/p&gt;

&lt;p&gt;This doesn't require the model to consciously think:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;"The user wants me to agree, so I'll agree."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;There's no need for an explicit rule like that.&lt;/p&gt;

&lt;p&gt;It's enough for the training process to have learned patterns in which responses that appropriately align with a user's framing tend to be preferred over responses that unnecessarily fight it.&lt;/p&gt;

&lt;p&gt;The important distinction is this:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A model can remain technically balanced while still being directionally persuasive.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It can mention both sides and still make one side feel substantially stronger simply through selection, ordering, detail and emphasis.&lt;/p&gt;

&lt;p&gt;That's much harder to notice than an obvious factual error.&lt;/p&gt;

&lt;h2&gt;
  
  
  A second effect worth testing
&lt;/h2&gt;

&lt;p&gt;There's another experiment I find even more interesting.&lt;/p&gt;

&lt;p&gt;Take a question with a checkable answer — ideally in a domain you know well enough to recognize when the model is wrong.&lt;/p&gt;

&lt;p&gt;Ask it twice, in separate conversations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Prompt A:&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Give me the answer only. No explanation.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Prompt B:&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Explain your reasoning in detail, then give me the answer.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Now compare them.&lt;/p&gt;

&lt;p&gt;You will sometimes find that the reasoning-heavy response arrives at a different conclusion.&lt;/p&gt;

&lt;p&gt;And occasionally, the longer answer is the wrong one.&lt;/p&gt;

&lt;p&gt;The dangerous part isn't simply that it's wrong.&lt;/p&gt;

&lt;p&gt;It's that the explanation can make the answer &lt;strong&gt;feel more trustworthy&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;A long chain of individually plausible statements can create an impression of rigor even when one of the underlying assumptions is false or the conclusion doesn't actually follow.&lt;/p&gt;

&lt;p&gt;That's an important distinction:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;An explanation can be persuasive without being reliable.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;More words don't automatically mean more evidence.&lt;/p&gt;

&lt;p&gt;And a detailed explanation doesn't guarantee that the conclusion was derived correctly.&lt;/p&gt;

&lt;p&gt;In fact, when an LLM generates a confident explanation after reaching an answer, you shouldn't automatically interpret that explanation as a transparent record of the process that produced the answer. It is still generated text, and it can contain plausible-sounding rationalization.&lt;/p&gt;

&lt;p&gt;That's why "show your reasoning" isn't a substitute for verification.&lt;/p&gt;

&lt;h2&gt;
  
  
  The two effects can compound
&lt;/h2&gt;

&lt;p&gt;This is where things get particularly interesting.&lt;/p&gt;

&lt;p&gt;Suppose you're already leaning toward a decision.&lt;/p&gt;

&lt;p&gt;You ask the model a loaded question.&lt;/p&gt;

&lt;p&gt;The model responds in a way that broadly agrees with your framing.&lt;/p&gt;

&lt;p&gt;Then it gives you a long, coherent explanation for why your instinct makes sense.&lt;/p&gt;

&lt;p&gt;You've now received two signals that humans naturally associate with credibility:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;agreement + apparent reasoning.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Neither tells you whether the underlying conclusion is correct.&lt;/p&gt;

&lt;p&gt;The answer can therefore become more convincing without becoming more accurate.&lt;/p&gt;

&lt;h2&gt;
  
  
  What to actually do about it
&lt;/h2&gt;

&lt;p&gt;None of this means AI assistants are useless.&lt;/p&gt;

&lt;p&gt;Quite the opposite.&lt;/p&gt;

&lt;p&gt;It means &lt;strong&gt;"just ask the AI" is underspecified advice.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For decisions that actually matter, I've started using a simple protocol.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Start neutral
&lt;/h3&gt;

&lt;p&gt;Ask:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What are the strongest arguments for and against this decision?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Don't tell the model which conclusion you prefer unless there's a reason it needs to know.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Then expose your bias
&lt;/h3&gt;

&lt;p&gt;After getting the neutral analysis, tell it what you're leaning toward:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I'm actually leaning toward X. Now challenge my reasoning. What am I most likely missing?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This turns your existing bias into something the model is explicitly asked to examine.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Separate the conclusion from the justification
&lt;/h3&gt;

&lt;p&gt;For questions with a checkable answer, ask for the conclusion first.&lt;/p&gt;

&lt;p&gt;Then ask what evidence would justify or falsify it.&lt;/p&gt;

&lt;p&gt;If the explanation changes substantially when you ask for it, that's worth investigating rather than automatically treating the longer explanation as an improvement.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Verify the parts that matter
&lt;/h3&gt;

&lt;p&gt;For high-stakes decisions, don't stop at:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"That sounds reasonable."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Ask:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Which claims here are actually verifiable?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Then verify those claims independently.&lt;/p&gt;

&lt;p&gt;The goal isn't to make the AI less useful.&lt;/p&gt;

&lt;p&gt;It's to stop confusing &lt;strong&gt;a convincing answer with a correct answer&lt;/strong&gt;.&lt;/p&gt;




&lt;p&gt;I'm curious whether others are seeing the same magnitude of effect across different models.&lt;/p&gt;

&lt;p&gt;My sample is informal — a few models and a couple dozen runs — so I'm not presenting this as a controlled study.&lt;/p&gt;

&lt;p&gt;But the effect was noticeable enough that I've started treating the wording of my own questions as part of the experiment.&lt;/p&gt;

&lt;p&gt;And that's probably the most uncomfortable part:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sometimes the biggest source of bias in an AI conversation isn't the model's answer. It's the question we gave it.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;(If this is useful, I've also been working on a short book about four related behaviors in LLMs — sycophancy, verbosity bias, lost-in-the-middle, and confident hallucination under uncertainty — with a simple test protocol and a practical countermeasure for each. I can share it if there's interest.)&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>machinelearning</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
