I'm asking because I was thinking that with AM it could be build into clients right now. To vote you would simply send a message to a defined address with yes, no or a number if there is a list to choise from. To get the results you would need to sum up the balances of the accounts that voted at the point in time when the voting started.
Is there an additional benefit in the planned voting implementation in the core?
We could have only AM and build everything on top, but it's not very convenient.
Additional benefits will be only after we implement Smart Contracts.
Is there an ETA for the voting system? Would it make sense to create an intermediate, client based voting system to gather some experience for the core implementation?
I was thinking about writing a command lines tool in Python just to create votings, vote and show the results of a vote. No reference implementation, just something intermediate to see how this could work.