Live data from Hacker News

Tell HN: I'm 60 years old. Claude Code has re-ignited a passion

news.ycombinator.com

911–920 of 1001 posts

Re: Tell HN: I'm 60 years old. Claude Code has re-ignited a passion

#911
post #897

Earlier quoted context omitted.

You know what they mean by that term, it's about building things without needing to put in the learning effort. I have bosses building small POCs via vibe coding, something they would not have done via learning to code and typing it manually. It's the same sort of argument artists use when it comes to AI generated media, there obviously is a qualitative difference in the people now able to generate whatever they want…

> I have bosses building small POCs via vibe coding They are not building anything; they are paying Anthropic to do it. > Lastly, many, many open weight models exist. Good luck running them when the megacorporations have bought out all hardware.

Okay, they are paying Anthropic, I don't really care about the semantics when at the end of the day they get an output they didn't get before.

Open weight models run on consumer hardware, if you think corporations will make every single piece of hardware unaffordable then I'm not sure what to tell you.

Re: Tell HN: I'm 60 years old. Claude Code has re-ignited a passion

#912
post #519

Earlier quoted context omitted.

It depends. Google's AI that gloms on to search is not particularly good for programming. I don't use any OpenAI stuff but talking to those that do, their models are not good for programming compared to equivalent ones from Anthropic or google. I have good success with free gemini used either via the web UI or with aider. That can handle some simple software dev. The new qwen3.5 is pretty good considering its size, t…

> But, this also all depends on the experience level of the developer. If you are gonna vibe code, Where I find it struggles is when I prompt it with things like this: > I'm using the latest version of Walker (app launcher on Linux) on Arch Linux from the AUR, here is a shell script I wrote to generate a dynamic dmenu based menu which gets sent in as input to walker. This is working perfectly but now I want to displa…

What LLM are you using? What you describe should be no problem for gemini free or claude haiku and above. Other models, I dunno.

Re: Tell HN: I'm 60 years old. Claude Code has re-ignited a passion

#913

Earlier quoted context omitted.

Glass half empty view? Their whole skill set built up over decades, digitized, and now they have to shift everything they do, and who knows humans will even be in the loop, if they’re not c-suite or brown nosers. Their whole magic and skill is now capable of being done by a PM in 5 minutes with some tokens. How is that supposed to make skillful coders feel? Massive job cuts, bad job market, AI tools everywhere, proba…

The world changes. Time marches on, and the very skills you spend your time developing will inevitably expire in their usefulness. Things that were once marvelous talents are now campfire stories or punchlines. LLMs may be accelerating the process, but definitely not the cause. If you want a career in technology, a durable one, you learn to adapt. Your primary skill is NOT to master a given technology, it is the abil…

No, retraining has been tested and found to be unfeasible. Even if you throw money at it.

Re: Tell HN: I'm 60 years old. Claude Code has re-ignited a passion

#914

Earlier quoted context omitted.

It depends. Google's AI that gloms on to search is not particularly good for programming. I don't use any OpenAI stuff but talking to those that do, their models are not good for programming compared to equivalent ones from Anthropic or google. I have good success with free gemini used either via the web UI or with aider. That can handle some simple software dev. The new qwen3.5 is pretty good considering its size, t…

