|
|
|
|
|
by sgrove
1177 days ago
|
|
I’ve been doing the same thing with a number of projects, building chains of prompts from one api call to another e.g. for ConjureUI (self-creating, iterable UIs that come into existence, get used, then disappear) https://youtu.be/xgi1YX6HQBw how it works to generate a full self-contained react component: 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. |
|
I see a fresh new generation of supply chain attack, or more prompt engineering to hopefully filter out malicious packages