My LLM workflow.
- "Bot! Write a spec. Now write the code."
<copy into IDE, run it>
- "Bot! Found a bug, fix it."
<copy into file2.py and diff with file.py, sync changes manually>
Bots still can't edit code. They couldn't 2 years ago, now they're just better, but will
- give you diffs
- strip out comments
- give you just the changed code with chit chat surrounding it
- edit code unrelated to the request
- strip out logging and other token expensive things
- assume you extracted that HTML