@hynek I thought that too, but the more work I get done with LLMs myself the less worried I am about that
I have a Go project I wrote from scratch in production now, despite not being remotely fluent in Go. It has comprehensive test coverage and even implements continuous integration and continuous deployment, which is why I’m confident it’s not a spectacularly bad idea
Would other people YOLO something like that to production without tests? Maybe, and that would definitely be a bad idea!
@simon @hynek there’s IMHO still a significant difference between writing some code that passes happy path tests and operating a service in production when something goes wrong the first time.
More projects falling apart when looking at them the wrong way and no one around understanding the tooling is IMHO not the solution.
That being said it’s obviously easier with a few decades experience knowing what exactly to look for and which question to ask. But this extrapolates poorly to most devs.