📰 Dev.to · Ivan Magda
Articles from Dev.to · Ivan Magda · 5 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (8958)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog

Dev.to · Ivan Magda
1d ago
Subagents: Context Isolation Through Recursive Agent Loops
Spawning child agents with fresh message arrays and restricted tool sets — delegation that keeps the parent's context clean.

Dev.to · Ivan Magda
4d ago
Why Coding Agents Lose Their Plan (and How a Todo Tool Fixes It)
Language models drift after ~5 steps. A Codable todo system with validation constraints and nag reminders keeps the agent on track without changing the loop.

Dev.to · Ivan Magda
1w ago
Tool Dispatch: A Dictionary Replaces a Switch Statement and Scales to 14 Tools
Dictionary-based dispatch, path sandboxing, and the read/write/edit file tools that let the agent work with code — without changing the loop.

Dev.to · Ivan Magda
1w ago
The Agent Loop: How 20 Lines of Swift Turn an API Client into a Coding Agent
One exit condition, one tool, and a growing message array. The entire mechanism that makes a coding agent autonomous fits in a single method.

DeepCamp AI