An LLM TDD loop — David Winterbottom
This post details a Bash script that runs a TDD loop where an LLM is iteratively used to write Python application code to make a fixed set of tests pass. Similar things have been done before1; this script merely demonstrates that such thing…