Back to Prompt Library
planning|implementation
Initial Setup and Character Design
Inspect the original prompt language first, then copy or adapt it once you know how it fits your workflow.
Linked challenge: Build a Moderated Conversational AI Character for Teens
Format
Text-first
Lines
1
Sections
1
Linked challenge
Build a Moderated Conversational AI Character for Teens
Prompt source
Original prompt text with formatting preserved for inspection.
1 lines
1 sections
No variables
0 checklist items
Set up your Vercel AI SDK project using Next.js/React or SvelteKit. Define the initial system prompt for your AI character, outlining its persona, target audience (teens), and core interaction guidelines. Consider a friendly, supportive, and knowledgeable persona. Implement the basic chat interface and connect it to a Qwen2.5-72B model endpoint through the AI SDK's `useChat` hook. Demonstrate a simple text-based conversation.
Adaptation plan
Keep the source stable, then change the prompt in a predictable order so the next run is easier to evaluate.
Keep stable
Preserve the source structure until you know which part of the prompt is actually driving the result quality.
Tune next
Change domain facts, examples, and tool context first before you rewrite the instruction scaffold.
Verify after
Validate one failure mode at a time so prompt changes stay attributable instead of getting noisy.