2 blog available in the DeepSeek directory
Articles, tutorials, and deep dives on this AI platform — from getting-started guides to advanced techniques and real-world use cases.
tddTest-Driven Development has been around for decades, but most teams still struggle to adopt it...
tddAI generates code fast, but without structure it produces bloated PRs, unnecessary abstractions, and code nobody understands. I applied TDD as a framework for human-AI collaboration: one failing test, minimum code to pass, refactor, repeat. A guidelines file trains the AI to follow the cycle, and a set of context files give it project memory between sessions. The result: smaller PRs, faster reviews, real ownership, and predictable quality. The human thinks, the AI implements. At the end of the article you'll find an example of the guidelines I give the AI to work together doing TDD.