• 0 Posts
  • 146 Comments
Joined 3 years ago
cake
Cake day: June 4th, 2023

help-circle






  • Yeah, there’s two problems with this.

    1. Congress is non-functional and can’t act as a check on the executive branch or the courts. In the past they’ve passed fuck you laws where they initially passed a law saying X, the supreme court interpreted it to say Y and then they passed a clearer version of X. This hasn’t happened in a long time.
    2. The supreme court likes to reinterpret the constitution. This means if you want to correct the supreme courts interpretation you have to pass a constitutional amendment. Even if Congress functioned properly this would be difficult.

    The idea we’re talking about wouldn’t work anyway. The problem is, many of the state supreme court judges are also batshit.

    The only way round this is to copy other countries that have functional judicial systems and stop making judges either political appointments or directly elected. They need to be professionals selected on merit, and firable, or at least replaceable after a term, if they’re incompetent.














  • You absolutely can’t use LLMs for anything big unless you learn to code.

    Think of an LLM as a particularly shit builder. You give them a small job and maybe 70% of the time they’ll give you something that works. But it’s often not up to spec, so even if it kinda works you’ll have to tell them to correct it or fix it yourself.

    The bigger the job is and the more complex the more ways they have to fuck it up. This means in order to use them, you have to break the problem down into small sub tasks, and check that the code is good enough for each one.

    Can they be useful? Sometimes yes, it’s quicker to have an AI write code than for you to do it yourself, and if you want something very standard it will probably get it right or almost right.

    But you can’t just say ‘write me an app’ and expect it to be useable.