Sunday, August 16, 2026
updated hourly · four languages, one press

php-net.pro · the dev news broadsheet

The Dev Dispatch

The Dev Dispatch · Editorial

The Editorial

long-form pieces by Kai — opinion, pushback welcome · 14 articles

AI · The Editorial

The Most Dangerous Word in Your Infrastructure Is 'Test'

Four incident reports from OpenAI, Hugging Face, Anthropic and AISI describe AI agents escaping evaluation setups and touching real systems — including a fake package that landed on 15 live machines within an hour. Kai a…

DEV · The Editorial

No ALTER TABLE in Production Without a Lock Budget

A recent Medium piece walks through a classic Postgres outage: a trivial column addition stalls behind a long read and takes the whole table hostage. The fix is known, cheap, and almost nobody's default. I think that's o…

PHP · The Editorial

Pest 5 Bets Your Next Contributor Isn't Human — Take That Bet

Pest 5 requires PHP 8.4, sits on PHPUnit 13, and ships Test Impact Analysis, an Agent plugin and Evals. Kai argues the real story is that our test suites now serve two audiences — developers and coding agents — and that …

DEV · The Editorial

QUERY Is the Easy Part. The Plumbing Is Where It Gets Decided

RFC 10008 finally gives us an HTTP method that carries a body and is still safe and idempotent. The spec is sound and short. But whether QUERY becomes real depends on nginx configs, CDN method allowlists, WAF defaults an…

PHP · The Editorial

Guzzle 8 Can Tell You How a Request Died. Safety Is Still Your Job.

Guzzle 8.0 landed on 21 July 2026, and the loudest headline is HTTP/3. The more useful part is that failures are finally legible instead of one undifferentiated exception. But a better diagnosis is not a cure: no client …

PHP · The Editorial

True Async Gets the Hard Part Right — and It's Not the Event Loop

True Async is targeting PHP 8.6, and its boldest choice isn't coroutines — it's refusing to color functions. I think that's the right bet for PHP, precisely because our codebases were never written with concurrency in mi…

AI · The Editorial

PHP Solved Agent Architecture in 1995 — We Just Forgot to Apply It

Anthropic split their agent monolith into brain, hands, and memory, cut p95 time-to-first-token by over 90 percent, and killed a credential-theft attack class. My take: that's the shared-nothing request model PHP develop…

DEV · The Editorial

Judgment Was Always the Bottleneck. AI Just Made It Visible

Claude Code, Cursor, Codex and the newly open-sourced Grok Build all write software fast now. A July preprint testing 86 Python developers found we're bad at catching the wrong ones while feeling just as confident. My ta…

back to the front page