▲ | 0x457 11 hours ago | |||||||||||||||||||||||||
Guided generation is called "Structured Output" by other providers? Well partially generated content streaming thing is great and I haven't seen it anywhere else. | ||||||||||||||||||||||||||
▲ | ApolloVonZ 11 hours ago | parent | next [-] | |||||||||||||||||||||||||
Sorry if I didn’t use the correct terms. Didn’t catch up on all the terminology coming from my native language. ;) But yes, I agree, the fact that parts, different parameters, of the model can be completed asynchronous by streaming the output of the model, is quite unique. Apple/swift was late with async/await, but putting it all together, it probably plays well with the ‘never’ (I know ) asynchronous and reactive coding. | ||||||||||||||||||||||||||
▲ | astrange 11 hours ago | parent | prev [-] | |||||||||||||||||||||||||
An issue with this is that model quality can get a lot lower when you force it into a structured form, because it's out of distribution for the model. (I'm pretty sure this is actually what drove Microsoft Sydney insane.) Reasoning models can do better at this, because they can write out a good freeform output and then do another pass to transform it. | ||||||||||||||||||||||||||
|