I use it professionally all the time and could cite technical scenarios where it’s become almost indispensable, but saving me time and money and reducing stress on this mundane stuff… now imagine applying to people’s stressors: job searches, health, big purchases, debt… there’s an opportunity to actually make people’s lives better. After 30 years of hype cycles, I should be wary of techno-optimism. But here I am feeling cautiously optimistic anyway.
Ask HN: What was your "oh shit" moment with GenAI?
931–940 of 1001 posts
Re: Ask HN: What was your "oh shit" moment with GenAI?
#932So I immediately went for the package.json, attached whatever test commands that could be done, then wrote some hand holding markdowns for the agents to consume. First I let it explore the codebase and take notes, then I asked for a different approach to implement, which essentially turned that "paint the sides and ship" project to a full rewrite. But guess what? All features, one by one, were implemented and extensively tested by AI. I tested all outputs myself, especially when agent got impatient and thought something was wrong in the shell env, and after a few PRs, I started to read less and only skimmed the results to see if the code "feels like it belongs with the rest". Bloat was reduced by about 25% and now all features look like they were created by a rather competent offshore software shop. Not bad, since I was also juggling a couple more projects and involvements at the same time which would've led me to certain burnout.
Re: Ask HN: What was your "oh shit" moment with GenAI?
#933Re: Ask HN: What was your "oh shit" moment with GenAI?
#934I could go on and on, but Claude recently decompiled the firmware of my camper van, documented all the CAN interfaces, then programmed an ESP32 module to talk to the van’s integrated systems (power, HVAC, lighting, tanks). That sort of embedded systems integration is completely out of my wheelhouse. I honestly don’t understand AI naysayers. I use Claude every day both professionally as a Solution Architect and person…
> I honestly don’t understand AI naysayers. As an AI naysayer, I see and appreciate the productivity gains, I don’t like the associated cost, mostly the spike in workflow centralization and opaqueness.
Re: Ask HN: What was your "oh shit" moment with GenAI?
#935Re: Ask HN: What was your "oh shit" moment with GenAI?
#936ChatGPT Code Interpreter back in ~March 2023. I uploaded a CSV file (of police incidents in San Francisco) and watched it load that into Pandas, show me some charts, then export the data to a SQLite database file for me to download. I write software for data journalists and this new thing appeared to be able to do everything I wanted my software to do just as an unplanned side effect of having the ability to run Pyth…
https://brownstone.org/articles/since-lockdowns-a-12-gdp-los... here's an example of Spanish journalist using AI to analyze US inflation data properly.
Re: Ask HN: What was your "oh shit" moment with GenAI?
#937My furnace went out during the 2025 holiday and I couldn't get an appointment with a repair person for 2 days. It was getting very cold in my house so I went into my attic and made several videos of the furnace attempting to start and gave it to gemini. It diagnosed the issue immediately and had me spin one of the components (a small exhaust fan) while the furnace tried to fire. It came on immediately. I had to do th…
Similar - had an HVAC tech out to diagnose mine (some intermittent electrical problem was killing thermostats randomly) and since it was intermittent they couldn't figure it out. I ended up using Gemini to narrow down a list of potential problem components and just replacing them all which fixed the issue. Kind of a superpower to turn anyone with a bit of tech inclination and problem solving skills into an HVAC tech…
I hate to be a "tech elitist" or whatever, but goddamn it seems like software is one of the most learning intensive careers you can pick. A little dabbling around the house has made me an amateur plumber/HVAC/handyman/gardener/etc. I should have gone into a trade, just for the comfort of having a skillset that doesn't need to be updated every 3 months. I guess my brain plasticity will thank me.
Re: Ask HN: What was your "oh shit" moment with GenAI?
#938That got me hooked.
Re: Ask HN: What was your "oh shit" moment with GenAI?
#939Re: Ask HN: What was your "oh shit" moment with GenAI?
#940I could go on and on, but Claude recently decompiled the firmware of my camper van, documented all the CAN interfaces, then programmed an ESP32 module to talk to the van’s integrated systems (power, HVAC, lighting, tanks). That sort of embedded systems integration is completely out of my wheelhouse. I honestly don’t understand AI naysayers. I use Claude every day both professionally as a Solution Architect and person…
> projects I simply could not have ever approached alone. I think that's part of the divide between enthusiasts and naysayers. If you use GenAI on things that you couldn't approach alone, it's an incredible tool. If you use it on stuff that you're pretty good at, it's not a gamechanger (and if you're an expert, it's a minor boost at best). Many people's job are about doing what they're an expert at.
Outside my expertise I've begun writing static recompilers for old retro game systems and have gotten some games off the ground. I understand WHAT they're doing but I neve had the expertise to do such things myself. Even if I did I could never operate at the velocity I am now.