Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
timothycoleman
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
by
timothycoleman
2mo ago
I think whoever is responsible for the correct operation of a software system will still need to read something that precisely describes the behaviours that they care about. Today, for most devs, thats the code. We usually don't need t
2.
▲
by
timothycoleman
2mo ago
An important difference is the code precisely expresses many behaviours of the program, and a correct compiler guarantees to respect those behaviours. An AI prompt is not so precise, and an AI offers no such guarantees to respect the behavi
3.
▲
by
timothycoleman
2mo ago
Unfortunately the tests can't (usually) cover all behaviours. And perhaps more importantly, they don't capture more abstract properties of the code like maintainability. AI works best in well maintained code, but unless care is ta