<?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: Miha Gutman</title>
    <description>The latest articles on DEV Community by Miha Gutman (@miha_gutman_bded0553df459).</description>
    <link>https://dev.to/miha_gutman_bded0553df459</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%2F4132019%2F3eb38929-2ff1-40b0-bf5e-73c3c6e9d73d.png</url>
      <title>DEV Community: Miha Gutman</title>
      <link>https://dev.to/miha_gutman_bded0553df459</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/miha_gutman_bded0553df459"/>
    <language>en</language>
    <item>
      <title>I’m testing whether prompt improvement tools accidentally change what users actually mean</title>
      <dc:creator>Miha Gutman</dc:creator>
      <pubDate>Fri, 18 Sep 2026 19:26:51 +0000</pubDate>
      <link>https://dev.to/miha_gutman_bded0553df459/im-testing-whether-prompt-improvement-tools-accidentally-change-what-users-actually-mean-1l54</link>
      <guid>https://dev.to/miha_gutman_bded0553df459/im-testing-whether-prompt-improvement-tools-accidentally-change-what-users-actually-mean-1l54</guid>
      <description>&lt;p&gt;Most prompt improvement tools optimize the prompt.&lt;/p&gt;

&lt;p&gt;I'm interested in a slightly different problem:&lt;/p&gt;

&lt;p&gt;What if the improved prompt no longer represents what the user actually meant?&lt;/p&gt;

&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;Real prompts are rarely perfect.&lt;/p&gt;

&lt;p&gt;People write things like:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Find me a good laptop for work&lt;/p&gt;
&lt;/blockquote&gt;

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

&lt;blockquote&gt;
&lt;p&gt;Help me answer this email&lt;/p&gt;
&lt;/blockquote&gt;

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

&lt;blockquote&gt;
&lt;p&gt;Make a plan for my business&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The request may be vague, incomplete, badly structured, or missing important context.&lt;/p&gt;

&lt;p&gt;A system can easily turn that into a beautifully structured prompt.&lt;/p&gt;

&lt;p&gt;But "more structured" does not necessarily mean "more correct."&lt;/p&gt;

&lt;p&gt;The rewritten version may:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;invent requirements the user never gave;&lt;/li&gt;
&lt;li&gt;remove something important;&lt;/li&gt;
&lt;li&gt;misunderstand the actual goal;&lt;/li&gt;
&lt;li&gt;silently choose between two possible interpretations;&lt;/li&gt;
&lt;li&gt;add constraints that sound reasonable but aren't true.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That is the problem I'm experimenting with.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'm building
&lt;/h2&gt;

&lt;p&gt;I'm working on an early project called Prompt Teacher.&lt;/p&gt;

&lt;p&gt;Instead of treating prompt improvement as simply:&lt;/p&gt;

&lt;p&gt;raw prompt → better wording&lt;/p&gt;

&lt;p&gt;I'm exploring something closer to:&lt;/p&gt;

&lt;p&gt;raw request → understand intent → detect missing context or ambiguity → prepare a stronger request → preserve the original intent&lt;/p&gt;

&lt;p&gt;The important part is the last one.&lt;/p&gt;

&lt;p&gt;A longer or more professional-looking prompt is not a success if it changes what the person wanted.&lt;/p&gt;

&lt;h2&gt;
  
  
  I need prompts I didn't invent
&lt;/h2&gt;

&lt;p&gt;Testing this myself has an obvious weakness.&lt;/p&gt;

&lt;p&gt;I already know what I meant when I write the test prompt.&lt;/p&gt;

&lt;p&gt;So I need messy requests from other people.&lt;/p&gt;

&lt;p&gt;If you'd like to help, leave a comment containing:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;A real request you would normally send to an AI.&lt;/li&gt;
&lt;li&gt;Which AI you would use — ChatGPT, Claude, Gemini, Perplexity, Copilot, or another one.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Please don't improve the prompt first.&lt;/p&gt;

&lt;p&gt;Short, vague, incomplete and badly written prompts are actually more useful for this experiment.&lt;/p&gt;

&lt;p&gt;I'll run it through the current system and reply with the resulting request.&lt;/p&gt;

&lt;p&gt;Then you tell me whether it still represents what you actually meant.&lt;/p&gt;

&lt;p&gt;Failures are especially valuable.&lt;/p&gt;

&lt;p&gt;If the system invents an assumption, loses an important detail, misunderstands the goal, or makes the request worse, I want to know.&lt;/p&gt;

&lt;h2&gt;
  
  
  You can also test it directly
&lt;/h2&gt;

&lt;p&gt;There is a small public beta here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://prompt-teacher.hatchable.site" rel="noopener noreferrer"&gt;https://prompt-teacher.hatchable.site&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;No signup is required and there is nothing to buy.&lt;/p&gt;

&lt;p&gt;But you don't need to visit the site to participate — leaving a real prompt in the comments is enough.&lt;/p&gt;

&lt;p&gt;My goal right now isn't to prove that the system works.&lt;/p&gt;

&lt;p&gt;It's to find the situations where it doesn't.&lt;/p&gt;

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