# blog

Build logs & agent patterns

Notes on shipping AI features into real production stacks — Laravel, PrestaShop, Flutter, Career-OS. Long-form. Code-first.

// filter:
·Patterns

How to add a Claude agent to a PrestaShop store: a 5-file pattern

PrestaShop is the workhorse of EU e-commerce, and bolt-on AI is the obvious next move for catalog ops. Here is a minimal 5-file PrestaShop module pattern that wires Claude SDK into the back-office without touching core — production-ready, with the failure modes I have hit.

PrestaShopPHPClaude SDK
Read
·Patterns

How I evaluate Claude SDK features before shipping them to production

Most "AI feature" projects skip the eval harness — and then silently regress for weeks before someone notices. Here is the production pattern I use: fixture-based regression tests with tolerance bands, run on every prompt change and every Anthropic model update.

Claude SDKAI agentsTesting
Read
Blog · Akram Bakhouche