Tried building my first AI agent workflow using WozCode — still figuring things out
Hey everyone,
I’ve been trying to learn AI agents properly (not just watching tutorials, but actually building stuff). I’m still pretty early in the process, so this is more of a “what I tried” than a guide.
Recently I used WozCode while experimenting with a small agent workflow idea. Honestly, I just wanted something that helps me take messy thoughts/code and turn them into something a bit more structured so I can actually use it in an agent setup.
-> What I did
I started with a rough idea for a simple automation workflow, nothing fancy. Then I used WozCode to clean up my thinking a bit basically breaking it into clearer steps instead of one big messy block.
After that, I tried mapping it into a basic agent flow (like planning → doing → output), just to see how it would behave.
->I’m curious about
* How do you usually structure your first agent ideas before building them? * Do you plan flows first or just iterate with prompts? * Any simple mental models you use for multi-step agents?
Still learning here, so I’d really appreciate any feedback or even corrections if I’m thinking about this the wrong way 🙌