Artificial Intelligence
AI articles and projects applied to industrial automation: autonomous agents, algorithms and AI-assisted programming tools.
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.
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.
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.