“You’ve hit your ChatGPT usage limit” — and what it actually reveals about LLM usage
“You’ve hit your ChatGPT usage limit.” I didn’t expect that message to mean anything...
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3906568) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Joshua Chukwu Posted on May 1 “You’ve hit your ChatGPT usage limit” — and what it actually reveals about LLM usage #webdev #programming #ai #machinelearning “You’ve hit your ChatGPT usage limit.” I didn’t expect that message to mean anything beyond mild inconvenience. But it ended up revealing something much deeper about how I was using AI, and how most of us probably are. Background I’ve been working on building an autonomous snow-clearing robot since 2023.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).