I’ve been working on few ideas to help get the most out of having AI parse designs for quick, iterative feedback for early prototypes, and had a couple of methods that I was experimenting with:
Chain prompting - splitting up tasks into smaller requirements
Database of embeddings - taking needed contexts and having them pre-embedded
Context overload - providing as many attributes, assets, and data as possible
Here are a couple of findings that I’ve found through personal experience:
1. Chain Prompting Can Reduce Context Overload
This seems to help a lot if you want specific outputs from AI and in a more accurate way.
2. Embeddings
Turning data into compressed, searchable vectors, seems to help also decrease immediate context and give the models more potential for accuracy.
ALSO, getting better prompts seems to correlate with reducing, or at least compressing context.
I’m curious if we should also be somehow training the models, especially if we want them to be design, or product oriented, on something like Glare.
Wondering if anyone has any experience in these areas- I think more insight here would be super impactful!
Funnily enough, they all lead down a similar path- managing context (almost obviously so).
I’ve probably been “too technical” in the thinking, but it seems like being able to open up how people receive the results (with something like a thumbs up button) and give them more control of the input might be useful.