Comment Re:"AI" is just an artificial politician (Score 1) 46
An LLM providing a summary isn't the same as summarization!
To provide a real/meaningful summary (retaining the key points and discarding irrelevant detail) requires reasoning and understanding of the subject matter and context as well as some understanding of what is important. Humans can do this
Howevr, an LLM providing a summary is only PREDICTING what a summary would look like - it will give you something that looks like a summary in terms of form and length, with some references to the source material, etc, but is liable to miss what are the actual key points to be retained.
It's a bit like asking an LLM how the farmer can cross the river in least trips with his chicken and corn/etc, and getting a reply that LOOKs like a solution (first cross with A & B, then return with A & C, etc), but in fact is garbage with redundant crossings with same items back and forth. Sometimes they solve these problems successfully (especially "reasoning models", but other times they get overly hung up on the formulaic type of response expect, and generate based on form vs semantics).
Remember, an LLM is a *prediction* (copy cat) technology, it isn't AI or AGI no matter how many times you call it that.