Skip to main content
You talk to RunInfra in plain language. The agent can act on a first message that carries four things: what you are building, which model, what to optimize for, and how much traffic you expect.
What a strong prompt carriesfour elementsOptimize mistralai/Mistral-7B-Instruct-v0.3Model for a customer support chatbotUse case.Priority is latencyPriority. Target 500 requests per minuteScale.Use caseWhat you are building.ModelA Hugging Face repo id, or a description the agent resolves for you.PriorityThe one dimension your results are ranked by.ScaleThe traffic or deployment type you expect.Leave one out and the agent asks for it before it can act.
What a strong prompt carriesfour elementsOptimize mistralai/Mistral-7B-Instruct-v0.3Model for a customer support chatbotUse case.Priority is latencyPriority. Target 500 requests per minuteScale.Use caseWhat you are building.ModelA Hugging Face repo id, or a description the agent resolves for you.PriorityThe one dimension your results are ranked by.ScaleThe traffic or deployment type you expect.Leave one out and the agent asks for it before it can act.

Name the model exactly

Type @ to mention a model and the agent resolves it to a Hugging Face id. A full owner/repo id always resolves. A description makes the agent choose for you.
If you do not know which model you want, say what the workload is and ask:

Say limits as numbers

Constraints need no special syntax. Write them the way you would say them out loud.
Each one becomes a hard filter. A candidate that violates it is dropped before ranking, so a cheap but too slow result never reaches the top of your list. “Fast” is a mood. “Under 150ms P99” is a constraint the optimizer can respect.

Change things by asking

You never have to start over. Each message refines the same pipeline, and the agent keeps the whole conversation in context.
Weak: The latency is bad.Strong: P99 latency is 340ms, I need it under 200ms. Try a smaller model or a faster GPU, whichever costs less.The strong version gives the measured value, the target value, and the moves you will accept. The agent takes one step forward instead of asking you three questions.
A vague message does not fail, it stalls. The agent keeps asking clarifying questions until it has the four elements, so putting them in the first message is what saves the round trips.

Next steps

The guided prompt

The composer writes the sentence for you. You fill the model slot.

What a run does

How candidates get filtered, measured, and ranked.

Reading your result

What a published speedup means, and when one is refused.

Lossless first

Why nothing is quantized unless you ask or the arithmetic demands it.