3 ms·
> If you want to follow a process or a checklist you probably shouldn't use an LLM I like to externalize tasks as markdown files with checklists, they are stil
by visarga 1mo ago
> If you want to follow a process or a checklist you probably shouldn't use an LLM
I like to externalize tasks as markdown files with checklists, they are still planned by agents but I can pass the plan around to judge agents and fix some errors before implementing.
I also have the coding agents comment on each closed checklist item, so the same file becomes a log of what happened. This goes to the implementation judge. I can also switch agents anytime, or resume a task days later no problem.
I am avoiding internally provided tools for todo lists and planning because they do not leave the same artifact trail which makes judging with separate agents easy.