#ai
2 posts tagged ai. all posts
- Applied AI for infra teams: patterns that actually work LLMs are good at narrow, read-only, well-evaluated tool calls. They are bad at long autonomous loops in production. Here is the shape of the systems that actually hold up.
- MCP for SRE: giving agents real tools, safely Model Context Protocol is the right primitive for on-call agents. It is also a footgun if you expose write tools without thinking. Here is a safer default.