请问HN:ChatAi 基于网页的会话标记?
我使用ChatGPT进行学习和研究,因为它的表达非常详细。这样做的一个缺点是,几乎每次的AI聊天输出(除了在最严格的规则下)都会让我产生大量的问题、反对意见和不同的看法。这让我不得不进行多维度的思考。
我开始将总结导出为文本文件,并在这些文件中标注我的问题。这使我积累了很多文本文件。
因此,我为我的Django项目创建了一个讨论管理器,包含类别和标签。这个工具还不错,但缺乏打磨,更重要的是缺少一些用户界面功能,例如在Google Docs中那样的评论或建议功能。
有没有人遇到过可以考虑标注的AI聊天组织解决方案?或者,你有没有推荐的用于我自定义标注系统的数据结构或模式?
查看原文
I use ChatGPT for learning/research because it's the most verbose. A downside to this is every aichat output (except on the strictest of rules) leaves me with tons of questions, objections, divergences. Going multi-d.<p>I've taken to exporting summaries as text files and marking these up with my questions. This leaves me with a lot of text files.<p>So I whipped up a discussion manager for my project Django site with categories and tags. It's OK, but lacks polish but more importantly UI features which would behave like comments or suggestions in Google Docs, for example.<p>Has anyone encountered a solution to organize aichats with notation in mind? Or, do you have a recommendation for a data structure/schema for my diy notation system?