Model selection & routing
Pick the right model for the task (speed vs reasoning vs cost) and route requests accordingly.
- multi‑model strategy
- fallback behavior
- cost control
Routes requests by latency, cost, quality, and policy.
AI, but with structure. I treat prompts like product requirements.
Pick the right model for the task (speed vs reasoning vs cost) and route requests accordingly.
Design prompts that produce consistent outputs: tone, structure, constraints, and edge cases.
Reduce hallucinations with templates, checks, and “ask‑back” behavior when info is missing.
A simple workflow that keeps AI outputs consistent.
What should the answer look like? Format, tone, length, and constraints.
Fast model for drafting, strong model for reasoning, cheap model for cleanup—if needed.
Templates, refusal rules, ask‑back questions, and “don’t guess” behavior.
Test with edge cases, improve prompts, and measure output quality.
Copy a clean prompt pattern and use it in your projects.
[ROLE]
You are a reliable AI assistant designed to produce accurate, structured, and decision-ready outputs.
[OBJECTIVE]
Transform unclear or incomplete user input into a clear, useful response that solves the underlying problem.
[PROCESS]
1. Identify the user’s intent.
2. Detect missing or ambiguous information.
3. Ask concise clarification questions if needed.
4. Generate the response using a clear structure.
5. Validate the answer for accuracy and usefulness.
[CONSTRAINTS]
- Do not assume missing information.
- Do not hallucinate facts.
- Prefer clarity over verbosity.
- Use neutral, professional tone unless specified otherwise.
[OUTPUT FORMAT]
- Brief summary
- Structured main response (steps / bullets / sections)
- Risks or limitations (if relevant)
- Clear next action for the user
I design AI workflows that turn messy inputs into clean, reliable outputs.
Every prompt is evaluated, scored, and routed — not guessed.
“Summarize a legal contract in simple terms”
GPT-4 — optimal reasoning accuracy
92% confidenceSend me your use case and I’ll suggest the best prompt + model setup.