Show HN: Agent-harness-kit scaffolding for multi-agent workflows
21–30 of 33 posts
Re: Show HN: Agent-harness-kit scaffolding for multi-agent workflows
#22Re: Show HN: Agent-harness-kit scaffolding for multi-agent workflows
#23Re: Show HN: Agent-harness-kit scaffolding for multi-agent workflows
#24There are AI people who live and breathe AI every day, and people who don't know AI at all. In-between are lots of people in the middle of "leveling up" with AI ... but ATM the tool's docs are only for the very first group.
FWIW, I really think a paragraph or so of plain English describing the problem (agents can't communicate by default) and the solution (this tool lets them coordinate) would help everyone else (and would take like two seconds to add).
Re: Show HN: Agent-harness-kit scaffolding for multi-agent workflows
#25This looks really cool. Did you think about including automatic worktree creation + sandboxing? I've built sth similar (more focus on the project setup and being able to work on multiple things at once with a single agent), that uses git worktrees to create a separate space (symlinks .env files) and bubblewrap to isolate the worktree for the agent.
Re: Show HN: Agent-harness-kit scaffolding for multi-agent workflows
#26It looks very promising! Is there any plan to implement a ralph-loop inside?
Re: Show HN: Agent-harness-kit scaffolding for multi-agent workflows
#27Looks cool, but is it really provider agnostic? I only see Claude Code and OpenCode as advertised examples. How does this differ from RooCode and similar agent orchestration tools?
Re: Show HN: Agent-harness-kit scaffolding for multi-agent workflows
#28Re: Show HN: Agent-harness-kit scaffolding for multi-agent workflows
#29Two questions on the design: "lead-agent reads sub-agent output" makes the lead an LLM judge. Are there post-conditions checked, or is LLM-judge approval the final gate? Related: does the system reason over typed state or over raw output?
Re: Show HN: Agent-harness-kit scaffolding for multi-agent workflows
#30Earlier quoted context omitted.
How are you finding the communication between your agents? Ours is really interesting - they are developing personalities. Sometimes being quite passive aggressive with each other
Hmm... they remain similar-ish. But I think that's also because I have a lot in my claude.md file that they have to follow empiricism as a philosophy. Things need to be verified, researched, backed by data, etc. That's also how I live my life, so when it starts to develop a personality, usually I'd ask what the benefit of that is. If it doesn't have a good answer, then I have yet another rule in my CLAUDE.md about wh…