Skip to content

docs: add TSV validation tip to program.md#190

Open
tykoo-chen wants to merge 1 commit intokarpathy:masterfrom
tykoo-chen:docs/tsv-validation
Open

docs: add TSV validation tip to program.md#190
tykoo-chen wants to merge 1 commit intokarpathy:masterfrom
tykoo-chen:docs/tsv-validation

Conversation

@tykoo-chen
Copy link

Problem

AI agents sometimes write malformed TSV entries (wrong delimiter, missing columns, etc.) which breaks the analysis notebook.

Solution

Add a quick validation tip showing how to check the TSV format:

head -1 results.tsv  # Verify header
wc -l results.tsv    # Count experiments

Simple addition that helps catch formatting issues early.

Help agents verify results.tsv format is correct before/after logging.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant