Software-Engineering

3 posts

← All posts
software-engineering · · 12 min

An Issues Tab Is Not a Laravel Package Ticket

GitHub Issues are off on most Laravel packages. The ticket is a pull request that documents the bug, with a named owner. laravel/framework Issues stay on.

software-engineering · · 11 min

Five Things I Refused This Week

A ranked cheat-sheet of five desk rules from this week: who pins the model, what .gitignore does not lock, who merges, who retries, and who still reads the diff.

ai-agents · · 13 min

Long-Running AI Agents — From Demos to Production

A long-running coding agent can stay green after it changes directory. Production still needs a sandbox that survives /cd, a budget that counts nested work, and a human who owns both.