Actions
Minimal viable product¶
1. CONVERSATION
a. UI - Easy to read (and skim) conversation between user and AI model
b. Conversations saved to DB (MongoDB)
i. Connecting Response to Request (Futures)
c. Hierarchical conversation
i. Cutting into the AI answer to get sub-answer, with only the context of the 1-level-preceding answer
ii. Adding user notes to AI conversations
iii. Handling multiple answers to the same prompt (ability to see all previous answers to the same question)
iv. Folding an answer to just the title / Unfolding the answer to full content
d. Editing AI answer by the user
e. User Profiles
f. Secure storing api-keys
2. NOTES/WIKI
a. Hierarchical structure of notes
i. Space/Project can have up to e.g. 5 levels of sub-notes (similar to OneNote)
b. Saving prompts for later (repeat) use
c. Prompt/Answer versioning system (Dario)
3. NOTIFICATIONS
a. Creating prompts that repeat automatically on set dates/times (e.g. for news on a subject, predictions of bitcoin price movement…)
4. USER FEEDBACK
a. User can on any screen give feedback, suggestion or report a problem with the application
i. Popup that captures the underlying screen
ii. Editing the screenshot (circling, adding text comments)
iii. Saving the current application state (variable values, requests, responses…)
Updated by Tomislav Pleše 3 months ago · 2 revisions