Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

73% Positive

Analyzed from 1939 words in the discussion.

Trending Topics

#engineering#software#code#coding#llm#more#vibe#build#engineer#systems

Discussion (67 Comments)Read Original on HackerNews

bdcravensabout 5 hours ago
"Vibe coding produces code. Engineering produces systems."

By this definition, anyone hired to be a code contributor, and not operating at the architecture level, isn't an engineer.

On the other side of that definition, engineering doesn't even require code, but would be architecture with deep technical understanding that allows you to create the tasks that you hand off to individual coders.

jnovekabout 5 hours ago
Im pretty sure this is a category error. The correct comparison would be:

  - A person writing code vs a bot writing code
  - A person designing systems vs a bot designing systems
The comparison in the article is between a bot writing code and a person designing systems.
throwatdem12311about 5 hours ago
> By this definition, anyone hired to be a code contributor, and not operating at the architecture level, isn't an engineer.

You say that as if it’s not true, but it is. And even then, still not always.

Engineer is a regulated term in Canada. If you’re not licensed, you’re not an engineer. If you say you are and acting as one in a professional capacity you are comitting fraud.

The amount of delulu Americans larping as engineers is always good for a laugh.

pegasusabout 5 hours ago
So unless you're licensed in Canada, you're not an engineer? That's a very silly notion...
throwatdem12311about 4 hours ago
We recognized socially that people who engineer things need to have professional ethics and carry liability for their projects.

The whole reason we have engineers is because we used to let anyone call themselves that and lo and behold a bunch of bridges collapsed under load and killed people. Who could’ve thought?!

Almost 2/3rds of the professionals in my family are licensed engineers and we take it extremely seriously.

Canada has only been actually licensing software engineers for a short time compared to other disciplines - but the industry as a whole is due for a reckoning.

pocksuppetabout 5 hours ago
It was already debated whether "software engineering" is engineering, even before LLMs. Even traditional software engineering looks nothing like other fields - in particular lacking a whole lot of discipline. I believe it is, because it's a process of creating complex artefacts to satisfy business requirements, despite the different medium - that definition still remains true when an LLM is used as one of many tools. But "vibe coding" means the LLM is the only tool. Is that still engineering? Well I guess, did you create an artefact that satisfied business requirements? Seems like you did. There's not a good clear line here.
montroserabout 5 hours ago
Well, my team does what we call vibe engineering.

You do ask hard questions up front, define boundaries, give lots of high level architectural guidance, declare interfaces, and bounds of abstraction... And then you ask the LLM to make it so, and it does. You give it the structure, and it fills in the implementation.

This is engineering, more or less.

giancarlostoroabout 5 hours ago
The rest of us who do similar work with the model to build richly define spec files. Spec driven development is a lost art with non-AI coding anyway. People who complain about these things either do not work with people using AI correctly and dont realize they just need to push for better standards or they are terrible at architecting. I notice everyone who hates AI just finds any excuse to dismiss it instead of actually pushing towards more effective ways of using it.

I would love to see how perfect their “organic” code looks because I wont be surprised if its full of all sorts of issues, all in prod, for years, never known or spotted, just to be found and fixed by Claude in 15 minutes, with unit testing to test and ensure no regression is introduced.

qseraabout 5 hours ago
> using AI correct

There is no "correct" way to toss a coin. Some day people who are depending on LLMs blindly will understand that. All their notions of "correct use" is based on folk lore and...vibes, that is just maximizing token use under some misguided notion of "correctness"..

bitexploderabout 2 hours ago
LLMs are not deterministic. They do typically behave within pretty reasonable boundaries. Humans are not deterministic. They also typically behave within pretty reasonable boundaries. Engineering with LLMs and humans means understanding those boundaries and designing for them. This is a legitimate engineering problem like any other. I think the main misalignment I see is the expected productivity gain. When you are using real engineering discipline it is still very productive to use AI for coding, but not nearly so productive as many people claim when you factor the fragility of their system.

There is no correct use. There is no “correct” way to build systems. There is principled and disciplined use.

ofcourseyoudoabout 4 hours ago
genuine question. if i have a tightly-defined unit test and Claude writes a blob of code that passes it, does it matter what's in the blob?
bhaakabout 5 hours ago
Who ensures it followed the specs?

The more context an LLM gets, the more likely it will start to ignore instructions.

If the LLM runs a context compression, all bets are off. There's a reason Anthropic upped the context to 1M tokens to reduce the chance of this from happening.

not_a_bot_4shoabout 5 hours ago
> Who ensures it followed the specs?

