I built a system that runs Claude, Codex, and Ollama autonomously — submitting coding tasks, executing them headless, pushing commits to GitHub, and emailing results. It costs $21/month and runs 24/7.
Tag: infrastructure
Getting Real-World Test Data from Production
Why? To responsibly test changes before deploying them to production, we need a test environment that behaves, in as many aspects as possible, the same way as our production environment does. Integration tests should be running in an environment that is as close to production as possible. We want the ability to reproduce production issues […]