Question 276
Scenario: Structured Data Extraction
A system extracts structured fields from messy documents, validates every output against JSON schemas, handles edge cases gracefully, and stays accurate enough to feed downstream systems.
Read the full scenario lessonA developer's agent needs to process CSV files uploaded by users. The files vary from 100 rows to 1 million rows. For small files, direct context inclusion works well. For large files, the context can't hold all data. What scalable architecture handles both cases?