Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: ai

Technical writings, opinionated architectures, and development guides tagged with ai.

Articles15
Est. Read Time163 mins
Categories5
Featured1
Aug 202614 min read
Laravel

Controlling Code Quality When an Agent Writes Your Laravel

Specs, ADRs and path-scoped rules. The three layers of context I build around an agent so it writes Laravel the way my codebase does, not the way every tutorial does.

Aug 202612 min read
AI

MCP Goes Stateless: What Changed and Why It Matters

The Streamable HTTP transport replaced HTTP+SSE and quietly made MCP servers stateless. Here is what that means, how the new transport works, and why it unlocks serverless and edge deployments.

Jul 20265 min read
DevTools

Give your Laravel AI agent real-time web knowledge

The Laravel AI SDK is provider-agnostic, but its built-in web tools aren't. Here's how to give your agent real-time web knowledge without losing that independence.

Apr 202611 min read
Project Management

Managing Expectations in the AI Era

How to have honest conversations with stakeholders about AI productivity - what actually changes, what doesn't, and how to set realistic expectations.

Apr 202610 min read
Project Management

Running A Better Table

How to run a Shape Up betting table - the planning meeting where pitches get selected and cycles begin or quietly collapse.

Apr 202610 min read
Project Management

Redefining Engineering Roles in the AI Era

AI makes implementation cheaper and judgment more valuable. Learn how engineering roles, hiring, and team design are changing.

Apr 202611 min read
Project Management

Reviewing AI Generated Work

How to review AI-generated code effectively, what failure modes to watch for, and how to maintain quality standards as code volume increases.

Apr 202610 min read
Project Management

Spec Driven Development With LLMs

How to write specifications that produce useful LLM output, covering interface definitions, edge cases, and why the spec is your highest-leverage artifact.

Apr 202610 min read
Project Management

Shape Up: A Practical Introduction

A practical introduction to Shape Up - the planning methodology built on appetite over estimation, fixed time with flexible scope, and small autonomous teams.

Apr 202610 min read
Project Management

Writing Pitches That Work

How to write Shape Up pitches that give engineering teams real clarity - problem definition, appetite, solution shaping, rabbit holes, and no-gos explained.

Apr 20269 min read
Project Management

Why Sprints Are Broken

Technical debt is inevitable. What matters is whether you manage it deliberately. A practical framework for prioritisation and stakeholder communication

Jan 20268 min read
DevTools

Building a Claude Code skill

Create portable instruction manuals for Claude to teach domain-specific approaches, with a deep dive into building a production-grade Laravel API skill.