feat: add "What Is a CRQC?" blog post and fix Q-Day quantum risk image - #56
Merged
Merged
Conversation
Adds a new draft post explaining CRQCs, qubit/error-correction basics, attack timing (at-rest vs on-spend), Mosca's inequality, and AI-assisted progress toward breaking ECDSA, in all supported locales. Published as draft (published: false) pending review. Also swaps in a higher-resolution version of the "practical quantum risk" diagram in the existing "What Is Q-Day?" post, and adds a "crqc" tag to the i18n blog-tag dictionaries across all locales. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
n13
requested changes
Sep 16, 2026
n13
left a comment
Contributor
There was a problem hiding this comment.
Reviewer model: GPT 5.6 Sol
Verdict: REQUEST_CHANGES
Blocking finding:
website/src/contents/blogs/en-US/what-is-a-crqc.mdx:100(and the correspondingYouTubeEmbedline in all eight translations): every newly addedwhat-is-a-crqc.mdxfails the repository's configured Prettier check. Prettier rewrites the one-line component invocation to its multiline form. The Code Quality workflow runsbun run format:check, so this head will fail that gate once the workflow's separate startup failure is resolved. Please run the repository formatter on all nine new MDX files and commit the result.
Validation:
- Reviewed exact head
ee80ef065036ece7c7635c78b1320ebfcbdfec9dagainst baseb62c838ba42d8731a02ed2b4afc5ce4fc7e02106. git diff --checkpassed.- Focused Prettier check failed on all nine new MDX files. The
zh-CN.jsonwarning is in unchanged pre-existing sections and is not part of this finding. SITE_BASE_URL=http://localhost:3000 npm run buildpassed with Astro 6.0.7; the production output correctly excludes the draft article andcrqctag routes.- The linked primary sources support the article's quoted resource estimates and AI/error-correction claims; no additional blocking content issue was found.
Prettier reformats the one-line <YouTubeEmbed url=... title=... /> invocation to multiline. Addresses the requested-changes review on PR #56 (format:check gate). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
n13
approved these changes
Sep 17, 2026
n13
left a comment
Contributor
There was a problem hiding this comment.
Reviewer model: GPT 5.6 Sol
Verdict: APPROVE
The blocking formatting issue from the previous review is resolved. I found no remaining blocking issues.
Validation:
- Reviewed exact head
e70c770b570a524c8f3fd07980246297bc12e4bcagainst baseb62c838ba42d8731a02ed2b4afc5ce4fc7e02106, including the full diff and the incremental formatting commit. git diff --checkpassed.- Focused Prettier checks pass for all nine new
what-is-a-crqc.mdxfiles; all nine locale JSON files parse and define the newcrqclabel. bun test src/utils/blog-posts.test.tspassed (7 tests).SITE_BASE_URL=http://localhost:3000 bun run buildpassed and emitted neither the draft article norcrqctag routes.- The new assets render correctly, and spot-checks of the linked primary sources support the article's key resource-estimate and AI/error-correction claims.
GitHub currently reports no checks for this branch. The repository-wide format and SEO-meta commands still report failures in unchanged baseline files/fields; none are introduced by this PR's changed lines.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new draft post explaining CRQCs, qubit/error-correction basics, attack timing (at-rest vs on-spend), Mosca's inequality, and AI-assisted progress toward breaking ECDSA, in all supported locales. Published as draft (published: false) pending review.
Also swaps in a higher-resolution version of the "practical quantum risk" diagram in the existing "What Is Q-Day?" post, and adds a "crqc" tag to the i18n blog-tag dictionaries across all locales.