⌨ Keyboard shortcuts available
G — waiting for next key…

Writing

Articles tagged “AI Agents”

5 articles on AI Agents. All articles →

Branded cover card: Astra Has Landed: Architecting for OpenAI GPT-6 and the Era of Native Computer Use
AI Agents Workflow Orchestration

Astra Has Landed: Architecting for OpenAI GPT-6 and the Era of Native Computer Use

GPT-6 Astra introduces Native Computer Use and 1.05M context windows. Learn to re-engineer backend pipelines for long-running reasoning cycles and density-heavy retrieval.

Sep 4, 2026 · 14 min
Branded cover card: The Semantic Firewall: Hardening Laravel 13 Agents Against Prompt Injection
AI SDK Laravel 13

The Semantic Firewall: Hardening Laravel 13 Agents Against Prompt Injection

Build a resilient Laravel 13 agent by implementing a Semantic Firewall with Llama Guard to filter untrusted vector data and prevent indirect prompt injection attacks.

Sep 3, 2026 · 13 min
Minimalist technical diagram showing RAG sources like retrieved context and agent response flowing into a 'FACTUAL COMPARATOR'.
Laravel Laravel 13

Hallucination-Proofing Your Agent: Building a RAG Evaluation Framework in PHP

Eliminate AI hallucinations by building a native RAG evaluation framework in Laravel 13 using Pest, LLM-as-a-judge, and quantitative metrics to verify agent faithfulness.

Jul 9, 2026 · 28 min
A high-level layout diagram detailing how the Laravel 13 AI SDK connects background storage systems, tool executors, and model providers.
AI SDK Laravel 13

Beyond Wrappers: Building Autonomous Agents with Laravel 13 AI SDK

An extensive end-to-end guide exploring the newly stabilized Laravel 13 AI SDK. We walk through setting up dedicated Artisan Agent classes, enabling native database conversation persistence, utilizing function tool-calling routines, and safeguarding production infrastructure via multi-model failover arrays.

Jun 7, 2026 · 8 min
A technical diagram showing the flow of data between multiple AI agents in a Laravel 13 pipeline
Laravel php

Beyond the Single Prompt: Orchestrating Multi-Step AI Workflows in Laravel 13

One AI agent is a chatbot; three AI agents are a department. In this tutorial, we move beyond basic API calls to build a sophisticated "Orchestrator-Worker" system. See how to use the Laravel 13 AI SDK to chain agents, handle structured output, and build reasoning engines that actually solve complex business problems.

Apr 26, 2026 · 6 min