Posts

Browse all posts in one place. Find tutorials, deep dives, guides and updates on AI, programming, security, infrastructure and web development.

AI Detector Accuracy: Why They Get It Wrong

Two very different people type ai detector into a search box in the same hour. One is a marketing manager who has published forty pages drafted with help from a language model and has been told that Google will punish the site for it. The other has been accused of cheating because a tool returned a number and somebody...

AI Agent Payments: What Agentic Commerce Means for Merchants

AI agent payments have produced four competing specifications, two industry foundations and an enormous amount of coverage in about a year. What they have not yet produced, for the overwhelming majority of merchants, is revenue. The gap between the noise and the numbers is the useful part to understand, because the...

Cloudflare AI Gateway: Control Your LLM Costs

Most teams call a model provider straight from application code. The API key sits in an environment variable, the SDK call is three lines, and it works first time. Cloudflare AI Gateway exists because of what happens next. The bill arrives and nobody can say which feature caused it. The provider has a bad afternoon and...

Salesforce Integration: Limits, Rails and Real Cost

A salesforce integration almost never fails on protocol. Authenticating is a solved problem and posting a record is a solved problem. What ends projects is the daily request allocation and the shape of the data model, both usually discovered about three weeks after go-live, when the nightly job starts returning errors...

WordPress Plugin Development That Survives Core Updates

Most WordPress plugin development follows the same arc. Somebody needs a booking form, a feed importer or an extra field at checkout, a developer writes it, it works, everyone moves on. Two years later the site is stuck on an old version of WordPress because nobody is confident that plugin will survive an update, and...