That unfortunate moment when you hit a bug and find a TODO in the source code for that issue.
miniblog.
Related Posts
I'm trying to teach LLMs to yak shave responsibly.
It's normal to be programming and notice other clean ups that really ought to be done. I don't want it done in that PR though.
Currently experimenting with asking the AI to just create hand-off tasks in the issue tracker.
Some novel (to me) AI workflows from OpenAI in https://openai.com/index/open-source-codex-orchestration-symphony/
(1) Adding the ability for the LLM to create follow-up tasks in the issue tracker.
(2) Identifying weaknesses in the spec by implementing in several different languages.
It's confusing how 'REPL' refers to two different UIs:
A CLI like IPython or Julia, where things like multiline editing and syntax highlighting need careful implementation.
An editor protocol like SLIME or CIDER where multiline editing is a total non-issue.