Late to the game here but, holy shit, how do people code w/ChatGPT anymore??
By Holidays in Europe / March 22, 2026 / No Comments / Uncategorized
Navigating Modern Coding Tools: My Experience with ChatGPT and Claude
As a developer who initially built a sophisticated system in Google Sheets before the advent of ChatGPT, I’ve seen firsthand how AI tools have transformed the programming landscape. Once I transitioned my projects online around the time of ChatGPT’s release, I found myself increasingly reliant on these AI assistants to streamline my coding process.
Recently, I decided to revisit my coding techniques, prompting an interesting realization. My first task was straightforward: determine the name of the current tab in Google Sheets. Now, I know there are simple commands for this, but as many developers do, I’ve been leaning heavily on AI—even for seemingly basic issues.
Here’s where things got interesting. I turned to ChatGPT for help. Instead of providing a concise solution, it generated an overly complicated approach, attempting to perform a task far beyond what I asked. When I specified that I wanted a direct, simple answer, the AI responded by modifying its original code, making it unnecessarily complex.
In contrast, I decided to test another AI assistant—Claude. To my surprise, Claude delivered exactly what I needed, quickly and efficiently, without the convoluted detours.
Reflections for Developers in the Age of AI
This experience highlights a key point for developers navigating AI-assisted coding:
- Not all AI tools are created equal. While ChatGPT has vast capabilities, it can sometimes overcomplicate solutions for simple tasks.
- Knowing when to rely on specific tools matters. Sometimes, trying multiple AI assistants can yield more pragmatic results.
- Understanding the limitations and strengths of each AI can save time and frustration.
Final Thoughts
While AI tools like ChatGPT have indeed revolutionized how we code, they are not infallible. Being aware of their tendencies and having backup options—such as Claude—can be invaluable. Ultimately, the best approach is to use these tools as assistants, not crutches, ensuring we maintain control over the complexity and efficiency of our code.
Have you experienced similar challenges or insights with AI-powered coding tools? Share your thoughts below!