logoalt Hacker News

krzyktoday at 9:28 AM3 repliesview on HN

Could you elaborate what does "compiling orchestration prompt" mean?


Replies

Frost1xtoday at 10:59 AM

When you get some abstraction working you concretize it in something deterministic, or sort of “cache” that knowledge bit (aka write me a function, class, library, whatever). In the future, the nondeterministic path now has a deterministic piece to lean on as it explores the problem space. Rinse, repeat, eventually you have a mostly deterministic system now. Leave flexibility in space where you need that nondeterminism.

LikesPwshtoday at 11:20 AM

Rather than telling the LLM "loop through these files", tell it "write a script to loop through these files", then hard-code that script somewhere.

throawayonthetoday at 10:34 AM

a guess but i think they mean take the orchestration prompt and prompt yet another llm to turn that prompt into code..?