think-bigger/docs/personal-notes/ImportantToMe.md
Kade Heyborne 48c6ddc066
Add comprehensive project documentation
- Complete planning documentation for 5-phase development
- UI design specifications and integration
- Domain architecture and directory templates
- Technical specifications and requirements
- Knowledge incorporation strategies
- Dana language reference and integration notes
2025-12-03 16:54:37 -07:00

1.6 KiB

These following rules are various points that I want to ensure make it into the end project

  1. Privacy
  • Local directories for user's knowledge ensuring they keep all data for themselves
  • Usage of private locally ran models, capable and viable due to proper context engineering
  1. Useful for anyone
  • System designed for accelerating user's goals based on their current understanding
  • System should have a proper ingestion/setup process & also should debrief the user daily
  1. No goal should be too big nor too small.
  2. All domains should be able to gather and utilize the highest level of information about the subject as possible
  • Automated research engine
  • Automated ingestion engine
  • Automated expert agent improvements from data
  1. Each different domain of knowledge is fully contained within a directory for that domain
  • These directories are further enhanced with: A). Sub-agents B). Skills/Rules/System Prompt C). Workflows / Tools / Functions D). An expert chat UI per domain E). Raw data (docs/transcripts/pdf/etc) F). Processed data (fabric extractions, personal notes, etc.)
  1. Each expert domain is 'agent as a tool'
  2. All information should be properly rated and fact checked for optimal truth
  3. Information between the user's personal knowledge and the wider knowledge of the world should be intertwined*
  • This process should constantly be guiding the user towards a new subject they should study or pursue applying
  1. System should be neuro-symbolic Need to refine exactly how to use weighted data and context engineering properly