Comment by rsanheim

Comment by rsanheim a day ago

3 replies

It's just Pattern matching. Most APIs, and hell, most code is not unique or special. Its all been done a thousands of times before. Thats why an LLM can be helpful on some tool you've written just for yourself and never released anywhere.

As to 'knows the answer', I'm don't even know what that means with these tools. All I know is if it is helpful or not.

danielbln 20 hours ago

Also, most problems are decomposable into simpler, certainly not novel parts. That intractable unicorn problem I hear so much about is probably composed of very pedestrian sub-problems.

  • genewitch 7 hours ago

    to what does "unicorn problem" refer to? a specific thing or a general idea?

CamperBob2 16 hours ago

'Pattern matching' isn't just all you need, it's all there is.