| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Root-cause and fix design for paper_flow being unable to produce a Paper end-to-end (strict-schema rejection + LLM UUID hallucination/reuse). Chosen approach: nested id-less draft schema; code assembles all UUIDs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Transitional: unblocks Runner.run past strict-JSON-schema rejection of Paper's dict[UUID, TreeNode]. Superseded by the draft-schema design. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Fixes end-to-end extraction: the Agent no longer emits UUIDs (eliminating strict-schema rejection and UUID hallucination/reuse); provenance is now code-owned. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
… validates Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ale doc Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
This pull request has been inactive for 14 days and is now marked stale. It will be closed in 7 days if there is no further activity. Comment or remove the stale label to keep it open. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Problem
paper_flow could not produce a Paper end-to-end against a live model — a defect the test suite never caught because it mocks the SDK (scripts/verify.sh stayed green). Running it for real surfaced three failure modes:
Asking an LLM to hand-generate dozens of unique, valid, cross-referenced UUIDs is structurally unreliable.
Fix
Stop the LLM from ever touching an identifier:
Design rationale: docs/design/en/2026-07-07-paper-flow-draft-assembly.md.
Verification
Notes
🤖 Generated with Claude Code