Skip to content

Commit 16e5547

Browse files
committed
Add linear page
1 parent cb360c5 commit 16e5547

3 files changed

Lines changed: 849 additions & 1 deletion

File tree

public/styles/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--border: #222222;
66
--border2: #2a2a2a;
77
--text: #e8e8e8;
8-
--muted: #888888;
8+
--muted: #b8b8b8;
99
--dim: #7a7a7a;
1010
--accent: #00a8ad;
1111
--accent2: #007f83;

src/pages/writing/index.astro

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
import Base from '../../layouts/Base.astro';
33
44
const posts = [
5+
{
6+
slug: "why-most-ai-evals-would-miss-the-linear-sales-email-failure",
7+
category: "Evaluation",
8+
title: "Why most AI evals would miss the Linear sales email failure",
9+
description: "Linear's sales agent emailed an existing customer six times with the wrong company name. An LLM judge would have scored that email highly. Here is why standard evaluation never would have caught it.",
10+
date: "Jun 2026",
11+
},
512
{
613
slug: "what-groundeval-tells-you-about-where-hitl-belongs",
714
category: "Research",
@@ -196,6 +203,11 @@ const posts = [
196203
color: var(--accent);
197204
}
198205

206+
.writing-tag-evaluation {
207+
background: rgba(255, 255, 255, 0.1);
208+
color: var(--muted);
209+
}
210+
199211
.writing-tag-teams {
200212
background: rgba(34, 197, 94, 0.1);
201213
color: var(--green);

0 commit comments

Comments
 (0)