SRChttps://producingtechnology.com/65-apps/hsiaojessica_183168_15200626_loom.html
This application presents as an AI-powered comparison tool that draws parallels between
puppy behaviors and Large Language Models (LLMs).
Users are invited to input a specific trait or behavior, after which the app generates
a side-by-side analysis surfacing conceptual similarities between how a puppy and an LLM
might exhibit that same quality — for example, curiosity, pattern recognition, or
reward-seeking tendencies. The interface mimics a conversational LLM prompt-response layout,
framing each comparison as a structured textual response.
-
Bug
The prompt submission was non-functional — entering a comparison query (e.g., comparing
the eating habits of a puppy to an LLM) and attempting to send it produced no response.
The send action either did not trigger or silently failed, leaving the user with no
feedback or output.
-
UX
There was no visible error message, loading indicator, or fallback state when the
submission failed, making it unclear whether the issue was with the input, the network,
or the application logic itself.
When a user submits a trait or behavior to compare between a puppy and an LLM, the app
should display both a written comparison response and an interactive Venn diagram.
The left circle should represent behaviors unique to the puppy, the right circle behaviors
unique to the LLM, and the overlapping center should highlight shared or analogous traits.
The diagram should update dynamically with each new query. Additionally, fix the prompt
submission so that it reliably triggers a response on Enter key press or button click,
and include a loading state and error fallback for failed requests.