> Let’s face it: by the time I manually ship version 1.0 of a product, the AI-assisted version could have been deployed 10x faster. Show the receipts. Where are the mobile apps, the photoshop replacements, the video and audio editors, the games and game engines that took a decade to make in the past that have shipped since Claude code came along? > By then, enough real-world feedback would have surfaced to identify t…
Ask HN: Why is the HN crowd so anti-AI?
761–770 of 812 posts
Re: Ask HN: Why is the HN crowd so anti-AI?
#762Earlier quoted context omitted.
>Now I’m addicted to architectures But architecture creation can also be delegated to ai if you give agent enough context about functional/non-functional requirements, certain business side restrictions etc. Your work is to be feedback loop mechanism between people and llm, no? Please, give me encouraging examples of technical tasks that cant be delegated to ai with accurate prompting
I guess I wasn’t very clear. At this point I haven’t found of level of abstraction where AI cannot be helpful. I have set it upon architecture problems but the main obstacle is the domain knowledge that it lacks. My company is working on uploading all of our internal specs as skills, but AI gets confused with poor English and outdated specs. Some groups have succeeded and the high level arch suggestions are being rev…
I think I am just not result driven. I like to do stuff myself, not providing info to some super intelligence to do cognitive work
This role is also require way less qualifications and cognitive ability. You need local knowledge, not fundamental knowledge: why in this exact company things the way it is. Mostly not transferable
Re: Ask HN: Why is the HN crowd so anti-AI?
#763Earlier quoted context omitted.
>Now I’m addicted to architectures But architecture creation can also be delegated to ai if you give agent enough context about functional/non-functional requirements, certain business side restrictions etc. Your work is to be feedback loop mechanism between people and llm, no? Please, give me encouraging examples of technical tasks that cant be delegated to ai with accurate prompting
I have a feeling that a prompt accurate enough to cover all the important stuff (functional/non-functional requirements, certain business side restrictions etc) would be close in its volume and complexity to the actual software code and configuration (given the proper tools, frameworks and infrastructure in place)...
Re: Ask HN: Why is the HN crowd so anti-AI?
#764Earlier quoted context omitted.
There's likely a much larger problem in between. These vibed systems will not have security built in. They will increasingly handle user information, PII, credentials, etc. We're heading straight onto a very profitable era for scammers and other cyber criminals.
You probably saw this, but future readers won't: just last week, anyone could steal any Instagram account by telling the AI support chatbox they'd lost access to their email address.
Re: Ask HN: Why is the HN crowd so anti-AI?
#765Re: Ask HN: Why is the HN crowd so anti-AI?
#766Re: Ask HN: Why is the HN crowd so anti-AI?
#767Earlier quoted context omitted.
> Programmers will get a pat on the back. * shoved in the back while facing the door, and told it’s their own fault for getting screwed over. If you want to know what the future holds for the software dev field, look at copywriters and concept artists. The tech world has been so coddled for so long that many developers think their high salaries, cushy work conditions and clout come from their inherent worth as people…
I'd argue that a lot of knowledge workers in general are about to experience a similar rude awakening. To the clear benefit of society as a whole, who are spared rents, but it won't be fun for the entitled.
Hard Agree. That’s why I picked up a trade after 15 years of solid knowledge work, mostly in dev roles.
> To the clear benefit of society as a whole
Hard disagree.
The problem is that a disproportionate part of the benefits will simply get transferred to the people who are already rich. I’d be gobsmacked to see anything beyond moderate benefits for everybody else, while moving the middle class demarcation farther up than it’s already risen. Our society seems to be set up to transfer wealth to the rich almost as ruthlessly as imperialism.
Re: Ask HN: Why is the HN crowd so anti-AI?
#768Earlier quoted context omitted.
To OP's point, I am curious why a tech forward crowd would consider AI-training/inference anywhere close to a significant contributor of greenhouse gasses? Datacenters are like a tiny blip on emissions plots [1] I think AI is a convenient foil to get people whipped up and out to vote, but I know HN is not the forum for that. The technical data clearly says that closed-loop water coolers don't use that much water and…
Are currently, but at the scale AI corps are trying to deploy at they'll be the largest user of electricity.
Compared to what? More than all heavy industry? All residential usage for a given sector? Seems like a tall ask requiring some modeling.
Re: Ask HN: Why is the HN crowd so anti-AI?
#769Personally, I'm still struggling to figure out when I should lean into AI, and when I should do it by hand. At least with coding, for larger changes that I can explain, I try AI first. But, for small "debugging" changes, or changes that I can't explain, I still do those by hand.
Where I'm really stuck is testing; but that's because it's outside of the IDE and I'm afraid that I'll spend more time futzing with the tool then doing what I need to do.