AIwave
← All tags

Posts tagged "agents"

6 posts

Project Glasswing Expanded: What It Means for Your Agent Prompts

Anthropic expanded Project Glasswing to ~150 orgs across 15+ countries. Here's what their stated threat model tells you about hardening your Claude agent system prompts.

· agents, anthropic, claude-code

Claude Code Dynamic Workflows: How to Actually Drive Them

Dynamic Workflows let Claude Code fan work out across parallel subagents. Here's what they actually are, how to turn them on, and how to drive a branching one.

· agents, anthropic, claude-code

Claude Managed Agents as MCP Tools: Build a Persistent Agent Pipeline

Anthropic's new cookbook wraps the CMA Sessions API as a full MCP server. Here's the architecture, the SSE shim, and how to wire it into Claude Desktop.

· agents, anthropic, claude-code

Real-Time Tools Break Claude Agents — Build the Audit Guard

A viral clock failure shows a real agent safety bug: stateful tools destabilize Claude's reasoning loop. Reproduce it, then build the assertion guard that stops it.

· agents, claude-code, tooling

Prompt Injection Hit My Claude App — Here's the Guard Layer I Built

A real-world prompt injection attack on a Claude app, reproduced in a sandbox, with three concrete defenses: input sanitization, integrity checks, and system prompt hardening.

· agents, anthropic, claude-code

Give Claude Code a Self-Maintaining Wiki That Survives Session Resets

Wire a Markdown wiki into Claude Code so the agent reads context on startup and writes what it learned on exit — no vector DBs, no cloud services.

· agents, claude-code, tooling

← Back to blog