alt.hn

5/7/2026 at 10:45:59 AM

Show HN: Agent-harness-kit scaffolding for multi-agent workflows

https://ahk.cardor.dev

by enmanuelmag

5/7/2026 at 11:58:10 AM

Interesting project. I am working on a similar solution. Eventually you will run into the following with harnesses, so I wonder how these questions work with your project;

1) Can you define a process other than build -> review -> .. etc. And more importantly, can you define a process that is more complex? For example for each review finding, do X. Or go from end-to-end test, back to build.

2) In your setup, how does a sub-agent prove undeniably, that it's work is complete? Does the "lead" agent just look at the output? If so, it would effectively make the lead an implicit reviewer for all agents, so I don't follow why you would need a review step.

3) Can you have steps in between these agentic processes that do not involve agents?

by philipp-gayret

5/7/2026 at 12:27:07 PM

Not Op.

For 1), yes, there is an "observe" step in the process where - when the project is deployed - it observes and reconciles what happens vs what should happen based on specs.

I believe more variant are bound to emerge when harnesses become more prevalent. We only scratched the surface, so don't generalize over the process yet.

by Fiahil

5/7/2026 at 5:29:12 PM

It took me awhile to figure out what this even does, and that was only because our team had just discussed agent coordination the day prior.

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

by hungryhobbit

5/7/2026 at 1:44:28 PM

This 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.

by elysianfields

5/7/2026 at 9:47:09 PM

Thanks! That a very good idea. I will add it on my roadmap and start planning. Thanks, if you have more ideas or proposal add it on the repo too

by enmanuelmag

5/7/2026 at 2:51:33 PM

This is very cool.

We have been working on a communication layer that would be, I believe, complementing it by allowing the agents to actually talk to each other and to agents in other teams: https://github.com/awebai/aweb

by eugeniecregan

5/7/2026 at 3:03:37 PM

I vibe coded a super simple communication layer with my agents. I'm all for it as certain things shouldn't be put in certain contexts for one.

I have a lot more roles though and it's more flexible, but also a bit slower as it isn't in full yolo mode.

by mettamage

5/7/2026 at 3:17:55 PM

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

by eugeniecregan

5/7/2026 at 3:52:34 PM

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 what it should or should not do.

The communication, more or less, goes as I want it to go, aka quite smooth.

by mettamage

5/8/2026 at 2:15:58 PM

That's really interesting - so they develop personalities if we allow them to?! Is it part of social conditioning? Would humans have a personality if they lived in isolation?

by eugeniecregan

5/7/2026 at 1:24:38 PM

hit this exact thing running a routines hub.

When an agent is told to do something by the scheduler, the next step in the process only believes it’s done if the agent’s status is marked as ‘posted’. Statuses like ‘ready_to_post’ or ‘draft_verified_awaiting_review’… these are actually errors that the system needs to fix on the following attempt.

The trickiest part was dealing with being stopped, but not having something break. You have to have ways to say “this happened, and it isn't what we wanted”, for example, ‘blocked_quota’, ‘blocked_no_credentials’, or ‘skipped_anti_bunching’. If you don't have those, the main program will endlessly retry and spend all your money.

the typed handoff in ahk is the right primitive imo. discipline on top: agents never write half-states. every run terminates in a documented terminal status, success or otherwise.

by arctide

5/9/2026 at 9:54:12 AM

[dead]

by naturalintell

5/7/2026 at 3:28:54 PM

Two 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?

by dubovskiyIM

5/7/2026 at 10:45:08 PM

[flagged]

by enmanuelmag

5/7/2026 at 4:52:19 PM

Interesting. Sadly my super biased personal issue with any tool that needs nodeJS and its infrastructure is an immediate downer. Last tools like openspec and oh-my-codex etc I tried via a nix shell. Will take a look.

by larusso

5/7/2026 at 1:19:06 PM

It looks very promising! Is there any plan to implement a ralph-loop inside?

by yshamrei

5/7/2026 at 9:48:09 PM

Interesting, I will checking. And Thanks, if you have more ideas or proposal add it on the repo too

by enmanuelmag

5/7/2026 at 12:55:02 PM

Looks 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?

by lynellf

5/7/2026 at 9:49:03 PM

I will ad emote provider option on the future, to expose all internal logic as the MCP and new guest urge available from any provider

by enmanuelmag

5/7/2026 at 3:21:26 PM

doesn't codex already offer subagents i can see this is agnostic but unsure i would add to the context load on each turn

by zuzululu

5/7/2026 at 4:15:09 PM

Here’s hoping name collision means I always get AutoHotKey when I search ahk.

by xerox13ster

5/7/2026 at 3:00:16 PM

looks interesting, starred

by andreypk

5/9/2026 at 9:58:00 AM

[flagged]

by naturalintell

5/7/2026 at 11:38:34 AM

[flagged]

by EvidenceRun

5/7/2026 at 1:16:16 PM

[dead]

by ajaystream

5/7/2026 at 11:56:30 AM

[flagged]

by rootbrief

5/7/2026 at 3:56:19 PM

[flagged]

by esteyang

5/7/2026 at 10:45:59 AM

[dead]

by enmanuelmag

5/7/2026 at 11:48:45 AM

If you replace sqlite with a remote DB like Postgres, can you federate the agents and have multiple pointing at the same central knowledge store?

by koolba

5/7/2026 at 9:49:28 PM

Yes that a goal on my roadmap. Thanks, if you have more ideas or proposal add it on the repo too

by enmanuelmag