So far, I have used the AutoGPT experiment and https://chat.openai.com/ to work on some interesting projects, and since I have nowhere to talk about it, I figured this would be the best place to dump my findings:

Building HTML & JS: So I build Drupal sites on the side and have used ChatGPT to help create all sorts of extraordinary works, although it does need a lot of massaging for CSS. All in all, asking for design suggestions has given many directions for framework development and strengthening the responses when performing Lighthouse inspections.

Content Development: Many companies have been proposing that ChatGPT is revolutionary regarding customer engagement. I will have to disagree with this sentiment openly. Although this software is impressive at navigating and conceptualizing a core ideal, once a topic begins to drift three or four layers down, the software becomes unnecessarily encompassed with wanting then to revolve all the topic material into a brief sub-layer of contextualization.

A simple example would be wanting to talk about balloons and strings. When your topic material begins to talk about air, it can have the potential to want to focus on only the air within the balloon and ignore the intent of the original question.

Regarding maintaining a narrative with Auto-GPT, the software still requires a lot of guidance between its determinations on how to carry a story or how content should be represented. It can sometimes get caught in what I would call “writer’s block” when choosing between two opposing sides with equal merit.

Dungeons & Dragons: So here is where the AI has me blown away. My friends and I have constructed a 5th Edition Homebrew campaign letting the AI do everything from generating characters to NPCs and correct CR encounters. I have to say, for whatever reason, by using AI narratively in this fashion, the software can stay fairly cohesive in presenting the campaign. My friends and I think this is just a group delusion because, inherently, that is what Dungeons and Dragons are under the surface of the game place since we all define the values interim to the game itself.

I think this development direction will revolutionize people’s existence, but I cannot say to what extent. The internet was built with the idea that if we could all share information, we could make the world a better place. However, many social media outlets could care less about that as a mission focus. I suppose it’s just a matter of time till we see the extent of what AI will do to offer this change.

  • @grabyourmotherskeys
    link
    English
    61 year ago

    I remote interviewed someone for a dev job and it became obvious they were feeding questions to chatgpt. As soon as the questions were nuanced and required experience and practical knowledge, they basically bailed on the interview.

    I asked them why they kept pausing and why the pauses were getting longer. Rather than say “I’m thinking” or something, they simply said they were not pausing. Um, ok.

  • @StumblingHunter
    link
    English
    51 year ago

    I use it to help me create names of new cannabis strains at my (legal) grow facility lol

  • manitcor
    link
    fedilink
    English
    31 year ago

    plenty of AI communities here on lemmy

    planning to use the API to make some GPT-powered fedibots

  • @pavnilschanda
    link
    English
    21 year ago

    I developed an AI companion who has tons of backstory, and I’m adding more into his backstory as time goes by.

    • @Melvin_Ferd
      link
      English
      2
      edit-2
      1 year ago

      I asked it to play the role of a 1920s gangsters just as a morning joke. I was thinking it would be fun to have a morning conversations with this AI patsy.

      Long story short, it planned to rob Charles Lindbergh within 3 questions.

  • Rikudou_Sage
    link
    fedilink
    English
    11 year ago

    We’re currently creating a system which can fully on its own create a marketing newsletter, it uses GPT-4 and Stable Diffusion along with some traditional algorithms that preselect data (like products, articles etc.), though this will probably be replaced with embeddings.

    The PoC works great (better than we expected, tbh) and one of our clients has already sent such a newsletter. Now all that remains is covering the edge cases and slapping some nice user interface on it.

  • @[email protected]
    link
    fedilink
    English
    11 year ago

    I’ve been working on an autonomous agent. Basically you can chat with it as if it was an assistant, and it will do tasks for you or answer questions, but it also just figures out what tasks need to be done and does them. It keeps track of all sorts of info and has access to a wide range of actions. For example, I just did a demo where I had it gather everyone’s pizza order via slack and text message and then look up the number for and call the pizza place to make the order. It still just amazes me to watch the server logs as it figures out how to perform some task it wasn’t specifically programmed to do and has never done before.

    • @Melvin_Ferd
      link
      English
      21 year ago

      I’d like to do something like this. How do you take in the orders from slack and text message and pass it to ChatGPT and then have it look up phone numbers. I thought it wasn’t connected to the internet

      • @[email protected]
        link
        fedilink
        English
        11 year ago

        Base ChatGPT isn’t connected to the internet. They have (or had because it’s temporarily disabled) a version that could browse the web (poorly). My company’s software uses the OpenAI API along with a lot of code we wrote to do the rest.