<?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: Christian Hossu</title>
    <description>The latest articles on DEV Community by Christian Hossu (@hydrafactoryops).</description>
    <link>https://dev.to/hydrafactoryops</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%2F4126599%2F32ffdaf5-7a07-4219-83be-ba9eafb3cddc.png</url>
      <title>DEV Community: Christian Hossu</title>
      <link>https://dev.to/hydrafactoryops</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hydrafactoryops"/>
    <language>en</language>
    <item>
      <title>How to Handle the Client Message: “Can We Make One Small Change?”</title>
      <dc:creator>Christian Hossu</dc:creator>
      <pubDate>Tue, 15 Sep 2026 20:34:59 +0000</pubDate>
      <link>https://dev.to/hydrafactoryops/how-to-handle-the-client-message-can-we-make-one-small-change-1i8e</link>
      <guid>https://dev.to/hydrafactoryops/how-to-handle-the-client-message-can-we-make-one-small-change-1i8e</guid>
      <description>&lt;p&gt;If you freelance long enough, you eventually get this message:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Can we make one small change?”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Sometimes it really is small.&lt;/p&gt;

&lt;p&gt;Other times, that sentence quietly becomes another revision round, an extra hour of work, or a change that was never part of the original agreement.&lt;/p&gt;

&lt;p&gt;The difficult part isn't saying “yes” or “no.”&lt;/p&gt;

&lt;p&gt;It's figuring out &lt;strong&gt;what kind of request you're actually looking at before you reply.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The 3-question check
&lt;/h2&gt;

&lt;p&gt;Before answering the client, I use three questions.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Is this already inside the agreed scope?
&lt;/h3&gt;

&lt;p&gt;Go back to what was actually agreed.&lt;/p&gt;

&lt;p&gt;If the requested change is clearly included, it usually makes sense to handle it without turning it into a negotiation.&lt;/p&gt;

&lt;p&gt;But if you're already thinking:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Technically, we never agreed to this…”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;that's a signal to stop and check before automatically saying yes.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Does it change the amount or type of work?
&lt;/h2&gt;

&lt;p&gt;A request can sound tiny while changing the project substantially.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;changing a headline = probably small&lt;/li&gt;
&lt;li&gt;redesigning the whole hero section = not the same thing&lt;/li&gt;
&lt;li&gt;correcting a typo = small&lt;/li&gt;
&lt;li&gt;adding another page = new work&lt;/li&gt;
&lt;li&gt;adjusting an existing component = maybe included&lt;/li&gt;
&lt;li&gt;building a completely different version = probably not&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The client's wording doesn't determine the size of the request.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The work required does.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  3. What should I say next?
&lt;/h2&gt;

&lt;p&gt;Once you know what kind of request it is, the reply becomes much easier.&lt;/p&gt;

&lt;h3&gt;
  
  
  If it's genuinely included
&lt;/h3&gt;

&lt;p&gt;You can simply say:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Absolutely — that's within what we agreed, so I'll include it in the next update.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  If you're not sure
&lt;/h3&gt;

&lt;p&gt;Don't commit immediately.&lt;/p&gt;

&lt;p&gt;Try:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Happy to take a look. Let me check how that fits with the current scope and I'll confirm before I change anything.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That gives you time to think without making the conversation awkward.&lt;/p&gt;

&lt;h3&gt;
  
  
  If it's clearly additional work
&lt;/h3&gt;

&lt;p&gt;You don't need to make it confrontational.&lt;/p&gt;

&lt;p&gt;Something like this works:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;We can definitely do that. It's outside the original scope, so I'll treat it as an additional change and confirm the cost/time before starting.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The important part is that you haven't said &lt;strong&gt;no&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;You've simply separated the original project from the new request.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why this matters
&lt;/h2&gt;

&lt;p&gt;Scope creep usually doesn't begin with a huge unreasonable demand.&lt;/p&gt;

&lt;p&gt;It happens through a series of requests that each feel too small to challenge.&lt;/p&gt;

&lt;p&gt;One change becomes three.&lt;/p&gt;

&lt;p&gt;Three become ten.&lt;/p&gt;

&lt;p&gt;And suddenly you're doing substantially more work for the original price.&lt;/p&gt;

&lt;p&gt;Having a simple decision process removes some of the emotion from the situation.&lt;/p&gt;

&lt;p&gt;Instead of asking:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Am I being difficult if I charge for this?”&lt;/p&gt;
&lt;/blockquote&gt;

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

&lt;blockquote&gt;
&lt;p&gt;“Was this work actually included?”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That's a much easier question to answer.&lt;/p&gt;




&lt;p&gt;I turned this framework into a small free checklist with example responses for different situations.&lt;/p&gt;

&lt;p&gt;No email signup or account required:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://luxuriant-barometer-6bf.notion.site/FREE-SAMPLE-The-Small-Change-Check-3d7466309b8f81d885d8fe0f7ba4cb16" rel="noopener noreferrer"&gt;https://luxuriant-barometer-6bf.notion.site/FREE-SAMPLE-The-Small-Change-Check-3d7466309b8f81d885d8fe0f7ba4cb16&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm curious how other freelancers handle this:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's the innocent-sounding client request that most often turns into much more work for you?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>freelance</category>
      <category>webdev</category>
      <category>career</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
