I think that AI agents are ascending to maturity enough quickly. I am delighted how AI agents/clients like Junie or Claude Code work for small project or maybe even just with micro-services architecture. But unfortunately it’s not about Django that is generally is monolithic. My project is not small. And I try to find approach to it.
I’ve found that Spec-Driven development could be one of keys for successful vibe coding. And there are attempts to standardize it like:
- GitHub - github/spec-kit: 💫 Toolkit to help you get started with Spec-Driven Development · GitHub
- GitHub - Fission-AI/OpenSpec: Spec-driven development (SDD) for AI coding assistants. · GitHub
- GitHub - bmad-code-org/BMAD-METHOD: Breakthrough Method for Agile Ai Driven Development · GitHub for agentic flows.
Also, for large codebases the integration of more advanced RAG-system would be useful.
What do you think, what could be the best options for Django? I think that advanced code review and planning possibilities should be in the center of such system.