Earlier 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.
Agents need control flow, not more prompts
311–320 of 348 posts
Re: Agents need control flow, not more prompts
#312Re: Agents need control flow, not more prompts
#313deepwork.md is made for this.
Re: Agents need control flow, not more prompts
#314Re: Agents need control flow, not more prompts
#315Re: Agents need control flow, not more prompts
#3161000% agree. I am increasingly hesitant to believe Anthropic's continual war drum of "build for the capabilities of future models, they'll get better". We've got a QA agent that needs to run through, say, 200 markdown files of requirements in a browser session. Its a cool system that has really helped improve our team's efficiency. For the longest time we tried everything to get a prompt like the following working: "…
If nothing is stored in durable memory then the context window is going to get rotten
Re: Agents need control flow, not more prompts
#317Turns out it really was just them expecting one-shots in Claude Code with "make no mistakes pls".
Something to keep in mind when listening to LLM discourse on HN.
Re: Agents need control flow, not more prompts
#318Earlier quoted context omitted.
So you have the model write the if statements and put itself out of a job.
Alternatively, and sometimes more cost-efficient: you can find a developer who can write bespoke if statements. There are dozens of us!
Re: Agents need control flow, not more prompts
#319Earlier quoted context omitted.
Our team at Agentforce recently open-sourced our solution to this and we've gotten very valuable feedback -- would love to hear from more of you about it: https://github.com/salesforce/agentscript
No you didn't "What we're not open sourcing (yet) is the runtime. "
Re: Agents need control flow, not more prompts
#320I’ve been building a small ‘agent’ using copilot at work, partly a learning exercise as well as testing it in a small use case. My personal opinion is that AI and agents are being misrepresented… The amount of setup, guidance and testing that’s required to create smarter version of a form is insane. At the moment my small test is: Compressed instructions (to fit within the 8k limit) 9 different types of policies to g…
To be honest Copilot really stinks and is really far from the sharp edge of what is possible these days.