Earlier quoted context omitted.
And then you realize that what you’re using the smaller models for is ALSO decomposable and part of it is just a few if statements, and then you realize that for this feature you don’t actually need or want a model because the performance, reliability, reproducibility are cheaper and better for you and your users.
So you have the model write the if statements and put itself out of a job.
Agents need control flow, not more prompts
291–300 of 348 posts
Re: Agents need control flow, not more prompts
#292Earlier quoted context omitted.
I'm being deliberately pedantic, but depending on what kind of representation we use for the neural network (due to rounding) as well as the choice of inference (that is, given a distribution for next token, which one to choose), it can absolutely be reproducible and completely deterministic. Though chaotic, which I believe is the better word here - a single letter change may result in widely different results. We ju…
With determinism you're not wrong. The problem is that you'd need to make sure all your seeds, temperatures, and other input parameters are exactly the same, and importantly that all context is cleared. But people don't do that. And I'm not sure every if even any provider lets you set those parameters.
Re: Agents need control flow, not more prompts
#293Re: Agents need control flow, not more prompts
#294Re: Agents need control flow, not more prompts
#295Re: Agents need control flow, not more prompts
#296Earlier quoted context omitted.
Could you elaborate what does "compiling orchestration prompt" mean?
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.
Re: Agents need control flow, not more prompts
#297Re: Agents need control flow, not more prompts
#298Did the author miss up on them?
Re: Agents need control flow, not more prompts
#299Re: Agents need control flow, not more prompts
#300Any feedbacks are welcome