File size: 1,127 Bytes
0fc4ec3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Social post draft

> Replace the URLs if you publish on a platform that shortens or rewrites links.

I built **Trace Field Notes** for the Build Small Hackathon: a Gradio app that
turns long coding-agent session logs into readable qualitative field reports.

Instead of drowning in tool-call telemetry, upload a Codex, Claude Code, or Pi
Agent trace and see:

- where the agent got stuck
- what detours it took
- how it recovered
- whether its final success claim matched its own evidence

It uses a custom React UI served through `gradio.Server`, a deterministic
codebook analyzer, optional MiniCPM5 1B quick analysis, optional Nemotron 3 Nano
30B-A3B deeper analysis, and privacy redaction before analysis.

Codex helped build, debug, document, package, and demo the project.

Demo Space: https://huggingface.co/spaces/build-small-hackathon/trace-field-notes  
Demo video: https://huggingface.co/spaces/build-small-hackathon/trace-field-notes/resolve/main/assets/trace-field-notes-demo.mp4  
GitHub: https://github.com/JacobLinCool/trace-field-notes

#BuildSmall #Gradio #HuggingFace #Codex #MiniCPM #Nemotron #OpenSource