Learn to say popular prompt engineering and LLM output control tool names correctly.
0 / 5 completed
1 / 5
How is Promptfoo (open-source tool for testing, comparing, and red-teaming LLM prompts) correctly pronounced?
Promptfoo is pronounced 'PRAHMT-foo' — 'prompt' plus 'foo', the classic placeholder word from programming. In a technical interview: "Promptfoo ran the same test cases against three model providers side by side."
2 / 5
How is Guidance (Microsoft's library for constraining and controlling LLM output structure) correctly pronounced?
Guidance is pronounced 'GY-duns' — exactly like the everyday word for direction or advice, stress on GY. In a technical interview: "Guidance forced the model to fill in each JSON field one token at a time, so the output never broke the schema."
3 / 5
How is LMQL (query language for programmatically controlling and constraining large language models) correctly pronounced?
LMQL is pronounced 'EL-EM-KYOO-EL' — every letter spoken individually, L-M-Q-L, short for Language Model Query Language. In a technical interview: "LMQL let us mix regular Python logic with constraints directly on the model's output."
4 / 5
How is Vellum (platform for prompt engineering, testing, and deploying LLM workflows) correctly pronounced?
Vellum is pronounced 'VEL-um' — exactly like the everyday word for fine parchment, stress on VEL. In a technical interview: "Vellum let the whole team compare prompt versions side by side before we shipped the change."
5 / 5
How is Outlines (Python library that constrains LLM generation to a defined structure or grammar) correctly pronounced?
Outlines is pronounced 'OWT-lynz' — exactly like the everyday plural of 'outline', stress on OWT. In a technical interview: "Outlines guaranteed the model's answer would always parse as valid JSON on the first try."