Take any triangle, and draw any number of cevians from the top vertex to the base, with any spacing between the cevians.
In each sub-triangle thus formed, inscribe a circle.
Now rearrange the order of the circles from left to right (but don't change their radii).
Adjust the cevians so that each cevian touches two neighboring circles.
The circles always seem to fit perfectly in the sub-triangles, with no gaps, no matter what their order!
Is this true, and if so, why?
I tested this with different size triangles and circles, and it always seems to work. I doubt it's just a coincidence.
At first I thought there must be a simple explanation, but I haven't found one. (I asked a coworker who is quite good at geometry about this, and he didn't know what to think.)
Notice that the angle at the top vertex subtended by say the blue circle, is different in the different arrangements.
Possibly useful: the inradius of a triangle is $\frac{2\times \text{area}}{\text{perimeter}}$.



Consider a triangle with base $PP'$ and a parallel "top-line" through the third vertex.
Let $\theta$ and $\theta'$ be, respectively, the interior half-angle at $P$ and the exterior half-angle at $P'$; and let $h$ and $h'$ be, respectively, the distances from the top-line to $P$ and to the triangle's incircle. Then
(Proof of the Fun Fact appears below.)
Now, we can interpret a configuration of cevians and incircles (say, three of the latter) as defining a sequence of collinear points $A_0$, $A_1$, $A_2$, $A_3$, half-angles $\alpha_0$, $\alpha_1$, $\alpha_2$, $\alpha_3$ at these points and each on the "same side" of the segment joining the point to a common point $O$, and distances $h_0$, $h_1$, $h_2$, $h_3$ from the "top-line" through $O$ to $A_0$ (actually, any $A_i$) and the successive incircles.
By the Fun Fact, we have $$\left.\begin{align} h_0 \tan\alpha_0 &= h_1 \tan\alpha_1 \\ h_0 \tan\alpha_1 &= h_2 \tan\alpha_2 \\ h_0 \tan\alpha_2 &= h_3 \tan\alpha_3 \end{align}\quad\right\}\qquad\to\qquad \tan\alpha_3 = \frac{h_0^3\tan\alpha_0}{h_1h_2h_3} \tag{$\star\star$}$$
The "crazy" observation here is that, for a fixed $h_0$ and $\alpha_0$, any permutation of $h_1$, $h_2$, $h_3$ yields the same $\alpha_3$ in $(\star\star)$, because —as you may have heard— multiplication is commutative. This guarantees that the sequence of incircles is always contained within a particular "bounding triangle" (namely, the triangle with height $h_0$, interior half-angle $\alpha_0$, and exterior half-angle $\alpha_3$). That is,
For instance, defining $\beta_0:= \alpha_0$ and $(k_0,k_1,k_2,k_3) := (h_0,h_3,h_1,h_2)$, we get this figure ...
... such that
$$\left.\begin{align} k_0 \tan\beta_0 &= k_1 \tan\beta_1 \\ k_0 \tan\beta_1 &= k_2 \tan\beta_2 \\ k_0 \tan\beta_2 &= k_3 \tan\beta_3 \end{align}\right\}\;\to\; \tan\beta_3 = \frac{k_0^3 \tan\beta_0}{k_1 k_2 k_3} =\frac{h_0^3 \tan\alpha_0}{h_1 h_2 h_3}=\tan\alpha_3 \;\to\; \beta_3 = \alpha_3$$
Proof of Fun Fact. Using different notation, and trading the exterior half-angle for the corresponding interior half-angle for conceptual symmetry ...
Consider $\triangle ABC$ with inradius $r$ and height $h$ relative to base $\overline{AB}$. Take $A'$ and $B'$ on sides $\overline{AC}$ and $\overline{BC}$ such that $\overline{AB}\parallel \overline{A'B'}$ and $\overline{A'B'}$ is tangent to the incircle. Then $h':=h-2r$ is the height of $\triangle A'B'C$ relative to base $\overline{A'B'}$.
Defining half-angles $\alpha := \frac12\angle A$ and $\beta := \frac12\angle B$, and noting that $\triangle ABC\sim\triangle A'B'C$, we have
$$\frac{h'}{h}=\frac{|A'B'|}{|AB|}=\frac{r\tan\alpha+r\tan\beta}{r\cot\alpha+r\cot\beta}=\frac{\sin(\alpha+\beta)}{\cos\alpha\cos\beta}\cdot\frac{\sin\alpha\sin\beta}{\sin(\alpha+\beta)}=\tan\alpha\tan\beta$$ which is equivalent to the Fun Fact. $\square$
I suspect that there's a route that avoids cancelling-out $\sin(\alpha+\beta)$, but that's what I have.
(The first part of orangeskid's answer is a very nice alternative proof.)