Cheers I have so far only tried it using Mistral (picked because I want to try a LLM from EU). It is not easy, to make it work, and I am at a preliminary set of experiments. You are welcome to download and try it from: https://github.com/kasperosterbye/PharoAIActions. I was looking for some classes that had non-trivial methods, but was not depending on a lot of other things. The classes I have tried are those in package 'AI-Algorithms-Graphâ (part of Pharo for some years). I just tried to ask my experimental test builder âAIATestGeneratorâ to make tests for all methods in class AIDijkstra. AIATestGenerator buildAll: AIDijkstra It gives this result  My current conclusion is that is is not 100% good, but it is mostly faster to make it build them all and fix the errors it makes. But this is the result for a class the has low dependency on other classes and does not access the outer world. Writing tests for something like Epicea with dependency of files - no... â Kasper
On 10 Aug 2025, at 22.04, Arild Dyrseth via Pharo-users <pharo-users@lists.pharo.org> wrote:
Has any assessment been made as to which of the LLMs currently provide the better Pharo coding support ?
Kind regards, Arild Dyrseth