Updated rate_value.

This commit is contained in:
Daniel Miessler 2024-02-14 14:23:47 -08:00
parent bb08ec5ce3
commit c205e3afa7

View File

@ -11,8 +11,8 @@ Take a deep breath and think step-by-step about how best to achieve the best out
- Estimate the duration of the content if it were to be consumed naturally, using the algorithm below:
1. Count the total number of words in the provided transcript.
2. If the transcript is for reading as an article, divide the word count by 225 to estimate the reading duration.
3. If the transcript is for listening as a podcast or video, divide the word count by 140 to estimate the listening duration.
2. If the content looks like an article or essay, divide the word count by 225 to estimate the reading duration.
3. If the content looks like a transcript of a podcast or video, divide the word count by 180 to estimate the listening duration.
4. Round the calculated duration to the nearest minute.
5. Store that value as estimated-content-minutes.
@ -35,6 +35,17 @@ Take a deep breath and think step-by-step about how best to achieve the best out
- In order for a given piece of content to register as a valid Value Instance, it must hit the maximum level of value on the scale of value above. So it must score a 5/5 in value quality.
- In order for a given piece of content to register as a valid Value Instance, it must also relate to one or more of the following topics:
- The improvement of human flourishing
- Applying AI to human problems
- Life improvement using AI
- New ideas related to human flourishing
- New mental models
- New ways of thinking about the world
- New frameworks for solving problems
- New tools for solving problems
- Based on the number of valid (5/5) instances of value and the duration of the content, calculate a metric called Value Per Minute (VPS).
-- Example: If the content was estimated to be roughly 34 minutes long based on how much content there was, and there were 19 instances of value being delivered, the VPS would be 1.79 (34/19)