• 4 Posts
  • 33 Comments
Joined 11 months ago
cake
Cake day: September 2nd, 2024

help-circle

  • Bandwagon Premier launches at the end of the year, selling albums will only be available for this premium subscription tier of $10/month.

    This is kinda stupid? I don’t see anyone wanting to use this. If you don’t sell anything, you still have to pay. Also, as time passes, your older releases are sold less. If you don’t release anything new in a while, it makes little sense to keep being subscribed until your next release. Fees are way better, especially for small / little known artists. I think it makes more sense to host some free stuff here for advertisement, and then post a link to your Bandcamp in your profile to let people buy there, because their model is better.


  • I understand what you’re having in mind, I’ve had similar intuitions about AI in early 2000s. What exactly is “truly new” is an interesting topic ofc, but it’s a separate topic. Nowadays I’m trying to look at things more empyrically, without projecting my internal intuitions on everything. In practice it does generalize knowledge, use many forms of abstract reasoning and transfer knowledge across different domains. And it can do coding way beyond the level of complexity of what average software developer does at everyday work.


  • An LLM has “zero context” about your project’s specific stack and style guidelines. In other words, an AI might produce a generic <Modal> component, but integrating it into your app’s unique architecture is still a human task.

    This is very old. Nowadays, in Copilot for example, you add files to context and tell “hey look how I did that thing there, do this new thing following the same structure, with the same naming conventions” and it’s enough. And tools like Cursor just throw your whole project into context by default.


  • They don’t really transfer solutions to new problems

    Lets say there is a binary format some old game uses (Doom), and in it some of its lumps it can store indexed images, each pixel is an index of color in palette which is stored in another lump, there’s also a programming language called Rust, and a little known/used library that can look into binary data of that format, there’s also a GUI library in Rust that not many people used either. Would you consider it an “ability to transfer solutions to new problems” that it was able to implement extracting image data from that binary format using the library, extracting palette data from that binary format, converting that indexed image using extracted palette into regular rgba image data, and then render that as window background using that GUI library, the only reference for which is a file with names and type signatures of functions. There’s no similar Rust code in the wild at all for any of those scenarios. Most of this it was able to do from a few little prompts, maybe even from the first one. There sure were few little issues along the way that required repromting and figuring things together with it. Stuff like this with AI can take like half an hour while doing the whole thing fully manually could easily take multiple days just for the sake of figuring out APIs of libraries involved and intricacies of recoding indexed image to rgba. For me this is overpowered enough even right now, and it’s likely going to improve even more in future.



  • This only proves some of them can’t solve all complex problems. I’m only claiming some of them can solve some complex problems. Not only by remembering exact solutions, but by remembering steps and actions used in building those solutions, generalizing, and transferring them to new problems. Anyone who tries using it for programming, will discover this very fast.

    PS: Some of them were already used to solve problems and find patterns in data humans weren’t able to get other ways before (particle research in CERN, bioinformatics, etc).


  • Yeah, this is correct analogy, but much more complex problems than calculator. How much it is similar or not to humans way of thinking is completely irrelevant. And how much exact human type of thinking is necessary for any kind of problem solving or work is not something that we can really calculate. Considering that scientific breakthroughs, engineering innovations, medical stuff, complex math problems, programming, etc, do necessarily need human thinking or benefit from it as opposed to super advanced statistical meta-patterning calculator is wishful thinking. It is not based on any real knowledge we have. If you think it is wrong to give it our problems to solve, to give it our work, then it’s a very understandable argument, but you should say exactly that. Instead this AI-hate hivemind tries to downplay it using dismissive braindead generic phrases like “NoPe ItS nOt ReAlLy UnDeRsTaNdInG aNyThInG”. Okay, who tf asked? It solves the problem. People keep using it and become overpowered because of it. What is the benefit of trying to downplay its power like that? You’re not really fighting it this way if you wanted to fight it.


  • Coming up with even more vague terms to try to downplay it is missing the point. The point is simple: it’s able to solve complex problems and do very impressive things that even human struggle to, in very short time. It doesn’t really matter what we consider true abstract thought of true inference. If that is something humans do, then what it does might very well be more powerful than true abstract thought, because it’s able to solve more complex problems and perform more complex pattern matching.












  • A bit offtopic, but why would anyone want to keep their instance in line with local laws? Aren’t internet sites operating under jurisdiction of where they are hosted? Or is it just some coincidence that those people decided to host their stuff at datacenters at their local proximity? When I’m choosing hosting the first thing I think about: “hmmm I shouldn’t host in country where I live because I don’t want to ever have any problem with local authorities, and if I host elsewhere authorities there won’t be able to reach me physically so the worst thing that could happen is the site gets shut down”.