←back to thread

371 points ulrischa | 1 comments | | HN request time: 0.254s | source
1. zeroCalories ◴[] No.43242451[source]
I've definitely had these types of issues while writing code with LLMs. When relying on an LLM to write something I don't fully understand I will basically default to a form of TDD, making sure that the code behaves according to some spec. If I can't write a spec, then that's an issue.