Writing on software design, company building, and the aerospace industry.

All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.

Queue-Wide Inspection Methods in Laravel 13.8.0

Laravel 13.8.0 adds methods for inspecting jobs across all queues at once, plus worker pause/resume events, assertSessionMissingInput(), SortDirection enum support in query builder, and more.

Ship AI with Laravel: Search Entire PDFs with Zero Search Logic

Last episode we built semantic search from scratch. This time we let the AI provider host the vector store and handle the search. Upload PDFs, full policy docs, or markdown files, and the agent queries them through the SDK's FileSearch tool with no search logic on our side.