-
Notifications
You must be signed in to change notification settings - Fork 0
docs(landing): mention v0.3.0 current-gen calibration and link router example #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -218,11 +218,15 @@ <h2>What makes Newton different from just prompting “be more critical&rdqu | |||||
| <p>“Be more critical” produces performed scepticism — manufactured objections that sound rigorous but don't change the answer. Newton is calibrated the other way: push back when there's a real reason, agree plainly when you're right, and flag genuine uncertainty rather than either hedging or arguing to seem sharp. The skill spells out what “real reason” looks like, what self-critique-before-delivery means in practice, and when clarifying questions are load-bearing versus ceremonial — so the behaviour is consistent turn-to-turn rather than drifting with each prompt.</p> | ||||||
| <p>Newton also operationalises reuse-before-rebuild, current-sources research, surgical editing, and handoff-when-scope-outgrows-the-chat as explicit sub-routines the agent runs, not as vibes. That's what makes it a <em>skill</em> rather than a prompt: the agent loads the methodology once and applies it consistently, with visible reuse-check reports and dated sources, rather than re-deriving the disposition from your tone every turn.</p> | ||||||
|
|
||||||
| <h2>Calibrated for current-generation models</h2> | ||||||
| <p>Newton is model-agnostic by design — the same methodology runs on Opus, Sonnet, and Haiku — but v0.3.0 is tuned so current-generation capabilities (adaptive thinking, implicit tool detection, session memory, parallel execution, high-resolution vision) are leveraged rather than fought. Tool guidance is outcome-oriented instead of prescriptive, independent sub-tasks parallelise, multi-turn sessions can use file-system memory, and visual input is treated as primary evidence. Older models still get the full Newton experience with graceful degradation — no feature relies on a specific model.</p> | ||||||
| <p>Want model-specific behaviour layered on top of <em>every</em> skill, not just Newton? v0.3.0 ships an optional <a href="https://github.com/PBNZ/newton-skill/blob/main/docs/examples/router-claude-md.md">router CLAUDE.md example</a> you can drop into your own <code>~/.claude/CLAUDE.md</code>. It's opt-in — the plugin does not install it for you.</p> | ||||||
|
||||||
| <p>Want model-specific behaviour layered on top of <em>every</em> skill, not just Newton? v0.3.0 ships an optional <a href="https://github.com/PBNZ/newton-skill/blob/main/docs/examples/router-claude-md.md">router CLAUDE.md example</a> you can drop into your own <code>~/.claude/CLAUDE.md</code>. It's opt-in — the plugin does not install it for you.</p> | |
| <p>Want model-specific behaviour layered on top of <em>every</em> skill, not just Newton? v0.3.0 ships an optional <a href="https://github.com/PBNZ/newton-skill/blob/v0.3.0/docs/examples/router-claude-md.md">router CLAUDE.md example</a> you can drop into your own <code>~/.claude/CLAUDE.md</code>. It's opt-in — the plugin does not install it for you.</p> |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The landing page says multi-turn sessions can use file-system memory, but this capability is environment-dependent. To avoid implying it works everywhere, consider adding the same qualifier used in the skill/CHANGELOG (e.g., “when available”).