Agents & workflows
Claude Code, Cursor Composer, OpenAI Agents SDK. Loops, tools, sandboxes.
3 articles
· 9 min read
AI agents: an introduction
What an agent is (LLM plus tools plus loop plus memory), the action loop, MCP and when to reach for one.
· 7 min read
Claude Code vs Cursor Composer
Terminal agent vs in-editor: multi-file edits, context, autonomy and a verdict on which to pick for what.
· 8 min read
How to build your own AI agent
Model and SDK, tool definitions, the loop, memory, MCP, evals and deployment. Example: a GitHub issue-triage agent.