Frontmatter
| id | 9903 |
| title | RLAIF Trajectory Curation & Whitebox E2E Pre-Flight |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Apr 12, 2026, 12:10 PM |
| updatedAt | Apr 14, 2026, 7:49 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9903 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [x] 9913 fix(ai): Implement JSON recovery/repair in DreamService Tri-Vector Synthesis |
| blocking | [] |
| closedAt | Apr 14, 2026, 12:25 AM |
RLAIF Trajectory Curation & Whitebox E2E Pre-Flight
tobiu marked this issue as being blocked by #9913 on Apr 12, 2026, 1:40 PM
tobiu changed title from Implement
executeNLActionDigest in DreamService for Neural Link Data Synthesis to RLAIF Trajectory Curation & Whitebox E2E Pre-Flight on Apr 13, 2026, 11:35 PM
tobiu assigned to @tobiu on Apr 13, 2026, 11:37 PM
tobiu cross-referenced by PR #9990 on Apr 14, 2026, 12:13 AM
tobiu closed this issue on Apr 14, 2026, 12:25 AM
tobiu cross-referenced by #10132 on Apr 20, 2026, 9:14 PM
tobiu cross-referenced by PR #10133 on Apr 20, 2026, 9:21 PM
RLAIF Trajectory Curation & Whitebox E2E Pre-Flight (formerly
executeNLActionDigest)Context & Motivation
The
nl_action_logcaptured during Frontier agent (e.g., Gemini 3.1 Pro / Claude Opus 4.6) interactions via the Neural Link represents highly valuable "Demonstrations of Intelligence". Instead of stuffing these sequences blindly into Playwright test scaffolding, we will stockpile these successful component state interactions as synthetic training data to feed future SLM fine-tuning pipelines (SFT/DPO for Gemma 4).Architectural Requirements
node ai/scripts/analyzeNlTelemetry.mjs <sessionId>. This protects the 100-tool MCP limit while allowing Frontier models to compress their own Action Logs..jsonland permanently stockpiled into.neo-ai-data/datasets/rlaif/trajectories.jsonl..agent/skills/whitebox-e2eProgressive Disclosure skill to mandate that Frontier agents always introspect the Neural Link VDOM state before writing Playwright selectors.References
f191cbb2-133b-43ac-bd7a-a2e85ea1fd95(Agents: useget_session_memoriesto pull context on why test generation was abandoned).