Thank's for the insight.
I tweaked the LLM temperature and parameters a bit but still prefer the tone of Ministral.
Bonsai and Ministral are created for different purpose. Bonsai is condensing a Qwen model to fit in low memory system, Ministral is finetuned by larger Mistral to do multimodal in edge device. I did test with same system prompt and Ministral tends to adhere more to the prompt but also likes to make up something out of nothing (ie. hallucination).
As for the routing or even agentic workflow, I have been trying to adapt the DAG to keep use of LLM to minimal.
I also did a few test on the Cactus-Compute's Needle 26M model for query generation and tool execution.
It takes ave 3s per tool call which is slow but was able to gen json queries for a prompt that require up to 4 tools calls. It's small memory footprint means I could do multi-agent in Jetson Orin Nano 8GB. But I don't know if JAX would work in Jetson. That would be my next tasks to check it out.