Ask HN: What was your "oh shit" moment with GenAI?
81–90 of 1001 posts
Re: Ask HN: What was your "oh shit" moment with GenAI?
#82I 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…
[flagged]
Re: Ask HN: What was your "oh shit" moment with GenAI?
#83He also will paste chat logs with Claude into our team chat. Often Claude will say the same thing I told him but he either doesn't remember or doesn't trust human engineers now.
He has spent months working on agent skills and prompring.
He has not landed anything in 3mo, and has landed nothing useful in ~1 year.
This will be the rest of my career. Working with people in ai psychosis and trying to stay productive.
Re: Ask HN: What was your "oh shit" moment with GenAI?
#84My 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…
Re: Ask HN: What was your "oh shit" moment with GenAI?
#85That was enough to awaken my teenage hacker spirit.
Re: Ask HN: What was your "oh shit" moment with GenAI?
#86Re: Ask HN: What was your "oh shit" moment with GenAI?
#87 newtype Mealy s i o = Mealy { runMealy :: (s, i) -> (s, o) }
And it gave a really impressive analysis.Then I scrambled all the names and asked with a fresh context like:
newtype Foo z e g = Bar { blob :: (z, e) -> (z, g) }
It got completely confused and generated a bunch of non-sense. It was at that moment I realized that LLMs don't really understand anything.And yes I understand that a newer model would not get confused by this.
Re: Ask HN: What was your "oh shit" moment with GenAI?
#88On a lark, I asked ChatGPT to complete the interview question in late 2022. I would have hired ChatGPT back then based on its first response! It was easily in the 90th percentile of responses I have seen.
Re: Ask HN: What was your "oh shit" moment with GenAI?
#89Re: Ask HN: What was your "oh shit" moment with GenAI?
#90As somebody who as a kid had tried feeding IF transcripts into a markov model to generate random rooms for an amateur MUD, this was mind-blowing. It felt like I was playing a version of the “Mind Game” from Ender’s Game by Orson Scott Card.