Skip to content

docs(landing): mention v0.3.0 current-gen calibration and link router example#4

Merged
PBNZ merged 1 commit intomainfrom
docs/v0.3.0-landing-page
Apr 20, 2026
Merged

docs(landing): mention v0.3.0 current-gen calibration and link router example#4
PBNZ merged 1 commit intomainfrom
docs/v0.3.0-landing-page

Conversation

@PBNZ
Copy link
Copy Markdown
Owner

@PBNZ PBNZ commented Apr 20, 2026

Summary

  • Adds a short Calibrated for current-generation models section to the landing page describing v0.3.0's model-awareness work (outcome-oriented tool guidance, effort-awareness, session memory, parallel dispatch, vision-as-primary-evidence) and pointing at the optional router CLAUDE.md example under `docs/examples/`.
  • Refreshes Future development: "Planned after v0.2.0""Planned after v0.3.0", translation bullet now mentions the landing page too (it's also English-only), sub-agent decomposition moved off the "v0.3.0" slot (v0.3.0 shipped the parallelisation note; dedicated sub-agents are later).
  • Pure copy update — no JS, CSS, OG-card, or canonical-URL changes.

Test plan

  • Locally viewed rendered HTML; spacing, headings, and link targets all correct.
  • `Deploy landing page to GitHub Pages` workflow runs green on merge to `main`.
  • https://newton.mystuffonline.org/ serves the updated copy after the deploy.

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

… example

Adds a short "Calibrated for current-generation models" section to the
landing page describing v0.3.0's model-awareness work (outcome-oriented
tool guidance, effort-awareness, session memory, parallel dispatch,
vision-as-primary-evidence) and pointing at the optional router
CLAUDE.md example under docs/examples/.

Also refreshes the "Future development" bullets: the roadmap now
reflects v0.3.0 as shipped, notes the translation issue is still open,
and re-slots sub-agent decomposition to a later release (the v0.3.0
copy called it out as "v0.3.0" which is now misleading).

Pure copy/structural update — no JS or CSS changes, OG cards and
canonical URL untouched.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 20, 2026 05:10
@PBNZ PBNZ merged commit 71e2f04 into main Apr 20, 2026
3 checks passed
@PBNZ PBNZ deleted the docs/v0.3.0-landing-page branch April 20, 2026 05:11
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Newton landing page copy to reflect v0.3.0 “current-generation model” calibration work and to refresh the “Future development” section to post‑v0.3.0 planning.

Changes:

  • Adds a new “Calibrated for current-generation models” section describing v0.3.0 model-awareness outcomes and linking to the optional router CLAUDE.md example.
  • Updates “Future development” to “Planned after v0.3.0”, adjusts the translation bullet to include the landing page, and moves sub-agent decomposition to a later release.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/index.html
<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>
Copy link

Copilot AI Apr 20, 2026

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”).

Suggested change
<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>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 when available, 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>

Copilot uses AI. Check for mistakes.
Comment thread docs/index.html

<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>
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This paragraph is phrased as a v0.3.0-specific claim, but the link targets blob/main, which may drift from the v0.3.0 content over time. To keep the landing page consistent with the version referenced, link to the v0.3.0 tag/relnotes (or otherwise a version-pinned URL).

Suggested change
<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>

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants