Interesting how #PrestaShop plans to embrace #AI and #VibeCoding
https://build.prestashop-project.org/news/2026/teaching-ai-to-speak-prestashop/
* AI-agnostic approach
* Helping AI generate modern PrestaShop-specific code
* Teaching AI good practices directly from prompts in the repository
* They try to avoid old legacy patterns

Teaching AI to speak PrestaShop
You ask your AI assistant to add a new Back Office listing page. It dutifully reaches for HelperList, configures a few fields, drops in a legacy admin controller, and produces something that would have looked perfectly correct in PrestaShop 1.7. The code compiles, the page renders, and you ship it. Six months later, you end up rewriting it on top of the Grid component, a GridDefinitionFactory, and a CQRS-aware controller wiring, because that is the architecture the rest of the codebase has been using for years.






