Where the Review Point Moved
Originally published at tddbuddy.com . Reviewing the diff is now harmful, not just insufficient. This is the first post in a two-part series, "The PR …
Tech news from the best sources
Originally published at tddbuddy.com . Reviewing the diff is now harmful, not just insufficient. This is the first post in a two-part series, "The PR …
I let the agent write the tests as it built the features. They passed. I ran them, tested by hand, everything green, let it commit. For a while that f…
Originally published at tddbuddy.com . Related reading: The Bar for TDD Just Moved names the floor; TDD Already Does BDD, Without the Gherkin names th…
Originally published at tddbuddy.com . This is part 2 of the "Vocabulary Is the Product" series. Part 1, The Hidden Output of TDD Was Never Code , arg…
I applied strict TDD to build a Cognee knowledge graph agent — here is every upstream API break I hit and how I fixed it What I Built ChronoScholar is…
The problem wasn't that my rules were bad. The problem was I had no idea if they were being followed. I had 15 rules for my AI assistant. "Think befor…
There is a popular misconception that if you do TDD, your design also stays correct. That if the tests pass, quality is guaranteed. In AI-assisted dev…
Автоматизируем проверку по стандартам OWASP и TDD-циклы в Cursor и Claude Code. Разберем как наконец таки заставить вашего ИИ агента писать эффективны…
Агенты сейчас пишут тесты уже за многими из нас, будем объективны, все больше людей кидаем таску ему - получают пачку аппрувов и погнали все это мержи…
From time to time, we encounter bugs in the software systems that we work on. That’s part of the life as a software developer. Often, we don’t know th…
Everyone's writing specs for AI now. We hand the model a markdown file, tell it what we want, and hope it builds the right thing. It mostly works — un…
Когда я пытался делегировать ИИ-агентам написание кода для рабочих задач, то быстро наступил на все возможные грабли. В итоге на ревью и исправление о…
AI-инструменты уже давно перестали быть просто «умными чатами». Сегодня Claude Code, Codex и другие агенты постепенно превращаются в полноценную инжен…
Image by upklyak on Magnific Run an application. Click a few buttons. If the terminal doesn't have errors, then everything is working. Right? What's t…
With the massive AI boom we are experiencing, I started writing an article about testing. In the midst of my research, I began studying Harness Engine…
How I’m Using Agent Harnesses, TDD, and the Seam Model to Improve Development in Legacy Systems Over the past few months, I’ve been investing a lot of…