December 16, 2025 by Peter Schneider | Comments
The latest Qt AI Assistant release adds custom coding instructions to every prompt, reducing the effort required to implement your own coding preferences or the project’s coding conventions. Furthermore, the 0.9.8 release also introduces support for Google’s Gemini 3 Pro Preview LLM and OpenAI’s GPT-5.1 LLM.
You can now add their coding instructions to an agent.md file to align coding suggestions from LLMs with user-, project, or company-specific guidelines. Custom instructions are applied to natural language prompts and smart / commands. Custom instructions take priority over default coding instructions defined for smart / commands. You can set custom instructions on the project level in the Qt Creator IDE. You can create an agent.md instruction file using the Qt Creator file creation wizard, using a set of default coding instructions for Qt Quick in Qt 6 releases and for C++.

The latest Gemini version is scoring an 85% result on our 100 QML coding test tasks, making it the best QML coder in 2025. That is a 27% improvement over Gemini 2.5 Pro. It is the first time that Anthropic’s Sonnet LLMs have been beaten in two years of benchmarking (Claude Sonnet 4.5 scoring 75%).
The Gemini 3 Pro takes the latest Qt documentation into account. Its training data cut-off was in January 2025. It is the first LLM to give a meaningful response to a TreeView challenge. It creates shadows for Buttons and saturation for images using the MultiEffect visual effect type correctly. It still adds QtQuick.Controls and QtQuick.Layout imports too often. It also has problems with the rotation of the Dial's handle.
Considering the significantly lower price of $2 USD / million input tokens compared to $3 USD / million input tokens for Sonnet 4.5 API access (as of December 2025), it is an LLM that should be seriously considered by developers writing QML-based user interfaces.
Download the latest release here: www.qt.io/download.
Qt 6.10 is now available, with new features and improvements for application developers and device creators.
Check out all our open positions here and follow us on Instagram to see what it's like to be #QtPeople.
Dec 30, 2025
The design handoff process - transferring design vision from the designer..
Dec 22, 2025
Qt for MCUs 2.8.4 LTS has been released and is available for download...
Dec 17, 2025
Let’s talk about Figma to Qt — the plugin that closes the gap between..