- Published on
How to ship with AI - "5 Ways We Use A.I. To Ship 20x Faster At QOVES (Real Startup Example)"
- Authors
- Name
- Kwanyoung Joo
5 Ways We Use A.I. To Ship 20x Faster At QOVES (Real Startup Example)
- "The quality of your AI code assistant is only as good as your PRD."
- PRD: Product Requirements Document
- Details the product and its requirements - APIs, UI, functionality, data, design, folder structure, etc. - somewhat like a coding governance?
- Best Cursor Workflow that no one talks about...
- Define tech stack e.g. React, Next.js, Supabase, FastAPI, etc.
- Use Cursor rules
- PRD: Product Requirements Document
- "Use MCPs, it's amazing"
- Model Context Protocol
- Haven't given this a try yet.
- "Use AI to code review (lightly)"
- "Use AI to speed up ticket creation"
- Probably less applicable if solo developer?
- "Use AI to speed up content creation"
- Elicit
- QOVES outsourced their visuals creation to human artists.
- Gen AI images aren't up to the level yet.
- Writing on niche and specific topics
Things I learned using Cursor and other LLMs for coding
- Blindly tapping on code recommendations from LLMs can lead to bugs and it's much harder as a non-tech backgrouund to debug.
- Not all the code outputs are up-to-date with the latest version of the libraries or frameworks - read the docs. Although, Cursor can refer to up-to-date docs if set up correctly.
- Not so great with programming languages outside of Python, JavaScript, and TypeScript.