I have a weird distaste of how law is written for a long time. Laws are difficult to understand and follow. For example, definitions are often unclear and depends on past rulings. Meaning the law itself is not suffice to decide if an action is legal or not. This really irritated me. The fact that I can’t know with 100% certainty if my actions will be considered legal prior to acting makes me feel uneasy.

Why can’t we just write laws like we write RFCs? With clear SHOULD, SHOULD NOT, MUST and MUST NOT? And with clear reference to other sections such that any uncertainty would be discovered and solved.

Also why didn’t this happen? I feel it would bring much more efficiency to the society. And less lawyer arguing over details that the even the law makers proposing said law didn’t know about.

  • shinymetal8@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    I love this idea and pondered it myself.

    I feel like the way many open source projects are maintained could be implemented by our government. Having laws be a series of RFCs and pull requests to a big open source project like the Linux kernel.

    Imagine the IRS being replaced by an open source repo that computes the taxes for a citizen. Politicians would lead RFCs - showing the change to the code, who it impacts, duration, etc.

    Then anyone could clone out the repo to compute their taxes. Or people could fork it and design additional front ends, analysis software for research, etc.

    Or your example of legal systems with laws - it’s such a mess. By having it maintained with some type of code you could have linter’s and automated checks that make sure laws don’t conflict, or show warnings of loopholes. Like how Rust checks your code to make sure it’s safe and there are no unhandled exceptions.

    Maybe with AI this will happen with our current system…but that just feels like a band-aid approach. Like, “let’s use AI to read and write these laws because even we don’t even understand them!” haha.