HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hleichsenring

no profile record

Submissions

[untitled]

1 points·by hleichsenring·3 maanden geleden·0 comments

[untitled]

1 points·by hleichsenring·3 maanden geleden·0 comments

[untitled]

1 points·by hleichsenring·3 maanden geleden·0 comments

[untitled]

1 points·by hleichsenring·4 maanden geleden·0 comments

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

agent-smith.org
2 points·by hleichsenring·4 maanden geleden·0 comments

Can you defend your AI decisions?

codingsoul.org
2 points·by hleichsenring·4 maanden geleden·1 comments

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

codingsoul.org
3 points·by hleichsenring·5 maanden geleden·0 comments

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

codingsoul.org
2 points·by hleichsenring·5 maanden geleden·2 comments

What do you want to do, Claude?

codingsoul.org
1 points·by hleichsenring·5 maanden geleden·0 comments

comments

hleichsenring
·4 maanden geleden·discuss
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 maanden geleden·discuss
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.