HI version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
65% Positive
Analyzed from 2312 words in the discussion.
Trending Topics
#code#still#llms#don#better#behind#linux#using#left#app

Discussion (51 Comments)Read Original on HackerNews
While I code without the help of AI, sometimes I feel like I am being left behind.
Ohh you wrote only 400 lines today? I shipped a whole app while being in the gym... hits hard.
You don't want to know how often I heard: "But I saw on Instagram, with AI it can be done cheaper and faster".
The people that would pay me don't care for good docs, eyesore, or if the programmer actually knows how the app works. They care for how fast are you done? And how much does it cost?
You’re a doctor. What’s your reaction when a patient rejects your diagnosis due to something they saw on Instagram?
> The people that would pay me don't care for good docs, eyesore, or if the programmer actually knows how the app works.
Do they care for liability?
"since I can use AI to create this app this much, I'll pay you less"
"although current AI made this crap, it'll outpace you eventually, so I'll pay you less"
Because after all this talk about being left behind and I see nothing to show for it.
But this is anecdotal. It’s a team of senior devs who already knew the codebase well. We have a ton of detailed guidelines that make sure it’s writing code we deem acceptable. We review each others code, and get LLMs to review, a LOT.
In general AI is an assistance, it doesn't replace the intellectual work that is needed for a good implementation.
In my opinion, approach it like you'd approach any other tool: there are good use-cases for it while being definitely not the right tool for other cases.
As a professional programmer, you’re selling a service. The people buying your service have fully bought into AIs and accepted their shortcomings. You can’t fight this.
You can still scratch your itch with hobby apps, or contributing to human-first projects like Zig.
When C and C++ came out we had a whole new class of problems too with people not using them correctly and over time best practices developed to make it safer and better quality. The same thing is happening today with LLMs.
Stands to reason though that someone who knows programming AND has domain knowledge can get LLMs to produce much better output compared to someone who does not.
I never used to have time to make all the stuff I needed or was interested in. With LLMs, I can.
This "shipped a whole app while being in the gym" does not work for me though. It takes me a couple of days to a week to produce solid, functional software (~10KLOC). Simple tools (3-400LOC)? Yeah, those you can produce in 30-60 minutes.
There will always be people who push the extreme limits of either way. “I will not use AI for anything!” Vs “I will vibe code this while I’m at the gym”.
The winner is the one that knows when and how to use AI as a _tool_ and focus on the better outcome.
Sooner or later you'll end up troubleshooting something you just don't understand.
And the tricky part about AI is that it only has to make one bad decision confidently, to then base all future decisions on that one bad one.
Not sure why the next xy (already done) app has any economic value outside being a cheaper clone.
Still there is nothing wrong with having an AI point out problems which i assume is the case here and someone still is responsible and knowledgeable about the patched (!) code.
Now LOC comes down to how much tokens you are willing to spend for a given day.
400 locs of critical C code, sure.
It's not only about the pace, but also about the quality, most softwares have proven that not getting AI-reviewed is risky in its own, at least in the field of security.
I like programming, it fun! Using AI feels like I am optimizing the fun out of it. I learn so much about different programming languages and topics I would simply not learn when using AI. I also like learning things!
Oh and there are also the huge moral and ethical issues with the companies that offer LLMs.
The cost is similar to doing any other task in a rushed, careless manner, with little regard for the consequences.
> sometimes I feel like I am being left behind.
And why does that bother you? “Forward” does not equal “good” or “desirable”. If a van is driving towards a cliff at high speed, would you not rather be left behind? “Being left behind” is a talking point to cause you FOMO, don’t fall for it.
You're more like a cobbler who adopted some new electrical tools for their craft, and feel smug against backwards cobblers using manual tools, while in the meantime the newer versions of those tools in the form of factory automation move in to make the whole craft obsolete.
But what is that cobbler supposed to do during that time? He can keep his head above water using the machine, suspecting the factory is coming for him too or ... he can refuse to modernise and fail now as others outperform him?
"Stop the factory being built" is not within his power.
Sure you can churn out more code with a LLM, but is it good code? Is it correct? If being left behind means I don't ship slop, I'll gladly bow out.
You didn't say if you did, but just in case if you truly never had a serious look at LLM tools, you really need to step up. Never even trying something like Claude Code borders on negligence nowadays.
AI is still a bubble, but pretty much every software developer having a hard-dependency on these companies nowadays, is was sustains it. It sucks, but currently there is no realistic way around it.
Exceptions apply for data protection reasons, obviously don't upload all your personal data and business-critical intellectual property into some 3rd-party AI tool.
Do linux devs live in a completely different microcosm?
Linux kernel is a huge project - with a lot of people volunteering. You’d be burning through a crazy amount of input tokens to gain enough context to get any work done. I doubt many volunteers pay for their own top-tier subscription plans that would be able to do so cost-effectively.
More than that, I've not seen people do agentic coding in one part of their work, and manual coding in another. Is there any first hand account of someone doing this? It kind of rewires your brain, and makes it hard to do both at the same time.
(There are probably wider benchmarks, but this was a definite finding in our company wide evaluation of effectiveness. LLMs aren't great at RTL either)
No tests, not much documentation to work with, a very high acceptability bar, multiple ways to do the smallest change and every single word on your commit messages is very important.
You can start with a LLM but there going to be some manual modifications you will have to make, even with the best model available
I'm curious ... how would they even know?
(Which probably means this is slightly underreported from people not disclosing.)
Does that mean we should stop using it?
[0] https://codeberg.org/ethical-foss/open-slopware
Wait until it blows.
And I say this as someone who uses AI (for fun) and to check things I may havbe overlooked.
There's a place and time for everything. Using AI where you shouldn't is gonna backfire, big time.
Also, just please show me ONE single app/product that has been generated 100% by AI--that works and competes with human-written ones?
I'll be waiting, right here.