Discussion about this post

User's avatar
Robert Pilgrim's avatar

Thanks for the comments, i looked over your articles, very nice. i am still learning how to use this system and migrating my workflow over so have not reached anywhere 80 task yet, but good to know. With the constant improvements, at least with Claude code, i wonder how its going to handle larger task list.

Exciting times ahead for sure!

Pawel Jozefiak's avatar

The markdown-first philosophy is where I started too. My agent's task system used plain text files for months. The portability and AI accessibility arguments are solid - any model can parse markdown without an API layer.

But I hit a wall: at around 80 tasks with active status tracking, markdown files became unwieldy. Ended up building a Kanban API with SQLite persistence because I needed real-time updates and filtering. The dashboard journey was humbling: https://thoughts.jock.pl/p/wiz-1-5-ai-agent-dashboard-native-app-2026

The 'AI as operational layer' framing is right. When tasks are structured data rather than conversation artifacts, the agent can actually manage them autonomously. That transition from text files to database was the unlock.

No posts

Ready for more?