Leave Me Behind
181–190 of 344 posts
Re: Leave Me Behind
#182Earlier quoted context omitted.
AI is your Google and your yellow rubber ducky (rubber duck debugging) all rolled into one.
Absolutely. It can also be your brain if you let it, so…don’t let it. It’s an absolutely fantastic educational tool if you choose to use it that way.
... Put down the duckie[0]?
Re: Leave Me Behind
#183Earlier quoted context omitted.
I think probably actually. The fittest people back then probably weren't as fit as people today with specialized diets and medical science, and surely those findings were a result of better equipment, which were a result of better tooling to manufacture that equipment. Introducing a machine to a manufacturing role obviously makes the manufacturer less fit, but it enables society to break through fitness barriers in g…
But what about average person, not a professional athlete? In past people suffered from malnourishment, but today they suffer from obesity. We also know that testosterone levels (which are connected with muscle mass, recovery etc.) are lower today than even few decades back.
I’m not sure what it means if we want the average person to be fitter, it seems like we’d have to reinstitute manual labour if that was the goal.
Which is maybe a good analogy for not using AI in the classroom and forcing kids to use their minds
Re: Leave Me Behind
#184Earlier quoted context omitted.
Whenever this topic comes up I am reminded of the black and white picture of all the scientist of 19th century together. Each individual in that photo had contributed something to human knowledge. It feels like in 19th century we believed in our scientists and advancing our knowledge. I feel today celebrities are given more importance than our scientists. The best minds of our century are focused on extracting value…
You probably mean the Solvay conference. I just wanted to append this link to your comment: https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/So... It really is a remarkable picture, but I'd like to note that it's all physicists, not scientists in general. It was the golden era of physics.
Re: Leave Me Behind
#185Earlier quoted context omitted.
The implementation is part of the fun.
So why would you buy it off of Anthropic?
Take woodworking for example. When I build a kitchen cabinet, I can get lumber that's already smooth and treated, I can buy drawer tracks, I can use power tools instead of a handsaw and a screwdriver, I can use a pocket hole jig to make joints easier. I still have to do more planning and assembling than with the Ikea cabinet, which also takes more work than having a contractor do everything for me.
I'm doing it my way because it's fun for me. Other people might enjoy other parts of the process - or different things altogether.
There's a whole spectrum between doing everything from scratch and paying someone to have it done for you.
Re: Leave Me Behind
#186There are a number of comments here where people open up about their contrasting experiences of not being a part of a programming community. Those are well addressed, I think, but there is another point to consider. We need to remember the people, that we may never talk to, that are downstream of all of this software. Not necessarily “the users” as there are many pieces of software meant for other devs, but I think t…
Well, first of all you and the author point to the same derisive comment of these models being, in your words "stochastic code extruder" or the one I have heard a lot "next-token predictors", and the connotation I read from these being that this makes them inherently dumb or unintelligent and I don't understand that. The fact that these "stochastic code extruders" can solve Erdos problems is sort of the proof in the pudding. Next token prediction is profound in that it is _a very simple objective_ yet it is _enough_ to take you to extraordinary heights.
Also I wonder how many folks honestly look in the mirror and think: how does the median programmer differ from an LLM. Do you really think humans are universally better and produce universally higher quality code? Not even universally, I would say _typically_. I would trust an LLM to not write a buffer overflow far more than a junior or a mediocre senior engineer. LLMs have built things in my domain that are non-trivial and impressive and correct.
Not to mention, these systems are following a predictable trend in performance improvement so these worries about quality just won't age well, and it seems to be a head-in-the-sand attitude that pretends like quality and reliability are not getting very very good _already_.
> Shipping poor quality and user hostile software actually hurts people.
Could not agree more. So why do you think humans are inherently better at this?
> This “inevitable” slide into generative AI harms every single person it comes into contact with.
I just don't quite understand this, is it that: (1) agentic code is inherently inferior to human code and thus (2) shipping agentic code is actively harmful?
Re: Leave Me Behind
#187>>It (software development) is sincerely an art form; A craft that takes >>dedication, perseverance and especially, a strong community to endure. >>Software was built by humans, for humans.
100 years ago, you could only buy furniture made by crafts people. Real artisans. Now you have a choice: IKEA or hand made Most people choose IKEA because they don't care how it was made, as long as it does the job There are still those who prefer hand made furniture, and they pay a pretty penny for it. I think that's where this is heading, and I agree it's unfortunate. Software development will become a hobby (many people do wood working in their spare time). There will be a few real experts left, who largely do consulting. Maybe they create training data? Maybe they design frameworks for the AI to master. I don't know. But things sure are going to be different from here on out, and not entirely for the better.
>>If it’s not built by humans, then who is it being built for?
Right now it's built by AI for humans (and sometimes other AI). Very soon it'll be built by AI for other AI (and sometimes humans). Later it'll be built by AI primarily for AI (rarely humans).
Re: Leave Me Behind
#188Earlier quoted context omitted.
A slop fork machine is way different though, I dont know why authors never thought about this but imagine a machine that can detect the features and replicate whatever it sees, show it how to make bread once and it can do it infinitely, make it listen to a song and its able to find why it sounds the way it does and just spam variations, even if it doesnt make anything original it demotivates any attempt to push the b…
Really? I'm more motivated than ever to make stuff at the moment. I have a long list of projects I've always wanted to make, but I never had time. The barrier is so low now. For example, I want to make: - A mini OS on top of SeL4 - A UI framework based on SolidJS, for native apps, in rust. - My own photo manager (which can do backups & sync across all my devices). And a gallery to share photos with friends - A local…
Since you said you want to make those things that you list, I assume none of these things have been built yet. If so, I would encourage you to consider how excited you will be to constantly maintain those things you build. But even if the maintainence cycle won't be as exciting, since you are the sole user you have the advantage of being able to proceed at a leisurely pace even while doing maintainence work.
In a professional setting, the dopamine hit of being able to build something quickly that works in an area that you have little to no knowledge in makes you more dependent on the AI in the maintaince cycle as you want to chase that dopamine high by maintaining the same development speed. This in turn leads to a bigger burnout crash after that peak dopamine hit. Maintainence is a phase of diminishing returns even without AI, but when your coding agents are introducing new bugs at record pace with their bugfixes with no new features to write home about you are in a special place in Hell.
I'm all for using AI to build ambitious projects. I have yet to see a person/company/organization continuously release huge software endeavours in a stable professional manner day in and day out with a coding agent harem in tow.
If something like the Ladybird browser, or any browser that is "built by scratch", achieved Chrome parity in six months and consistently maintained the same level of stability with continuous releases then I would see that as proof that this approach has become professionaly sustainable.
The reason people are getting away with so much using AI is because of the open secret in most enterprise engineering practices: the customer cares more about the response time for fixes they report than they do about overall or longterm product quality.
Re: Leave Me Behind
#189Earlier quoted context omitted.
What do you mean by intelligence? And by your definition of it, can intelligence be improved intentionally or it happens as it happens like for evolution? If it happens by intention then why we have not pushed it at its maximium yet?
Let's start by using strength as an analogy. A human is strong when they develop their physical body to its potential. That means developing muscles, cardio, lung capacity, flexibility, etc. A human is weak when they fail to develop their physical body to its potential (we don't actually care how strong humans are compared to each other, only to themselves). We can then judge human populations based on, say, the stre…
Re: Leave Me Behind
#190My experience programming is so much different than theirs makes me wonder what I missed out on. I have always programmed on my own, and I can't even think about a single time I have talked to a person in depth about programming (both online and in person). It sounds fun and exciting, but unfortunately I have simply never had the opportunities in life to do so. For me, AI is the first time I have ever been able to ge…
Unfortunately Twitter pre-acquisition was probably the focal point and since then, I don't think the community has been the same.