←back to thread

278 points Michelangelo11 | 1 comments | | HN request time: 0.206s | source
Show context
yellow_lead ◴[] No.45038691[source]
> Five engineers participated in the call, including a senior software engineer, a flight safety engineer and three specialists in landing gear systems, the report said.

I can't imagine the stress of being on this call as an engineer. It's like a production outage but the consequences are life and death. Of course, the pilot probably felt more stressed.

replies(9): >>45039254 #>>45039282 #>>45039409 #>>45039651 #>>45040107 #>>45040566 #>>45040768 #>>45041007 #>>45044206 #
refactor_master ◴[] No.45039282[source]
“I vibe coded that part, but all the tests passed”
replies(1): >>45039610 #
Rendello ◴[] No.45039610[source]
How do you think they wrote the tests? ;)
replies(1): >>45041321 #
1. nobleach ◴[] No.45041321[source]
Seeing tests written by Claude/Gemini really frustrate me sometimes. They'll go to great lengths to make tests pass. Somtimes even just testing console/stdout logging. On the other hand, when I've written failing tests and told the tools to write implementations to make the tests pass, I've had some really good results. Sadly that's the part I enjoy the most so I really don't want to delegate that to a tool.