47 articles

📰 Dev.to · João André Gomes Marques

Articles from Dev.to · João André Gomes Marques · 47 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (12148) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
5 open source tools for AI agent governance in 2026
Dev.to · João André Gomes Marques 1w ago
5 open source tools for AI agent governance in 2026
AI agents are moving into production faster than governance tooling can keep up. Here are the 5 open...
5 things your AI agent should never leak (and how to detect them)
Dev.to · João André Gomes Marques 1w ago
5 things your AI agent should never leak (and how to detect them)
AI agents handle sensitive data all the time. Most have zero controls on what gets passed to external...
Add governance to Claude Desktop with an MCP server
Dev.to · João André Gomes Marques 1w ago
Add governance to Claude Desktop with an MCP server
If you use Claude Desktop with MCP tools, every tool call is unaudited. There is no record of what...
Add governance to OpenAI Agents SDK in 3 lines
Dev.to · João André Gomes Marques 1w ago
Add governance to OpenAI Agents SDK in 3 lines
OpenAI Agents SDK has guardrails for input/output validation but no audit trail. Here is how to add...
How to add tamper-evident audit trails to CrewAI agents
Dev.to · João André Gomes Marques 1w ago
How to add tamper-evident audit trails to CrewAI agents
CrewAI is great for multi-agent workflows but has no built-in audit trail. If you need to prove what...
We just launched asqav on Hacker News - quantum-safe audit trails for AI agents
Dev.to · João André Gomes Marques 1w ago
We just launched asqav on Hacker News - quantum-safe audit trails for AI agents
Just submitted asqav to Hacker News: https://news.ycombinator.com/item?id=47665415 asqav is an...
EU AI Act compliance checklist for AI engineering teams
Dev.to · João André Gomes Marques 1w ago
EU AI Act compliance checklist for AI engineering teams
The EU AI Act deadline for high-risk AI systems is August 2, 2026. If you are building AI agents,...
AI agent governance tools compared - 2026 landscape
Dev.to · João André Gomes Marques 1w ago
AI agent governance tools compared - 2026 landscape
I've been working in the AI agent governance space for a while and noticed there's no good comparison...
How to make your AI agent accountable in 60 seconds
Dev.to · João André Gomes Marques 1w ago
How to make your AI agent accountable in 60 seconds
You built an AI agent. It calls APIs, reads databases, sends emails. But can you prove what it did...
AI agent compliance scanner for your CI/CD pipeline
Dev.to · João André Gomes Marques 1w ago
AI agent compliance scanner for your CI/CD pipeline
We lint code. We run tests. We scan for vulnerabilities. But most teams shipping AI agents don't...
One decorator to make any Python function auditable
Dev.to · João André Gomes Marques 1w ago
One decorator to make any Python function auditable
I've been building AI agents for a while, and the one thing that always bugged me was this: how do...
Your MCP servers are unsigned. Here is why that matters.
Dev.to · João André Gomes Marques 1w ago
Your MCP servers are unsigned. Here is why that matters.
MCP is everywhere right now. Every AI tool is adding MCP support. Claude Desktop, Cursor, Windsurf,...
Your AI agents need audit trails before August 2026. Here is how I added them in 5 lines of Python.
Dev.to · João André Gomes Marques 1w ago
Your AI agents need audit trails before August 2026. Here is how I added them in 5 lines of Python.
Your AI agents need audit trails before August 2026. Here is how I added them in 5 lines of...
One Decorator to Audit Every AI Agent Call
Dev.to · João André Gomes Marques 2w ago
One Decorator to Audit Every AI Agent Call
Your AI agent makes hundreds of API calls a day. Can you prove what it did last Tuesday at...
Stop AI Agents from Leaking PII
Dev.to · João André Gomes Marques 2w ago
Stop AI Agents from Leaking PII
Your AI agent passes a context dict to every LLM call. That dict might contain credit card numbers,...
Your AI Agents Are Running Unsupervised
Dev.to · João André Gomes Marques 2w ago
Your AI Agents Are Running Unsupervised
Your AI Agents Are Running Unsupervised The EU AI Act is enforceable. SOC 2 auditors are...
Building a Governance MCP Server for AI Agents
Dev.to · João André Gomes Marques 3w ago
Building a Governance MCP Server for AI Agents
MCP (Model Context Protocol) lets AI assistants use external tools. But when those tools make real...
Adding Audit Trails to LangChain Agents with Asqav
Dev.to · João André Gomes Marques 3w ago
Adding Audit Trails to LangChain Agents with Asqav
LangChain agents make decisions autonomously. They call tools, query APIs, and process data. But once...
EU AI Act Compliance for AI Agents: What Developers Need to Know
Dev.to · João André Gomes Marques 3w ago
EU AI Act Compliance for AI Agents: What Developers Need to Know
The EU AI Act is now active. If you build or deploy AI agents in the EU, you need to comply. Here is...