Remix.run Logo
visarga 11 hours ago

Best interface in my opinion is a git tracked folder, files as state, agents coming in and doing work. It's not just a chat interface because in chat mode everything flows like water under the bridge. It is files as agents, where you get the agent to write a task in a file, and then it updates the file like a blackboard as it performs work. Same task file can be seen by worker agent, multiple judge agents (for plan and implementation), documentation agents and reflexion agents (improve workflow). I would also track every user message in a chat_log.md for reflexion agents (what is wrong with the workflow) and intent review (is the agent still following user intent?).

jaapz 9 hours ago | parent [-]

Sure but this is a very software engineer coded answer

What about people who don't think like you

alansaber 8 hours ago | parent | next [-]

I think there is so much abstraction/simplification you can make when fundamentally you need a strong VCS underwriting everything

tdeck 8 hours ago | parent | prev [-]

I think this might not be the best forum to collect that research sample.