A ChatGPT mistake cost us $10k
asim.bearblog.dev
A ChatGPT mistake cost us $10k
1–10 of 526 posts
Re: A ChatGPT mistake cost us $10k
#2Bookmarked for the next time we're told ChatGPT's code error rate is acceptable because we review its code just like an intern's.
Re: A ChatGPT mistake cost us $10k
#3Re: A ChatGPT mistake cost us $10k
#4These "constraints" are why I'm terrified of subscribing to software
Re: A ChatGPT mistake cost us $10k
#5On the other hand, I don’t think advertising the fact that the company introduced a major bug from copy and pasting ChatGPT code around and that they spent a week being unable to even debug why it was failing.
I don’t know much about this startup, but this blog post had the opposite effect of all of the other high quality post-mortem posts I’ve read lately. Normally the goal of these posts is to demonstrate your team’s rigor and engineering skills, not reveal that ChatGPT is writing your code and your engineers can’t/won’t debug it for a very long time despite knowing that it’s costing them signups.
Re: A ChatGPT mistake cost us $10k
#6Re: A ChatGPT mistake cost us $10k
#7"Note: I want to preface this by saying yes the practices here are bad and could have been avoided. This was from a different time under large time constraints. Please read with that in mind" These "constraints" are why I'm terrified of subscribing to software
Re: A ChatGPT mistake cost us $10k
#8Thanks for telling. Bookmarked for the next time we're told ChatGPT's code error rate is acceptable because we review its code just like an intern's.
I remember making the exact same mistake (accidentally using a single function call in a schema) back in 2010. No LLMs required.
The bigger culprit is probably a lack of testing / debugging. This error would immediately get caught if you simply registered twice on a test instance.
Re: A ChatGPT mistake cost us $10k
#9but then perhaps coding the entire thing with ChatGPT saved the company more than 10K, so they came out well ahead
or maybe tons of other bugs lurk that will cost the company well over 10K over the long run
Re: A ChatGPT mistake cost us $10k
#10I'm not familiar with this library, how does `text("(now())")` evaluate and why there are extra parentheses? And should that be a lambda expression as well, so that `create_date` isn't just the timestamp when the python process was started?