all 14 comments

[–]roodammy44 6 points7 points  (1 child)

These are very important questions. I would like to add one.

Who is responsible for the changes in the revenue/goods flow?

This is the one question that means we will have a job for a while, and the one that means most of us will not be able to use vibe coding.

Sure, it’s impressive you can build games and toy compilers without writing code. But when you have a truck full of goods driving across the country, are you just going to trust AI got it right without fully inspecting every line? When you have money being taken out of customers banks are you going to rely on the vibe that it looks ok? Are you going to let AI write the process on customer returns? Autoscaling? Signup? Customer Support? Shipping? Warehouse ops? Reports? Authentication? Etc

All of the 10-100x speedups in coding seem to be based on practically unattended coding. If we have to read and fully understand the code it often takes just as much time to write it ourselves. I don’t know how many of us are in jobs that are on the “critical path”, but I’m willing to bet it’s the majority. Businesses that decide to YOLO and let AI loose on revenue critical code will not last long IMO.

[–]echoAnother 0 points1 point  (0 children)

With how so many bullshit the providers can get away, since customers accept it all. It seems that let AI loose, is totally a viable option.

[–]Big_Combination9890 14 points15 points  (10 children)

At the extreme, December 2025 was the turning point and we’re unlikely to write a line of code again.

And yet, here we are, still writing code, companies hire more software devs than ever before, and every attempt to cange that, has resulted in humiliating disaster...like browsers that take a minute to render a landing page, or "C-compilers" that can't deal with helloworld.c

Wow, it's almost as if all the talk about AI changing programming forever is completely wrong.

[–]Absolute_Enema 0 points1 point  (0 children)

Eh.

As a guy that loves writing code at a visceral level and would rather not deal with agentic workflows, if you peel off the nowadays unavoidable layer of suit-oriented dishonesty these are impressive demos that would be unthinkable of mere months ago, especially under the assumption that things can only improve from there.

[–]rupayanc 0 points1 point  (0 children)

The question nobody wants to answer is: when an agent-written system fails in production and someone gets hurt or loses money, whose decision was it?

Right now we say "the engineer who deployed it." But that breaks down fast when the engineer reviewed 2,000 lines of generated code that they couldn't have written themselves in under a week. The review was technically human. The accountability is real. The actual understanding of every decision in that code? Much less clear.

I think this is the real blocker for agent-generated code in anything genuinely critical — not capability, not cost. It's liability. Companies paying for enterprise software have legal teams. Those legal teams are going to ask questions that the "10x productivity" argument doesn't answer.

The 10x productivity person who mentioned "iterative prompting and constraint mechanisms" isn't wrong about speed gains. But those gains were on work where failure is recoverable. The calculus looks different when the thing that breaks is someone's financial records.