top | item 47149292

(no title)

pu_pe | 5 days ago

I remember multiple people at HN saying "show me ONE example where AI was used to produce commercial-grade software" like a month ago. Cloudflare alone has posted a couple of examples recently, and yesterday Ladybird was ported to Rust using AI.

The most interesting aspect I see in all these examples is that extensive test suites make the work very straightforward. Maybe AI will produce a comeback of test-driven development.

discuss

order

sandywaffles|4 days ago

How is this production grade? The last few things CF posted with AI were outright lies or omitted large swaths of functionality.

If your stance is assuming we have an existing implementation of something in the training set, and we have a robust test harness already, and we have thousands of dollars to throw at tokens, and we're not at all concerned with "works" THEN this is viable then sure? But that doesn't seem to be what most boosters are saying.

solarkraft|2 days ago

Claudflare has mainly posted vibeslop with accompanying blog posts making wrong basic statements about the project.

vanillameow|4 days ago

Honestly, might try this in my next project. Just code the tests and have AI implement against it.