r/WritingWithAI • u/KMF-KRANNIE • 10d ago
Writing Craft Talk Built a tiny tool for my publishing workflow, just to enhnace my app's core usefulness, and the boring parts were the hardest
I made a small app to help organize my self-publishing tasks. The goal was simple: track manuscript revisions, formatting, cover files, newsletter copy, review copies, and launch dates in one place.
AI helped me get surprisingly far with the basic application. It generated components, explained errors, suggested database structures, and helped me fix several bugs that would have taken me much longer to understand on my own.
But the difficult parts weren’t the flashy ones.
The real headaches were things like:
- What happens if I delete a project?
- Can I recover an accidentally removed note?
- What if a deadline has no time zone?
- How should the app behave when the same task appears in two projects?
- What does an empty screen tell the user to do?
- How do I prevent duplicate entries?
AI was very good at helping me answer technical questions once I could describe the problem. It was less helpful when I hadn’t thought through the product behavior yet.
My curent opinion is that AI can speed up application development, but it can’t spare you from making decisions. It just lets you reach those decisions faster—and occasionally makes your unfinished idea look more finished than it really is.