[flagged]
It truly is unfortunate. Thankfully most people seem to have an innate immune response to this kind of RLHF slop.
The RAG Obituary: Killed by agents, buried by context windows
21–30 of 185 posts
Re: The RAG Obituary: Killed by agents, buried by context windows
#22[flagged]
I don’t mind articles that have a hint of “an AI helped write this” as long as the content is actually informationally dense and well explained. But this article is an obvious ad, has almost no interesting information or summaries or insights, and has the… weirdly chipper? tone that AI loves to glaze readers with.
Re: The RAG Obituary: Killed by agents, buried by context windows
#23Earlier quoted context omitted.
Those guidelines that you reference talk almost exclusively about annoyances on the webpage itself, not the content of the article. I think it's fair to point out that many articles today are essentially a little bit of a human wrapper around a core of ChatGPT content. Whether or not this was AI-generated, the tells of AI-written text are all throughout it. There are some people who have learned to write like the AI…
Do you agree that bickering over AI-generated vs. not AI-generated makes for dull discussion? Sliding sewing needles deep into my fingernail bed sounds more appealing than nagging over such minutiae.
Re: The RAG Obituary: Killed by agents, buried by context windows
#24Earlier quoted context omitted.
Those guidelines that you reference talk almost exclusively about annoyances on the webpage itself, not the content of the article. I think it's fair to point out that many articles today are essentially a little bit of a human wrapper around a core of ChatGPT content. Whether or not this was AI-generated, the tells of AI-written text are all throughout it. There are some people who have learned to write like the AI…
Do you agree that bickering over AI-generated vs. not AI-generated makes for dull discussion? Sliding sewing needles deep into my fingernail bed sounds more appealing than nagging over such minutiae.
The problem is that HN is one of the few places left where original thoughts are the main reason people are here. Letting LLMs write articles for us here is just not all that useful or fun.
Maybe quarantining AI related articles to their own thing a la Show HN would be a good move. I know it is the predominant topic here for the moment but like there is other interesting stuff too. And articles about AI written by AI so that Google’s AI can rank it higher and show it to more AI models to train on is just gross.
Re: The RAG Obituary: Killed by agents, buried by context windows
#25LLMs have a similar issue with their context windows. Go back to GPT-2 and you wouldn't have been able to load a text file into its memory. Slowly the memory is increasing, same as it did for the early computers.
Re: The RAG Obituary: Killed by agents, buried by context windows
#26I'm always amazed at claude codes ability to build context by just putting grep in a for loop. It's pretty much the same process I would use in an unfamiliar code base. Just ctrl+f the file system till I find the right starting point.
(Well, I didn't overcome my laziness directly. I just switched from being lazy and not setting up vim and Emacs with the integrations, to trying out vscode where this was trivial or already built in.)
Re: The RAG Obituary: Killed by agents, buried by context windows
#27Earlier quoted context omitted.
Those guidelines that you reference talk almost exclusively about annoyances on the webpage itself, not the content of the article. I think it's fair to point out that many articles today are essentially a little bit of a human wrapper around a core of ChatGPT content. Whether or not this was AI-generated, the tells of AI-written text are all throughout it. There are some people who have learned to write like the AI…
Do you agree that bickering over AI-generated vs. not AI-generated makes for dull discussion? Sliding sewing needles deep into my fingernail bed sounds more appealing than nagging over such minutiae.
Re: The RAG Obituary: Killed by agents, buried by context windows
#28I'm always amazed at claude codes ability to build context by just putting grep in a for loop. It's pretty much the same process I would use in an unfamiliar code base. Just ctrl+f the file system till I find the right starting point.
Re: The RAG Obituary: Killed by agents, buried by context windows
#29Has it not dawned on the author how ironic calling embeddings and retrieval pipelines "a nightmare of edge cases" when talking about LLM
Re: The RAG Obituary: Killed by agents, buried by context windows
#30Weird to see the use case referenced specifically code search when that's a very targeted one rather than what general purpose agents (or RAG) use cases might target.