Earlier quoted context omitted.
We have what I've dreamed of for years: the reverse dictionary. Put in a word and see what it means? That's been easy for at least a century. Have a meaning in mind and get the word? The only way to get this before was to read a ton of books and be knowledgable or talk to someone who was. Now it's always available.
"The only way to get this before was to read a ton of books and be knowledgable or talk to someone who was" Did you have trouble with this part?
We mourn our craft
531–540 of 918 posts
Re: We mourn our craft
#532People have to stop talking like LLMs solved programming. If you're someone with a background in Computer Science, you should know that we have formal languages for a reason, and that natural language is not as precise as a programming language. But anyway we're peek AI hype, hitting the top on HN is worth more than a reasonable take, reasonableness doesn't sell after all. So here we're seeing yet another text about…
Re: We mourn our craft
#533Earlier quoted context omitted.
It's not clear what evidence you expect to see? Every major tech company is using AI for a significant % of their code. Ask anyone that works there and you will have all the evidence you need.
> Every major tech company is using AI for a significant % of their code It shows, increased outages, increased vulnerabilities, windows failing to boot, windows task bar is still react native and barely works. And I have spoken to engineers at FANG companies, they are forced to use LLMs, managers are literally tracking metrics. So where is all this amazing new software and software quality or increased productivity…
Re: We mourn our craft
#534I started programming over 40 years ago because it felt like computers were magic. They feel more magic today than ever before. We're literally living in the 1980s fantasy where you could talk to your computer and it had a personality. I can't believe it's actually happening, and I've never had more fun computing. I can't empathize with the complaint that we've "lost something" at all. We're on the precipice of somet…
One thing that I realized was that a lot of our so-called "craft" is converged "know-how". Take the recent news that Anthropic used Claude Code to write a C compiler for example, writing compiler is hard (and fun) for us humans because we indeed need to spend years understanding deeply the compiler theory and learning every minute detail of implementation. That kind of learning is not easily transferrable. Most stude…
C was explicitly designed to make it simple to write a compiler
Re: We mourn our craft
#535Earlier quoted context omitted.
I'm actually extremely good at programming. My point is I love computers and computing . You can use technology to achieve amazing things (even having fun). Now I can do much more of that than when I was limited to what I can personally code. In the end, it's what computers can do that's amazing, beautiful, terrifying... That thrill and to be on the bleeding edge is always what I was after.
The downside is that whatever you (Claude) can do so can anyone else too. So you're welcome to make the 100000000th Copy of the same thing that nobody cares about anymore.
Re: We mourn our craft
#536Earlier quoted context omitted.
Isn't this like saying that if better woodworking tools come out, and you like woodworking, that woodworking somehow 'isn't your craft'. They said that their craft is about making things. There are woodworkers on YouTube who use CNC, some who use the best Festool stuff but nothing that moves on its own, and some who only use handtools. Where is the line at which woodworking is not their craft?
The analogy you're making is that wiring a taskrabbit to assemble Ikea furniture is woodworking. There's a market for Ikea. It's put woodworkers out of business, effectively. The only woodworkers that make reasonable wages from their craft are influencers. Their money comes from YouTube ads. There's no shame in just wanting things without going to the effort of making them.
Re: We mourn our craft
#537If you must use these tools, when using one thay has the option, please press thumbs down when a response was good, and thumbs up when the response is bad. Dont train your replacements, better yet lets stop using them whenever we can.
I do agree with some of your points, AI may result in a techno-feudalist world and yes as a direct result of "taking humans out of the equation." The solution isn't to be a luddite as you may suggest, it's to take a more proactive role in steering these models.
Re: We mourn our craft
#538Two years ago I decided to give up my career as an industry researcher to pursue a tenure-track professor position at a community college. One of the reasons I changed careers is because I felt frustrated with how research at my company changed from being more self-directed and driven by longer-term goals to being directed by upper management with demands for more immediate productization. I feel generative AI is bei…
Re: We mourn our craft
#539Re: We mourn our craft
#540Earlier quoted context omitted.
If you’re repeatedly prompting, I will defer to my usual retort when it comes to LLM coding: programming is about translating unclear requirements in a verbose (English) language into a terse (programming) language. It’s generally much faster for me to write the terse language directly than play a game of telephone with an intermediary in the verbose language for it to (maybe) translate my intentions into the terse l…
> programming is about translating unclear requirements in a verbose (English) language into a terse (programming) language Why are we uniquely capable of doing that, but an LLM isn't? In plan mode I've been seeing them ask for clarifications and gather further requirements Important business context can be provided to them, also
This isn’t an argument against LLMs capability. But the burden of proof is on the LLMs’ side.