Catch AI patterns that appear across a whole draft - #266
Closed
vivekkartha wants to merge 3 commits into
Closed
vivekkartha wants to merge 3 commits into
vivekkartha wants to merge 3 commits into
Conversation
Essay sources belong in references, not in the sentence. Keep original claims, restore §28 coverage, and reject example Afters that miss those rules.
Owner
|
Closing, with thanks for the core insight: these patterns also appear at paragraph scale, as a contrast split across sentences, three parallel examples, or the same one-line conclusion after several sections. That is worth one sentence in step 1. The PR as a whole adds a validator that pins exact example sentences, a new pattern that moves real citations out of the sentence, and edits to old release notes, so it cannot land as is. |
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.
What this improves
Humanizer now catches several habits that only become obvious across sentences or paragraphs: split correction formulas, three-example cadence, empty bridge lines, and repeated mini-conclusions. It also catches source names used only to borrow credibility instead of telling the reader what the source adds.
The second pass now checks the shape of the full draft, so it can rewrite repeated structures instead of patching one phrase at a time.
False-positive safeguards
The new guidance keeps real distinctions, meaningful transitions, necessary examples, deliberate short paragraphs, and citations that support a fact or useful finding. It also keeps the existing rule against adding claims or sources that were not in the input.
Validation
python3 scripts/validate-package.pynpx skills add . --listnpx -y @anthropic-ai/claude-code plugin validate .Note: In essays, a prestige source in the sentence is an empty credibility signal even when the source is real. State the claim; move the source to references. validate-package.py now rejects example Afters that miss §10 / §28 / §31 / §36.