-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
187 lines (180 loc) · 8.43 KB
/
Copy pathblog.html
File metadata and controls
187 lines (180 loc) · 8.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Field notes from Daniel Gaskins on agent evaluation, human review, and building AI systems that have to work inside real business processes."
/>
<meta name="theme-color" content="#0b0d0c" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1" />
<meta property="og:title" content="Field Notes | Daniel Gaskins" />
<meta
property="og:description"
content="Practical notes on agent evaluation, human review, and reliable AI systems."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://danielgaskins.com/blog.html" />
<meta property="og:site_name" content="Daniel Gaskins" />
<meta property="og:image" content="https://danielgaskins.com/assets/img/daniel-gaskins-portrait.webp" />
<meta property="og:image:width" content="1122" />
<meta property="og:image:height" content="1402" />
<meta property="og:image:alt" content="Portrait of Daniel Gaskins, author of the Field Notes" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Field Notes | Daniel Gaskins" />
<meta name="twitter:description" content="Practical notes on agent evaluation, human review, and reliable AI systems." />
<meta name="twitter:image" content="https://danielgaskins.com/assets/img/daniel-gaskins-portrait.webp" />
<meta name="twitter:image:alt" content="Portrait of Daniel Gaskins, author of the Field Notes" />
<link rel="canonical" href="https://danielgaskins.com/blog.html" />
<link rel="alternate" type="application/rss+xml" title="Daniel Gaskins — Field Notes" href="https://danielgaskins.com/feed.xml" />
<title>Field Notes | Daniel Gaskins</title>
<link rel="icon" href="./favicon.svg" type="image/svg+xml" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=Manrope:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./styles.css?v=20260805d" />
<script src="./script.js" defer></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Blog",
"@id": "https://danielgaskins.com/blog.html#blog",
"url": "https://danielgaskins.com/blog.html",
"name": "Field Notes by Daniel Gaskins",
"description": "Practical notes on agent evaluation, human review, and reliable AI systems.",
"author": {
"@id": "https://danielgaskins.com/#daniel-gaskins",
"@type": "Person",
"name": "Daniel Gaskins"
},
"blogPost": [
{
"@id": "https://danielgaskins.com/response-only-evals-missed-176-faults.html#article"
},
{
"@id": "https://danielgaskins.com/human-review-ai-agents.html#article"
},
{
"@id": "https://danielgaskins.com/agent-eval-mutation-testing.html#article"
}
]
}
</script>
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header" data-header>
<a class="wordmark" href="./" aria-label="Daniel Gaskins, home">
<span>DG</span>
<span class="wordmark__name">Daniel Gaskins</span>
</a>
<button class="nav-toggle" type="button" aria-expanded="false" aria-controls="site-nav">
<span></span><span></span>
<span class="sr-only">Toggle navigation</span>
</button>
<nav id="site-nav" class="site-nav" aria-label="Primary navigation">
<a href="./#work">Work</a>
<a href="./#capabilities">How I work</a>
<a href="./blog.html" aria-current="page">Blog</a>
<a href="./#about">About</a>
<a href="./resume.html">Résumé</a>
<a class="nav-cta" href="mailto:hello@danielgaskins.com">Talk with me</a>
</nav>
</header>
<main id="main" class="blog-page">
<header class="blog-hero section-shell">
<p class="eyebrow"><span class="status-dot"></span> Field notes</p>
<h1>Lessons from work that had to hold up.</h1>
<p>
Practical notes on agent evaluation, human review, and the decisions that sit between a
promising model and useful software.
</p>
</header>
<section class="blog-list section-shell" aria-label="Articles">
<!-- SCHEDULED_BLOG_ENTRIES_START -->
<article class="blog-entry">
<a class="blog-entry__image" href="./response-only-evals-missed-176-faults.html" tabindex="-1" aria-hidden="true">
<img src="./assets/img/agent-eval-og-v1.jpg" width="1200" height="630" loading="lazy" alt="" />
</a>
<div class="blog-entry__body">
<div class="blog-entry__meta">
<time datetime="2026-09-03">September 3, 2026</time>
<span>Agent evaluation</span>
<span>6 minute read</span>
</div>
<h2><a href="./response-only-evals-missed-176-faults.html">A response-only eval missed 176 of 263 broken agent runs</a></h2>
<p>A reproducible comparison of response-only, trace-only, and trace-plus-outcome evaluators against the same 263 controlled agent failures.</p>
<a class="blog-entry__link" href="./response-only-evals-missed-176-faults.html">
Read the field note
<svg aria-hidden="true" viewBox="0 0 16 16"><path d="M3 8h9M8.5 3.5 13 8l-4.5 4.5" /></svg>
</a>
</div>
</article>
<!-- SCHEDULED_BLOG_ENTRIES_END -->
<article class="blog-entry">
<a class="blog-entry__image" href="./human-review-ai-agents.html" tabindex="-1" aria-hidden="true">
<img
src="./assets/img/human-review-og.jpg"
width="1200"
height="630"
alt=""
/>
</a>
<div class="blog-entry__body">
<div class="blog-entry__meta">
<time datetime="2026-08-05">August 5, 2026</time>
<span>Human review</span>
<span>5 minute read</span>
</div>
<h2><a href="./human-review-ai-agents.html">Human review stops working when everything needs review.</a></h2>
<p>
Every review consumes a person's attention. A practical way to decide which AI
actions should stop, what the reviewer needs to see, and where the software's
authority ends.
</p>
<a class="blog-entry__link" href="./human-review-ai-agents.html">
Read the field note
<svg aria-hidden="true" viewBox="0 0 16 16"><path d="M3 8h9M8.5 3.5 13 8l-4.5 4.5" /></svg>
</a>
</div>
</article>
<article class="blog-entry">
<a class="blog-entry__image" href="./agent-eval-mutation-testing.html" tabindex="-1" aria-hidden="true">
<img
src="./assets/img/agent-eval-og-v1.jpg"
width="1200"
height="630"
loading="lazy"
alt=""
/>
</a>
<div class="blog-entry__body">
<div class="blog-entry__meta">
<time datetime="2026-08-03">August 3, 2026</time>
<span>Agent evaluation</span>
<span>6 minute read</span>
</div>
<h2><a href="./agent-eval-mutation-testing.html">Your agent eval passed. Would it catch a broken tool call?</a></h2>
<p>
Plant one known failure, rerun the same evals, and see whether the score changes. A
practical introduction to mutation testing for agent tool use.
</p>
<a class="blog-entry__link" href="./agent-eval-mutation-testing.html">
Read the field note
<svg aria-hidden="true" viewBox="0 0 16 16"><path d="M3 8h9M8.5 3.5 13 8l-4.5 4.5" /></svg>
</a>
</div>
</article>
</section>
</main>
<footer class="site-footer section-shell">
<p>© <span data-year></span> Daniel Gaskins</p>
<p>Physics · Models · Products</p>
<a href="#main">Back to top ↑</a>
</footer>
</body>
</html>