Search Explore
  • edg5000 · 4 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.

    • Buckwheat469 · 2 days ago

      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.