| ▲ | pc86 4 hours ago | |||||||
> - No trust that they won't nerf the tool/model behind the feature To the contrary, they've proven again and again and again they'll absolutely do that the first chance they get. | ||||||||
| ▲ | rbalicki 4 hours ago | parent [-] | |||||||
You can lessen your dependence on the specific details of how /loop, code routines, etc. work by asking the LLM to do simpler tasks, and instead, having a proper workflow engine be in charge of the workflow aspects. For example, this demo (https://github.com/barnum-circus/barnum/tree/master/demos/co...) converts a folder of files from JS to TS. It's something an LLM could (probably) do a decent job of, but 1. not necessarily reliably, and 2. you can write a much more complicated workflow (e.g. retry logic, timeout logic, adding additional checks like "don't use as casts", etc), 3. you can be much more token efficient, and 4. you can be LLM agnostic. So, IMO, in the presence of tools like that, you shouldn't bother using /loop, code routines, etc. | ||||||||
| ||||||||