2 pointsby bonjourjoel7 hours ago1 comment
  • bonjourjoel7 hours ago
    I built AICode, a VSCode extension and methodology for writing AI-generated code that remains maintainable in large projects.

    It started as a manual workflow on ChatGPT.com: assembling prompts in a notepad, iterating on specifications, self-checks before and after coding. Once the system became reliable, I packaged it into a VSCode extension.

    The goal is not speed, but producing structured, high-quality, long-term maintainable software using AI. I use it in my own projects, including apps of 500K LOC.

    Looking for feedback from devs who care about AI-assisted development and code quality.