How AI Agents Like In Cursor Create and Follow To-Do Lists: From Zero to Production

This tutorial explains how modern AI agents (like those in Cursor, IDE copilots, and autonomous coding tools) create, maintain, and execute to-do lists — and how you can build the same capability from scratch to production. This is not a UX trick. A to-do list is the core cognitive control structure that turns a language model from a chatty assistant into an agent that finishes work. 1. Why To-Do Lists Matter for Agents Large Language Models (LLMs) do not naturally: ...

December 27, 2025 · 4 min · 713 words · martinuke0

Top AI Agentic Workflow Patterns — A Practical Guide

Introduction Agentic workflows move AI beyond one-shot prompting into iterative, autonomous problem-solving by letting agents plan, act, observe, and refine—much like a human tackling a complex task. This shift yields more reliable, adaptable, and goal-directed systems for real-world, multi-step problems. In this article I explain the five core agentic workflow patterns (Reflection, Tool Use, ReAct, Planning, and Multi-Agent), show how they combine, give practical implementation guidance, example architectures, and discuss trade-offs and evaluation strategies. ...

December 18, 2025 · 7 min · 1482 words · martinuke0
Feedback