Digital Marketing & Agent Orchestration
Every finding this slice selected, newest first. Filter by topic, open any card's source, share any page: the URL is the state.
All coverage
Everything Intel has read, newest first. Each title opens at its original publisher.
- MCP & Interop✓ verified
Vint Cerf is working on DNSid — verifiable identities for AI agents, built on the domain-name system
As agents start transacting across company boundaries, 'which agent is this and who answers for it' becomes infrastructure — this is one of the first serious open proposals for that layer.
- Frontier Models✓ verified
Researchers showed Claude's web-fetch tool could be tricked into leaking private data — Anthropic has patched it
If your team gives AI tools web access, this is the canonical example of why fetched content must be treated as untrusted input — audit which of your tools can follow links they read.
- Frontier Models
Users keep warning that GPT-5.6 Sol deletes files on its own
If you're running GPT-5.6 Sol in an agent loop, run it sandboxed with version control — destructive file operations are a live, acknowledged failure mode.
- Agent Frameworks & Orchestration
LangSmith Fleet can now put any agent into Slack in one click
The distance from 'agent that works' to 'agent your team actually uses' keeps shrinking — one-click Slack deployment is exactly that last mile.
- Market & Business
An AI-agent startup let its own agent run its $100M fundraise
A concrete 'the agent did real work' proof-point — the applied-adoption signal product teams, consultants, and owners weigh before trusting agents with high-stakes tasks.
- Agent Frameworks & Orchestration
LangChain + NVIDIA launch the NemoClaw "Deep Agents" blueprint
A ready-made, governed blueprint if you're building multi-step agents — plus LangChain's same-week "your coding-agent bill doubled, here's how to fix it" post is directly useful for anyone watching agent token spend.
- Agent Frameworks & Orchestration✓ verified
CISA orders federal agencies to patch a critical Langflow flaw exploited to steal AI-agent credentials
If you're building or self-hosting agent workflows, this is the reminder that agent-orchestration tools carry the same credential-theft risk as any authenticated web app — patch and audit access; don't assume the AI layer is out of scope for basic access-control hygiene.
- Research
Anthropic publishes a Zero Trust framework for enterprise AI agents
A useful audit checklist even outside Anthropic's own stack — the seven control domains it names are a reasonable starting list for anyone standing up agents with real write access.
- Market & Business
Microsoft's 'agentic SOC' keeps the human — and changes the job to setting the thresholds
Even for a one- or two-person team the pattern holds: automate the mechanical, reserve human judgment for the irreversible, and set explicit thresholds for what an agent may do unattended.
- MCP & Interop✓ verified
24,008 secrets found in public MCP config files — 2,117 of them still live
The convenience of pasting a key into an MCP config is exactly how it leaks — keep secrets out of tool configs, and read a tool's description as untrusted input, not just documentation.
- Agent Frameworks & Orchestration✓ verified
OWASP's agentic security Top 10 turns 'excessive agency' into a least-agency discipline
If your product lets an agent take actions, this is the checklist to threat-model against: give it the least autonomy the job needs, gate the state-changing steps behind a human, and cap how long it can loop.