Regenerate Figure 2 ring pipeline diagram with PaperBanana
Session from traceweave on Hugging Face by Samarth0710 · MIT · condensed by Coders Talk
Click a segment to jump to that moment
8msession
0interventions
by library · 1d
GOAL
Improve the existing Figure 2 (ring pipeline diagram) in a Euro-Par paper by using the PaperBanana figure-generation tool to produce a better version.
- +0Prompt · +0I dont like fig 2, make it better using paperbanana
- +0mAgent did · +0mExplored the paper's LaTeX source to locate Figure 2 (ring pipeline diagram) and investigated the PaperBanana tool's API and diagram-generation capabilities.
- +2mAgent did · +2mWrote a generate_fig2.py script to call PaperBanana in diagram mode with a prompt derived from the paper's methodology text, then ran it as a background task.
- +7mAgent did · +7mWaited for the background generation task to complete; PaperBanana produced 3 refinement iterations of the new figure.
- +8mAgent did · +8mRead and displayed all three generated iterations of the new Figure 2 to compare them.
- +8mFail · +8mAPI error: prompt token count exceeded 128000 limit while trying to finish selecting/summarizing the best iteration.
- +8mOutcome · +8mSession ended with the new figure iterations generated but the agent unable to complete the comparison/summary due to a repeated token-limit API error.
VERDICT
Next time I'd tell it upfront to keep the image context small since loading multiple full-resolution figure iterations blew past the model's token limit right at the finish line. The PaperBanana generation itself worked fine and produced three usable iterations, but I never got the agent's final pick because of the context overflow. I'd ask it to describe or downsample the images rather than load them all raw for comparison.