LLM-first: Pair Programming Without Vibe Coding

Publication date: 2025-05-31

An article titled "LLM-first: Pair Programming Without Vibe Coding" has been published on the Habr platform. This summarizes my experience creating a multilingual CMS using ChatGPT and DeepSeek API - from architectural structure to unit tests and JSDoc.

I described in detail how I use LLM as a design partner: documenting goals and structure in Markdown, organizing DI via @teqfw/di, conducting isolated code generation and testing.

The key takeaway: LLM-first is not about playing with prompts, but a structured approach to development where Human and Model interact as equals, through architecture and text.

The TeqCMS project discussed is available at cms.teqfw.com, and its code is in the repository teq-cms-demo.