Hacker News new | ask | show | jobs
by edg5000 27 days ago
Any good LLM will emit Python or other scripts to analyze or work with large files (e.g. GeoJSON) naturally when asked to work with a large file. So I don't see that as needing an explicit solution. The LLMs just figure it out.
1 comments

That's a great example of this pattern exactly. An agentic tool (Claude) emits files for large temporary data instead of passing it around in the context.