You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -92,21 +98,20 @@ Explicit inspection shows company sources and candidate findings; ordinary progr
92
98
prints only opaque IDs and outcome codes. Reports use restrictive atomic writes and
93
99
refuse overwrites. Preserve the final index and all failed attempts when comparing runs.
94
100
95
-
The baseline uses its existing provider/model and 1,200-token/30-second request bounds.
96
-
It receives company mode, synthetic adapter form context and zero progress score.
97
-
Its raw citations are captured before production normalization. It does not return
98
-
quotes: `not_provided` is distinct from failing or passing exact-quote validation.
99
-
Provider failure records retain known request/usage/citation diagnostics. Missing usage
100
-
and cost are unavailable, never zero. This comparison measures whole approaches with
101
-
different providers/models; it does not isolate Dawn's causal contribution.
101
+
The lifecycle Anthropic prototype and its baseline execution adapter are retired.
102
+
Current evaluation runs the Dawn agent against synthetic or reviewed public company
103
+
corpora. Historical baseline reports remain readable and can be included in review
104
+
packets; their missing quotes, usage and cost remain unavailable rather than zero.
105
+
Historical comparisons used different providers/models and do not isolate Dawn's
106
+
causal contribution.
102
107
103
108
Raw automatic tracing is disabled for local pilot runs. The record reports
104
109
`tracing: unavailable`; this slice does not claim sanitized LangSmith tracing is live.
105
110
No research findings are automatically published to Growth or typed memory.
106
111
107
112
### Human comparison
108
113
109
-
Each invocation emits a blinded review packet. To combine baseline and agent results
114
+
Each invocation emits a blinded review packet. To compare historical baseline and agent results
110
115
for the same corpus, pass their index UUIDs; mixed corpus hashes/classes are rejected:
111
116
112
117
```sh
@@ -127,20 +132,20 @@ per-approach scores are persisted as a new review artifact. Aggregate quality sc
127
132
remain unavailable while reviews are incomplete, preventing success-only denominators.
128
133
Human semantic review is not replaced by model grading or string matching.
129
134
130
-
### Dogfooding findings ledger
135
+
### Historical dogfooding findings ledger
131
136
132
137
| Finding | Evidence / owning layer | Status and next verification |
133
138
| --- | --- | --- |
134
139
| Nullable tool fields become required strings | Dawn 0.8.24 compiler JSON schema conversion; observed generated submit schema and failed unknown-field submissions | Upstream core and LangChain conversion regression/fix in progress. Pilot uses the supported authored Zod schema export; a package upgrade must rerun the original extraction probe before declaring the upstream defect released. |
135
140
| Bound model calls bypass subclass generation hooks | Real bound-model regression in this application | Guards, request counts and JSON usage capture live at the actual provider fetch boundary; generated graph tests verify it. |
136
141
| Page capture yields empty, partial, or mostly navigation evidence | Company-only acquisition against the six documented domains | Outcomes retained. Evaluate extraction improvements separately; do not hide failures by swapping cases. |
137
-
| Baseline provider rejects billing state |Live baseline synthetic calls returned a classified billing rejection |External provider funding/configuration required; no quality comparison can be claimed from failed calls. |
138
-
| Managed interruption precedes later child checkpoint | Recorded local/cloud Agent Server 0.13.4-node24 probe |Still a live-person integration gate; local cancellation tests are not proof of managed cancellation. |
142
+
| Baseline provider rejects billing state |Earlier live baseline synthetic calls returned a classified billing rejection |Historical finding for the retired adapter; failed calls provide no quality comparison. |
143
+
| Managed interruption precedes later child checkpoint | Recorded local/cloud Agent Server 0.13.4-node24 probe |Platform limitation covered by late-result rejection and bounded production cleanup; local cancellation tests do not prove managed cancellation. |
139
144
| Disabled memory and shared harness persistence behavior | Earlier synthetic compatibility probe on Dawn 0.8.24 | Reproduction-needed against current Dawn before assigning a fix. Pilot has no memory and graph tests use isolated state. |
140
145
141
-
Keep source snapshots, generated reports and review labels outside git. The full growth
142
-
funnel/contact journey and real install/runtime-triggered enrichment are subsequent
143
-
slices, after supported company context and the managed data lifecycle are verified.
146
+
Keep source snapshots, generated reports and review labels outside git. Lifecycle now
147
+
routes form and eligible install/runtime enrichment through the managed company adapter.
148
+
The local evaluation harness remains isolated from those production jobs.
144
149
145
150
## Synthetic compatibility deployment
146
151
@@ -258,9 +263,10 @@ Agent Server `0.13.4-node24` can acknowledge interruption before its JavaScript
258
263
stops, allowing a later result checkpoint. The generated Dawn graph cancels when a
259
264
live `config.signal` is supplied; the official JS sidecar does not forward that
260
265
signal. No vendor patch is included. Cancellation and protection against writes
261
-
after cancellation remain failed live-use gates. The smoke client's cleanup command
262
-
refuses interrupted threads; an operator must independently establish worker
263
-
quiescence before deleting those records. A terminal run status alone is insufficient.
266
+
after cancellation are a platform limitation. Production rejects late results and
267
+
uses the bounded lifecycle cleanup policy above. The older platform smoke client's
268
+
cleanup command remains conservative about interrupted threads; that diagnostic
269
+
restriction is not the production rollout policy.
264
270
Deploy the verified artifact with the official CLI `0.4.21` source archive layout
265
271
and the LangSmith control-plane source-upload API. Updates should target the existing deployment ID:
266
272
request its upload URL, upload only the verified `.deployment` archive, and submit
@@ -269,8 +275,9 @@ the returned object path with `revision_source: "internal_source"`,
269
275
The signed upload requires `Content-Type: application/gzip` and
270
276
`X-Goog-Content-Length-Range: 0,209715200`. Configure secrets through the deployment
271
277
API; never include an environment file in the archive. Re-enabling synthetic model
272
-
tests requires both a provider key and the explicit fixture-mode value. Do not wire
273
-
real Growth signals into this deployment until its remaining live-use gates pass.
278
+
tests requires both a provider key and the explicit fixture-mode value. Wire
279
+
real Growth signals only through the managed company adapter and lifecycle's
280
+
durable submission, result validation, and cleanup handlers.
274
281
275
282
The uncached platform smoke target takes positional fixture, thread and correlation
276
283
identifiers. Set `GROWTH_RESEARCH_URL`, `LANGSMITH_API_KEY` when authentication is
0 commit comments