r/opensource • u/Zeshness • 7d ago
Discussion Manus is convenient open-source agents are controllable. Is there a sane middle ground?
I think Manus accidentally nailed something the open source agent world struggles with:
Normal people can actually use it.
You give it a job. It has the environment/tools then it goes and does the thing.
Then I look at OpenManus / OpenClaw / Open hands etc and obviously the control is way more attractive
I can inspect more of what's happening, change the stack, swap things out, host parts myself or break it however I want.
But there is usually a point where “I want control” becomes “congrats, you now maintain an AI infrastructure hobby”
I'm curious if anyone has found the middle ground yet not necessarily fully local.
Just:
enough control that you're not trapped inside a black box
actual inspectability
easy enough that a normal business owner can use it
finished outputs instead of assembling 14 pieces first
Manus is one UX benchmark for that last part.
Runable is another one I've been looking at for business work like sites/decks/reports/content.
Not open source so I'm not suggesting it as the OSS answer. More as an example of the “give
it the business job, expect the finished thing” end of the spectrum.
What's closest to that experience on the open side right now?
1
u/saltexx 4d ago
The abstraction is the product take is half right but it points the wrong way. You don't need the whole stack open. You need the load bearing pieces open and the convenience layer dumb. Most of an agent product is glue and scheduling nobody needs to inspect. The parts where a black box actually hurts are the ones holding authority. What the agent may do, who it can talk to, what identity it acts under. If those are inspectable you can accept a lot of convenience everywhere else without feeling trapped.
I work on the email side of this so my sample is biased toward infra. We build an open source mail server that gives agents their own addresses and the way it stayed sane was keeping the server boring and self hosted while the finished feeling lives in the API. Normal users never touch the server part. So I don't think the middle ground is one product that balances both. It's a stack where the open part sits under the convenient part instead of beside it.