15 hours ago
- The author created an Ethereum Proof-of-Stake demo using two LLMs: ChatGPT as a project manager and Cursor as a coder.
- ChatGPT handled UI design, technical requirements, and high-level planning, while Cursor implemented the code using its Composer mode.
- Key advice includes always committing changes, debugging code with Cursor and design with ChatGPT, and using a localStorage mockup file to track data structures.
- The author emphasizes the importance of clear, certain instructions to avoid confusion and bugs, and suggests re-sending source information to maintain context.
- Mistakes included not planning text storage format early, not creating reusable templates for multiple pages, and overcomplicating charts when simple SVGs worked better.