• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: July 17th, 2023

help-circle
  • This is the practical outcome in a system where voters are forced to vote for the least problematic candidate out of a pool of two preselected politicians. Nothing will change, administration after administration, until the people are allowed to select their own candidates and the media promotes more candidates than just the big two.

    Side note: a lot of people right now will be knee-jerking and wanting to respond to me that that’s what the primary system is for. Wilding v. DNC Services Corp and the Democratic primaries that caused it should disabuse anyone of that notion. And trust me, if the Democrats are dirty dealing so are the Republicans.












  • Speaking as both a software developer and a sometime hiring manager or hiring consultant: Yes absolutely.

    As a developer, if you give me something to " take home ", I expect to be paid an hourly rate for it. It doesn’t really matter if the work is going to be used thereafter or if it’s throw away. The employer gets valuable information, and I’ve spent time focused on their project to the exclusion of all else.

    As a hiring manager or consultant, if I can’t get a handle on your skill set sufficient to justify the risk of a 90-day trial relationship (pretty common in the state I live in, here in the United States) within a one hour conversation, then I’ve done something wrong. Interviews I’ve led or otherwise been a part of don’t tend to last more than 15 or 20 minutes unless we really hit it off and start talking about 3d printing or something.

    Note that everything I’m talking about refers to technical interviews. I don’t do the HR stuff.





  • Couple of things here - what do you do with the open source models already published? There’s terabytes of data encapsulated in those. Some have published corpora, some don’t. How do you plan to determine that a work comes from an unregistered AI?

    Also, with respect to “within the country” - VPNs exist. TOR exists. SD cards exist. What’s your plan to control the flow of trained models without violating civil rights?

    This is a teflon slope covered in oil. (IMO)


  • I agree that under the current system of “idea ownership” someone needs to be held responsible, but in my opinion it’s ultimately a futile action. The moment that arbitrary individuals are allowed to download these models and use them independently (HuggingFace, et al), all control of whatever is in the model is lost. Shutting down Open AI or Anthropic doesn’t remove the models from people’s computers, and doesn’t eliminate the knowledge of how to train them.

    I have a gut feeling this is going to change the face of copyright, and it’s going to be painful. We collectively weren’t ready.


  • freewheel@lemmy.worldtoTechnology@lemmy.worldNew AI systems collide with copyright law
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    11 months ago

    Sure, but that particular horse has left the barn. There will be cases where identification is easy(-ier) but as shown in Oracle v Google, there are only so many ways to express ideas in code.

    For example, I just asked Claude 2 “Write a program in C to count from 1 to some arbitrary number specified on the command line.” Can you tell me the origin of this line from the result?

    for(int i=1; i<=n; i++) {

    I mean, if it’s from a copyrighted work, I certainly don’t want to use it in an open-source project!

    EDIT: Guessing there’s a bug in HTML entity handling.