HackerLangs
TopNewTrendsCommentsPastAskShowJobs

bendmorris

no profile record

comments

bendmorris
·há 28 dias·discuss
Reverse centaur means a machine is using you to get things done. Presumably at the other end of the ticketing system is other people. So not really the same thing at all.
bendmorris
·há 2 meses·discuss
Kids fresh out of college with crippling student debt and no jobs should just buy increasingly expensive GPUs capable of running the best local models. Well done, problem solved.
bendmorris
·há 2 meses·discuss
They claim to have made the Zig compiler faster, which is disputed. Even if true that wouldn't make it inadequate without their changes.
bendmorris
·há 2 meses·discuss
Why in five years? Where are these hyper productive small companies running laps around bigger ones right now?
bendmorris
·há 2 meses·discuss
They don't have to do that at all. They could've used mainline Zig, without their vibe coded changes to it.
bendmorris
·há 2 meses·discuss
You don't have to agree to treat people with respect. Using someone's preferred pronouns doesn't hurt you.
bendmorris
·há 2 meses·discuss
Believing in the capabilities of _upcoming_ LLMs that you have never actually used shows that you buy into marketing and hype very easily. No one really knows what the future will look like and there's an equally plausible one where post-subsidy token economics become impossible to justify for most use cases.
bendmorris
·há 3 meses·discuss
To answer "what better way," clearly using the skills regularly is much better. Letting them atrophy for potentially multiple years and then trying to resurrect them repeatedly doesn't seem like a recipe for maintaining sharp skills to me.
bendmorris
·há 3 meses·discuss
I think you should be very picky about generated PRs not as an act of sabotage but because very obviously generated ones tend to balloon complexity of the code in ways that makes it difficult for both humans and agents, and because superficial plausibility is really good at masking problems. It's a rational thing to do.

Eventually you are faced with company culture that sees review as a bottleneck stopping you from going 100x faster rather than a process of quality assurance and knowledge sharing, and I worry we'll just be mandated to stop doing them.
bendmorris
·há 4 meses·discuss
It's disappointing that this is clearly being downvoted due to disagreement - it's a valid perspective. We have very little evidence of the overall impact of aggressively generating code "in the wild" and plenty of bad examples. No one knows what this ends up looking like as it continues to meet reality but plenty are taking a large productivity improvement as a given.
bendmorris
·há 4 meses·discuss
>Here are some well known names who are now saying they regularly use LLM's for development. For many of these folks, that wasn't true 1-2 years ago:

This is a huge overstatement that isn't supported by your own links.

- Donald Knuth: the link is him acknowledging someone else solved one of his open problems with Claude. Quote: "It seems that I’ll have to revise my opinions about “generative AI” one of these days."

- Linus Torvalds: used it to write a tool in Python because "I know more about analog filters—and that’s not saying much—than I do about python" and he doesn't care to learn. He's using it as a copy-paste replacement, not to write the kernel.

- John Carmack: he's literally just opining on what he thinks will happen in the future.
bendmorris
·há 4 meses·discuss
You're going to get a lot of "skill issue" comments but your experience basically matches mine. I've only found LLMs to be useful for quick demos where I explicitly didn't care about the quality of implementation. For my core responsibility it has never met my quality bar and after getting it there has not saved me time. What I'm learning is different people and domains have very different standards for that.
bendmorris
·há 4 meses·discuss
>It should've been a lot shorter

Honestly I don't think so. An essay like this is more than just content, it's an experience for the reader. I value the time I got to spend with it and feel I came way with value that a summary or condensed version would just not have had.
bendmorris
·há 4 meses·discuss
This a hilariously ironic parallel to the debate over whether code is an art or a science, referenced right in the article. It can be both.
bendmorris
·há 4 meses·discuss
>I had actually just been told by management this last week that I need to become AI 'fluent' as part of future performance evaluations and I have been deeply conflicted about it.

I hear this and FWIW, if there aren't very specific things being asked of you, using AI as a stack overflow replacement as the OP admits to doing is as "AI fluent" as anything else in my book.
bendmorris
·há 4 meses·discuss
>The rent-a-brain aspect is more acutely alarming. And I will be blunt here: It sure does seem like the prolonged use of LLMs can reliably turn certain people’s minds into mush...

>Stop me if you’ve heard this one before: “After [however long] using AI coding assistants, there’s no way I’m going back!” You know, I don’t doubt that this is true. Because I’m not sure some of the people who say this could go back. It reads like praise on the surface, but those same words betray a chilling sense of dependence.

Perhaps, very ironically, they did "have to."
bendmorris
·há 4 meses·discuss
I think throwaway use cases have very different requirements than products we expect to maintain and need to be treated differently. Go nuts with AI to generate a chart or a one off tool or whatever, if you don't care about deepening your skill to do those things yourself.
bendmorris
·há 4 meses·discuss
Someone taking over a project and working directly in it can build up their own deep understanding about it over time even if they didn't write it all. Documentation from the last expert can help, or just reading and changing things as you build up a mental model. But asking an LLM to change it for you will not arrive at the same place.
bendmorris
·há 4 meses·discuss
>Heck, I often don't remember anything about code I wrote six months ago. It might as well have been written by someone else.

This just isn't true at all in my experience. Do I remember every detail of code I haven't looked at for six months? No, but I can go back and recall pretty quickly how it's structured and find my way around. I'm much more able to do that with code I wrote and thought deeply about. It's like riding a bicycle - if you invested in building up your knowledge once, you can bring it back more easily.

LLMs can sometimes help you to understand someone else's code but they can also hallucinate and I think people gloss over how frequently this happens. If no one actually understands or can verify what it's saying, all I can say is good luck.
bendmorris
·há 4 meses·discuss
Completely resonate with this. There don't seem to be many of us, at least in my online bubble, but you're not alone.

I believe and hope eventually we'll come around to valuing people who have put in the work - not just to understand and review output but to make choices themselves and keep their knowledge and judgement sharp - when we fully realize the cost of not doing so.