An Ask HN thread asks developers to share their current AI-assisted development setup for upcoming in-person workshops. The author wants guidance for beginners and working developers, with use cases ranging from static sites to FastAPI tools and Linux home automation. Replies cover Claude Code, Cursor, GitHub Copilot, VSCode, spec-driven development, TDD, multi-agent workflows, reviews, and quality control.
Jason Swett argues that uncoached AI agents still tend to write poor tests: vague, overcomplicated, tautological, or performative. His personal TDD skill guides agents through a specify-encode-fulfill loop inspired by Kent Beck’s Canon TDD. He also uses separate test and software design review skills, sometimes with Claude, to catch weak test design and prompt cleanup before implementation.