AI & LLMs Articles
9 articles found
Browse by topic: PHP · Infrastructure · Database · AI & LLMs · TypeScript · Quality Assurance
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.
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.
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.
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.
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
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.
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.
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.
AI-Enhanced PHP Development: Tools and Workflows
Modern PHP development enhanced with AI tools and workflows for increased productivity and code quality