When you write the CI/CD policy for an AI agent, are you writing it against your internal review or against what 1,000+ teams found works?

Posted by nkondratyk93@reddit | ExperiencedDevs | View on Reddit | 14 comments

Honestly been sitting with this since LangChain Interrupt opened this morning. Harrison Chase keynoting at 9:30 PT, synthesizing what teams at Clay, Rippling, Workday and the long tail actually shipped in production this past year. SAP Sapphire closing same day with 200+ agents under one stated design rule (governance first).

For the last two years my deployment authorization for any agent has been a single-reader document. Internal compliance signs, internal security signs, we ship. The reader was always us.

Today there's a public practitioner record. So now the question I think most teams haven't answered yet: when you write the CI/CD gate for an agent (scope of credentials, retry policy location, blast radius column, cost ceiling per action), are you writing it against your team's policy review or against what the published synthesis says actually works at scale?

Those two specs collide in places. Per-action cost ceiling vs per-month budget. Credential per logical agent vs per family. Retry policy in the harness vs in the prompt itself.

Asking because I gave my own doc 45 minutes this morning and found five gaps I would not have written down a week ago. Curious where everyone else is landing. Anyone running an agent fleet with a different production-floor reading?