▲ | theshrike79 a day ago | |
It's fun to see Vibe Coders discover the basics of project management in real time without ever reading a book :) That's what programming with LLMs is, it's just project management: You split the tasks into manageable chunks (ones that can be completed in a single context window), you need to have good onboarding documentation (CLAUDE.md or the equivalent) and good easy to access documentation (docs/ with markdown files). Exactly what you use to manage a team of actual human programmers. |