For arbitrary positive reals $a, b, c$, such that $a+b+c = \frac{3}{2}$, I want to find
$$\min(\frac{a^3}{bc} + \frac{b^3}{ac} + \frac{c^3}{ab} + \frac{1}{abc})$$
$\frac{a^3}{bc} + \frac{b^3}{ac} \ge 2 \sqrt{\frac{(ab)^3}{abc^2}} = 2 \frac{ab}{c}$, and similarly for two other pairs, so
$\frac{a^3}{bc} + \frac{b^3}{ac} + \frac{c^3}{ab} + \frac{1}{abc} \ge \frac{ab}{c} + \frac{ac}{b} + \frac{bc}{a} + \frac{1}{abc} \ge \frac{(ab)^2+(bc)^2+(ac)^2+ 1}{abc} \ge \frac{4\sqrt[4]{(abc)^4}}{abc} = 4$
But Lagrange multipliers giving the minimum of $\frac {19} {2}$ (and also the fact that the problem can't be so trivial) suggest that there is no use trying to find a tripple that results in $\frac{a^3}{bc} + \frac{b^3}{ac} + \frac{c^3}{ab} + \frac{1}{abc} = 4$, so another approach is needed.
It may boil down to simply using CS once and I just can't see it.
For $a=b=c=\frac{1}{2}$ we obtain a value $9.5$.
We'll prove that it's a minimal value.
Indeed, after homogenization we need to prove that: $$\frac{a^4+b^4+c^4}{abc\cdot\frac{a+b+c}{\frac{3}{2}}}+\frac{\left(\frac{a+b+c}{\frac{3}{2}}\right)^3}{abc}\geq\frac{19}{2}$$ or $$\frac{3(a^4+b^4+c^4)}{abc(a+b+c)}+\frac{16(a+b+c)^3}{27abc}\geq19,$$ which is true by Muirhead and AM-GM (in fact, the first one also easily follows from AM-GM): $$a^4+b^4+c^4\geq abc(a+b+c)$$ and $$(a+b+c)^3\geq27abc.$$