LLM-first: Pair Programming Without Live Coding

Publication date: 2025-05-31

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

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

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

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