Hacker News new | ask | show | jobs
Show HN: StrawPot – Agents that figure out how to solve tasks (strawpot.com)
4 points by juhgiyo 89 days ago
StrawPot is an open system for running role-based AI workers.

Most agent systems rely on predefined workflows.

This explores a different approach: agents dynamically decide how to solve tasks.

The infrastructure is mostly solved (delegation, isolation, tracing).

The open problem is behavior: how agents improve over time and reuse what works.

Looking for feedback from others building agent systems.

1 comments

is this the similar to https://arcanon-ai.vercel.app/ ??
Similar at a high level (multi-agent),

but those systems are cloud-based and rely on predefined roles.

StrawPot runs locally and lets agents decide how to solve tasks dynamically.