(no title)
sgrove | 2 years ago
1. Take user task
2. Pass it to a prompt that requests a Product UI description of a component
3. Pass 1+2 to another that asks for which npm packages to use
4. Pass 1+2+3 to a templated prompt to write the code in a constrained manner
5. Run 4 in a sandbox to see if there are errors, if so pass it back to #4, looping
It’s currently quite slow, but that’s an implementation detail I think.
dorilama|2 years ago
I see a fresh new generation of supply chain attack, or more prompt engineering to hopefully filter out malicious packages
sgrove|2 years ago
Although, 'script(/injection) kiddie' will be an interesting phenomenon in the future...
lupire|2 years ago