AI & LLMs Articles

9 articles found

Browse by topic: PHP · Infrastructure · Database · AI & LLMs · TypeScript · Quality Assurance

AI & LLMs

The Ouroboros Problem

A failure pattern I keep seeing in agentic coding workflows: an agent invents a rule whilst explaining its own reasoning, a later session reads that rule as a human requirement, and both defend and extend it from there. I don't have a fix for it yet.

2 September 2026·11 min read
AI & LLMs

The AI Development Paradigm Shift: Managing the Firehose

AI coding assistants are fundamentally transforming software development productivity and economics. Understanding when to use AI versus deterministic code is now a critical strategic skill.

19 November 2025·14 min read
AI & LLMs

Claude Code Latest Features: What's New in Autumn 2025

A dated snapshot of Claude Code as of November 2025: how checkpoints, subagents, the plugin system, and MCP fit together, plus version-specific fixes and settings added across the 2.0.30-2.0.33 release run.

5 November 2025·12 min read
AI & LLMs

Advanced Claude Code Hooks: Controlling Sub-Agent Behaviour

Learn how to use Claude Code hooks to enforce execution rules for parallel sub-agents, preventing resource conflicts in test suites and other shared-resource scenarios.

24 October 2025·8 min read
AI & LLMs

Claude Code Planning and Execution Workflows: From Built-in Modes to Parallel Agents

How to structure Claude Code planning work: a PlanWorkflow.md contract, GitHub issue-driven tracking, and the workflow tiers from built-in Plan Mode through parallel agents and custom subagents

1 October 2025·12 min read
AI & LLMs

The Overfitting Trap: When LLM Agents Fix One Thing and Break Everything Else

A field guide to catching LLM agents when they hardcode a narrow fix instead of solving the actual bug, with prompt patterns and tests that force generic solutions.

26 August 2025·12 min read
AI & LLMs

Understanding LLM Context: The Hidden Challenge of AI Development

How context actually works when you are talking to a Large Language Model like Claude Code, why it degrades over a long conversation, and practical strategies for keeping it under control.

20 August 2025·12 min read
AI & LLMs

Building Better Claude Code Workflows with CC-Commands

Discover how the CC-Commands repository solves the pain points of managing custom Claude Code commands across multiple projects with straightforward automation and intelligent synchronisation.

18 July 2025·8 min read
AI & LLMs

AI-Enhanced PHP Development: Tools and Workflows

Modern PHP development enhanced with AI tools and workflows for increased productivity and code quality

10 December 2024·10 min read