✕ Clear all filters
15 articles
▶ Videos →

📰 Dev.to · Armorer Labs

15 articles · Updated every 3 hours · View all reads

All Articles 128,708Blog Posts 133,462Tech Tutorials 33,276Research Papers 25,143News 18,235 ⚡ AI Lessons
The boring checklist before running a new local agent
Dev.to · Armorer Labs 🤖 AI Agents & Automation ⚡ AI Lesson 4w ago
The boring checklist before running a new local agent
Before I run a new local agent, I want a boring checklist. Not hype. Not a demo video. Just...
Coding agents need branch policy at runtime
Dev.to · Armorer Labs 🤖 AI Agents & Automation ⚡ AI Lesson 4w ago
Coding agents need branch policy at runtime
Telling a coding agent "do not push to main" is useful. It is not enough. Branch policy has to be a...
Agent guards need receipts, not just block counts
Dev.to · Armorer Labs 🤖 AI Agents & Automation ⚡ AI Lesson 4w ago
Agent guards need receipts, not just block counts
A lot of AI-agent safety tooling is framed around blocking bad actions. Blocking matters, but it is...
Agent demos are easy. Agent operations need receipts.
Dev.to · Armorer Labs 🤖 AI Agents & Automation ⚡ AI Lesson 4w ago
Agent demos are easy. Agent operations need receipts.
I keep seeing the same pattern with AI agents: the demo works, the first workflow is exciting, and...
Agent browser runs need receipts, not just screenshots
Dev.to · Armorer Labs 🤖 AI Agents & Automation ⚡ AI Lesson 1mo ago
Agent browser runs need receipts, not just screenshots
Agentic browser work is getting good enough that teams are starting to trust it for real workflows:...
Agent frameworks create workflows. Production needs run receipts.
Dev.to · Armorer Labs 🤖 AI Agents & Automation ⚡ AI Lesson 1mo ago
Agent frameworks create workflows. Production needs run receipts.
Everyone is comparing agent frameworks: LangGraph, CrewAI, AutoGen, OpenAI Agents SDK, Claude Code,...
Local Agents Need a Control Plane
Dev.to · Armorer Labs 🤖 AI Agents & Automation ⚡ AI Lesson 1mo ago
Local Agents Need a Control Plane
AI agents are quickly moving from impressive demos to actual work. They read docs. They summarize...
Armorer Guard: runtime control should start at the tool call
Dev.to · Armorer Labs ☁️ DevOps & Cloud ⚡ AI Lesson 2mo ago
Armorer Guard: runtime control should start at the tool call
# Armorer Guard: runtime control should start at the tool call The more I work on local agent...
I built a local Rust MCP security proxy for AI agents
Dev.to · Armorer Labs 🤖 AI Agents & Automation ⚡ AI Lesson 2mo ago
I built a local Rust MCP security proxy for AI agents
Armorer Guard scans prompt injection, credential leaks, exfiltration, and dangerous MCP tool calls locally before agent tools execute.
Armorer Guard Learning Loop: live local feedback for AI-agent security, without model drift
Dev.to · Armorer Labs 🤖 AI Agents & Automation ⚡ AI Lesson 2mo ago
Armorer Guard Learning Loop: live local feedback for AI-agent security, without model drift
A Rust-native local learning overlay for AI-agent prompt injection and tool-call risk scanning, with reviewed retraining instead of silent drift.
Armorer Guard: fast local scanning before AI-agent tool calls
Dev.to · Armorer Labs 🤖 AI Agents & Automation ⚡ AI Lesson 2mo ago
Armorer Guard: fast local scanning before AI-agent tool calls
Prompt injection gets more dangerous when an agent can act. The risky moment is often not the first...