Category: Playground

  • Building Echo Irish: An AI-Powered News Platform for Ireland

    Over the last while, I’ve been building Echo Irish, an AI-powered news platform focused on stories from across the Republic of Ireland. The basic idea sounds straightforward: find important Irish news, understand what is actually worth reporting, write a clean article, and publish it. The difficult part is doing that automatically without ending up with…

    echo.irish homepage
  • Building an AI-Powered Video Generation Pipeline

    Generating a video automatically sounds straightforward at first: take some text, add a voice-over, place a few images on screen, and export the result. In practice, producing a coherent video requires coordinating several different systems. The narration has to be timed correctly, each section needs a relevant visual, stock footage must be searched and evaluated,…

  • Roblox AI Game Generation Prototype

    Generative AI is becoming increasingly useful inside development tools, but generating a complete game is a very different problem from generating a single script or asset. A game is not one object. It is a collection of interconnected systems: environments, user interfaces, server logic, client logic, shared modules, configuration data, and gameplay rules. Each part…