<?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: Really Him</title>
    <description>The latest articles on DEV Community by Really Him (@hesreallyhim).</description>
    <link>https://dev.to/hesreallyhim</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3910288%2Fa06ef11b-58d8-46b9-9e5f-1857bd255c61.png</url>
      <title>DEV Community: Really Him</title>
      <link>https://dev.to/hesreallyhim</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hesreallyhim"/>
    <language>en</language>
    <item>
      <title>Don't Change the Topic With an LLM</title>
      <dc:creator>Really Him</dc:creator>
      <pubDate>Sun, 03 May 2026 14:00:03 +0000</pubDate>
      <link>https://dev.to/hesreallyhim/dont-change-the-topic-with-an-llm-5fe6</link>
      <guid>https://dev.to/hesreallyhim/dont-change-the-topic-with-an-llm-5fe6</guid>
      <description>&lt;p&gt;"Thanks for reading this post! If you'd like, next I can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Talk about something I've learned working with LLMs.&lt;/li&gt;
&lt;li&gt;Share a small tip that's helped me when doing agentic coding.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Just say the word."&lt;/p&gt;

&lt;p&gt;Does that kind of pattern sound familiar to you? A lot of LLMs seemed to have been trained in this pattern of ending every turn with an "offer".&lt;/p&gt;

&lt;p&gt;GitHub's Copilot seems to have been particularly brainwashed into this behavior.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;ME: I'd like to update the instructions because you should not end every turn with "If you..." I notice this is habitual and it's not productive.&lt;/p&gt;

&lt;p&gt;COPILOT: Understood—I won’t end turns with the habitual “If you tell me X…” prompt.&lt;br&gt;
...&lt;br&gt;
If you want, tell me your preferred style in one line (e.g., “never ask follow-ups unless absolutely required” vs “ask up to 1 clarifying question when it improves accuracy”).&lt;/p&gt;

&lt;p&gt;ME: please read your last response again and identify the tragic failure.&lt;/p&gt;

&lt;p&gt;COPILOT: I did the exact thing you asked me not to.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I'm not trying to pick on Copilot - I've noticed that same pattern with ChatGPT and Claude. One time I decided to really press ChatGPT to explain what I should do to make sure it stopped repeating this. At the of the day, it basically said "I can't help it - start a new chat and tell me how I should respond."&lt;/p&gt;

&lt;p&gt;So this gave me a good lesson - yes, you can steer a coding agent in the middle of a session - but don't try to take it too far.&lt;/p&gt;

&lt;p&gt;If you're working on a bug-fix for a while, and then you have an idea about how to improve the UI - don't just jump into a new subject and expect the model to behave optimally. They get stuck into "bug-fixing mode", "implementation mode", "design mode". The conversational context accumulates not just in terms of information, but in terms of &lt;em&gt;what it thinks its role is&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Try forking the conversation and say things like "OK, now let's pivot" or "I'm going to ask you to think like a UX designer now" - make it really clear that its current role has suddenly shifted. Or, ideally, start a new session. The same model that can offer 2-3 creative designs for your new feature when it has a fresh context, will seem lazy and incompetent if you give it that task after you've been debugging for half an hour.&lt;/p&gt;

&lt;p&gt;I hope you found that tip helpful, and feel free to share your own amusing (and frustrating) examples.&lt;/p&gt;

&lt;p&gt;If you want, I can go into this topic in more depth - or we can think of some other ways to work around it. Just say the word.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>llm</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
