#python

6 posts

Building ForgedWatchdog — A Filesystem Watchdog for AI Agents

When AI agents write files autonomously, you need something watching them. Here's how I built ForgedWatchdog — a configurable Python watchdog with layer-based detection, classification, and auto-pause.

5 min read

Case Study: EduBytes — AI-Assisted Podcast Production Pipeline

How I built an automated podcast production pipeline — AI content generation, audio synthesis, episode formatting, and publish-ready output from a structured brief. A case study in end-to-end media automation.

7 min read

Case Study: ForgeCommand — Multi-Agent Monitoring Dashboard

How I built a real-time multi-agent monitoring dashboard in PyQt6 — carrier scene visualisation, live status feeds, and autonomous system oversight from a single control panel.

6 min read

Case Study: NodeOne — Local-First AI Assistant with Custom GUI

How I built a local AI assistant from scratch — LLAMA integration, custom PyQt6 interface, and a local-first architecture that keeps data on your machine. A case study in practical AI deployment.

8 min read

Case Study: Building SoakHauler — Full-Stack Game Management Platform

How I designed and built a Discord-integrated org management system for Star Citizen — from database architecture to live web dashboard. A case study in full-stack development and practical SQLite design.

8 min read

Automating Stock Trading with Python: What I Built and What I Learned

A technical walkthrough of building an automated stock trading bot in Python — covering data pipelines, strategy logic, backtesting, and the hard lessons from running it live.

5 min read