Hacker News new | ask | show | jobs
by GameBuddyCedric 582 days ago
Already love what it can already do! Impressive that nearly every time I get a fully runnning response in form of a web app

Can you share more about your prompt chain approach?

- Do you map prompts to specific developer roles (e.g., manager to say what each component should do and than another prompt with less context that focuses on the implementation for this specific file?

- Or do you generate all files at once?

Just because I prompted with a lot of long initial messages: Have you also explored an iterative refinement process where the AI revisits the initial message to nail down details more accurately?

1 comments

Great questions! There are several LLM calls behind a single prompt that you submit and we do dynamically assemble the prompt to the AI based on what you're asking for. But we do generate most files at once.