I'm in fact interested in a PDE for which I try to get some intuition (roughly, I interpret my PDE as a function of time with value in a space of functions of space variables). Does someone by luck know a solution to the ODE in the title (wandering around this site I did see some incredible analytic solutions to some ODEs).
As for my line of thoughts so far, I see that $\enspace x:0< t\mapsto \frac{C}{\sqrt{t}}$ satisfies $x' = -\frac{1}{2}\, x^3$. The ODE being non-linear, I guess it is not very helpful to look at solutions of $x' = b x^3$ alone. I also don't think that Laplace or Fourier transfo will work. Series solution (haven't checked yet...)? My last idea is to use the trick of writing the equation in integral form and insert it within itself...
Follow up question: the next step is to consider a system of ODE of the form $$\dot{\mathbf{X}} = A\cdot \mathbf{X} + B\cdot \mathbf{X}^3 $$ where here $\mathbf{X}^3$ denotes a vector with $i^{\text{th}}$-components $x_i^3$. Let us assume also that $A$ is diagonalizable but not $B$ (or at least no in the same basis). The problem boils down for each component of $\mathbf{X}$ to solving $$ x_i'(t) = a\, x_i(t) + b\, x_i^3 (t) + f(t)$$
$$x'(t) = a\, x(t) + b\, x^3 (t)$$ This is Bernoulli's differential equation. $$\dfrac {x'(t)}{x^3} = \dfrac a { x^2(t)} + b$$ $$-\dfrac {u'}{2}= au + b$$ Where $u=\dfrac 1 {x^2}$. The DE is now linear of first order.