logoalt Hacker News

NotGMantoday at 1:28 AM2 repliesview on HN

This will probably be how things will work in future: devs will shift to specifying features which will be validate through tests.

The AI will then be middle layer that will iterate until tests pass.

Layer 1: Specs (Humans)

Layer 2: Code (AI mostly)

Layer 3: Tests (AI + human checks).


Replies

visargatoday at 4:18 AM

Yes, that is how I see it too. What I would add is - intent testing - collect user messages, and check them against executed work from time to time. Every ask must be implemented and tested, every code must be justified by a user message.

jplusequalttoday at 2:48 AM

What a boring fucking future.

show 2 replies