CoolFace
Apppublic

build-small-hackathon/trace-field-notes

sourceHugging Facemitupdated 3mo agoView on Hugging Face
1likes
submission-notes.md57 linesDownload Raw Back to docs
1# Build Small submission notes2 3## Project4 5- Name: Trace Field Notes6- Track: Backyard AI7- Space: https://huggingface.co/spaces/build-small-hackathon/trace-field-notes8- Runtime: https://build-small-hackathon-trace-field-notes.hf.space/9- GitHub: https://github.com/JacobLinCool/trace-field-notes10- Demo video: https://youtu.be/1QNZlqkl8zo11- Demo MP4 asset: https://huggingface.co/spaces/build-small-hackathon/trace-field-notes/resolve/main/assets/trace-field-notes-demo.mp412- X post: https://x.com/JacobLinCool/status/206616042595233415513 14## Official pre-flight checklist15 16- [x] Every model is under 32B total parameters:17  - `openbmb/MiniCPM5-1B`18  - `nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16`19  - `openai/privacy-filter`20- [x] Gradio app deployed as a Space in `build-small-hackathon`.21- [x] Demo video produced and uploaded to YouTube.22- [x] Backup demo MP4 hosted as a public Space asset.23- [x] X post published and linked from README.24- [x] ZeroGPU usage is one Space for this app.25- [x] README frontmatter includes track / quest tags and model metadata.26 27## Quest / challenge eligibility28 29- Backyard AI: eligible. The app solves a concrete workflow problem for coding30  agent users.31- Best Use of Codex: eligible. Codex helped build, package, document, demo, and32  verify the project; GitHub commits include Codex co-author trailers.33- Best MiniCPM Build: eligible. Quick analysis uses `openbmb/MiniCPM5-1B`.34- Nemotron Hardware Prize: eligible. Deeper analysis uses35  `nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16`.36- Off Brand: eligible. The UI is a custom React field-notebook/trail-map37  experience served through `gradio.Server`, not stock Gradio components.38- Best Demo: eligible. The YouTube demo, backup MP4 asset, and public X post are39  prepared.40- Tiny Titan: not eligible because the project offers an optional 30B Nemotron41  path.42- Best Use of Modal: not eligible; the runtime is Hugging Face ZeroGPU / CPU.43- Best Agent: not targeted. The app is agent-callable, but the app itself is not44  a multi-step autonomous tool-use agent.45 46## Submission-form summary47 48Trace Field Notes is a Build Small Backyard AI app for people using coding49agents. Upload a Codex, Claude Code, or Pi Agent session log and the app turns50the agent's visible narrative messages into a qualitative field report: where it51got stuck, how it detoured, how it recovered, and whether its final claim matched52its own evidence. It uses a custom React UI served by `gradio.Server`, a53deterministic codebook analyzer, optional MiniCPM5 1B quick analysis, optional54Nemotron 3 Nano 30B-A3B deeper analysis, and privacy redaction before analysis.55Codex helped build, debug, document, deploy-package, and produce the narrated56demo video, with Codex-attributed commits in the connected GitHub repository.57