DHDave Hartinblog.openziti.io·6d ago · 6 min readBake It In: Building Agent Runtimes on Zero Trust from Day OneIf you're building an agent harness, whether it's a product you sell or an internal runtime for your organization, architectural decisions you make early can be expensive to change later. Most teams f00
DHDave Hartinblog.openziti.io·Jun 19 · 9 min readDark Model Endpoints: Private LLM Meshes for Regulated IndustriesBanks, defense contractors, and government agencies are all adopting LLMs. Most run on managed services such as Azure OpenAI with BAA, Bedrock with PrivateLink, Vertex AI in a customer VPC. Some also 00
DHDave Hartinblog.openziti.io·Jun 16 · 7 min readYou Can't Govern What You Can't SeeWhat does it take to answer "what did agent X do yesterday?" in your environment? For most platform teams running AI infrastructure today, it means pulling up an LLM gateway dashboard, an MCP proxy lo53LQJ
DHDave Hartinblog.openziti.io·Jun 10 · 9 min readThe Gap Between "Agents Can Talk" and "Agents Should Talk"Multi-agent AI is moving fast. Frameworks like LangGraph, CrewAI, and AutoGen make it straightforward to wire up agents that collaborate within a single application. Emerging protocols like Google's A10
DHDave Hartinblog.openziti.io·Jun 9 · 7 min readContaining the Blast Radius: Network-Level Isolation for AI AgentsApplication-level isolation constrains what the agent can do on its host. Network-level isolation constrains what the agent can reach beyond it. Host isolation gets most of the sandboxing attention. N00