Skip to main content
7BBusyBoss
Prompts · Run in browser

AI / ML prompts

Prompt engineering, model evals, embeddings.

Type what you want to do — e.g. “write a cold email”, “summarise a contract”. Hit ✨ Ask AI if keyword search misses.

AI / ML(10)

AI / ML
Improve my prompt

Takes a vague prompt and rewrites it to be specific, structured, and reliable.

Adds output format, examples, constraints, and edge-case handling.

promptsprompt-engineering
AI / ML
LLM eval rubric

Builds a structured eval rubric to grade LLM outputs for a specific task.

Stops vibes-based "did the AI do good?" review.

evalstesting
AI / ML
Safety eval test cases

15 adversarial test cases for an LLM feature — jailbreaks, prompt injection, harmful asks.

For red-teaming an AI tool before launch.

safetyeval
AI / ML
Chain-of-thought reasoning prompt

A system prompt template that pushes the model to show its reasoning before answering.

Higher accuracy on multi-step problems, debuggable when wrong.

cotreasoning
AI / ML
System prompt → user-facing copy

Translates an internal system prompt into clear user-facing help copy for the same tool.

So users understand what the AI is good at + bad at.

uxdocs
AI / ML
Dataset annotation guideline

Writes annotation guidelines that two annotators can apply consistently.

For labeled-data projects — sentiment, classification, NER.

annotationdata
AI / ML
Model card draft

Drafts a model card with intended use, limitations, training data summary, evaluation results.

For shipping a model responsibly + onboarding new users.

model-carddocs
AI / ML
RAG retrieval prompt

Designs a system prompt that turns user questions into retrieval queries — multi-query, HyDE, etc.

For RAG systems where retrieval quality dominates answer quality.

ragretrieval
AI / ML
Fine-tune ground truth template

Builds a JSON template + 10 sample I/O pairs for a fine-tuning dataset.

For instruction-tuning tasks — start with clean, varied examples.

finetunedataset
AI / ML
Fallback prompt design

Designs a fallback strategy when the LLM doesn't know the answer — refuse, deflect, escalate.

Prevents hallucination + makes the AI predictable.

fallbacksafety