Comment by arkmm
9 months ago
How did you fit 550MB of bytecode into the context window? Was this using 2.5 in an agentic framework? (i.e. repeated model calls and tool usage)
9 months ago
How did you fit 550MB of bytecode into the context window? Was this using 2.5 in an agentic framework? (i.e. repeated model calls and tool usage)
I manually pre-parsed the bytecode file with awk into a bazillion individual files that were each just one function, and gave it the hint to grep to sort through them. This was all done in Cursor.
Quick example of the output it gave and it's process.
https://i.imgur.com/Cmg4KK1.png
https://i.imgur.com/ApNxUkB.png