Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. My experience with Open AI Chat GPT - Pretty impressive

My experience with Open AI Chat GPT - Pretty impressive

Scheduled Pinned Locked Moved The Lounge
helpdatabasemongodbcomai-models
9 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jkirkerx
    wrote on last edited by
    #1

    So I'm working on my app, that several customers want a copy of, and I needed to create some data for further development and testing. I used the internet to collect some NMFC codes, with little being made public, for NMFC refereed me to a subscription service that was expensive. I fired up Chat GPT and asked it for a list of codes, and it gave me a small list. Then I got curious; or perhaps lazy, and pasted in my class object for the codes, and asked it to populate my sample object with the list it provided, and it did it, perfectly. Then I asked it for more unique codes, no problem. My Chat [Common NMFC Codes](https://chat.openai.com/share/885e0180-bc44-4efb-8dde-be572142ce1d) Today, I had to write a search function for the NMFC codes for MongoDB. Never done it before, so I had no idea how to do it. Used a sample from MongoDB, and it crashed from not having an index in the collection. I had no idea how to create an index, so I used the internet and got a sample, and it still crashed. Sort of frustrated and short on time, instead of going here to ask and post a question, I went to Chat GPT and asked it for help. I showed it my code, and it suggested better alternatives. Took me 20 minutes and it was up and running. I can now create the index as I seed the database. My Chat - how I interacted with it, questions I asked [MongoDB Collection Index](https://chat.openai.com/share/bda55381-b332-406c-8308-ac978850c598) Artwork I've asked it to draw me icons, said it couldn't do artwork. It also said it wasn't connected to the internet, in which it lied. My thoughts on ChatGPT I'm impressed with it. Considering it's a large language model, that was fed tons of data, I used it to populate the data that I needed to work on my project, and it helped me. Google engineers say Baird is very good at completing sentences and spell checking, so I suppose ChatGPT populating my class object could be similar to completing sentences. I thought about if someone decided to take the entire Code Project database and created a large language model for it, That Code Project could be automated to help programmers in the future. I just wanted to post my experience with ChatGPT this week, and what I used it for. You can laugh at what I used it for, or be in awe like I am. Seems to be the new Abracadabra of the information age here today, for the sovereign individual to consume and take advantage of.

    If it ain't broke don't fix it Discover my world at

    Richard Andrew x64R R B 3 Replies Last reply
    0
    • J jkirkerx

      So I'm working on my app, that several customers want a copy of, and I needed to create some data for further development and testing. I used the internet to collect some NMFC codes, with little being made public, for NMFC refereed me to a subscription service that was expensive. I fired up Chat GPT and asked it for a list of codes, and it gave me a small list. Then I got curious; or perhaps lazy, and pasted in my class object for the codes, and asked it to populate my sample object with the list it provided, and it did it, perfectly. Then I asked it for more unique codes, no problem. My Chat [Common NMFC Codes](https://chat.openai.com/share/885e0180-bc44-4efb-8dde-be572142ce1d) Today, I had to write a search function for the NMFC codes for MongoDB. Never done it before, so I had no idea how to do it. Used a sample from MongoDB, and it crashed from not having an index in the collection. I had no idea how to create an index, so I used the internet and got a sample, and it still crashed. Sort of frustrated and short on time, instead of going here to ask and post a question, I went to Chat GPT and asked it for help. I showed it my code, and it suggested better alternatives. Took me 20 minutes and it was up and running. I can now create the index as I seed the database. My Chat - how I interacted with it, questions I asked [MongoDB Collection Index](https://chat.openai.com/share/bda55381-b332-406c-8308-ac978850c598) Artwork I've asked it to draw me icons, said it couldn't do artwork. It also said it wasn't connected to the internet, in which it lied. My thoughts on ChatGPT I'm impressed with it. Considering it's a large language model, that was fed tons of data, I used it to populate the data that I needed to work on my project, and it helped me. Google engineers say Baird is very good at completing sentences and spell checking, so I suppose ChatGPT populating my class object could be similar to completing sentences. I thought about if someone decided to take the entire Code Project database and created a large language model for it, That Code Project could be automated to help programmers in the future. I just wanted to post my experience with ChatGPT this week, and what I used it for. You can laugh at what I used it for, or be in awe like I am. Seems to be the new Abracadabra of the information age here today, for the sovereign individual to consume and take advantage of.

      If it ain't broke don't fix it Discover my world at

      Richard Andrew x64R Offline
      Richard Andrew x64R Offline
      Richard Andrew x64
      wrote on last edited by
      #2

      Did it say that it wasn't connected to the internet, or did it say that it is not allowed to browse the internet?

      The difficult we do right away... ...the impossible takes slightly longer.

      J 1 Reply Last reply
      0
      • J jkirkerx

        So I'm working on my app, that several customers want a copy of, and I needed to create some data for further development and testing. I used the internet to collect some NMFC codes, with little being made public, for NMFC refereed me to a subscription service that was expensive. I fired up Chat GPT and asked it for a list of codes, and it gave me a small list. Then I got curious; or perhaps lazy, and pasted in my class object for the codes, and asked it to populate my sample object with the list it provided, and it did it, perfectly. Then I asked it for more unique codes, no problem. My Chat [Common NMFC Codes](https://chat.openai.com/share/885e0180-bc44-4efb-8dde-be572142ce1d) Today, I had to write a search function for the NMFC codes for MongoDB. Never done it before, so I had no idea how to do it. Used a sample from MongoDB, and it crashed from not having an index in the collection. I had no idea how to create an index, so I used the internet and got a sample, and it still crashed. Sort of frustrated and short on time, instead of going here to ask and post a question, I went to Chat GPT and asked it for help. I showed it my code, and it suggested better alternatives. Took me 20 minutes and it was up and running. I can now create the index as I seed the database. My Chat - how I interacted with it, questions I asked [MongoDB Collection Index](https://chat.openai.com/share/bda55381-b332-406c-8308-ac978850c598) Artwork I've asked it to draw me icons, said it couldn't do artwork. It also said it wasn't connected to the internet, in which it lied. My thoughts on ChatGPT I'm impressed with it. Considering it's a large language model, that was fed tons of data, I used it to populate the data that I needed to work on my project, and it helped me. Google engineers say Baird is very good at completing sentences and spell checking, so I suppose ChatGPT populating my class object could be similar to completing sentences. I thought about if someone decided to take the entire Code Project database and created a large language model for it, That Code Project could be automated to help programmers in the future. I just wanted to post my experience with ChatGPT this week, and what I used it for. You can laugh at what I used it for, or be in awe like I am. Seems to be the new Abracadabra of the information age here today, for the sovereign individual to consume and take advantage of.

        If it ain't broke don't fix it Discover my world at

        R Offline
        R Offline
        Ron Anders
        wrote on last edited by
        #3

        I found the Microsoft Graph docs and google threads to be very lacking as I went about syning my POS system schedules to outlook 365. I tried chatgbt and the first code snippet worked so I don't bother with google for as much anymore. It does beg the question where that monster get it's information from because Microsoft sure isn't as forthcoming about it and S.O. is not as complete as say google api or square or even intuit.

        J 1 Reply Last reply
        0
        • J jkirkerx

          So I'm working on my app, that several customers want a copy of, and I needed to create some data for further development and testing. I used the internet to collect some NMFC codes, with little being made public, for NMFC refereed me to a subscription service that was expensive. I fired up Chat GPT and asked it for a list of codes, and it gave me a small list. Then I got curious; or perhaps lazy, and pasted in my class object for the codes, and asked it to populate my sample object with the list it provided, and it did it, perfectly. Then I asked it for more unique codes, no problem. My Chat [Common NMFC Codes](https://chat.openai.com/share/885e0180-bc44-4efb-8dde-be572142ce1d) Today, I had to write a search function for the NMFC codes for MongoDB. Never done it before, so I had no idea how to do it. Used a sample from MongoDB, and it crashed from not having an index in the collection. I had no idea how to create an index, so I used the internet and got a sample, and it still crashed. Sort of frustrated and short on time, instead of going here to ask and post a question, I went to Chat GPT and asked it for help. I showed it my code, and it suggested better alternatives. Took me 20 minutes and it was up and running. I can now create the index as I seed the database. My Chat - how I interacted with it, questions I asked [MongoDB Collection Index](https://chat.openai.com/share/bda55381-b332-406c-8308-ac978850c598) Artwork I've asked it to draw me icons, said it couldn't do artwork. It also said it wasn't connected to the internet, in which it lied. My thoughts on ChatGPT I'm impressed with it. Considering it's a large language model, that was fed tons of data, I used it to populate the data that I needed to work on my project, and it helped me. Google engineers say Baird is very good at completing sentences and spell checking, so I suppose ChatGPT populating my class object could be similar to completing sentences. I thought about if someone decided to take the entire Code Project database and created a large language model for it, That Code Project could be automated to help programmers in the future. I just wanted to post my experience with ChatGPT this week, and what I used it for. You can laugh at what I used it for, or be in awe like I am. Seems to be the new Abracadabra of the information age here today, for the sovereign individual to consume and take advantage of.

          If it ain't broke don't fix it Discover my world at

          B Offline
          B Offline
          BillWoodruff
          wrote on last edited by
          #4

          Thorough, articulate, thanks !

          «The mind is not a vessel to be filled but a fire to be kindled» Plutarch

          J 1 Reply Last reply
          0
          • Richard Andrew x64R Richard Andrew x64

            Did it say that it wasn't connected to the internet, or did it say that it is not allowed to browse the internet?

            The difficult we do right away... ...the impossible takes slightly longer.

            J Offline
            J Offline
            jkirkerx
            wrote on last edited by
            #5

            It said it wasn't connected to the internet, and can't access that information. Then I said your information came from the internet, It sort of said it was coincidence, and apologized.

            If it ain't broke don't fix it Discover my world at jkirkerx.com

            1 Reply Last reply
            0
            • B BillWoodruff

              Thorough, articulate, thanks !

              «The mind is not a vessel to be filled but a fire to be kindled» Plutarch

              J Offline
              J Offline
              jkirkerx
              wrote on last edited by
              #6

              Your Welcome!

              If it ain't broke don't fix it Discover my world at jkirkerx.com

              1 Reply Last reply
              0
              • R Ron Anders

                I found the Microsoft Graph docs and google threads to be very lacking as I went about syning my POS system schedules to outlook 365. I tried chatgbt and the first code snippet worked so I don't bother with google for as much anymore. It does beg the question where that monster get it's information from because Microsoft sure isn't as forthcoming about it and S.O. is not as complete as say google api or square or even intuit.

                J Offline
                J Offline
                jkirkerx
                wrote on last edited by
                #7

                I personally think that the seeds to the large language model for Open AI were stolen from us, from our paid cloud subscriptions that we use to store whatever we store there. And that it may also have picked up more from Outlook 365 in the emails that have been written and stored as well. Then perhaps your not the first one to ask that question, and somebody else asked earlier, and you got their code sample. Take it one step further, thinking of the apps we run on AWS, Azure, and the successful code that we authored running and proving to be successful, that's a big catch to harvest.

                If it ain't broke don't fix it Discover my world at jkirkerx.com

                R 1 Reply Last reply
                0
                • J jkirkerx

                  I personally think that the seeds to the large language model for Open AI were stolen from us, from our paid cloud subscriptions that we use to store whatever we store there. And that it may also have picked up more from Outlook 365 in the emails that have been written and stored as well. Then perhaps your not the first one to ask that question, and somebody else asked earlier, and you got their code sample. Take it one step further, thinking of the apps we run on AWS, Azure, and the successful code that we authored running and proving to be successful, that's a big catch to harvest.

                  If it ain't broke don't fix it Discover my world at jkirkerx.com

                  R Offline
                  R Offline
                  Ron Anders
                  wrote on last edited by
                  #8

                  Mine runs on a dell '08 server in my office but oh my I never thought of the code base that's running on thier boxes.

                  J 1 Reply Last reply
                  0
                  • R Ron Anders

                    Mine runs on a dell '08 server in my office but oh my I never thought of the code base that's running on thier boxes.

                    J Offline
                    J Offline
                    jkirkerx
                    wrote on last edited by
                    #9

                    I didn't think of it till I replied to your post. My code runs on my boxes in the office as well.

                    If it ain't broke don't fix it Discover my world at jkirkerx.com

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups