<?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: Joshua Chukwu</title>
    <description>The latest articles on DEV Community by Joshua Chukwu (@joshua_chukwu_ccb92f05a94).</description>
    <link>https://dev.to/joshua_chukwu_ccb92f05a94</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%2F3906568%2F3dc9d440-1a71-4e75-8be0-973c8a5ce1f2.png</url>
      <title>DEV Community: Joshua Chukwu</title>
      <link>https://dev.to/joshua_chukwu_ccb92f05a94</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/joshua_chukwu_ccb92f05a94"/>
    <language>en</language>
    <item>
      <title>“You’ve hit your ChatGPT usage limit” — and what it actually reveals about LLM usage</title>
      <dc:creator>Joshua Chukwu</dc:creator>
      <pubDate>Fri, 01 May 2026 00:21:36 +0000</pubDate>
      <link>https://dev.to/joshua_chukwu_ccb92f05a94/youve-hit-your-chatgpt-usage-limit-and-what-it-actually-reveals-about-llm-usage-700</link>
      <guid>https://dev.to/joshua_chukwu_ccb92f05a94/youve-hit-your-chatgpt-usage-limit-and-what-it-actually-reveals-about-llm-usage-700</guid>
      <description>&lt;h2&gt;
  
  
  “You’ve hit your ChatGPT usage limit.”
&lt;/h2&gt;

&lt;p&gt;I didn’t expect that message to mean anything beyond mild inconvenience.&lt;br&gt;
But it ended up revealing something much deeper about how I was using AI, and how most of us probably are.&lt;/p&gt;

&lt;h2&gt;
  
  
  Background
&lt;/h2&gt;

&lt;p&gt;I’ve been working on building an autonomous snow-clearing robot since 2023.&lt;br&gt;
It’s one of those projects where everything sounds straightforward until you actually try to make it work:&lt;br&gt;
motor control&lt;br&gt;
traction&lt;br&gt;
turning dynamics&lt;br&gt;
real-world constraints&lt;br&gt;
Things got a lot more interesting once AI tools became part of my workflow. Suddenly:&lt;br&gt;
debugging got faster&lt;br&gt;
ideas came quicker&lt;br&gt;
I could iterate without getting stuck for hours&lt;br&gt;
It genuinely felt like I was getting closer to something I had been chasing for a while.&lt;/p&gt;

&lt;h2&gt;
  
  
  The turning point
&lt;/h2&gt;

&lt;p&gt;Then I made what felt like a small decision at the time:&lt;br&gt;
I bought a set of cheap motors from a manufacturer.&lt;br&gt;
Bad idea.&lt;br&gt;
The software was glitchy.&lt;br&gt;
 The behavior was inconsistent.&lt;br&gt;
 And my rover couldn’t perform a proper zero-radius turn.&lt;br&gt;
So I did what most of us do now:&lt;br&gt;
I leaned heavily on ChatGPT.&lt;/p&gt;

&lt;h2&gt;
  
  
  The usage spiral
&lt;/h2&gt;

&lt;p&gt;At first, I was on the free plan.&lt;br&gt;
That lasted… not very long.&lt;br&gt;
I’d start debugging in the morning, and before noon:&lt;br&gt;
“You’ve hit your usage limit.”&lt;br&gt;
That alone should have been a signal.&lt;br&gt;
Instead, I upgraded.&lt;/p&gt;

&lt;h2&gt;
  
  
  The upgrade (and addiction phase)
&lt;/h2&gt;

&lt;p&gt;When the “try free for 1 month” plan rolled out, I jumped on it.&lt;br&gt;
And honestly, it changed everything.&lt;br&gt;
I wasn’t just using it for debugging anymore:&lt;br&gt;
I started automating parts of my workflow&lt;br&gt;
I used it at work&lt;br&gt;
I even used it for things I used to avoid—like CAD design&lt;br&gt;
It stopped feeling like a tool.&lt;br&gt;
It started feeling like a multiplier.&lt;/p&gt;

&lt;h2&gt;
  
  
  The moment that stuck
&lt;/h2&gt;

&lt;p&gt;Then one day, I hit the limit again.&lt;br&gt;
But this time the message was different:&lt;br&gt;
“Your usage limit will reset in 7125 minutes.”&lt;br&gt;
7125 minutes.&lt;br&gt;
Such a strangely specific number that I had to calculate it.&lt;br&gt;
divide by 60 → hours&lt;br&gt;
divide by 24 → days&lt;br&gt;
It came out to roughly 5 days.&lt;br&gt;
That’s when it hit me:&lt;br&gt;
I had gotten so used to having this capability on demand that being cut off for a few days felt… unreal.&lt;br&gt;
Like I had to come back down to earth after living somewhere else for a while.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I started noticing
&lt;/h2&gt;

&lt;p&gt;After that moment, I started paying closer attention to how I was actually using ChatGPT.&lt;br&gt;
Not in a formal, instrumented way, just observing my own behavior.&lt;br&gt;
A few patterns stood out almost immediately.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. I was asking the same question… differently
&lt;/h2&gt;

