Comment by zozbot234
1 month ago
> However, I think that they’re really worried about is that a person needs to design and implement that stuff… It throws a wet blanket on their insistence that this will replace entire people in entire workflows or even projects
You can have the AI design the custom harness in advance. It's not especially hard work! In fact, the AI could even come up with the workflow itself; it's a different and much simpler problem than trying to stick to it after-the-fact, with a filled-in context.
That's what my system does. It uses a workflow if one already exists, if not, it just creates one on the fly from the primitives.
https://github.com/notque/vexjoy-agent
I would prefer that be deterministic though. This thread has me considering what if anything I can do to make it forced. Like, I could do it with hooks, but that's not elegant at all.
yeah , that is what I am do in with the DAG-aware TUI hypervisor agents https://getspur.dev