Let $a_1$ be linearly independent to $a_2$ over the rational numbers. For $n\geq 3,\ $ let $ a_n = \vert a_{n-1} - a_{n-2} \vert.$ Does $\sum_n a_n\ $ converge?
For example, let $a_1 = 1,\ a_2 = \ln 2=0.693\ldots\ .\ $ Then, $\ a_3 = \vert a_2 - a_1 \vert = 0.306\ldots,\ \ a_4 = \vert a_3 - a_2 \vert = 0.386\ldots,\ \ a_5 = \vert a_4 - a_3 \vert = 0.0794\ldots\ .$ I am not sure how to judge how quickly this converges to $0.$
Using the linear independence, you can show easily that $a_n$ is never zero. Indeed, if $a_{n+2}=0$ for some $n$, then $a_{n+1} = a_n$ which also implies $a_{n-1}=0$. In the end, you would get $a_1a_2a_3=0$ which is impossible.
Using this fact $a_{n+2}=|a_{n+1}-a_n|< a_{n+1}$. That follows from $a_n>0$ (for $n>2$ in the case where $a_2<0$).
Thus, the sequence is decreasing and $a_{n+2}=a_n-a_{n+1}$ for $n>2$ so that it converges to zero. For the sum of the terms, you get a cancellation because
\begin{align*} \sum_{n=3}^Na_{n+2} = \sum_{n=3}^Na_{n} -a_{n+1} = a_3 - a_{N+1} \to a_3.\end{align*}