If You’re Coding With AI in 2025, You Need This Technique



AI Summary

Video Summary

AI Coding Technique for 2025

  • Project Planning
    • After creating an MVP, step back to plan further development.
    • List all shipped features and desired features.
    • Save the document for future reference.
  • AI Assistance
    • Use AI to generate a high-level stack diagram of the application.
    • Request AI to map out current data flows and create mermaid diagrams for reference.
    • For critical paths, ask AI to provide detailed mermaid diagrams including code snippets and file names.
  • Understanding the Stack
    • The stack consists of different containers of code such as the user interface and data layer.
    • Continually update the stack documentation, especially when refactoring.
  • Pre-Code Planning with AI
    • Use AI models like chat GPTs 01 Pro for thorough analysis of code and planning.
    • Repo Prompt, created by Eric Prenter, is recommended for structuring conversations with the codebase.
  • Implementing New Features
    • Use the AI to assist in adding new features, such as payment prompts after a certain number of to-dos.
    • Provide AI with current stack information and desired features for implementation guidance.
  • Learning and Understanding Code
    • Use AI to explain code and data flows as if you are new to the team.
    • The goal is to understand your own code and think independently.
  • Developing Coding Intuition
    • Exercise the ability to implement features with minimal AI assistance.
    • Understand how existing software works to develop a gut feeling for adding new features.
  • Advice on Programming Languages
    • Stick with one programming language; the author prefers TypeScript due to the Vercel AI SDK.
    • The focus should be on understanding and building, not on the language itself.

Community and Learning

  • The author is starting a Discord community for those interested in AI and coding.
  • The community aims to collaborate and build software together.

Personal Anecdote

  • The author shares a personal experience about traffic and parking issues near Lanai Beach, emphasizing respect for nature and local regulations.

(Note: No URLs, CLI commands, or detailed instructions were provided in the transcript for extraction.)