Ask HN: What was your "oh shit" moment with GenAI?
121–130 of 1001 posts
Re: Ask HN: What was your "oh shit" moment with GenAI?
#122Re: Ask HN: What was your "oh shit" moment with GenAI?
#123Then a while ago, I plugged in everything at the datacenter and one device didn't come up. Plug into the management port, and Claude Code writes a C program to send a particularly crafted packet. Everything comes online.
Beautiful stuff.
Re: Ask HN: What was your "oh shit" moment with GenAI?
#124Re: Ask HN: What was your "oh shit" moment with GenAI?
#125I gave chatgpt 3.5 the type signature for a co-algebraic encoding of a mealy machine: 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'…
I don't think this test shows that an LLM doesn't "understand". It shows more that it has similar failure modes as humans.
Re: Ask HN: What was your "oh shit" moment with GenAI?
#126I have a buddy who's a consultant. His niche area is Netsuite and Oracle (I think). He's an accountant by training and as a consultant his gig was setting up these instances for clients, charging them an arm and two legs. He'd spend a lot of time golfing, and doing these setups was more than enough money for him. In other words, he had cornered that little slice of the market and was making bank. Shortly after ChatGP…
Re: Ask HN: What was your "oh shit" moment with GenAI?
#127We were experiencing abnormally high electrical bills and I could not figure out what was happening, so I downloaded the granular usage data (15 min increments) from Duke Energy, explained what we had in our house and when we typically used those items (washer/dryer, EVs, etc), provided a rundown of our energy usage plan, then asked Claude to build me a Streamlit dashboard that would help us understand what was going…
This can be a product.
Re: Ask HN: What was your "oh shit" moment with GenAI?
#128Look, 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?
#129Re: Ask HN: What was your "oh shit" moment with GenAI?
#130when ChatGPT was released. LLMs went from being a toy to a serious creative tool overnight.