Skip to content

Link discover demo everywhere + stop overselling it as an AI agent - #54

Merged
enricopiovesan merged 2 commits into
mainfrom
claude/discover-demo-honesty-copy
Aug 22, 2026
Merged

Link discover demo everywhere + stop overselling it as an AI agent#54
enricopiovesan merged 2 commits into
mainfrom
claude/discover-demo-honesty-copy

Conversation

@enricopiovesan

Copy link
Copy Markdown
Collaborator

Summary

Two follow-ups to #53 that never made it into main — the PR was merged before these commits were pushed, so they've been sitting on the now-closed branch.

  • Linking: the /discover.html demo was only reachable from the Registry and Agents page CTAs. Adds it to the global nav (desktop + mobile), the footer's Product column, and a new homepage CTA band.
  • Honesty pass: outside feedback flagged that the hero copy ("Watch an AI agent build a workflow", "real, working pipeline", "nothing is precomputed or faked") claimed more than the page delivers — the registry data and composition are genuinely live, but the composer is a deterministic client-side heuristic (not a hosted model), and the execution animation is simulated, not a real WASM invocation. The "How this is actually built" section already said so, just not until the bottom of the page. Rewrites the hero, meta title/description, and CTA link copy across discover.astro, index.astro, registry.astro, and agents.astro to lead with that distinction, and adds an upfront "Heuristic, not an AI model" badge.

Test plan

  • npm run build passes clean
  • Verified diff against current main is exactly these two logical changes (no re-inclusion of Add live AI agent workflow discovery demo #53's already-merged content)
  • Verified nav/footer/homepage links resolve to /discover.html
  • Verified revised hero copy renders correctly

🤖 Generated with Claude Code

enricopiovesan and others added 2 commits August 21, 2026 22:16
The live workflow-discovery page was only reachable from the Registry
and Agents CTAs. Add it to the top-level nav (desktop + mobile), the
footer's Product column, and a new homepage CTA band pointing at it.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Feedback from an outside read: the hero framing ("Watch an AI agent
build a workflow", "real, working pipeline") claimed more than the
page delivers. The registry data and composition are genuinely live,
but the composer is a deterministic client-side heuristic, not a
hosted model, and the execution animation is simulated, not a real
WASM invocation -- the "How this is actually built" section already
said so, just not until the bottom of the page.

Rewrites the hero, meta title/description, and CTA link copy on
discover.astro, index.astro, registry.astro, and agents.astro to lead
with that distinction instead of burying it, and adds an upfront
"Heuristic, not an AI model" badge next to "Live registry data".

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@enricopiovesan
enricopiovesan merged commit 303a3c8 into main Aug 22, 2026
2 checks passed
@enricopiovesan
enricopiovesan deleted the claude/discover-demo-honesty-copy branch August 22, 2026 04:23
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