← News

The Future of AI Software Development

Hacker NewsFebruary 18, 2026Original link

These notes collect takeaways from a Thoughtworks “Future of Software Development” retreat about how AI changes the shape of day-to-day engineering. A recurring theme is that many workflows, practices, and organizational structures were designed for human-only development — and they’re starting to break in predictable ways when you add coding agents and AI-assisted changes at scale. The replacements are emerging, but they’re still immature.

The most actionable ideas are less about “write code faster” and more about guardrails for delegation: a supervisory “middle loop” of reviewing and steering agent output, risk tiering as an explicit discipline (what can ship quickly vs what needs deeper review), and a renewed emphasis on tests. Fowler frames TDD as a strong form of “prompt engineering” because it turns intent into executable constraints that an agent can’t easily hand-wave. If you want a concrete experiment, try treating your test suite and CI as the contract you hand to an agent: give it a small slice, insist on green tests, and iterate in short cycles — then scale that pattern with platform tooling that makes the secure, compliant path the easiest path.

Read the original