Built for the agents, not the developer: a governance layer from Microsoft and an agent-only language from Vercel
Something shifted this week. The tools that stood out weren't built for developers. They were built for the agents developers run. Microsoft shipped a governance layer that sits between your AI agents and the actions they take, evaluating every tool call against policy before it executes. Vercel Labs went further and released a programming language whose intended reader isn't a person at all, it's the compiler talking back to a model in clean JSON. Different problems, same premise: agents are now first-class users of our tooling, and the tooling is starting to assume it. Not everything went that way. n8n is still doing the unglamorous work of wiring 400 services together so you don't have to, and html-anything just borrows the agent CLI you already pay for to turn notes into polished HTML. But the direction of travel is hard to miss. We spent years making developers faster. Now the tools are aimed one level down, at the agents doing the work.
AI Agent Governance Toolkit — Policy enforcement, zero-trust identity, execution sandboxing, and reliability engineering for autonomous AI agents. Covers 10/10 OWASP Agentic Top 10.
The Lens
Agent Governance Toolkit puts deterministic policy enforcement between your AI agents and the actions they take. Every tool call, resource access, and inter-agent message gets evaluated against policy before execution. Not prompt-based safety (which fails 27% of the time in red-team tests) but application-layer enforcement with a 0% violation rate. Works with any agent framework: LangChain, CrewAI, AutoGen, AWS Bedrock, Google ADK, Azure AI, and 20+ others. Ships with a CLI (`agt`), governance dashboard, and covers all 10 OWASP Agentic risks. SDKs for Python, TypeScript, Rust, Go, and dotnet. Sub-millisecond policy checks. Free and open source under MIT. Solo devs building agents should use this from day one. Teams running agents in production need this or something like it. There is no excuse for shipping autonomous agents without action-level governance. The catch: this is still in public preview, so expect breaking changes before GA. It governs agent actions, not model outputs. For prompt-level safety, you still need a separate content moderation layer.
✨ The agentic HTML editor — your local AI agent writes the HTML, you ship it. 🚀 75 Skills × 9 Surfaces (magazine · deck · poster · XHS / tweet · prototype · data report · Hyperframes) 🛡️ Sandboxed preview · 📤 1-click to WeChat / X / Zhihu / HTML / PNG 🔑 Zero API key — Claude Code / Cursor / Codex / Gemini / Copilot / OpenCode / Qwen / Aider.
The Lens
HTML Anything is a desktop editor that takes Markdown, CSV, or notes and asks your existing coding agent (Claude Code, Cursor, Codex, Gemini, others) to render them as styled HTML: keynote decks, magazine articles, resumes, posters, social cards. Apache 2.0. Reuses whatever agent sessions you're already logged into, so the marginal cost is zero. Self-hosted by design. There's no cloud tier. Run it locally, it scans your PATH for installed agent CLIs, you pick one and a template. The 75 templates ship as SKILL files (Anthropic's skill format) and produce single-file HTML you can paste into WeChat, Zhihu, X, or just download as PNG. Setup is install dependencies, run `pnpm dev`. For anyone who already pays for Claude Code, Cursor, or similar and wants polished HTML output without sending more tokens through paid APIs: this is the angle. For people without an agent CLI installed: skip it, the value disappears. It's downstream of someone else's project (`nexu-io/open-design`) and the README leans hard on showcase shots. The template library is the actual product. If the templates don't fit your output, you're writing your own SKILL files in custom HTML and CSS, which is the work the tool claims to spare you.
Fair-code workflow automation with native AI capabilities
The Lens
N8n is the open source alternative to Zapier. It gives you a visual workflow builder where you drag nodes, connect them, and watch data flow through. Over 400 integrations built in. Self-hosting is free under a 'sustainable use' license (not fully open source, you can't resell it as a service). The cloud version starts at $24/mo. The self-hosted version has no feature restrictions, no execution limits, and no user limits. The catch: setting up n8n in Docker and keeping it running takes real skill. Updates can break workflows. The 'sustainable use' license means you can't build a competing automation platform on top of it. And while the visual builder is powerful, complex logic (loops, error handling, conditional branches) gets messy in a node graph. Sometimes a Python script is cleaner than 40 connected nodes.
The programming language for agents
The Lens
zerolang is an experimental programming language built for AI agents, not people. The idea: give an agent a language whose compiler speaks back in clean, structured JSON, so the agent can check syntax, trace dependencies, and get repair suggestions without parsing human-readable error spew. It comes from Vercel Labs, Apache-licensed and free. Everything about it is tuned for machines: token-efficient syntax, fast startup, low memory, zero dependencies. The compiler exposes stable inspection commands with predictable output contracts, which is exactly what an autonomous coding loop needs to work reliably instead of guessing. The catch is right there in the README: this is pre-1.0, security holes are expected, and it's explicitly not for production, sensitive data, or trusted infrastructure. It's a research bet on what agent-native tooling could look like, not something to build a product on yet. Worth watching if you work on autonomous code generation. Skip it if you need anything stable.
Get the next issue in your inbox
Free. No spam. Unsubscribe anytime.