Published onMarch 27, 2023Exploring the Impact of Feedback Loops on LLM Code GenerationllmpythonAs an experiment we wanted to add a feedback loop into LLM generated code via type annotations, docstrings, automated tests, and user feedback. We developed a simple package "pseudoscode" which uses the OpenAI API for generating code.