A programmer defends YAML against common criticisms, arguing that many complained-about issues stem from improper usage rather than the specification itself. The author shares experiences with YAML in projects like a Discord bot and Space Station 14, noting that explicit deserialization logic prevents problems like implicit type conversion.
never-again is a tool that prevents AI coding agents from repeating fixed bugs by automatically creating git hooks or adding rules to a file. It runs locally without accounts or tracking, works on macOS, Linux, WSL, and Windows, and requires git, bash, and Python 3.7+.
Datamimic is an MIT-licensed Python tool for generating deterministic synthetic data and pseudonymizing PII, usable standalone or as part of an Enterprise Platform that adds governance, scanning, and multi-system execution for regulated enterprises.
2049 is a roguelike game that combines 2048 tile-sliding mechanics with Minesweeper mine detection. Players navigate an 8-depth dungeon where tiles merge on movement, hidden mines act as obstacles, and reaching the bottom staircase wins the game. The game runs via CLI or browser (using Pyodide) with no dependencies beyond Python.
Cayu is a production-grade Python framework for building domain-specific AI agents with full lifecycle control, including context assembly, tool invocation, durable state management, and human oversight. Extracted from a software factory that deployed thousands of applications using specialized AI agents, Cayu addresses production challenges like process failures, state persistence, and cost attribution that existing agent SDKs overlook.