Realtime multiplayer, automation, and you! — Idan Gazit, GitHub
Source
AI Engineer
Author
AI Engineer
Date
Terms in this piece · Glossary
guardrails — The checks around a model that block bad inputs and outputs — filters, validators, and permission rules the model itself can't override.
AI agent — An AI system that doesn't just answer once but works toward a goal in a loop — taking actions, reading the results, and deciding what to do next.
Why it matters
It draws a clean line between instructions and enforced guardrailsThe checks around a model that block bad inputs and outputs — filters, validators, and permission rules the model itself can't override.Full definition → that most AI agentAn AI system that doesn't just answer once but works toward a goal in a loop — taking actions, reading the results, and deciding what to do next.Full definition → automation blurs. The declarative-permissions pattern is directly copyable by anyone wiring agents into a repo.
Key quotes
“if you're prompting the guardrails at the agent, you're effectively letting the fox loose in the henhouse”
Idan Gazit
“If an agent can know a secret, that secret, you need to treat it as if it's already been compromised.”
Idan Gazit
“automations that run in the background while you sleep, that's the ballgame”
Idan Gazit
“the markdown is the source code. The YAML is like a compiled artifact. You never look at it.”
Idan Gazit
“Turns out that the hands-on keyboard typing part is 5% of the time. Now, AI has to help me with the other 95%.”