dspillett 3 hours ago
I admit there is a certain hypocrisy between my irritation at them hovering everything up irrespective of licence and my more idealistic “information wants to be free” views, though in my defence I see a significant difference between “information wants to be free” and “information wants to be part of their theme park for which they charge access”.
beloch 3 hours ago
--------------
One of the big things holding back LLM's is that they can't feed on their own output. Disconnected from human input, they hallucinate and spiral off into chaos. The author of this piece may see that as good for humanity, but it's an unintended flaw that every AI corp on the planet dreams of solving. They believe that, if they can successfully remove humans from the feedback loop, AI intelligence will charge off straight into that dreamed-of singularity and make their masters unfathomably rich.
The author is probably correct in that having humans in the loop is what gives AI values that are somewhat human, so what happens if somebody really does succeed in removing humans from the loop? Given how quickly things are likely to proceed after that point, we should ponder the repercussions in advance.
recursive 3 hours ago
Agree to disagree.
If there was a realistic way that I could make LLMs less effective, by poisoning the well or something I'd be doing that instead.
I find the idea of loving an LLM like in this post very creepy and unsettling. Even more so for one of them to do it back.
This post mentions Luddites. I guess I am one. But that's not enough to dismiss their ideas.
jubilanti 3 hours ago
Lots of places that serve compressed database dumps (like Wikipedia) find themselves flooded by LLMs downloading the full rendered payload for each page they crawl.
Those people using LLMs to read your site are barely going to notice the citation, much less click on it and give you actual traffic.
It's a DDoS by any other name. Block 'em straight to hell.
toplinesoftsys 3 hours ago
1. AI is inconsistent and unpredictable. It can do what is expected today, but the same AI can do totally different, unpredictable, and maybe even dangerous thing tomorrow.
2. AI is bad on a long context - if you give AI instructions, it forgets/misses/misinterprets them. The longer the context, the more deviations are produced.
As a result, AI usage must follow these rules:
1. There should always be a human-in-the-loop to review every AI output - it solves problem #1. Yes, there will be a significant slowdown of the processes, but alternative is a quickly accumulating mess.
2. AI must be given only a short context to deal with - this is solution for problem #2. I predict this term will be popular soon - "AI microagent", meaning agent handling a short context. Yes, there will be a manual work integrating and orchestrating a huge number of these microagents, but it is still better than fixing all defects of AI-generated output after feeding it a single long context.