Tagged

ChatGPT

ChatGPT Articles

Cross-Project Auditing with Parallel AI Agents: A Methodology for Multi-Service Codebases

When enhancement work spans multiple applications and rendering services, how do you systematically verify that everything was implemented correctly? This article describes a methodology where parallel research agents each audit one phase of work, cross-referencing plan documents against actual implementations to surface dead code, missing integrations, and data extraction brittleness.

Making Noughts and Crosses Game in 1 Minute

See how easy it is to ask ChatGPT for prototype game code that works first time. In this video we make a functional game of Noughts and Crosses from just one simple prompt.