logoalt Hacker News

imafishyesterday at 6:47 AM1 replyview on HN

His AI experience is $10 of DeepSeek - but I think he is right anyway in the main points.

You can most definitely ship crap much faster than you used to. It's obvious to anyone when you're shipping crap. And it seems everywhere I look people are shipping crap. Both software and writing.

The hardest part of shipping quality software is not and has never been "writing the code". The hard parts are product taste, architecture and ensuring your product actually solves the problems it should in an efficient and secure manner.

If you don't have an intuition of those, you will likely still be shipping crap. Just faster.


Replies

MattPalmer1086yesterday at 7:01 AM

Yep, using AI to remove your thinking process and judgement, and just let it generate stuff as fast as possible, will definitely make you ship crap faster! If you did the same thing with a junior developer you would get the same result.

Where AI shines for me is accelerating the learning and exploration process. I can get up to speed with new tech fast. It is good at spotting issues in designs and code. It can knock out quick tests or benchmarks to support me. The quality of what I can produce with AI support is much higher than I could without it.

So it really just depends on what you use it for. If the goal is "replace humans and ship fast" that's one thing. If the goal is "explore the problem space in greater depth", it's another.