Tag: ai-agents
Everything tagged “ai-agents” — my own articles first, then the AI Radar entries that carry the same tag.
AI Radar
- · claude.dev
Getting the Most Out of Opus 5.5 in Claude and Claude Code
Learn to prompt Opus 5.5 effectively for coding tasks, configure CLAUDE.md for long runs, manage subagents, and handle security flags in Claude Code.
- · newsletter.posthog.com
Read this before deleting your AGENTS.md
Reduce AI agent context bloat instead of adding rules. Explore three strategies: automated health checks, testing context like code, and feedback loops for improved model performance.
- · f2r.github.io
I Stopped Running Several Agents
Why running multiple AI coding agents creates bottlenecks and decision fatigue. Optimize workflow by limiting work in progress and elevating human capacity instead of forcing parallelism.
- · newsletter.posthog.com
What nobody tells you about writing agent skills
Learn how to design effective AI agent skills using progressive disclosure, prevent context rot, and optimize maintenance workflows for better developer productivity.
- · generativeai.pub
Loop Engineering: The Skill Behind Every AI Agent That Actually Works
Discover why reliable AI agents depend on system design over clever prompts, covering loop mechanics, cost control, and observability for production deployments.
- · generativeai.pub
Your Subagents Are Not Coworkers. They Are Disposable Context Firewalls.
Stop treating AI subagents as coworkers. This guide explains how to use them as disposable context firewalls to isolate noise, optimize token costs, and prevent context pollution in agentic systems.
- · generativeai.pub
I Stopped Writing Claude Skills in One File. Here’s the Three-File Split That Replaced It.
Learn how to architect robust AI agent skills by separating behavior, data, and validation into distinct files to prevent regressions during updates.
- · generativeai.pub
Is AI Now Too Expensive to Replace Us
Discover why enterprise AI budgets fail while individual workers succeed through disciplined workflows using tools like Cursor and Claude instead of panic spending.
- · generativeai.pub
The New LLM risk : Skills
Explore a new LLM attack vector leveraging malicious skills in platforms like Claude. Learn how attackers can exploit user-installed skills to compromise AI systems.
- · vercel.com
Agent responsibly
Learn how to responsibly use coding agents in development. Discover the risks of blindly deploying agent-generated code and strategies for safe deployment.