←back to thread

746 points ralusek | 1 comments | | HN request time: 0.202s | source
Show context
cloudking ◴[] No.41870249[source]
This is the true power of generative AI, enabling new functionality for the user with simple UX while doing all the heavy lifting in the background. Prompting as a UX should be abstracted away from the user.
replies(1): >>41870324 #
jprete ◴[] No.41870324[source]
This probably isn't backed by an LLM but instead some kind of geometric shape model.
replies(1): >>41870890 #
m3kw9 ◴[] No.41870890[source]
How do you explain a horse 2 legs become 4 legs when rotated assuming they only drew 2 legs on the side view
replies(2): >>41871165 #>>41876393 #
1. stevenhuang ◴[] No.41876393[source]
The model need only recognize from the shape that it is a horse, and would know to extrapolate from there. It would presumably have some text encoding as residual from training, but it doesn't need to be fed text from the text encoder side to know that. Think of the CLIP encoder used in stable diffusion.