Is there a real practical reason for that right now or is it just something that everybody agrees is obvious without economic justification?
Ask HN: What's the practical use of larger context LLMs?
1–7 of 7 posts
Re: Ask HN: What's the practical use of larger context LLMs?
#2Re: Ask HN: What's the practical use of larger context LLMs?
#3Re: Ask HN: What's the practical use of larger context LLMs?
#4Re: Ask HN: What's the practical use of larger context LLMs?
#5So they have had LLMs with small contexts like one or two words or a dozen letters for a long time, ever since like Laplace or Shannon or Markov. They were called Markov chains. No one really guessed this (although it was known to be theoretically possible in the sense of ai-completeness), but it turns out that longer ones turn out to even in practice unlock so many cognitive capabilities bordering on superhuman. If…
Re: Ask HN: What's the practical use of larger context LLMs?
#6Longer context means more memory, effectively a longer history the LLM remembers. One issue i'm having is say functions works wonderfully, but context window is tight even with 16k tokens, with a bigger context, sky is the limit.
Re: Ask HN: What's the practical use of larger context LLMs?
#7Longer context means more memory, effectively a longer history the LLM remembers. One issue i'm having is say functions works wonderfully, but context window is tight even with 16k tokens, with a bigger context, sky is the limit.
So specifically, you are saying that LLM coding assistant currently gets confused when working on a large source file but if it had room for more context, you could get better help in writing code because it would have understanding of the entire module. Correct?
However, a longer context does mean you can give a lot more verbose instruction, maybe feed a whole code base over just a single script to give wider context over the current problem