Skip to content
Discussion options

You must be logged in to vote

Ideally, the adapter should not be treated as a second prompt reader or a small hidden image generator. Its role should be narrower and more mechanical.

The best mental model is: the adapter is a SeedExpander.

That means it should consume structured, sectioned inputs rather than a single blob of text. It may receive Semantic IR as auxiliary context, but its primary job should be to take a more code-like representation—Visual Seed Code, coarse VQ hints, or provider-supplied latent tokens—and turn that into the full decoder-native token grid expected by the frozen decoder.

A useful priority order is:

providerLatents
→ coarseVq
→ seedCode
→ semantic fallback
→ placeholder

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Jah-yee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants