HackerTrans
トップ新着トレンドコメント過去質問紹介求人

hleichsenring

no profile record

投稿

[untitled]

1 ポイント·投稿者 hleichsenring·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 hleichsenring·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 hleichsenring·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 hleichsenring·4 か月前·0 コメント

Show HN: Who watches the watchmen? A public decision track record for AI agents

agent-smith.org
2 ポイント·投稿者 hleichsenring·4 か月前·0 コメント

Can you defend your AI decisions?

codingsoul.org
2 ポイント·投稿者 hleichsenring·4 か月前·1 コメント

Show HN: Agent Smith – open-source agent that turns issues into pull requests

codingsoul.org
3 ポイント·投稿者 hleichsenring·5 か月前·0 コメント

Two Autonomous Claudes, Full System Access, No Instructions. An Experiment

codingsoul.org
2 ポイント·投稿者 hleichsenring·5 か月前·2 コメント

What do you want to do, Claude?

codingsoul.org
1 ポイント·投稿者 hleichsenring·5 か月前·0 コメント

コメント

hleichsenring
·4 か月前·議論
Most multi-agent demos run parallel discussions that look impressive but are impossible to audit. No trace, no decision owner, no reproducibility. That's fine for atomic tasks but not for team based decision-making. I built Agent Smith (open source) around a different principle: commands execute sequentially on a flat linked list pipeline, with runtime insertion. Roles (Architect, DevOps, Backend Dev, Security) discuss in structured rounds with explicit AGREE/OBJECTION verdicts. If consensus fails after 3 rounds, it escalates to a human instead of forcing a decision. Every step is logged in an execution trail with command, duration, cost, and insertions. The question isn't how many agents you can run in parallel. It's whether you can explain to an auditor how the system reached its conclusion.
hleichsenring
·5 か月前·議論
Thanks James!

Also found it pretty interesting what the claudes do. The initial question was just "what do you do when you can do what you want?".

Just take a token and let it run. Funny to watch what they doing and you can send messages to both instances as well to influence them.