The human. But only if you care about verification.

bhaakabout 5 hours ago
The human is missing form OP's description. "and it fills in the implementation". No human in sight.

You can't call it "engineering" if you don't care about verification.

ceejayozabout 5 hours ago
> Who ensures it followed the specs?

I mean, it's the same with building a bridge in the real world, right?

Someone has to check the work.

nilirlabout 5 hours ago
How do you do this? I really struggle to get the agents to follow my architectural invariants and coding conventions.

I use Cursor and Codex but the agents keep making regressions and breaking rules. They'll even take shortcuts sometimes, by doing things to make tests pass but with code that would be dangerous in prod.

Now, I use them file by file but it feels more like a typing assistant than something much more.

zuluxabout 5 hours ago
When your AI slides, make a permanent test that catches that particular slide. Then have it run all the tests every time it does something significant.

We have as much test code as deployable code because the AI keeps finding ways to do what we told it to, but not what we meant.

reaperducerabout 5 hours ago
This is engineering, more or less.

People who build bridges for a living shake their heads in dismay.

qseraabout 5 hours ago
At least bridges come in the realm of unchanging physics and unchanging material behavior. There is only so much variety in building bridges.

Software on the other hand...

You see, the difference is that with building bridges, there is no value in building a "Toy" bridge that does not require any real knowledge. But even toy software can bring huge value. But that does not mean it does not require engineering discipline to build non-toy software.

Software engineering is not about learning libraries or tools. It is the art and science of managing complexity under constant change.

bdcravensabout 5 hours ago
They already were well before LLMs.

    myFramework new myCoolStartup
    myFramework generate dataModel
    myFramework generate controllerForModel
    myPackageManager install coolViewWidgets
    # insert glue code I learned on Youtube here
    git push coolPaaS myBranch
reaperducerabout 5 hours ago
If LLMs doesn't fix things, why are we spending trillions of dollars boiling the ocean?
petcatabout 5 hours ago
The bridge architects and engineers are not the ones hammering in the nails.
reaperducerabout 5 hours ago
Clearly you have never worked in heavy industry, or you would know that the word "build" is used at all levels, all the way up to architect and real estate development level. Example:

https://www.buildordie.com/ (Build or Die is the web site for a mid-sized architecture firm.)

giancarlostoroabout 5 hours ago
Before AI we have seen drastic drops in software quality across the board, even Windows has been going downhill for several major versions now.
reaperducerabout 5 hours ago
What's your point?

You seem to be implying that since the current wave of AI started that things have gotten better. That is demonstrably, repeatedly, and completely false. Just cruise the HN front page and watch the AI fails scroll by.

That you point to Windows getting bad over the years, and the fact that it continues to get worse with the full AI buy-in of Microsoft, shows that AI is not some magical software savior.

guff_seabout 5 hours ago
Great! I’ll just take the link to your article and ask Claude to consider this as it develops my project. Thanks!
computerphageabout 5 hours ago
This is AI written, according to pangram, and also obviously
vitrealisabout 5 hours ago
> ”Given a simple prompt:

write python to "Add user accounts to a website so people can log in."

The model generated a small, working Flask and SQLite example. That is acceptable for a demo but it did not ask about these five requirements:

Should emails be unique Should accounts be verified Should users reset passwords Should roles exist What is the security model? ”

Write a better prompt? I don’t think any software engineer would ever send that?

dannypdxabout 6 hours ago
Software Engineering is often not truly Engineering.

The days of Devs gatekeeping and shitting on good ideas because the syntax of a PR was not perfect are over.

rvzabout 6 hours ago
> Software Engineering is often not truly Engineering.

"vibe coding" by definition means you are not looking or understanding the generated code and you are accepting all changes and "fixes" by the AI.

In software engineering, you must understand what the code is doing and you will struggle to resolve sudden issues if you do not understand these systems which risk outages, loss of money, and data.

You do not want to be "vibe coding" software that is to be operating on planes. That would be disastrous.

> The days of Devs gatekeeping and shitting on good ideas because the syntax of a PR was not perfect are over.

Developers who do that without using a formatter are the bad ones anyway and are there to argue and waste your time.

bdcravensabout 5 hours ago
There are many who built careers around being essentially software assembly liners. Glue together framework/library bits, following well-trod paths. Get really good at Googling and grabbing code from Stack Overflow when you have to go off the path or solve problems.
trollbridgeabout 5 hours ago
You just described essentially what those coding "boot camps" taught people to do. Something you can learn in 12 weeks always seemed to me to be a job at high risk of automation.

