Y
Hacker News
new
|
ask
|
show
|
jobs
by
dzhiurgis
1078 days ago
How do you fit all the codebase tho? GPT-4 is limited to 32k tokens which is like 500 lines?
1 comments
tinco
1078 days ago
I scan through files in chunks, with particular questions for the LLM, building up a context that is eventually used to write the test.
link