5 ms·
It's funny how virtually everyone on HN is using AI to write code and simultaneously dismisses all interesting new software as written by AI.
by LeoPanthera 1mo ago
It's funny how virtually everyone on HN is using AI to write code and simultaneously dismisses all interesting new software as written by AI.
- walrus01 1mo agoThere's a difference between using AI to automate some drudge work of stuff that would just be mentally tedious to do (writing an operating system for an 8088 in assembly? Tedious, unless you're one of the rare people whose mind does well with that sort of thing), and just not even being bothered to write your own readme files and project description. At least take the time to hand write a description of what it is and acknowledge the tool assistance as a known fact. Making fake claims that something is totally hand written is I think what bothers people about this.
- blks 1mo agoI think writing asm can be pretty straightforward and fun, with experience, strict developing principles and lots of macros.
- afavour 1mo agoFor me personally there’s something deeply unsatisfying about hobby projects that are entirely AI generated. Work code is something different. I don’t have passion for a lot of that, it’s just the way I earn money. This is never going to be a commercially viable project. It’s a wonderful idea for a hobbyist passion project. But if you’re not actually coding it yourself it feels far less interesting. I can’t really marvel at what they’ve created because I know that with a stack of tokens I could do the exact same thing myself.
- garganzol 1mo agoThis is a psychological phenomenon going on right now in the world around AI: gaslight your competitors into doubt and disbelief, then win. I presume that there were similar movements during 1950-1980s who tried to gaslight the publics against using computers while using the computers to gain a competitive advantage over them.
- eukara 1mo agothe competitive advantage in the IBM XT economy
- cmrdporcupine 1mo agoIf you've built a large % of your personality and ego and self-worth around your ability to be a magic wizard with the machine and now it's seemingly easy to automate, how do you think that feels? Of course some people react this way. I encountered personalities of this type who decry IDEs, let alone agentic authoring. I had an asshole team lead at Google who used to smirk at people doing auto-import finding for Java or using e.g. rename refactorings, etc. I can understand some of the viewpoint around LLMs. But I don't agree with it fully and just find it too useful to be able to get all the things I wanted to do for the last 30+ years done. And I also think that some of the people who are threatened and angry and who have really deep systems level engineering skills and knowledge actually are in a unique position to benefit most from these tools as they will actually understand and intervene better and produce higher quality. Most of these "really neat vibe coded" projects stall at a certain point where the prompter no longer understands the beast they've created. People with deep knowledge and experience will hit that wall much later. Anyways, I think we're at a juncture where what is worth caring about and focusing on in computers is going to have to have a radical overhaul. It's tough to separate the gatekeeping/elitism from genuine critique.
- superb_dev 1mo agoIt’s almost like those are two different populations of people?
- LeoPanthera 1mo agoOutside in the real world? Sure. Here on HN? I don't believe that.
- throw10920 1mo agoOK, if you're so confident, surely you've gathered data that empirically shows that "virtually everyone on HN is using AI to write code and simultaneously dismisses all interesting new software as written by AI", because that's a very easy claim to prove or disprove. Can we see your results and methodology?
- tgv 1mo agoI think the remark was glib/sarcastic/ironic. That's frowned upon in this forum, and for good reason.
- garganzol 1mo agoI know a guy who founded an AI-based startup well before ChatGPT, and recently I saw some of his public messages where he stands as an ultimate anti-AI proponent. Meanwhile, his startup that received multi-million dollar funding and developed proprietary specialized LLMs, continues to exist being somewhat profitable. Universal AI, however, poses an existential risk to his company. So he turns into a typical gaslighter: he tries to convince everyone that AI is a dead-end, not worth it, a total disaster. By doing so, he hopes to prolong the stream of existing profits maybe just for one extra day, but internally he already knowns that his company is toast.
- 1bpp 1mo agoDifferent groups, the spammers like to congratulate each other for how much hard work they must have put into their very impressive prompt engineering. Regardless, AI code is distinct from extremely blatant AI design. People dismiss things that had no actual design, just whatever fell out of the prompt they gave it. If you can't write a single human paragraph or put thought and care into how you are presenting 'your' project, it's not worth paying attention to. Why can't they present their own work honestly? Why would I spend energy looking at an OS made by someone who can't write an HTML file by themself?
- userbinator 1mo agoThere are both pro- and anti-AI factions here... and those with more nuanced views. Personally, I don't care as long as the end result is good, but a lot of AI software tends to be in the lower end of the quality range.
- accrual 1mo agoI agree, and I think one can put in more effort on a project and get a better result, especially if the prompter is already an experienced software developer. For example on one toy project I requested the use of ADTs (algebraic data types), strict linting and code formatting at every commit, tests, frequent code review rounds, and a strong initial plan which led to a very solid personal-use project. Similar strategy can help smaller local models achieve greater results too. Small steps + many guardrails.
- retired_account 1mo agoI can pour myself a bowl of cheerios. That doesn’t mean I’m easily impressed by someone else preparing a similar bowl of cereal. Though, I have been finding a lot of utility in programs that support otherwise deprecated hardware, now that is some good slop.