> I suppose their utility is probably inversely proportionate to my own skill level in a given area or base competency in solving a particular problem.

Yes that's it basically.

When we solve a problem we intuitively try out strategies from solving other similar problems.

Without having much prior exposure to a special field LLMs can give you a start by finding or mixing known solutions they where trained on, but only if these solutions already exist.

They are basically sophisticated search engines with a better language interface.

Here is an anecdote where OpenAI embarrassed themselves.

It's highlighting that LLMs are not good at reasoning (thinking) but remembering (reproducing).

So as long as you ask things which require to reproduce learned knowledge they have a benefit. But asking them to solve new problems, not so much.

from https://techcrunch.com/2025/10/19/openais-embarrassing-math/ (emphasize added)

Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery


In reply to Re^2: What's your view on AI coding assistants? by LanX
in thread What's your view on AI coding assistants? by Arunbear

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.