Can AI Actually Build a Complex Project? A Brutal RAG System Post-Mortem
Last month, I did something that, looking back, was probably the most educational practice of my year. I tried using Claude and GPT to build a complete multi-source RAG system from scratch. This wasn’t a “toy demo” for social media; it was a real internal tool for my lab designed to handle messy document data, query rewriting, hybrid search, and deployment for my team. I set a strict rule for myself: Let the AI write almost all the code, while I handle the requirements and decision-making. ...