AI coding agents love to run tests in parallel processes.
That’s great until multiple processes try to use the same local test database at once. A small file lock can serialize access and stop those runs from stepping on each other.
You can’t out-prompt an attacker — to the model, your system instructions and a malicious support ticket are the same text. So stop defending the prompt and lock down the boundaries you actually control: tools Read more…
Matthias writes that AI has shifted more of software development from typing to thinking, reviewing, and iterating. Nice reflection on how agentic coding, parallel worktrees, and voice dictation can slow individual features down while still Read more…
Flare now supports log collection for Laravel and PHP apps, with real-time filtering and search in the same polished interface. A nice overview of what logging adds and how to get started with the new Read more…