Just a tangential comment.

I run a web application that distributes work to people and collects it back. There is a "Download a random file" button which not only downloads the file but also assigns the file to the user in a bookkeeping system. A few days ago, one of the users complained that they clicked on the button several times quickly, got assigned several files in the system, but only one file was downloaded.

Instead of asking here, I tried asking an AI model we run at work for testing purposes. It told me how to fix the "double-submit" problem in several ways and I was able to fix the application quickly.

The downside? No interaction with people, no XP shared to anyone answering my question. It took me years to learn English up to the level I could dare to ask a question online, it still makes me step out of my comfort zone to overcome my shyness. But I love that I can do that. I feel ashamed I talked to the AI instead.

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

In reply to Re: AI in the workplace by choroba
in thread AI in the workplace by talexb

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.