&lt;p&gt;When debugging the motor issue on my rover, I wasn’t asking completely new questions each time.&lt;br&gt;
It was more like:&lt;br&gt;
slight variations of the same prompt&lt;br&gt;
reworded explanations&lt;br&gt;
retrying when the answer didn’t feel quite right&lt;br&gt;
Something like:&lt;br&gt;
“Why can’t my rover perform a zero-radius turn?”&lt;br&gt;
would turn into:&lt;br&gt;
“What could cause skid-steer instability at low speeds?”&lt;br&gt;
 “Could motor torque limits affect turning radius?”&lt;br&gt;
 “Why does my robot struggle to rotate in place?”&lt;br&gt;
Different wording.&lt;br&gt;
 Same underlying problem.&lt;br&gt;
And every time, it was treated as a fresh request.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Debugging creates loops
&lt;/h2&gt;

&lt;p&gt;The nature of debugging makes this worse.&lt;br&gt;
You don’t just ask once and move on—you iterate:&lt;br&gt;
test something&lt;br&gt;
observe behavior&lt;br&gt;
come back with slightly more context&lt;br&gt;
ask again&lt;br&gt;
That loop might happen 10–20 times for a single issue.&lt;br&gt;
And each iteration:&lt;br&gt;
feels necessary&lt;br&gt;
feels new&lt;br&gt;
but often overlaps heavily with previous ones&lt;/p&gt;

&lt;h2&gt;
  
  
  3. I wasn’t aware of how much I was repeating
&lt;/h2&gt;

&lt;p&gt;At no point did it feel like I was “wasting” usage.&lt;br&gt;
It felt like I was:&lt;br&gt;
making progress&lt;br&gt;
refining my understanding&lt;br&gt;
getting closer to the answer&lt;br&gt;
But in reality, I was often:&lt;br&gt;
revisiting the same concepts&lt;br&gt;
re-triggering similar responses&lt;br&gt;
paying (in usage) for near-duplicate work&lt;/p&gt;

&lt;h2&gt;
  
  
  The realization
&lt;/h2&gt;

&lt;p&gt;That’s when the earlier message started to make more sense:&lt;br&gt;
“You’ve hit your ChatGPT usage limit.”&lt;br&gt;
It wasn’t just about “using too much AI.”&lt;br&gt;
It was about how I was using it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The uncomfortable question
&lt;/h2&gt;

&lt;p&gt;If this is how I was using it as a single person working on one project…&lt;br&gt;
What does this look like for:&lt;br&gt;
a small team of developers&lt;br&gt;
multiple engineers debugging in parallel&lt;br&gt;
a product that has users triggering similar workflows&lt;/p&gt;

&lt;h2&gt;
  
  
  A simple thought experiment
&lt;/h2&gt;

&lt;p&gt;Imagine a team of 5 engineers(A practical case of my office)&lt;br&gt;
Each one:&lt;br&gt;
debugs with AI&lt;br&gt;
iterates through similar prompts&lt;br&gt;
retries and rephrases&lt;br&gt;
Even if 30–40% of their prompts overlap conceptually, there’s no mechanism to:&lt;br&gt;
recognize that overlap&lt;br&gt;
reuse prior results&lt;br&gt;
or even measure it&lt;br&gt;
Every request is treated as completely new work&lt;/p&gt;

&lt;h2&gt;
  
  
  Why this matters (even if you’re not thinking about cost)
&lt;/h2&gt;

&lt;p&gt;At the time, I wasn’t thinking: “I’m wasting tokens”&lt;br&gt;
I was thinking: “I need to fix this rover”&lt;br&gt;
And that’s the point.&lt;br&gt;
Most usage doesn’t feel wasteful at the moment.&lt;br&gt;
It feels productive.&lt;/p&gt;

&lt;h2&gt;
  
  
  The shift in perspective
&lt;/h2&gt;

&lt;p&gt;But once you zoom out, a different pattern appears:&lt;br&gt;
a lot of AI usage is iterative&lt;br&gt;
a lot of that iteration is repetitive&lt;br&gt;
and that repetition is invisible while you’re in it&lt;/p&gt;

&lt;h2&gt;
  
  
  What this post is really about
&lt;/h2&gt;

&lt;p&gt;This isn’t about:&lt;br&gt;
ChatGPT limits&lt;br&gt;
free vs paid plans&lt;br&gt;
or even just cost&lt;br&gt;
It’s about something more subtle:&lt;br&gt;
How easily we fall into patterns of repeated AI usage without realizing it&lt;/p&gt;

&lt;h2&gt;
  
  
  Where this goes next
&lt;/h2&gt;

&lt;p&gt;In my case, this started as frustration:&lt;br&gt;
glitchy motors&lt;br&gt;
endless debugging&lt;br&gt;
hitting limits at the worst possible time&lt;br&gt;
But it led to a much more interesting question:&lt;br&gt;
How much of AI usage is actually new… and how much is just repetition in disguise?&lt;br&gt;
That’s what I’ll dig into next.&lt;/p&gt;

&lt;p&gt;(Next post)&lt;br&gt;
Why most LLM API usage is quietly inefficient&lt;/p&gt;

</description>
      <category>programming</category>
      <category>webdev</category>
      <category>machinelearning</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
