PAW's three-line pitch draws questions about how it works
PAW's developer says compilation needs a GPU, while execution runs locally by default. Another developer argues the simple pitch hides complexity that its intended users may want explained.
TLDR
A developer questioned why PAW emphasizes local execution while offering a hosted service, and why its GitHub repository isn't more prominent. PAW's developer explained its “compile-once/run-many” design: a 4-billion-parameter compiler model turns a task into a smaller, specialized model for repeated use. That 0.6-billion-parameter model runs locally on CPUs by default. Compilation needs a GPU; the hosted option serves people without one, while public models allow users to host it themselves. The explanation answered the questioner's concerns, but they argued that “just 3 lines of code” hides details researchers and developers would want to understand. PAW's developer agreed the audience issue was fair and clarified that it differs from Jev: PAW does not output confidence scores and cannot guarantee an answer from predefined categories.