Skip to content

✨ Add Love Equation page as a lens on heart-centered alignment#19

Merged
TechNickAI merged 3 commits into
mainfrom
feat/love-equation-page
Jun 16, 2026
Merged

✨ Add Love Equation page as a lens on heart-centered alignment#19
TechNickAI merged 3 commits into
mainfrom
feat/love-equation-page

Conversation

@TechNickAI

Copy link
Copy Markdown
Owner

Summary

Adds a new public page, /love-equation/, that explains Brian Roemmele's Love Equation — dE/dt = β(C − D)E — as a teaching lens on heart-centered alignment: when cooperation (C) outweighs defection (D), care compounds; when defection dominates, it decays. It deliberately keeps honest distance from Roemmele's "I solved alignment" framing — the page presents this as a way of seeing, not a safety proof.

The page mirrors the structure of principles/index.html (shared design system, AOS reveals, Tailwind CDN config) and reads C/D through this site's own Principles vocabulary rather than the Cyber Strategy Institute's CC BY-SA taxonomy. No SAFE² prose or taxonomy is reproduced — only the bare equation, which is attributed.

What's in this PR

  • NEW love-equation/index.html — the page
  • index.html — adds an "Explore the Love Equation" CTA next to "Read the Full Principles"
  • principles/index.html — contextual link from the hero into the new page
  • sitemap.xml — new <url> entry
  • llms.txt — new entry, and corrects a stale "Six principles" → "Ten"

Low blast radius by design: contextual links from the two most relevant pages + the new page's own footer, rather than an N-file sitewide nav edit.

Multi-model review

Reviewed across three model families (Grok / Gemini / GPT) through independent lenses (contrarian + license, content + math accuracy, structure + SEO + a11y). Verdict: edit → all fixes applied, no blockers.

Applied from the panel:

  • License safety: added an explicit sentence that CSI's CC BY-SA taxonomy/prose are not used (equation only).
  • Honesty / no overclaiming: softened "a simple piece of mathematics" → "a simple descriptive shape"; dropped the ambiguous love as alignment keyword that could surface without disclaimers.
  • Structured data: isBasedOn and citation upgraded from bare strings to typed CreativeWork objects.
  • Accessibility: role="math" + worded aria-label on the repeated equation; aria-controls/id linking the mobile menu button to its panel.
  • Consistency: footer copyright 20252026.

Verification

  • Both JSON-LD blocks parse; equation entities (&beta;, &minus;) intact
  • Prettier clean; full pre-commit suite passes (smartquotes, bidi, prettier)
  • Relative links from /love-equation/ resolve; canonical/OG/Twitter consistent
  • "Ten principles" claim verified against the actual principles page (Principle 1–10)

Notes

  • datePublished/dateModified set to 2026-06-15.
  • This is GitHub Pages — merging publishes live. Holding for your review before merge.

Nick Sullivan added 2 commits June 16, 2026 09:59
Introduce /love-equation/ explaining Brian Roemmele's Love Equation
(dE/dt = β(C − D)E) as a teaching lens, not a claim that alignment is
solved. Reads C/D through the site's own Principles vocabulary; no CSI
CC BY-SA taxonomy or prose reproduced (equation only).

Wire discovery with low blast radius: home CTA button, contextual link
from the principles hero, sitemap and llms.txt entries (also corrects a
stale 'Six principles' -> 'Ten').

Multi-model review (Grok/Gemini/GPT) applied: scoped license sentence,
CreativeWork-typed isBasedOn/citation, role=math + aria-label on the
repeated equation, aria-controls on the mobile menu, dropped an
ambiguous keyword, footer year, and softened 'mathematics' -> 'shape'
to avoid over-formalizing a descriptive model.
Unify the duplicated header and footer across all public content pages so every page is discoverable from every other page.

- Add canonical xl+ desktop nav with More dropdown
- Add full mobile menu with all content pages, 44px targets, and short-screen scrolling
- Add complete footer site map across all 11 content pages
- Add Alpine/x-cloak where older pages needed it
- Add model-benchmarks to sitemap.xml
- Add helpful recovery links to 404.html

Verified sitemap/llms coverage, no broken internal links, complete nav coverage, pre-commit, and multi-model IA review.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 501b8e3. Configure here.

Comment thread ai-for-good/index.html
@TechNickAI

Copy link
Copy Markdown
Owner Author

Sitewide navigation/discovery pass added

I audited the whole static site before this goes live and pushed a second commit that normalizes navigation/discovery across all public pages.

What changed

  • Unified the duplicated header across all 11 content pages.
  • Desktop nav now uses an xl+ breakpoint to avoid cramped tablet/small-laptop layouts.
  • Header links: Manifesto, Principles, Love Equation, Heart Intelligence, Why Claude?, Benchmarks, More, Try Claude.
  • More dropdown: For AI Models, We-Language, AI for Good, Brand.
  • Mobile menu is flat and complete, with all content pages, 44px targets, and short-screen scroll protection.
  • Unified footer site map across all 11 content pages so every page links to every other page.
  • Added Alpine/x-cloak where older pages needed it for the new mobile/dropdown nav.
  • Added /model-benchmarks/ to sitemap.xml.
  • Added helpful links to 404.html.

Verified

  • 11/11 content pages are in sitemap.xml and llms.txt.
  • Every content page links to every other content page through header/mobile/footer.
  • No broken internal links.
  • Mobile menu controls present everywhere (aria-controls, id=mobile-nav).
  • Short-screen mobile menu overflow handled with max-h-[calc(100vh-5rem)] overflow-y-auto.
  • Prettier + pre-commit pass.
  • Multi-model IA review run across Grok/GPT/Gemini; consensus edits applied.

Keep the More trigger visually active on submenu pages, but remove aria-current from the generic dropdown button. The actual destination links inside the dropdown and mobile menu remain the only elements marked as the current page.

Addresses Cursor Bugbot comment on PR #19.
@TechNickAI TechNickAI merged commit 7f9a543 into main Jun 16, 2026
5 checks passed
@TechNickAI TechNickAI deleted the feat/love-equation-page branch June 16, 2026 21:57
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.

1 participant