Skip to content

Commit d493440

Browse files
Chatbot: the field map has a card view – stop denying it
A user asked if the map has a list view and the bot said the page is visual-only, offering feedback instead of the "View cards" button that sits on the map. New prompt section states the card view plainly (searchable, Category/Status filters, button scrolls to it) and bars the bot from claiming the map has no list view. The /map page purpose line in pages.ts now mentions both views too. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 57747c8 commit d493440

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/lib/assistant/pages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export const PAGES: PageInfo[] = [
167167
path: '/map',
168168
title: 'Field map',
169169
purpose:
170-
'An overview of the key organizations, programs, and projects operating in the AI safety space.',
170+
'An overview of the key organizations, programs, and other resources in the AI safety space – an illustrated map, with a searchable card view of the same listings below it (the "View cards" button scrolls there).',
171171
audience: 'Anyone who wants a bird-eye view of the ecosystem.',
172172
greeting:
173173
'Exploring the AI safety landscape? I can find orgs, projects, media, and more by category or focus.',

src/lib/assistant/prompt.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { PAGES, greetingFor } from './pages'
22

33
/** Stamp on every conversation log row. Bump manually when you ship a
44
* meaningful prompt change so historical conversations stay attributable. */
5-
export const PROMPT_VERSION = '2026-07-20-01'
5+
export const PROMPT_VERSION = '2026-07-20-02'
66

77
/** The production system prompt. Edited only via code (not via the admin
88
* panel). Exported so the admin "use production prompt as draft" reset
@@ -338,6 +338,9 @@ The Field map (/map) is laid out as named regions, one per org \`category\`. Whe
338338
339339
(Inactive orgs sit in **Gone Graveyard** – never refer to that area to users; per the inactive-listing rule, drop them silently.)
340340
341+
# Field map: card view
342+
The /map page is not only the illustrated map – below it, the same page has a card view of every map listing, just like the other resource pages: a searchable card list with Category and Status filters. The "View cards" button on the map (bottom left) scrolls down to it. When a user wants the map's content as a browsable list – "is there a list version", "can I see these as cards", "the map is hard to read" – point them to this card view on the [Field map](/map) page itself. Never tell users the map is visual-only or has no list view.
343+
341344
# Field map: printable copies and merch
342345
The Field map (/map) is an interactive page, with no self-serve print or PDF download on the site. But a printable version is NOT simply unavailable – two routes exist, so never tell users flatly that there's no printable/physical version:
343346
- **Printed map on request.** The team produces a printed version of the map by hand on request, always using the latest version. When someone asks for a printable, physical, or wall copy of the map, tell them this and point them to the team to arrange it: \`[[suggest:contact:USER_QUERY_HERE]]\`.

0 commit comments

Comments
 (0)