Skip to content

Writing

Notes from production

Architecture write-ups, patterns and cost math from wiring Claude into apps that were already live.

  • 8 min readPatterns

    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.

    • PrestaShop
    • PHP
    • Claude SDK
  • 6 min readPatterns

    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 SDK
    • AI agents
    • Testing
Akram Bakhouche — AI-augmented fullstack engineer