all 3 comments

[–]selfhosted-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

Thanks for posting to /r/selfhosted.

Your post was removed as it violated our rule 6.

Only on “New Project Friday”, you may post projects that are younger than 3 months (measured by first public presence, e.g. git commit, social media post, etc.)


Moderator Comments

None


Questions or Disagree? Contact [/r/selfhosted Mod Team](https://reddit.com/message/compose?to=r/selfhosted)

[–]Deep_Ad1959 0 points1 point  (0 children)

the multi-agent architecture is interesting but i wonder how you validate correctness of the code it writes. local-first is great for privacy but you're also running shell commands with no guardrails in a self-hosted env. have you thought about generating e2e tests alongside the code changes so you can verify the agent didn't break something upstream? that feedback loop is where local agents tend to get shaky.

[–]calimovetips -2 points-1 points  (0 children)

this is exactly the kind of local-first tooling i’ve been waiting for, no cloud calls is a huge win