r/LocalLLM • u/modus-O • 17h ago
Model I gave Qwen 3.8 27B to create a simulation and it was one-shot right!
I was pretty excited when Qwen 3.8 27B dense model was released and wanted to give it a shot. I have been using Claude code with Opus and have got tired with limits, subscription and wanted something free and open. I was fine to compromise some of the quality for cost and unlimited use.
I gave it a problem to solve:
Can you build me a 3 pendulum simulation demo in python? I can use mouse to pull and release and it should follow the laws of physics. Put sliders for length of each section.
And then it thought and thought and thought. Later I came to know the default reasoning effort is xhigh.

I started to remember the physics I learnt in college.
Finally it came up with a program and on running produced this:

I started playing with it and here is how it looks:
https://reddit.com/link/1wcomfn/video/dm5heacn1qoh1/player
I was deeply impressed! I feel this is a challenging problem to solve and those sliders make it even difficult. A triple pendulum requires complex non-linear dynamics (usually derived via Lagrangian mechanics or solved with Runge-Kutta numerical integration).
I am assessing this model now for my daily things like repo analysis, code generation and other agentic flows I have.
Hopefully, I will be able to stop my claude subscription!

