All
Articles 110,443Blog Posts 120,939Tech Tutorials 28,126Research Papers 22,441News 16,555
⚡ AI Lessons

Dev.to · eyesofish
🤖 AI Agents & Automation
⚡ AI Lesson
1mo ago
After a Delete, I Kill the Session
The longer a Claude Code session runs, the worse the model’s judgment gets. Anthropic officially calls it “context rot.” It’s not just a feeling.

Dev.to · eyesofish
🤖 AI Agents & Automation
⚡ AI Lesson
1mo ago
Agent as a Tool Call: Claude Code's Fork-Exec Pattern
The most ruthless thing about claude-code is that launching another agent is itself a tool call. From the parent’s perspective, `Agent` is just another tool in

Dev.to · eyesofish
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
Claude Code's plan mode is prompt engineering, not hard enforcement
Claude Code ships with six permission modes. Plan mode looks like a real guardrail, but reading the source shows the entire enforcement is one string in the sys
DeepCamp AI