Earlier quoted context omitted.
> while there are undoubtedly experts in this domain whose contributions are indispensable, the majority of programmers can comfortably rely on higher-level abstractions without delving into the complexities of Assembly. True. You don't need to be an assembly expert to be a great programmer, but I do think you need to have a solid understanding of how computers work all the way down to the CPU level in order to be a…
I don’t know anything about assembly and I can’t say I’ve ever thought about it.
In the age of AI, don't let your skills atrophy
41–50 of 98 posts
Re: In the age of AI, don't let your skills atrophy
#42I asked GPT-4 for the Imagemagick command to make the white parts of an image, semi-transparent. It generated a command that made the fuzzy white parts [+1 on fuzzy] fully transparent [bad]. I told it that the result is not semi-transparent. It apologized and gave me another command that produced a blank image. In another case a grayish image. I told it this is not what I wanted, and it just looped here saying I'm so…
My intuition is that this is the only way to create AGI. I don't think anyone is ever going to carefully intentionally construct an AGI, it's almost certainly going to emerge from something conceptually fairly simple.
I don't think it's impossible that our own brains are also basically just a big statistical prediction model too. Maybe AGI just requires our models to be 10/100/1000x as good. Or our training data needs to be broader in a qualitative way rather than a quantitative way that we haven't quite worked out yet.
Re: In the age of AI, don't let your skills atrophy
#43In a way, people who are concerned about skills atrophying are repeating the cycle of previous generations, shaking their fist at higher level programming languages or drawing digital images. How dare you not keep the skills of those who came before you! Time will not be so kind to this view. Some skills will atrophy, as article mentions we don't really care about road navigation anymore. But this is not a bad thing,…
Re: In the age of AI, don't let your skills atrophy
#44Earlier quoted context omitted.
Prompt engineer won't go away, it'll get more "engineer"-like. Knowing how to describe a point in a model's latent space for the generation you want is here to stay, but the black magic and art aspect of it will go away. For example, in stable diffusion land, lots of people have intuition about the relationship between certain prompts and the output they produce. That intuition is embedding and training data specific…
Prompt engineering is merely the entry-drug to AI-wrangling. SD has gotten to the point that someone can fine tune a model (LORAs) with 2 days of time and $2 of GPU time. There'll be roles for AI wranglers in every large company, where you'll be gathering the dataset and building LORA plugins for the AI to adapt specifically for your codebase/customerbase/documentation etc. There's also processes involved in building…
Re: In the age of AI, don't let your skills atrophy
#45I feel the same way I think. These days, I am happy when I am able to use GPT4 to complete a task faster or easier, but am also happy when I write some code "by myself". However, as far as the conclusion of the article. This "age" started only a few months ago. If you are going to call it an age, then the conclusion doesn't hold up. In the long term, programming "by hand" is likely to be similar to wood carving today…
You don't even need antique examples like "wood carving". Modern web app developers rarely write HTML by hand. They generate it from higher level language or templates.
Re: In the age of AI, don't let your skills atrophy
#46Earlier quoted context omitted.
> all I'm getting out of chatgpt is bullshit and hallucinations Are you using GPT3 or 4?
4 and full agree and still confusedly wondering.. I know I will be shouted down, but what are all you "tech guys" doing in your daily biz, just glueing hyperdocumented boilerplate together and spitting out the same textbook examples, I don't get it.
What are you doing in your daily biz? Could you provide some specific examples I'd like to see how chatgpt reacts to them.
Re: In the age of AI, don't let your skills atrophy
#47Re: In the age of AI, don't let your skills atrophy
#48Earlier quoted context omitted.
> all I'm getting out of chatgpt is bullshit and hallucinations Are you using GPT3 or 4?
4 and full agree and still confusedly wondering.. I know I will be shouted down, but what are all you "tech guys" doing in your daily biz, just glueing hyperdocumented boilerplate together and spitting out the same textbook examples, I don't get it.
Ok can chatgpt understand the super ambiguous requirement demanded by the customer, translate it into something meaningful to implement, anticipate what the customer actually wants (or will need in the future) and make sure the implementation meets that nuanced complexity? doubt it.
are you all writing hello world for a living?
Re: In the age of AI, don't let your skills atrophy
#49I feel the same way I think. These days, I am happy when I am able to use GPT4 to complete a task faster or easier, but am also happy when I write some code "by myself". However, as far as the conclusion of the article. This "age" started only a few months ago. If you are going to call it an age, then the conclusion doesn't hold up. In the long term, programming "by hand" is likely to be similar to wood carving today…
Funny to hear that. I'm closer to 60 than 50, and it never occurs to me to use GPT to write my code. So I wonder if it's partly based on how long someone has been doing something. In retrospect, I never copied code from StackOverflow either (have used it occasionally to get ideas, but mostly felt the code I'd find there just wasn't very good, or at least was too different from my personal coding style to be something…
I think it really depends on what kind of programming you are doing as much as something like age. If you are trying to solve new problems in a new programming language or framework, then it will make more sense to get machine help than if you have a lot of experience in similar problems with the same language and libraries.
But that equation changes with GPT4 and especially beyond. Eventually you will probably try GPT4/5/ whatever and start using it.
Re: In the age of AI, don't let your skills atrophy
#50All this talk about chatgpt replacing programmers and skill atrophy - meanwhile all I'm getting out of chatgpt is bullshit and hallucinations. Copilot is amazing at boilerplate, but that's about it - I don't even read any suggestions that don't fall into that category anymore. Copilot is amazing because it lets me stay in the flow when I need to churn out stuff (when I already know what I want). I would pay over 100$…
I'm surprised with this response. I myself have found it extremely useful and ChatGPT has saved me tons of time with programming and non-programming tasks.
> ChatGPT is cheap at 20$/month but not even worth that price.
This is so general obviously it's not true. It's providing lots of value to lots of people. To me this sounds like someone with the goal of confirming their own biases.