Skip Navigation

Why is there so much hype around artificial intelligence?

I've tried several types of artificial intelligence including Gemini, Microsoft co-pilot, chat GPT. A lot of the times I ask them questions and they get everything wrong. If artificial intelligence doesn't work why are they trying to make us all use it?

157 comments
  • Robots don't demand things like "fair wages" or "rights". It's way cheaper for a corporation to, for example, use a plagiarizing artificial unintelligence to make images for something, as opposed to commissioning a human artist who most likely will demand some amount of payment for their work.

    Also I think that it's partially caused by people going "ooh, new thing!" without stopping to think about the consequences of this technology or if it is actually useful.

  • The hype is also artificial and usually created by the creators of the AI. They want investors to give them boatloads of cash so they can cheaply grab a potential market they believe exists before they jack up prices and make shit worse once that investment money dries up. The problem is, nobody actually wants this AI garbage they're pushing.

  • IIRC When ChatGPT was first announced I believe the hype was because it was the first real usable interface a layman could interact with using normal language and have an intelligible response from the software. Normally to talk with computers we use their language (programming) but this allowed plain language speakers to interact and get it to do things with simple language in a more pervasive way than something like Siri for instance.

    This then got over hyped and over promised to people with dollars in their eyes at the thought of large savings from labor reduction and capabilities far greater than it had. They were sold a product that has no real "product" as it's something most people would prefer to interact with on their own terms when needed, like any tool. That's really hard to sell and make people believe they need it. So they doubled down with the promise it would be so much better down the road. And, having spent an ungodly amount into it already, they have that sunken cost fallacy and keep doubling down.

    This is my personal take and understanding of what's happening. Though there's probably more nuances, like staying ahead of the competition that also fell for the same promises.

  • As a beginner in self hosting I like plugging the random commands I find online into a llm. I ask it what the command does, what I'm trying to achieve and if it would work..

    It acts like a mentor, I don't trust what it says entirely so I'm constantly sanity checking it, but it gets me to where I want to go with some back and forth. I'm doing some of the problem solving, so there's that exercise, it also teaches me what commands do and how the flags alter it. It's also there to stop me making really stupid mistakes that I would have learned the hard way without.

    Last project was adding a HDD to my zpool as a mirror. I found the "attach" command online with a bunch of flags. I made what I thought was my solution and asked chatgpt. It corrected some stuff: I didn't include the name of my zpool. Then gave me a procedure to do it properly.

    In that procedure I noticed an inconsistency in how I was naming drives vs how my zpool was naming drives. Asked chat gpt again, I was told I was a dumbass, if thats the naming convention I should probably use that one instead of mine (I was using /dev/sbc and the zpool was using /dev/disk/by-id/). It told me why the zpool might have been configured that way so that was a teaching moment, I'm using usb drives and the zpool wants to protect itself if the setup gets switched around. I clarified the names and rewrote the command, not really chatgpt was constantly updating the command as we went... Boom I have mirrored my drives, I've made all my stupid mistakes in private and away from production, life is good.

  • When ChatGPT first started to make waves, it was a significant step forward in the ability for AIs to sound like a person. There were new techniques being used to train language models, and it was unclear what the upper limits of these techniques were in terms of how "smart" of an AI they could produce. It may seem overly optimistic in retrospect, but at the time it was not that crazy to wonder whether the tools were on a direct path toward general AI. And so a lot of projects started up, both to leverage the tools as they actually were, and to leverage the speculated potential of what the tools might soon become.

    Now we've gotten a better sense of what the limitations of these tools actually are. What the upper limits of where these techniques might lead are. But a lot of momentum remains. Projects that started up when the limits were unknown don't just have the plug pulled the minute it seems like expectations aren't matching reality. I mean, maybe some do. But most of the projects try to make the best of the tools as they are to keep the promises they made, for better or worse. And of course new ideas keep coming and new entrepreneurs want a piece of the pie.

  • I ask them questions and they get everything wrong

    It depends on your input, on your prompt and your parameters. For me, although I've experienced wrong answers and/or AI hallucinations, it's not THAT frequent, because I've been talking with LLMs since when ChatGPT got public, almost in a daily basis. This daily usage allowed me to know the strengths and weaknesses of each LLM available on market (I use ChatGPT GPT-4o, Google Gemini, Llama, Mixtral, and sometimes Pi, Microsoft Copilot and Claude).

    For example: I learned that Claude is highly-sensible to certain terms and topics, such as occultist and esoteric concepts (specially when dealing with demonolatry, although I don't exactly why it refuses to talk about it; I'm a demonolater myself), cryptography and ciphering, as well as acrostics and other literary devices for multilayered poetry (I write myself-made poetry and ask them to comment and analyze it, so I can get valuable insights about it).

    I also learned that Llama can get deep inside the meaning of things, while GPT-4o can produce longer answers. Gemini has the "drafts" feature, where I can check alternative answers for the same prompt.

    It's similar to generative AI art models, I've been using them to illustrate my poetry. I learned that Diffusers SDXL Turbo (from Huggingface) is better for real-time prompt, some kind of "WYSIWYG" model ("what you see is what you get") . Google SDXL (also from Huggingface) can generate four images at different styles (cinematic, photography, digital art, etc). Flux, the newly-released generative AI model, is the best for realism (especially the Flux Dev branch). They've been producing excellent outputs, while I've been improving my prompt engineering skills, being able to communicate with them in a seamlessly way.

    Summarizing: AI users need to learn how to efficiently give them instructions. They can produce astonishing outputs if given efficient inputs. But you're right that they can produce wrong results and/or hallucinate, even for the best prompts, because they're indeed prone to it. For me, AI hallucinations are not so bad for knowledge such as esoteric concepts (because I personally believe that these "hallucinations" could convey something transcendental, but it's just my personal belief and I'm not intending to preach it here in my answer), but simultaneously, these hallucinations are bad when I'm seeking for technical knowledge such as STEM (Science, Tecnology, Engineering and Medicine) concepts.

157 comments