TTellerintelleroutlook.hashnode.dev·Jul 20 · 9 min readWhich AI Agent Framework Is the Best?The honest answer: it depends on which problem you're actually solving. Why this question is harder than it looks The JS agent framework space shifted significantly in H1 2026. Features that were was00
TTellerintelleroutlook.hashnode.dev·Jul 20 · 6 min readHow Secure Are AI Agents in 2026?Most teams deploying AI agents in 2026 have decent model-level safety. What they're missing is everything below: runtime isolation, tool-call authorization, tamper-evident audit trails, and reproducib00
TTellerintelleroutlook.hashnode.dev·Jul 20 · 5 min readAgent logs are not audit evidenceAgent logs are not audit evidence An AI agent at your company just opened a pull request, paid an invoice, or queried a customer database. Six months later, a regulator, a customer's security team, or00
TTellerintelleroutlook.hashnode.dev·Jun 26 · 4 min readTrace-to-Training: how agent runs become learning data very agent run is a data point. Most frameworks throw it away after the response is returned. WasmAgent keeps it — as a structured AEPRecord, evaluated by the compliance engine, ranked by outcome, and00
TTellerintelleroutlook.hashnode.dev·Jun 26 · 4 min readMCP Trust Pack: a security layer for MCP tool calls MCP (Model Context Protocol) makes it trivially easy for AI agents to call tools. That's the point. But "easy to call" and "safe to call" are different properties. When an agent calls fs_write, shell_00