Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. GPT-6 Sol and Luna(openai.com)
    385comments
  2. Claude Opus 5.5(anthropic.com)
    626comments
  3. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    333comments
  4. SAML: A Fractal of Bad Design(trailofbits.com)
    10comments
  5. Claude Opus 5.5 Intelligence, Performance and Price Analysis (Max)(artificialanalysis.ai)
    46comments
  6. WordPress: Unauthenticated path traversal leading to conditional RCE(github.com/wordpress)
    51comments
  7. Native apps written in TypeScript and CSS(github.com/geastack)
    discuss
  8. Unreal Agent(unreallabs.ai)
    24comments
  9. OpenAI is well positioned to fast-follow Jev(arcturus-labs.com)
    162comments
  10. A Faster Shortest Path Algorithm(vals.ai)
    1comments
  11. Explaining to business people why building software is still hard(manager.dev)
    16comments
  12. How did AMD Ryzen get 50% faster in two years?(lemire.me)
    11comments
  13. Launch HN: Coverage Cat (YC S22) – Umbrella insurance via your personal agent(coveragecat.com)
    20comments
  14. Overreliance on AI contributed to missile strike on Iran school – Pentagon(bloomberg.com)
    91comments
  15. 16-bit Intel 8088 chip (c. 1985)(allpoetry.com)
    12comments
  16. Obscura: The first VPN that can't log your activity(obscura.com)
    12comments
  17. There's a high chance of devices being sold with GrapheneOS preinstalled in 2027(grapheneos.social)
    78comments
  18. George Lucas Returns to Earth, Bearing Gifts(commonedge.org)
    12comments
  19. Markdown in /src(htmx.org)
    9comments
  20. Show HN: JevBench, a reproducible benchmark for typed decision models(benchmarkheaven.com)
    discuss
  21. Apple has added persistent 'ads' to iOS, and it's driving users crazy(techradar.com)
    377comments
  22. An update on how we confirm your age group on Discord(discord.com)
    1comments
  23. Writing Rust code that's fast by asking agents to make the code faster(minimaxir.com)
    42comments
  24. People hooked on vapes try a new way to quit: cigarettes(bloomberg.com)
    27comments
  25. Solitaire Alone Together(solitairealonetogether.com)
    27comments
  26. Porsche puts wireless EV charging into production(electrek.co)
    43comments
  27. Show HN: Drop – A rootless Linux sandbox with gVisor support(droprun.sh)
    47comments
  28. Can gzip be a language model?(nathan.rs)
    138comments
  29. Show HN: AI·rete·RAG – a Rete rule engine decides, RAG explains why(ai-rete-rag.com)
    2comments
  30. One Minute Park(oneminutepark.tv)
    5comments

Explaining to business people why building software is still hard

23 pointsby 1h agomanager.dev
16 comments
38m agoHN ↗

My manager who vibe coded our entire webapp in claude design. Has difficulty understanding why its still not production ready.

My job is to wire to our backend data, and a lot of these wiring require me to be in there and actually think about the features. These take time, and I just haven't figure out a way to speed this process up with Claude.

16m agoHN ↗

On the other hand. If his tool does the job why not. If you asked a 90s engineer how javascript triggers millions of cpu instructions for just a few code steps he would call you crazy.

3m agoHN ↗

Is it big data? Claude should be able to tell you what to do and give you scripts to deploy anything behind a web app.

32m agoHN ↗

TBH I think we still need to explain this to ourselves first.

30m agoHN ↗

My experience over many decades is this:

* If a business person thinks a change or new program is very easy to do, it is really a very hard project.

* If a business person thinks the change or new program us hard to do, usually it is a trivial project.

For me, this has been true for well over 40 years. I never use any kind AI for my work, it did not exist before I retired.

23m agoHN ↗

This is is relatable but I think the issue is that they are uncorrelated.

If it's easy and the business thinks it's easy it gets done. If it's hard and the business thinks it's hard it doesn't.

27m agoHN ↗

Typical experience with Lovable from everyone I've talked to.

Check out Synthetiq if you want to actually get into production

24m agoHN ↗

"Never really finish building it" is the key insight.

The problem with software is that it is never done. There is always another feature you could have and worse than building a property the work is only done by the people on the outside.

9m agoHN ↗

I think it's deeper than that, once you know software is never done you have to design for constant change.

When clients ask why something takes so long, I explain that I'm not building what you asked for today, I'm building something that will be easy to turn into what you asked for today and possible to turn into whatever you ask for tomorrow.

20m agoHN ↗

To me stories like this seem like just a moment in time.

Like in 1 to 5 years, vibe coding without looking at the code will likely be a lot better.

19m agoHN ↗

We’re in the self driving car stage right now. A Waymo can drive itself but the belts and suspenders involved are more expensive than a normal car.

13m agoHN ↗

This is definitely getting my favorite. I’m also going to shamelessly steal this house analogy.

Thanks for writing this!

6m agoHN ↗

I've been using it for years. "Let's decide where we want the plumbing to go before pouring the slab", or "let's not focus on where the couch will go before we paint the walls". Or when a 'genius cowboy dev' discovers a super fast way to get from the 2nd floor to the kitchen by cutting a hole in the floor despite all the leaks it causes and how many other people have to work around the change.