What if everybody just votes thier opinion on a set of issues. The cadadites have to declare thier opinion on the same set. When the voting is done, the percentages are calculated for all the issues. Then a computer program picks a list of cadidates such the they together match the distribution of the voters.
It makes voting more complex. Having citizens able to make their opinion heard is important, but it should be separate from voting, unless you want an even larger abstention.
The matching problem doesn’t necessarily have a solution. As in, it might be (and is actually likely) impossible to have a set of representatives that matches the percentages of each opinion.
Not all opinions can be expressed in a multiple choice question. Most topics are way too complex to be summarised in a few options. So, who picks the few authorized opinions?
1, it is actually less complex for the voter. Right now they don’t kniw much about who/what they are voting for because all the info they get is marketing. But a question about homelessness or crime they probably feel more confident in thier answer. Plus many people don’t vote because thier options are all liars. The reps in this case don’t have to be popular, so they don’t have to lie.
2 in very small states it might be tough, but an algorithm can find the closest match by simply trying all the combinations. For a computer that will be a very simple task. And it could even print them all out for anyone to validate.
3 this for sure is the hardest part. Probably some kind of public proposal and polling combo would be needed.
Btw, at work we were told to use numbers instead of bullets because it makes referring to a point much easier.
You are conflating complexity and difficulty. But I’ll argue it’s both more complex and more difficult. It’s more complex because rather than choosing your candidate, you have to express your opinions. You have a bunch of choices to make instead of one. That’s complexity. But it is also more difficult, because it requires you to have a grasp of all the issues that are brought up. Not everyone is able to give their opinion on how to best fight a job crisis, for instance. And picking what “feels” best makes the choice pointless and dangerous. It also doesn’t prevent lies, marketing and false promises at all, as a candidate could still be lying about their intentions just to get more votes.
It is very hard to find the closest match. I tell you that as a software engineer. Because what rules do you use to determine the “closest”? Do you consider every opinion as important? Do you minimise the average distance? Do you minimise the amount of extreme differences? Do you prioritise some “more important” issues? Who even decides what is important? There are so many ways to bias and twist a system like this.
Then you’re probably better off advocating for a direct democracy, which is another topic and can be done in a much easier way than trying to adapt a representative democracy for it!
I disagree that answering the questions have to be harder. They don’t have to be so specific that they require a solid grasp. They should be more like do you agree with doing X. Not “choose the best way to solve the homeless crisis”.
You’re overthinking it. You take each question and determine what % of the population answered each way. Then you choose multiple cadadites such that together roughly the same % of the cadadites answered the same way as the people. So yes you should end up with representatives on opposite sides of the issue if people voted that way. The idea is that the representatives as a whole accurately represent the people. And like I said, in a small population state that may be a challenge. But there are ways to work around that.
I don’t think a direct democracy is better. In a dd, money determines what gets voted on. And there are less things voted on in general, so money can sway the people a lot. When the number of questions is higher and all at once, money has a hard time focusing a message on them all. And even after that, the answering of the questions chooses a rep who is able to learn enough aboutvit to be less likely to be swayed by money. A large part of that is that they need no campaign, so they don’t have to serve the money to get reelected.
I’m not saying it perfect, but the general idea is to get people who represent the opinions of the people, not popularity contest winners. And to reduce the money connection to poloticians votes. Also, you don’t need a “party” at all.
I’m not overthinking it. Doing stuff like this is my job. I receive a problem, I ask the questions to get precise requirements. What I am telling you is that depending on who answers these questions, the outcome of the elections can be completely different. In a very oversimplificated way, it’s a new, even sneakier way to gerrymander.
I’m a devops engineer. I personally haven’t written code to do this, but it isn’t something that hasn’t been done before. Just take all possible combinations of candidates and use thier answers to compute the percentage that answered a given way for each question foreach combination. Do the same with the voting results. Then compare the % of the population to the % of each combination to get a set of differences for each combination. For small states you probably need to increase the number of seats to some minimum like 20 or more. For big states you will probably get a match with a tolerance of +/- 1%. For others you will have to iterate the tolerance up until you get a match.
If you want to get a better match, you could make the number of cadadites selected dynamic. And personally I support having a larger number as it reduces the power of anyone individual. Then the reps from the state can vote on any issue, and the states votes can be distributed to represnt the votes of the many representatives.
The idea is a group that actually represents the views of the people they represent istead of special interests.
What if everybody just votes thier opinion on a set of issues. The cadadites have to declare thier opinion on the same set. When the voting is done, the percentages are calculated for all the issues. Then a computer program picks a list of cadidates such the they together match the distribution of the voters.
Three problems:
1, it is actually less complex for the voter. Right now they don’t kniw much about who/what they are voting for because all the info they get is marketing. But a question about homelessness or crime they probably feel more confident in thier answer. Plus many people don’t vote because thier options are all liars. The reps in this case don’t have to be popular, so they don’t have to lie. 2 in very small states it might be tough, but an algorithm can find the closest match by simply trying all the combinations. For a computer that will be a very simple task. And it could even print them all out for anyone to validate. 3 this for sure is the hardest part. Probably some kind of public proposal and polling combo would be needed. Btw, at work we were told to use numbers instead of bullets because it makes referring to a point much easier.
I disagree that answering the questions have to be harder. They don’t have to be so specific that they require a solid grasp. They should be more like do you agree with doing X. Not “choose the best way to solve the homeless crisis”.
You’re overthinking it. You take each question and determine what % of the population answered each way. Then you choose multiple cadadites such that together roughly the same % of the cadadites answered the same way as the people. So yes you should end up with representatives on opposite sides of the issue if people voted that way. The idea is that the representatives as a whole accurately represent the people. And like I said, in a small population state that may be a challenge. But there are ways to work around that.
I don’t think a direct democracy is better. In a dd, money determines what gets voted on. And there are less things voted on in general, so money can sway the people a lot. When the number of questions is higher and all at once, money has a hard time focusing a message on them all. And even after that, the answering of the questions chooses a rep who is able to learn enough aboutvit to be less likely to be swayed by money. A large part of that is that they need no campaign, so they don’t have to serve the money to get reelected.
I’m not saying it perfect, but the general idea is to get people who represent the opinions of the people, not popularity contest winners. And to reduce the money connection to poloticians votes. Also, you don’t need a “party” at all.
If you want to get a better match, you could make the number of cadadites selected dynamic. And personally I support having a larger number as it reduces the power of anyone individual. Then the reps from the state can vote on any issue, and the states votes can be distributed to represnt the votes of the many representatives.
The idea is a group that actually represents the views of the people they represent istead of special interests.
deleted by creator