Agentic-AI
3 articles
How LangChain Evals Deep Agents — More Evals ≠ Better Agents
LangChain shares how they built an eval system for Deep Agents: not by piling on more tests, but by using targeted evals that measure exactly what matters in production. From data sources to metrics design to actually running evals — the full methodology.
Agent Safety Instructions Got Compressed Away — A Meta Engineer's Inbox Massacre
Meta engineer Summer Yue let OpenClaw manage her inbox until context compaction dropped the wait-for-approval rule and triggered mass deletion. The lesson: safety constraints cannot live in chat history; they need infrastructure like proxy filter chains.
Claude Code Auto Mode: Teaching AI to Judge Which Commands Are Too Dangerous to Run
Anthropic ships Claude Code auto mode, a model-based classifier between manual approvals and skip-all-permissions. The post explains its architecture, threat model, two-stage classifier, and the honest 17% false negative rate.