203 results for Banana · 2.250s

News for “Banana”
15 results • 2243 ms server time
Moozonian News
news.ycombinator.com• Aug 6, 2026• 1 min read
Show HN: Bananas aren't supposed to be tingly?Solving the problem of people never finding out they have a food allergy unless by accident. Practically one-shot with Claude Code on Medium, only I had to rewrite all the copy because it read like slop.https://spicy.sgc.rayandhon.com/
Advertisement
Advertisement
Moozonian News
github.com• Feb 4, 2026• 1 min read
Show HN: Implementation of Google's PaperBanana (diagram generation from text)The original authors haven't released code yet, so I built it from the paper. It takes a methodology section as input and generates a publication-style diagram.The pipeline uses five agents: a retriever selects reference diagrams via in-context learning, a planner drafts the layout, a stylist adjusts for conference aesthetics, a visualizer renders with Gemini, and a critic evaluates and refines over three rounds.The part that took the most effort was the reference dataset. The paper curates 292 (text, diagram, caption) tuples from 2,000 NeurIPS papers, filtering by aspect ratio and human review. Reproducing that required PDF layout extraction with MinerU, positional heuristics to identify methodology sections (paper headings are wildly inconsistent), and manual verification of each example.Output quality depends heavily on reference set quality. Requesting community to submit their papers via issues so we can add them. Quality examples in, quality output out!Runs on Gemini's free tier.
Moozonian News
hyper3d.ai• Jan 30, 2026• 1 min read
Show HN: We Built a "Nano Banana" for 3D EditingMost 3D AI tools force you to start from scratch every time you want to make a change.Anyone who’s used 3D AI has seen this: fix the hands, the toes break. Or you download a model and only need to tweak one part, not redo the entire asset.That’s the problem we’re trying to solve.We just launched an editing feature in our 3D AI tool, Rodin. It lets you edit existing 3D models by selecting an area and typing your prompt, without rebuilding everything.You can upload any model, or generate one from Rodin, and change only the part you want. For example: “Replace the head of this Gundam model with Crayon Shin-chan’s head.”This came from working with real production pipelines, where fast iteration matters more than one-shot perfection.Demo: https://youtu.be/-5_sSHeOmuc You can try it with this code for a 14-day Creator Plan: ME8EW4PMCRT4Happy to answer any questions.