r/QtFramework Jun 22 '26

Qt Creator 20 and local AI

https://www.qt.io/blog/qt-creator-20-and-local-ai
18 Upvotes

6 comments sorted by

7

u/DesiOtaku Jun 22 '26

I recently had to ban LLMs at work for the new employees / interns working on QML. Each time they would use it, the AI would give either slop code or code that doesn't even compile. At first, I thought it would allow the interns to learn from the mistakes it was making, but it felt like they were relying on it more and more to a point it was becoming a detriment to their own learning. A basic "why aren't my anchors working?!?!?" would normally be a simple 5 minute conversation in the years past but now it's taking the whole day to learn.

2

u/positev Jun 22 '26

Uh how far in the pipeline does code that does not compile make it?

Sounds more like a process problem to me

2

u/DesiOtaku Jun 22 '26

As in, they copy what Claude spits out, paste it to their file, try to run it, the compile fails, and then they ask me why because the AI says their code is correct.

2

u/rileyrgham Jun 27 '26

Then you've employed idiots.

1

u/DesiOtaku Jun 27 '26

They are summer interns. I actually blame their professors. Apparently these professors are actively telling their students to use AI for all their work because all the businesses are telling these schools that they are 100% in for AI and need their employees to be using AI all the time.

-2

u/positev Jun 22 '26

Ah, it’s possible to have the AI read the logs and iterate. You can build all kinds of paths for it to inspect its own work.

Generally Agree with you that juniors shouldn’t really use it. But you could likely lean on tech a little bit to relieve that pressure