Can LLMs write better code if you keep asking them to “write better code”?

from blog Simon Willison's Weblog, | ↗ original
Can LLMs write better code if you keep asking them to “write better code”? Really fun exploration by Max Woolf, who started with a prompt requesting a medium-complexity Python challenge - "Given a list of 1 million random integers between 1 and 100,000, find the difference between the smallest and the largest numbers whose digits sum up to 30" -...