ChatGPT suggested...

I have noticed that some monks seem quite against ChatGPT and its ability to provide useful information. I am not one of those monks. I make a lot of use of AI tools, not just ChatGPT.

However, you have to be aware that ChatGPT is like a little puppy. It is always out to please you and make you happy. To this end, it will give you answers that it wants you to hear. Even if they are totally wrong. This can be improved a bit by better prompting, especially letting the AI know that it can ask questions of you if needed.

ChatGPT is, in my experience, not the best tool for providing code although it can help you understand what is going on in a piece of code that you are struggling with. I would suggest you look at Perplexity for starters. Unlike ChatGPT, it also searches the web to find the answers to your questions and provides the sources it has found so you can check them out for credibility. I find that Perplexity often uses PerlMonks as a source for Perl information so, if nothing else, it knows to look in the best place 😁


In reply to Re: does a hash element as a loop parameter cause significant slowdown? by Bod
in thread does a hash element as a loop parameter cause significant slowdown? by misterperl

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.