logoalt Hacker News

visargatoday at 7:45 AM1 replyview on HN

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?).


Replies

jaapztoday at 9:33 AM

Sure but this is a very software engineer coded answer

What about people who don't think like you

show 2 replies