Set up mmap properly and you can evaluate small/medium MoE models (such as the recent A3B from Qwen) on most ordinary hardware, they'll just be very slow. But if you're willing to wait you can get a feel for their real capabilities, then invest in what it takes to make them usable. (Usually running them on OpenRouter will be cheaper than trying to invest in your own homelab: even if you're literally running them on a…

Subjectively, but with tests using identical prompts, I find the quality of qwen3.5 122b below claude haiku by as much as claude haiku is below claude sonnet for software design planning tasks. I have yet to try a like-for-like test on coding.

Re: Tell HN: I'm 60 years old. Claude Code has re-ignited a passion

#915

To those of you reading the comment section thinking something like the following: >"Wait a moment! Being forced to use AI gave me depression, and I'm really aware of the fact that it's only going to become better and better the more developers are using it, to the point where the 10 job openings of yesterday are 1 job opening tomorrow. Why are people so excited", remember this: You are reading HN, the survivorship b…

> LLM watch-six-agents-writing-and-you-proofreading gave me so much existential crisis and depression this is extremely bizarre because I’m 53, been coding since 12, and it has had literally the exact opposite effect on me, I find it tremendously exciting, like riding a snowmobile instead of manually cross-country skiing but I do think that if you’re not ready to work like this, you may need to consider a career pivo…

It's so bizarre I see everyone happy using llms trained unethically, so they stop doing the only creative and interesting part of the whole SDLC and just become managers

Re: Tell HN: I'm 60 years old. Claude Code has re-ignited a passion

#916

This sounds super cool. What does your dev stack look like?

I have been making web apps for years. A few year ago I converted my base stack into a scaffold that lets me spin up a full working project with API, CLI and UI. I use NodeJS with a highly structured ExpressJS app for the API. It uses an npm module, tools-library-dot-d to implement a carefully scooped plugin structure for endpoints, data model and data mapping. It has built-in authentication and database (sqlite). Nu…

Definitely! Thanks for the reply.

Re: Tell HN: I'm 60 years old. Claude Code has re-ignited a passion

#917

Earlier quoted context omitted.

> while retaining control of every line What I want when I'm coding, especially on open source side projects, is to retain copyright licensing over every line (cleanly, without lying about anything). Whoops!

Hmm. TIL: The real exposure isn't Anthropic, OpenIA claiming your code, it's you unknowingly distributing someone else's GPL code because the model silently reproduced it, with essentially zero recourse for the model owner.

It depends on your plan, but Google[1] and Anthropic[2] at least provide indemnity against this. Haven't checked the others. Still not a situation you want to find yourself in, though.

[1] https://cloud.google.com/blog/products/ai-machine-learning/p...

[2] https://www.anthropic.com/news/expanded-legal-protections-ap...

Re: Tell HN: I'm 60 years old. Claude Code has re-ignited a passion

#918

Earlier quoted context omitted.

I'd say that the divide seems to come down to whether you want to be a manager or a hacker. Skimming the posts in this submission, many of the most enamored with LLMs seem to be project managers, people managers, principal+ engineers who don't code much anymore, and other not hands-on people who are less concerned with quality or technical elegance than getting some kind of result. Bear in mind also that the inputs t…

“Technical excellence” has never been about whether you are using a for loop or while loop. It’s architecture, whether you are solving the right problem, scalability, etc

Performance critical applications (game engines etc) don't agree with that

Re: Tell HN: I'm 60 years old. Claude Code has re-ignited a passion

#919

Earlier quoted context omitted.

Coding is one of the least gate kept things in history. Literally the only obstacle is "do I want to put in the time to learn it". All Claude is doing is remixing all the free stuff that was already a google search away.

I suggest trying to find out how the things you're taking for granted - time, literacy, books - remain barriers for many people in many parts of the world.

LOL, you sound like people "democratizing" finance with crypto.

I'm sure that's why they're investing 1 trillion in AI, for the poor illiterates.

Re: Tell HN: I'm 60 years old. Claude Code has re-ignited a passion

#920

Earlier quoted context omitted.

“Technical excellence” has never been about whether you are using a for loop or while loop. It’s architecture, whether you are solving the right problem, scalability, etc

Performance critical applications (game engines etc) don't agree with that

Most people aren’t writing game engines. Hell most people at BigTech aren’t worried about scalability. They are building on top of scalable internal frameworks - not code frameworks things like Google Borg.

The reason your login is slow is not because someone didn’t use the right algorithm.

Most game developers are just using other company’s engines.

While yes you need to learn how the architecture, the code isn’t the gating factor.

One example is the Amazon Prime Video team using AWS Step functions when they shouldn’t have and it led to inefficiencies. This was a public article that I can’t find right now.

(And before someone from Amazon Retail chimes in and says much of Amazon Retail doesn’t run on AWS and uses the legacy CDO infrastructure - yes I know. I am a former AWS employee).

Post reply on HN