AI fixed how fast I can build. It broke how I know what I'm building.
The author discusses how AI has accelerated the process of building projects but has complicated the tracking of those projects. They now find themselves with multiple half-built projects and no clear way to manage or communicate their status. After trying various project management tools without success, they developed a personal markdown convention to better organize their work.
- ▪AI has made it easier to generate ideas and start projects quickly.
- ▪The author currently has 5-10 half-built projects with unclear statuses.
- ▪Traditional project management tools did not meet the needs of AI-assisted solo work.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3936995) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } yasiru R Posted on May 18 • Originally published at linkedin.com AI fixed how fast I can build. It broke how I know what I'm building. #ai #claude #productivity #tooling A markdown convention I wrote to track 5-10 half-built projects without losing my mind, and without another SaaS subscription. TL;DR. AI made it cheap to generate ideas, draft plans, and start projects. It did not make it cheap to track them.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).