When we had to have a frank discussion about whether to fail someone who obviously used an LLM for parts their dissertation.
Ask HN: What was your "oh shit" moment with GenAI?
61–70 of 1001 posts
Re: Ask HN: What was your "oh shit" moment with GenAI?
#62Non-technical people I know are starting to take AI responses to their questions as 100% true fact.
Re: Ask HN: What was your "oh shit" moment with GenAI?
#63I 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…
Re: Ask HN: What was your "oh shit" moment with GenAI?
#64The biggest technical one was when we were making an all day wearable AI assistant thing. It basically had really precise office location (think cm level accurate) a shitty VLM to describe what the wide angle lens was looking at, Speech to text, OCR and a gaze recorder that decribed what you were looking at.
This was all streamed to sqlite. The thing that was really "oh shit" what the thing that made the whole system usable: a 4 paragraph prompt that turned natural language into SQL and reported back to the (non technical user) what they wanted to know.
The most recent one is being caught out by Genai video of a gymnast. I worked in VFX so I am normally able to spot dodgy shit, but this one was close to being real, scarily real.
Re: Ask HN: What was your "oh shit" moment with GenAI?
#65Re: Ask HN: What was your "oh shit" moment with GenAI?
#66Re: Ask HN: What was your "oh shit" moment with GenAI?
#67When I realized that an LLM can process all the traffic in Slack that overwhelms me daily and give me a manageable digest. How long until they intermediate most of our social interactions? Sooner than we can possibly adapt, I think.
Re: Ask HN: What was your "oh shit" moment with GenAI?
#68Re: Ask HN: What was your "oh shit" moment with GenAI?
#69When none of the models, STOA or not, could answer any genuinely interesting question. All models could regurgitate was has been expressed before but nothing actually new was there, until explicitly asked for, and even then it required filtering through potentially so much noise it was practically not interesting anymore as it required all the knowledge to validate or invalidate the claims. That's when, few years ago…
Related but distinct, few years later I asked an acquaintance to ask a question to a model. I didn't want to bias the test so I ask them to ask whatever they wanted. They asked "What time is it in Sri Lanka?" which I thought was a funny question. I predicted it wouldn't work because it was asked to an offline model so I thought it wouldn't manage to get current data. Still, I didn't interfere and we watch the answer…
Re: Ask HN: What was your "oh shit" moment with GenAI?
#70I tried to get it to generate code to program one of my BitGrid simulators, and it kept producing code that failed, over and over. It was then that I figured out that it can only do CRUD apps and the like, things it's seen over and over in its training data. It's useless for most of what I want to code.