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.
Say limits as numbers
Constraints need no special syntax. Write them the way you would say them out loud.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.A weak message and its fix
A weak message and its fix
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.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.