Tag
freeCodeCamp announces a comprehensive course on software testing with Playwright, covering fundamentals like the testing pyramid, TDD, API testing, and AI-powered tools like KaneAI.
Kent Beck argues that software engineering is not going away even as AI advances, because coding involves building trust, understanding, and connections that cannot be automated.
A podcast interview with Kent Beck covers his career from early programming to Agile and TDD, emphasizing the importance of human skills in software engineering.
Introducing an AI-assisted development workflow that combines OpenSpec (specification and memory management) with Superpowers (design and execution), using TDD and unified context to solve the two biggest pain points in AI development: lack of memory and lack of discipline.
An opinionated essay argues that in agentic coding systems, no single agent should both write code and judge its correctness; when the separation between author and judge becomes expensive, the solution is to narrow the judge's scope rather than merging roles, illustrated by the author's six-agent Claude Code setup called Squid.
Noah at Smart Rent coins "Telemetry-Driven Development" for Elixir: instrument first with OpenTelemetry, then ship, replacing guess-work with production data from 848k Nerves gateways.
Superpowers is an open-source software development methodology and plugin framework for AI coding agents, designed to enforce structured workflows like TDD and specification-driven design across tools like Claude Code, Cursor, and Copilot.