• 0 Posts
  • 183 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle

  • Not even just because people are idiots, but also because a LLM is going to have quirks you will need to work around or exploit to get the best results out of it. Like how it’s better to edit your question to clarify a misunderstanding and regenerate the response than it is to respond again with the correction, because there is more of a risk it gets stuck on its mistake that way. Or how it can be useful in some situations to (if the interface allows this) manually edit part of the LLM output to be more in line with what you want it to be saying before generating the rest.


  • The argument they make seems to boil down to, there’s various reasons to believe that social media can be a negative influence on teenagers, social media companies are intentionally manipulative and amoral, the idea of this type of social media ban is popular with the public in polls, and the Trump administration opposes social media regulation. So yeah, not all that comprehensive. Notably lacking is a case that a youth ban is actually the right solution and wouldn’t cause its own harms, an explanation of why teenagers and adults are so different here and what that implies, or an acknowledgement of the cases against such a ban (for instance they make an uncritically positive reference to last year’s ban by Australia which is extremely controversial and has a lot of good arguments against it, like the privacy disaster of making everyone prove their identity to post online). To be fair the whole thing seems like mostly a really brief summary of The Anxious Generation, maybe that book makes a stronger point.

    It has to be acknowledged that much of what makes up human culture and society is online now, and will continue to be going forward. The real question should be, what do we want that society to look like, and how do we move in that direction? Probably there is a lot more to it than passing laws that ban things. Calling social media digital crack and demanding teenagers to go live in a past that doesn’t exist anymore seems like a very head-in-sand attitude to me.


  • “There is no formal relationship between the platforms and the workers. If the tasks disappear, they are simply no longer called,” he said.

    Fuentes and 19 other Venezuelan taskers have a WhatsApp group where they take turns to alert members when a task becomes available. “If someone has insomnia, they say, ‘Don’t worry, I’ll keep an eye out tonight,’” she said.

    I used to do online gig work like this. The good part is you don’t really have to directly interact with anyone, the bad part is this stuff, garbage pay, and the platforms not giving a fuck about whether clients scam you or falsely tank your approval rating. To even obtain decent tasks you basically have to do what these people did with an active group chat, or cheat and use scripts to automatically snipe them and notify you.

    The most memorable ones were stuff like, transcribing videos of maintenance people describing what they were doing, and watching video feeds of surgery robots and rating the skills of their operators.

    Despite all the shitty aspects of it, I think it sucks this kind of work is going away, because it is really convenient to have as an option and used to be an effective way to avoid getting a traditional job if you were really dead set on that. And I guess a good option in general for people in countries with very low cost of living.




  • So are they loading every exam in its entirety into the same context window and doing the whole thing with a single prompt? Or letting the LLM take arbitrary actions instead of only returning a value? It seems like they would have had to make some pretty bad decisions for this to be possible, beyond maybe just adjusting the one grade. I wonder what the prompt jailbreak equivalents of sql injection would actually look like






  • To me the disadvantage would be, the library likely does many more things than just what you need it for, so there is way more code, so you probably can’t realistically read and understand it yourself before incorporating it. This would lead to among other issues the main thing that irritates me about libraries; if it turns out something in it is broken, you are stuck with a much bigger debugging problem where you first have to figure out how someone else’s code is structured.

    Although I guess that doesn’t apply as much to implementations of common algorithms like OP since the library is probably solid. I would consider favoring LLM code over most anything off npm though.