Live data from Hacker News

Ask HN: What was your "oh shit" moment with GenAI?

news.ycombinator.com

71–80 of 1001 posts

Re: Ask HN: What was your "oh shit" moment with GenAI?

#71

I had a locally hosted model write its own semantic search system that indexed 250,000 documentation and code files and then write a fully functioning mod for one of the games I play based on that documentation that I couldn't get to work after 2 weeks of my own effort, all in under 4 hours (and that included a 25 minute long indexing process). This freaked me out enough that I then had it write a CLI based activity…

What mod did you build?

Re: Ask HN: What was your "oh shit" moment with GenAI?

#72

When 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.

If you social interactions can be mediated by a chatbot I implore you to find better social interaction

If yours cant, then I implore you to find better AI mediation tools.

Re: Ask HN: What was your "oh shit" moment with GenAI?

#73
OpenAI already had GPT prior to the ChatGPT launch, and I had not really taken it seriously. But on November 30, 2022 when ChatGPT came out and was immediately popular, I reevaluated it.

I immediately realized that it meant my time as a programmer in the traditional sense was going to come to an end relatively soon.

On December 1, 2022 I created my first agentic coding loop experiment. I launched one of the first AI code generation websites that would generate web pages along with embedded images in January 2023.

Re: Ask HN: What was your "oh shit" moment with GenAI?

#74
post #55

Non-technical people I know are starting to take AI responses to their questions as 100% true fact.

"On two occasions I have been asked, 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question."

--Charles Babbage

Blind trust in the machine for a certain type of user seems to be endemic since the beginning.

Re: Ask HN: What was your "oh shit" moment with GenAI?

#75
post #60

Look, not to brag but DALL-E's "armchair in the shape of an avocado" was mine ( https://openai.com/index/dall-e/ ). I remember trying to convey the gravity of this capability to my friends at the time, who I guess were not as impressed as me.

Thats insane! I cited your image in a humanities paper during one of my freshman year classes.

Re: Ask HN: What was your "oh shit" moment with GenAI?

#76
This is a small one, but significant to me.

I asked Claude to add support for multiple lights to my toy ray-tracer. It correctly added the support and then suggested adding colored lights to make it easier to diagnose. It felt more like a colleague making a useful suggestion than any sort of pure engineering tool.

Re: Ask HN: What was your "oh shit" moment with GenAI?

#77
My 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 that several times, but it worked until the HVAC service showed up.

Re: Ask HN: What was your "oh shit" moment with GenAI?

#79
> that you went from those quaint, dismissive observations to a slightly panicked, "Uh Oh" realization of what these models can do?

Never experienced any kind of panic, only excitement. I told Github Copilot to add documentation to a function and it documented how the code was used even though there was nothing in the function to indicate how it was used. It somehow knew from the code pattern why I was writing that function.

Post reply on HN