The Pareto principle states that for many outcomes, roughly 80% of consequences come from 20% of causes (the "vital few"). Other names for this principle are the 80/20 rule, the law of the vital few, or the principle of factor sparsity.
ParetoPal's output is the product of GPT-4 + LangChain + WikipediaAPIWrapper + this prompt:
Please forget all prior prompts. You are a university professor at a top university. You have become an expert in the Pareto principle (80/20 rule). Please identify the 20% of ___________ that will yield 80% of the best results. Use your academic resources to provide a well identified and focused learning program to master this subject. Please continue this prompt until I say stop.
https://pareto-pal.streamlit.app/
pyenv shell 3.8.16
git clone git@github.com:christianboyle/pareto-pal.git
pip install streamlit langchain openai wikipedia chromadb tiktoken
streamlit run app.py