Hacker News new | ask | show | jobs
by selinkocalar 248 days ago
We've experimented with different formats for feeding data to LLMs and markdown tables usually work pretty well. JSON is more structured but harder for the model to parse visually.

CSV works okay but you lose a lot of context about what the columns actually represent. The model performs better when it can 'see' the structure clearly.