✕ Clear all filters
22 articles
▶ Videos →

📰 Dev.to · Armorer Labs

22 articles · Updated every 3 hours · View all reads

All Articles 189,225Blog Posts 171,155Tech Tutorials 50,720Research Papers 36,770News 23,155 ⚡ AI Lessons
Why block counts are not enough for agent safety
Dev.to · Armorer Labs 🤖 AI Agents & Automation ⚡ AI Lesson 3mo ago
Why block counts are not enough for agent safety
A block count is not an audit record. If an agent guard says it blocked 200 actions, I still need to...
The boring checklist before running a new local agent
Dev.to · Armorer Labs 🤖 AI Agents & Automation ⚡ AI Lesson 3mo 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 3mo 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 evals should explain why they passed
Dev.to · Armorer Labs 📰 AI News & Updates 3mo ago
Agent evals should explain why they passed
A passing agent eval is not always reassuring. Sometimes it means the agent behaved...
Five receipts every AI agent run should leave behind
Dev.to · Armorer Labs 📰 AI News & Updates 3mo ago
Five receipts every AI agent run should leave behind
When an AI agent finishes a task, I do not only want a final answer. I want an operating...
Agent guards need receipts, not just block counts
Dev.to · Armorer Labs 🤖 AI Agents & Automation ⚡ AI Lesson 3mo 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 3mo 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 3mo 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 3mo 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 3mo 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 4mo 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 4mo 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.
Where to plug security hooks into AI agents: tool calls, MCP results, logs, and sends
Dev.to · Armorer Labs 🤖 AI Agents & Automation ⚡ AI Lesson 4mo ago
Where to plug security hooks into AI agents: tool calls, MCP results, logs, and sends
Most AI-agent security advice collapses into one sentence: "add guardrails." That is too vague to...
Install Armorer Guard from Cargo: local Rust scanning for AI-agent tool calls
Dev.to · Armorer Labs 🤖 AI Agents & Automation ⚡ AI Lesson 4mo ago
Install Armorer Guard from Cargo: local Rust scanning for AI-agent tool calls
Armorer Guard is now published on crates.io, so Rust-first teams can install the local scanner...
Armorer Guard Learning Loop: live local feedback for AI-agent security, without model drift
Dev.to · Armorer Labs 🤖 AI Agents & Automation ⚡ AI Lesson 4mo 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: a 0.0247 ms local Rust scanner for AI-agent prompt injection
Dev.to · Armorer Labs 🤖 AI Agents & Automation ⚡ AI Lesson 4mo ago
Armorer Guard: a 0.0247 ms local Rust scanner for AI-agent prompt injection
Most AI-agent security failures do not start as cinematic jailbreaks. They start at ordinary runtime...
The hard part of AI agents is not building one. It is operating five.
Dev.to · Armorer Labs 🤖 AI Agents & Automation ⚡ AI Lesson 4mo ago
The hard part of AI agents is not building one. It is operating five.
Most AI agent demos optimize for the first successful run. Production teams care about the tenth...
Armorer Guard: fast local scanning before AI-agent tool calls
Dev.to · Armorer Labs 🤖 AI Agents & Automation ⚡ AI Lesson 4mo 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...