|
|
|
|
|
by perk
349 days ago
|
|
Several things! But my favourite use-case works surprisingly well. I have a js-to-video service (open source sdk, WIP) [1] with the classic "editor to the left - preview on the right" scenario. To help write the template code I have a simple prompt input + api that takes the llms-full.txt [2] + code + instructions and gives me back updated code. It's more "write this stuff for me" than vibe-coding, as it isn't conversational for now. I've not been bullish on ai coding so far, but this "hybrid" solution is perfect for this particular use-case IMHO. [1] https://js2video.com/play
[2] https://js2video.com/llms-full.txt |
|