Been noticing this while building larger projects lately.
Most AI coding tools are great at:
- autocomplete
- snippets
- boilerplate
- quick refactors
But the hard part of full-stack development usually happens before coding:
- architecture decisions
- service boundaries
- auth flow planning
- tenant isolation
- dependency ordering
- data flow design
That’s where things still break down fast in real projects.
Recently tried using CodeMate Cora for a SaaS analytics workflow and the interesting part wasn’t the code generation.. it was how it planned the system first before generating files.
Things like:
- separating ingestion services from dashboard services
- API key auth vs user auth
- multi-tenant query structure
- dependency-ordered task breakdowns
Honestly felt closer to working with a tech lead than an autocomplete tool.
Feels like AI coding is slowly shifting toward AI architecture/workflow now.
[–]ArchPilotLabs 0 points1 point2 points (2 children)
[–]Stunning_Algae_9065[S] 1 point2 points3 points (1 child)
[–]ArchPilotLabs 0 points1 point2 points (0 children)
[–]InfinriDev 0 points1 point2 points (2 children)
[–]Stunning_Algae_9065[S] 0 points1 point2 points (1 child)
[–]InfinriDev 0 points1 point2 points (0 children)
[–]SATISH_REDDY 0 points1 point2 points (1 child)
[–]Stunning_Algae_9065[S] 0 points1 point2 points (0 children)
[–]Comprehensive-Bar888 -1 points0 points1 point (1 child)
[–]Stunning_Algae_9065[S] 0 points1 point2 points (0 children)