pharo-users@lists.pharo.org

Any question about pharo is welcome

View all threads

Re: Pharo and AI: A Natural Fit for the Future

KO
Kasper Osterbye
Fri, Nov 7, 2025 12:17 PM

And an other AI thing that I have now made work is Pharo, AI and PlantUML.

This is what I write in Playground:

aaa := 'Write a PlantUML code for the meta function umlToImage: in class AIAPlantUML. [RESONSETYPE]Please just return the PlantUML code. No comments' q0: [ AIASourceCodeBuilder new forClass: AIAPlantUML ].

AIAPlantUML umlToImage: aaa.

And the result is:

So now I can ask for a PlantUML for some specific topic, and the UML is build by the AI, and the PlantUML is then shown in Pharo.

It is on a very experimental level yet.

— Kasper

And an other AI thing that I have now made work is Pharo, AI and PlantUML. This is what I write in Playground: aaa := 'Write a PlantUML code for the meta function umlToImage: in class AIAPlantUML. [RESONSETYPE]Please just return the PlantUML code. No comments' q0: [ AIASourceCodeBuilder new forClass: AIAPlantUML ]. AIAPlantUML umlToImage: aaa. And the result is: So now I can ask for a PlantUML for some specific topic, and the UML is build by the AI, and the PlantUML is then shown in Pharo. It is on a very experimental level yet. — Kasper