I use it heavily when dealing with math/equations and real numbers (two reasons because my math isn't great and guide doesn't handle real numbers)
I've also use it extensively for creating CAN message buffers/FIFOs.
Modify existing or optimizing code it is very useful.
It's also been able to convert existing guide screen shots or .scs files into ST code.
I update the LLM as I go when i find limitations of GUIDE.
For example, using words like DATA and OVERFLOW in ST will cause an error on compilation as those works clash with the C code complier.