Skip to content
CodexdocsWeb3 files · +145 −0

Polish README and hackathon submission docs for Read-Along AI (Gradio)

Session from read-along-ai-agent-traces on Hugging Face by kingkw1 · MIT · condensed by Coders Talk

2msession
0interventions
GOAL

Review a hackathon submission (app, README, docs) and get advice on which polish work would most strengthen judging, then have Codex implement the highest-priority README updates and draft handoff prompts for the rest.

  1. Prompt · +0
    Wrapping up hackathon submission — advise on strengthening it: expand app docs on imperfect child speech, expand curriculum, add a local-run how-to guide in README?
  2. Agent did · +0m
    Read hackathon overview, README, app.py, demo script/filming docs and submission audit to ground recommendations in the actual codebase, tracking down a mislocated overview doc along the way.
  3. Agent did · +0m
    Gave a prioritized list: clean up README/submission placeholders first, add a judge-facing section on handling imperfect child speech, then consider curriculum expansion and an app info panel as later items.
  4. Break · 6h 42m away, not counted
  5. Prompt · +0m
    Tackle recommendations 2 and 3 directly; write separate handoff prompts for items 4 and 5 for Codex to run later.
  6. Agent did · +0m
    Checked README line numbers, existing hackathon submission files, requirements, and repo layout to plan the exact edit points before touching anything.
  7. Agent did · +1m
    Added a 'How It Handles Imperfect Child Speech' section and a 'Running Locally' guide to README.md, and created two new handoff prompt files for curriculum expansion and an app info panel.
  8. Agent did · +1m
    Read back the new README sections and prompt files, diffed the changes, and confirmed only README.md showed as modified in git status.
  9. Fail · +2m
    Discovered the two new CODEX_PROMPT handoff files under .hackathon/submission/ are matched by .gitignore, so they won't be tracked despite being created.
  10. Outcome · +2m
    README.md updated with new 'Imperfect Child Speech' and 'Running Locally' sections; two Codex handoff prompt files written for curriculum expansion and an app info panel, though currently gitignored and untracked.
VERDICT

Next time I'd flag the .gitignore rule on .hackathon/submission up front so the agent checks tracked status before writing handoff files there, since I nearly lost those prompts silently. Having it first survey the README, app.py, and hackathon docs before giving advice was the right call — it grounded the recommendations in what actually exists instead of generic hackathon polish tips. The self-check at the end (git diff, git status, check-ignore) was what caught the untracked files, so I'd ask for that verification step explicitly going forward.

I tried this · 0

Discussion · 0

How Builds work