If an agent has all the skills, tools, and prompts it needs — what's the smallest prompt that gets it running fully autonomously?
Context is expensive. Every token in a prompt costs latency, money, and attention. If the agent already has access to a full registry of skills, tools, and prompt templates — via something like Orchesta — how little do you actually need to say to get it started? This experiment strips the initial prompt down to the absolute minimum while still achieving fully autonomous, zero-human-intervention execution.
Progressively shrinking the prompt until you find the minimum viable instruction for full autonomy.
If an agent has all the skills, tools, and prompts it needs — what’s the smallest prompt that gets it running fully autonomously?
Context is expensive. Every token in a prompt costs latency, money, and attention. If the agent already has access to a full registry of skills, tools, and prompt templates — via something like Orchesta — how little do you actually need to say to get it started? This experiment strips the initial prompt down to the absolute minimum while still achieving fully autonomous, zero-human-intervention execution.
Progressively shrinking the prompt until you find the minimum viable instruction for full autonomy.
Give the agent a pointer to context, not the context itself — knowing that a registry exists is more valuable than pasting its contents into the prompt.
The minimum viable prompt has two requirements: clear intent and clear scope — everything else can be fetched.
Fewer input tokens means faster time-to-first-action — leaner prompts are a latency optimisation, not just a cost one.
Vague intent is the failure mode, not missing context — invest prompt tokens in specifying what you want, not in background information the agent can look up.
This has direct implications for how Orchesta’s skill registry is designed. If agents can fetch their own context, the registry needs to be optimised for discoverability — not just storage. We’re exploring whether a search-first interface (like Quiver’s approach) works better than a structured catalogue.