Cole Medin · AI
The Safest Way I've Found to Let AI Coding Agents Run Real Infrastructure
I've been using AI coding assistants to write all of my code this entire year! I still validate everything though, and what limits my trust isn't the model - it's what it can reach. The second an agent touches real infrastructure you're handing it shell access, a database URL and a cloud key. Now it can do anything, including wiping your database. Kestra does it the other way around. The operation is YAML in Git, and the agent gets a list of flow

Introductie van de bron.
Cole Medin