Sudden drop in user engagement
Trailing by two: should we go for two or three?
\[\begin{align} \Pr(\text{Written by AI}) &= 1/100 \\ \Pr(\text{Predicted Positive | Written by AI}) &= 96/100 \\ \Pr(\text{Predicted Positive | Written by humans}) &= 10/100 \end{align}\]
We are looking for the probability of \(\Pr(\text{Written by AI | Predicted Positive})\). From Bayes’ rule, we know that:
\[ \Pr(\text{Written by AI | Predicted Positive}) = \frac{\Pr(\text{Predicted Positive | Written by AI}) \Pr(\text{Written by AI})}{\Pr(\text{Predicted Positive})} \]
From the above, we only need to estimate the denominator:
\[ \begin{align} \Pr(\text{Predicted Positive} &= \Pr(\text{Predicted Positive | Written by AI}) * \Pr(\text{ Written by AI}) \\ &+ \Pr(\text{Predicted Positive | Written by humans}) * \Pr(\text{ Written by humans}) \\ &= 0.96 * 0.01 + 0.1 * 0.99 = 0.1086 \end{align} \]
Plugging the numbers we get:
\[ \Pr(\text{Written by AI | Predicted Positive}) = \frac{(0.96 * 0.01)}{0.1086} = 0.088 \]
This is an AI-enhanced solution that took as input the original solution.
To determine this, we apply Bayes’ theorem. Based on the information provided:
\[\begin{align} \Pr(\text{AI-written}) & = 1/100 \\ \Pr(\text{Predicted as AI | AI-written}) & = 96/100 \\ \Pr(\text{Predicted as AI | Human-written}) & = 10/100 \end{align}\]
We seek \(\Pr(\text{AI-written | Predicted as AI})\). By employing Bayes’ theorem:
\[ \Pr(\text{AI-written | Predicted as AI}) = \frac{\Pr(\text{Predicted as AI | AI-written}) \cdot \Pr(\text{AI-written})}{\Pr(\text{Predicted as AI})} \]
Now, let's estimate the denominator:
\[ \begin{align} \Pr(\text{Predicted as AI}) &= \Pr(\text{Predicted as AI | AI-written}) \cdot \Pr(\text{AI-written}) \\ &+ \Pr(\text{Predicted as AI | Human-written}) \cdot \Pr(\text{Human-written}) \\ &= 0.96 \times 0.01 + 0.10 \times 0.99 = 0.1086 \end{align} \]
Substituting the values, we have:
\[ \Pr(\text{AI-written | Predicted as AI}) = \frac{0.96 \times 0.01}{0.1086} \approx 0.088 \]
Bayes rule, Conditional probability