CHAT + PERSISTENCE

Potluck: Event Notes Assistant

A lightweight chat assistant that captures planning notes for individual events, stores decisions and action items, and answers questions using retrieved event history.

Build Shape

Conversational Capture

Records notes from a simple chat surface and ties each message to a specific sample event.

Durable History

Stores decisions, action items, assignments, and bring-list entries in a database keyed by event.

Grounded Answers

Answers questions about past decisions by retrieving event context before generating a response.

Inspectable Output

Shows the retrieved notes behind each answer so generated summaries can be checked quickly.

Engineering Focus

01

Per-entity persistence. Notes are not just chat logs; they become structured history tied to one event.

02

Retrieval before response. The assistant answers from stored decisions and action items, not from memory.

03

Useful review state. Users can inspect the exact notes that shaped each answer.