Artisan Weekly
IssueNº 91
Dated3 Jul 2026
Subscribers78
← Back to Archive
Artisan Weekly Edition 89

Edition №89

Published
Week ending June 19, 2026
Items
10 featured · 2 notable
● Top 10 Video companion
on YouTube
Editor's
Note

What a week its been, we're currently at Laravel Live UK ready for day 2. WE've had some excellent conversations with people and listened to some great talks.

Top 10 Links

Featured · Edition 89
04
Blog Post laravel.com

How We Built Laravel Cloud's Scale to Zero

Laravel Cloud now scales to zero and wakes 20x faster using checkpoint/restore technology. This technical deep dive explains how the team achieved sub-500ms wake times by preserving in-memory state, allowing your entire stack - including databases and cache - to sleep and wake together, dramatically reducing costs whilst maintaining performance.

05
Blog Post tempestphp.com

A generic tragedy

Brent Roose and other PHP developers share their perspectives on why runtime-erased generics are essential for PHP's future, highlighting how the community has been using them in comments for years and why formalising this syntax matters for modern development workflows.

06
Blog Post mujahidabbas.dev

Multi-Agent Orchestration in Laravel: When You Actually Need It

A practical guide to implementing multi-agent workflows in Laravel AI SDK, explaining when specialist agents genuinely improve your application versus when they're just adding unnecessary complexity and latency. Includes real-world examples of building refunds specialists and handling delegation pitfalls.

09
Blog Post apnahive.com

Laravel Pennant: Feature Flags Done Right — Without the $500/Month SaaS Bill

A comprehensive guide to implementing feature flags in Laravel using Pennant, covering gradual rollouts, A/B testing, beta user groups, and kill switches without the need for expensive third-party services like LaunchDarkly. Learn three approaches to defining features, from simple closure-based definitions to class-based implementations for complex flag logic.

Also Notable

+2 more
YouTube Video youtube.com

Give Your AI Agent Live Web Search - Ship AI with Laravel EP8

In this episode Harris gives the agent access to the live web. The SDK ships with two provider tools for this: WebSearch to find information online and WebFetch to read a specific page. The AI provider handles the actual searching and fetching, so we just configure which domains to allow and how many results to return.

YouTube Video