-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Experiment launch - landing page update (#3029)
- Loading branch information
Showing
6 changed files
with
67 additions
and
1 deletion.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
bifrost/app/changelog/changes/20241210-experiments-launch/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"title": "🎉 Experiments is here!", | ||
"description": "Experiments is out of beta. Tune your LLM prompt, test it on production data, and verify your iterations with quantifiable data. " | ||
} |
23 changes: 23 additions & 0 deletions
23
bifrost/app/changelog/changes/20241210-experiments-launch/src.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
We are thrilled to announce that [Experiments](us.helicone.ai/experiments) is out of beta. | ||
|
||
Experiments is designed to help you tune your LLM prompt, test it on production data, and verify your iterations with quantifiable data. | ||
|
||
### Main use cases | ||
|
||
#### 1. Continuous Improvement | ||
|
||
Analyze production edge cases to refine your application's performance. | ||
|
||
#### 2. Pre-deployment Testing | ||
|
||
Benchmark new releases rigorously before rolling out to production environments. | ||
|
||
#### 3. Structured Testing | ||
|
||
Implement LLM-as-a-judge or custom evaluation metrics, then compare prompt variations side-by-side with quick, actionable feedback loop. | ||
|
||
#### 4. Prompt Optimization | ||
|
||
Determine the best prompt for production by running evaluators to prevent performance regressions. | ||
|
||
For detailed documentation, refer to our [updated docs](https://docs.helicone.ai/features/experiments). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
import { cn } from "@/lib/utils"; | ||
import Link from "next/link"; | ||
|
||
const Banner = () => { | ||
return ( | ||
<div | ||
className={cn("flex flex-col justify-center w-full h-auto pb-4 relative")} | ||
> | ||
<div className="bg-slate-100 text-slate-500 text-center text-sm md:text-base py-3 w-full"> | ||
<p> | ||
🎁 Our holiday gift to you:{" "} | ||
<Link | ||
href="https://docs.helicone.ai/features/experiments" | ||
className="font-semibold underline hover:text-slate-600" | ||
> | ||
Experiments | ||
</Link>{" "} | ||
is here! | ||
</p> | ||
</div> | ||
</div> | ||
); | ||
}; | ||
|
||
export default Banner; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+129 KB
bifrost/public/static/changelog/images/20241210-experiments-launch.webp
Binary file not shown.