Artificial Intelligence

AI articles and projects applied to industrial automation: autonomous agents, algorithms and AI-assisted programming tools.

Artificial Intelligence is transforming industrial automation. From code assistants like GitHub Copilot to agents that program autonomously, AI is increasingly integrated into the engineer's workflow.

In this section you will find real projects where AI is applied to programming and automation problems: games entirely generated by language models, optimization algorithms solved with AI assistance, and SCADA tools created with Python and ChatGPT.

Complete projects where AI writes the code and the human directs: games, applications and tools created entirely by language models.

From the first Minesweeper version generated with ChatGPT in 2023, to the third installment with a 3D interface in 2026. Each project demonstrates the evolution of language model capabilities for producing functional and complex code.

Also includes classic algorithms like the bubble sort, generated entirely by AI with step-by-step explanations and interactive visualisations.

View AI Code articles

AI solving real automation problems: optimisation algorithms, SCADA interfaces generated with Python and ChatGPT, process control.

The knapsack problem applied to load optimisation in industrial logistics. Little SCADA — a process control interface created with Python and ChatGPT from scratch.

AI doesn't replace the engineer — it empowers them. These articles show how to solve real automation problems by combining domain knowledge with the code generation capabilities of LLMs.

View Industrial AI articles

AI assistants and autonomous agents as engineering tools: GitHub Copilot, Claude, ChatGPT and agent-driven autonomous execution workflows.

GitHub Copilot writes code in real time inside VS Code. Claude and its agents manage multi-file projects autonomously. The new generation of AI tools goes far beyond autocomplete.

Agents chain tools, navigate code, execute commands and apply changes — all without direct human intervention. The engineer defines the goal; the agent plans and executes.

View Agents articles