For Product Leaders
Let’s learn how to use the Adaline Editor to write, test, and deploy a prompt.
Get Started with Adaline Editor
Welcome to Adaline! This guide will walk you through setting up your first project and deploying a prompt in just a few minutes.
Create Your Account
Getting started with Adaline is simple:
- Sign up at adaline.ai
Adaline Quickstart Kit
Upon registration, you’ll automatically receive:
- A default teamspace to organize your work.
- A project to contain your prompts.
- A prompt template to begin customizing.
Connect a Model Provider
- In the sidebar, click Settings → Providers.
- Click Add Provider and choose OpenAI.
- Paste your OpenAI API key and save.
- Your account is now linked—your connected models will appear in the editor.
Select a Model in the Editor Pillar
- Switch to Editor pillar by clicking on the Editor tab.
- Click the model picker and choose a model (e.g.,
gpt-4o
oro4-mini
) from your connected provider.
Edit the Prompt Template
- In the Editor, update and edit the System and User messages to suit your use case.
- Add or rename any variables.
- Assign test values to each variable using the Variable Editor.
Create a Test Dataset
Build a robust test suite to evaluate your prompt:
-
Click on the Dataset tab and then click
Add column
and name the column exactly like the variable. -
To organize the dataset within a project:
- Click on the
dataset
name under your project and rename it. - Name your dataset descriptively.
- Click on the
-
Add 3-5 rows with different variable values to simulate various test cases. Bear in mind that each variable on the prompt template represents a single column. So if you have two variables, for example, topic and tone, then you essentially have two columns.
Set Up an Evaluator
Create evaluation criteria to ensure consistent quality:
-
Switch to Evaluate Pillar by clicking on the Evaluate tab.
-
Click Add Evaluator. You get a list or the action menu of all Adaline’s available evaluation methods.
-
Select LLM as a Judge from the action menu and select your dataset that you’ve just created.
- Write a clear evaluation rubric.
Run Your Evaluation
Test your prompt against the dataset:
- Click Evaluate to run the evaluation.
- Review the results to identify any issues.
- Refine your prompt based on the evaluation feedback.
Deploy Your Prompt
Make your prompt available for production use:
- Once satisfied with the results, navigate to Deploy Pillar by clicking the Deploy tab.
- Click
deploy
to make your prompt accessible via API. - Your prompt is now ready to be integrated into your application or workflow.
Next Steps
Now that you have successfully deployed your first prompt, you can explore more about,