Has anyone actually tested AI's capability to build a full-stack application autonomously? I've been browsing YouTube but mostly find tutorial videos that seem to promote various AI builder apps without honest evaluations. If you come across any genuine tests or reviews, please share them!
5 Answers
AI shines in greenfield projects, especially when you have a well-structured codebase. Tools like Cursor are pretty good since they index files, making it easier to guide the AI. Just remember, you still need to review all of its outputs.
Sure, a tiny full-stack app like a to-do list? AI can manage that pretty well. However, if you're aiming for something truly useful, you'll need to use techniques like subagents and testing pipelines to get it right. The technology is improving, so these processes should become smoother over time.
For smaller tasks, AI is great! You can describe what you want, and it will create a function based on your description. But building an entire project is where it struggles a lot—it can be done, but it requires more effort and know-how to manage.
Some claim that at Anthropic, team members haven't had to write code manually for quite a while! However, I'd be cautious about relying on AI entirely since it often provides support links that are incorrect.
AI can handle generating code to some extent, but its effectiveness really depends on the complexity of the app. If you're looking to make something straightforward, it can work well, but for anything more advanced, you'll need to guide it and clean up after its output.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically