Sitemap

Creative Mindsets

These are the different mindsets you need to be creative. You'll have to swap out these mindsets at different times in the project. Make sure only one mindset is working on the project at the time. Don't let it overlap or the project will have conflict.

Tagged With: #permanent-notes #creativity #framework #innovation #problem-solving

Published on Aug 11, 2024

Drefyus Model Of Skill Acquisition

Dreyfus model is used to access and support skill development. It can also provide an acceptable level for measuring competence or capability.

Tagged With: #permanent-notes #learning #skill

Published on Aug 10, 2024

Cross Domain Thinking

Using the knowledge and insights of one domain in another domain. This can create new insights, products, solutions or processes.

Tagged With: #permanent-notes #problem-solving #learning #innovation

Published on Aug 09, 2024

Initial Impressions

Initial impression about something can be misleading.

Tagged With: #permanent-notes #rationality #solution-design #problem-solving

Published on Jul 29, 2024

Useful Not True

Useful, Not True is a book by Derek Sivers

Tagged With: #litrature-notes #book #belief

Published on Jul 29, 2024

Memory Formation During Trauma

Most of our memory is explicit memory. Its a memory of how the mind thinks of the event. It has a time stamp associated with it.

Tagged With: #permanent-notes #memory #psychology

Published on Jul 08, 2024

Ifs Internal Family Systems

IFS is a therapy framework that looks at a different aspects of a person as 'Parts'. Its useful to see each part as a person - it will help you connect with the part.

Tagged With: #permanent-notes #psychology #therapy #framework

Published on Jul 08, 2024

Chunking In Rag

We'll get the best answer to our question in RAG if we input the entire document collection as the context for the prompt. But this is expensive(large token size for the prompt). So to optimize this we only use the parts of the documents that is relevant to the question as the context.

Tagged With: #permanent-notes #rag #llm

Published on Jun 28, 2024

Rag Retrieval Augmented Generation

If you want to use LLMs with your own data, you can do it using RAG. You'll have to create a RAG Pipeline...

Tagged With: #permanent-notes #llm #rag

Published on Jun 24, 2024

Vector Database

In the context of LLMs, vector is an array of numbers. This represents a point in a n-dimensional space - where n is the length of the array.

Tagged With: #permanent-notes #llm #rag

Published on Jun 23, 2024