Skip to content

Blog

Occasional thoughts on AI security, software development, and open source projects.

Recent Posts

What Agentic AI Can Learn from DOS Viruses

February 26, 2026

The structural parallels between DOS-era malware and modern agentic AI systems are deep enough to be instructive. Interrupt vector tables were the first tool registries, TSR programs were the first persistent agents, and stealth viruses pioneered the exact interposition attacks we now face with prompt injection.

Your Dark Factory Needs a Security Perimeter

February 20, 2026

Software is about to be built the way cars are: in factories that run with the lights off. The dark factory pattern is arriving fast — but the governance infrastructure isn't keeping up. A look at what enterprise-grade autonomous software development actually requires.

Introducing AAEQ: Adaptive Audio Equalizer

October 20, 2025

A deep dive into AAEQ, a cross-platform Rust application for intelligent EQ management and real-time DSP processing. Learn about the technical challenges of building a desktop audio application with network streaming capabilities.