Hacker News new | ask | show | jobs
by jhoelzel 1233 days ago
but you do sure see the problem with a codebase right?
1 comments

The current token limit comes from a O(N^2) memory requirements for N tokens, there is research that's trying to reduce this towards O(N), for example as the (downvoted) sibling comment suggests. This is not exactly straightforward but not impossible either. It's not a fundamental limitation of language models going forward.
that still will only be enough to hold an extended cli application