Pinned
The Most Intuitive AI Coding Agent - Code faster, smarter, and stay in the flow.
Joined May 2024
- One person can run 20 agents today. Email, content, code, operations, all executing at once. The thing they still cannot do is decide what's worth doing. James runs about 18 across his own businesses. The agents do the work. He picks the work, and he reads anything that goes
- There is no best model. There's a best model for the step you're on. How we route inside Zenflow: Planning goes to the model with the deepest reasoning. Implementation goes to whatever is fast enough to run often. Review goes to a different model than the one that wrote the
- AI made everyone a 10x coder. It also made everyone a 10x debt machine. Code you didn't read is a loan. It ships Friday and the interest shows up in the sprint where nobody can explain what it does. What's the oldest piece of AI code in your repo that nobody understands?
- Four things we check before an agent's pull request gets merged: Does it touch auth, money, or anything a user sees? A human reads every line. Did the tests already exist, or did the agent write its own? Is the diff bigger than the ticket asked for? Can one person explain the

