# Introducing Laravel PAO: Cleaner Output for AI Agents

DevFeed: [Introducing Laravel PAO: Cleaner Output for AI Agents](<https://devfeed.tech/articles/introducing-laravel-pao-cleaner-output-for-ai-agents-3726.md>)

Original publisher: [Read original article](<https://laravel.com/blog/introducing-laravel-pao-cleaner-output-for-ai-agents>)

Author: Nuno Maduro

Published: 2026-05-14T18:50:01Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [cursor](<https://devfeed.tech/topics/cursor.md>)

Tags: [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [json](<https://devfeed.tech/tags/json.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [php](<https://devfeed.tech/tags/php.md>), [testing](<https://devfeed.tech/tags/testing.md>)

## AI overview

Laravel PAO detects supported PHP tools running under AI coding agents and returns compact structured output. It supports PHPUnit, Pest, Paratest, PHPStan, Rector, and Laravel Artisan output, and is included by default in new Laravel applications.

## Source excerpt

Laravel PAO formats PHPUnit, Pest, PHPStan, Rector, and Artisan output into structured JSON for AI agents automatically and without changing your terminal.