Unfortunately, many "computer science" curricula weren't much better, and so now we have hordes of unemployed people with a skillset about as relevant as being able to hand-assemble ZRA1 code.

dannypdxabout 5 hours ago
'vibe coding' is just a derogatory term that devs use to belittle better builders.

Most software engineers are hilariously inept at systems engineering,

ejejje1about 5 hours ago
Posts like this show how inefficiently software firms have been ran.

There’s an easy fix to this - set hard deadlines.

qseraabout 5 hours ago
>set hard deadlines..

Sure, just also set the requirements "hard" while your are at it..

ravenstineabout 5 hours ago
Surely a "small tweak" won't take too long, right? /s
Majeh905about 5 hours ago
"Vibe coding gets you a demo"

I agree with this. Sadly, we're good at pushing working demos as the final product in corporate.

bhaakabout 5 hours ago
Vibe coding is not engineering. Neither is copying answers from Stack Overflow.

Who even puts forward such claims?

xurenwuabout 5 hours ago
It suit rookie but not someone who kown what are rational .
whimbyteabout 5 hours ago
True. But it can be very helpful for learning new things.
Advertisement
erelongabout 5 hours ago
It is, but it may not be "good" engineering
bdcravensabout 5 hours ago
It's an old debate, so I won't rehash all of the points here, but many argue that being a "good" software developer doesn't make you an "engineer".
reaperducerabout 5 hours ago
Old Southern saying: "You can put puppies in the oven, but that don't make them biscuits."
hiteshsundraaaabout 7 hours ago
Only if you are blindly allowing the ai to do the entire work.
tontoniusabout 5 hours ago
what’s this precocious urge to define what vibe coding is and isn’t?

who cares?

barbazooabout 5 hours ago
I'm assuming often it's gatekeeping by people that are terrified seeing what they thought their purpose was slip away.

That's why they have to make what we produce with the LLM something lesser than what they can do by themselves.

dosingaabout 5 hours ago
second paragraph

> A model can generate a login system in seconds. It will not ask if emails must be unique. That single missing requirement can collapse the system. LLMs cannot see the category of questions that keep software safe.

really? I am assuming here that the author means that the emails used when registering across users need to be unique. even mediocre models will do that for you.

even more to the point though, if you tell an LLM, hey I want to build this system, let's talk about the architecture, it will ask you all the relevant questions. this can really help with the engineering. sure, there's a rubber ducking aspect to it, but even so. telling an LLM to immediately implement an idea does not lead to great engineering. starting to code yourself has the same problem. doing some brainstorming with an LLM (like in the olden days with humans) is where they help with the engineering part.

empressplayabout 5 hours ago
I think this should be titled 'YOLO one-shotting is not engineering' which is a far more accurate description of the article.
m3kw9about 5 hours ago
This is well known
andrewstuartabout 5 hours ago
Word games from anti AI folks.
fnyabout 5 hours ago
I'm going to take this a step further. Software development is not engineering.

Software development is more like being a construction worker that uses engineered materials. The engineers, on the other hand, develop the structural components (steel beams, the actual dry wall), an architect designs the whole system, and a contractor manages it.

With vibe coding, you make yourself the contractor and turn agent into the other roles. You can choose to build a building without an architect (you or the agent) and without using engineered components (a proper database for example), which will likely lead to leaks or a full on collapse.

Frankly, this is no different to the franksystems build in midieval times.

pegasusabout 5 hours ago
By "franksystems" do you mean those cathedrals which will outlast most buildings we're putting up today? We could go even farther back in history: how about the Pantheon, still the largest unreinforced concrete dome ever made?
fnyabout 2 hours ago
I mean the garbage people built without engineered components or architectures in days of yore: manual slop if you will.
abc42about 5 hours ago
Yeah, more like architecture or management.
mystralineabout 5 hours ago
Like hell it isnt.

Ive used it to write that terrible one-off powershell or bash script. You know the types: grunt work, boring, and you just need it done.

I can ask my local LLM to make it. Its done as fast as it takes to load up a console and vim. I spend a minute or 2 reviewing, and run in stage.

The tough stuff or API specific proprietary stuff; i still write and maintain. But the drudge work is getting automated.

throwaway7783about 5 hours ago
Can you share your local LLM setup?
mystralineabout 5 hours ago
Its just my desktop running Krasis. 96GB ddr5, 16GB nvidia 5060. Im running qwen-3.5-80B in int4 mode.

It uses like 45GB system ram and 11GB g-ram.

Advertisement