TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Big Post About Big Context

49 pointsby che_shr_catabout 1 year ago

3 comments

anotherpaulgabout 1 year ago
One point the article argues is that with 1M+ token context windows, we shouldn&#x27;t use RAG to include chunks from a larger collection -- just include everything! This is a very important open question to me, as I have been building a fairly nuanced RAG pipeline for AI coding.<p>With GPT-4 Turbo, it is definitely NOT a good idea to just throw lots of extraneous code into the 128k content window. That distracts and confuses GPT, makes it code worse and less able to follow complex system prompts. You get much better results if you curate a smaller portion of the code that is relevant to the task at hand.<p>I am really interested to find out if Gemini has these same tendencies. If so, quality RAG is going to remain valuable for curating the context. If not, then Gemini would have a huge advantage over GPT-4. It would be really valuable to be able to naively harness such a large context window.
评论 #39558567 未加载
评论 #39558400 未加载
评论 #39558334 未加载
评论 #39558205 未加载
bloafabout 1 year ago
I think this kind of haystack recall is going to be extremely valuable to large enterprises with massive volumes of standards&#x2F;practices&#x2F;technical documents.<p>The status quo is that you have employees ingest and internalize this material over years of employment, then have those experienced employees manage large projects by telling the project if they&#x27;re in compliance with the organization&#x27;s standards.<p>A reliable recall system like this isn&#x27;t just a drop in replacement for <i>new</i> employees, its a drop in replacement for a lot of what makes the <i>expensive</i> employees important: the backwards-and-forwards knowledge of the standards&#x2F;practices.
评论 #39559489 未加载
vb-8448about 1 year ago
can someone explain me, maybe with an example, what this part means:<p>&gt; 6) A very important and at the same time difficult class of solutions is model result validation<p>Thanks.
评论 #39563756 未加载
评论 #39576182 未加载
评论 #39563768 未加载