Results 1 to 10 of 10

Thread: Rise of the machines - AI replacing programmers in 3 - 5 years.

  1. #1

    Thread Starter
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Exclamation Rise of the machines - AI replacing programmers in 3 - 5 years.

    Deepseek, qwen, grok, gemini, chatGpt and the gang are ready to write code, write test cases and document like pros. Looks like the low-level coding kingdom is about to get a new, silicon-based management. I suspect our jobs as programmers are short lived.

    Care to discuss?
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  2. #2
    Fanatic Member gaouser's Avatar
    Join Date
    Mar 2022
    Location
    Turkey, down the old sides of Fatih
    Posts
    607

    Re: Rise of the machines - AI replacing programmers in 3 - 5 years.

    Claude is very good at VB6 imo. Others confuse it with VB.NET, don't worry nobody would train much on VB6 other than Claude, were slightly safe

    got nuthin' to do but to make a new project, hype, then give up

    Check out all my cool stuff btw
    VB: EveryDiscord, a Discord client made fully in VB6 | MSPaint Modifier, a VB6-based MSPaint hooking engine, experimental | OpenIM, a fully VB6 instant messaging service based on TCP/IP connections | Kadooki (Overall the AltWWW project), the WWW re-imagined by me with continuations of HTML3.2's parts. | ClaFeed, A little feed algorithm I have been developing for a Twitter-style system. | CfmOS PC, my project CfmOS ported to VB6 in order to prototype faster, often lags on updates though!

    C: LegacyResource, a little ResHacker ripoff | CfmOS, A mobile OS designed to mimic AOSP (Stock Android) on an ESP32-S3, featuring a full bytecode architecture

  3. #3
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    9,017

    Re: Rise of the machines - AI replacing programmers in 3 - 5 years.

    I said this at least once here on these boards. I'll say it again: This is a good thing for programmers.

    AI cannot replace programmers because AI cannot think creatively. AI is really good at doing grunt work. Programmers can use it to boost productivity by giving it all the grunt work like writing boilerplate code. This can free the programmer to do more of what he does best which is to think creatively.

    Programmers also use Google a lot as a reference for information. AI is far better in this role than classic search engines as you can hone in on exactly what you want instead of having to wade through mountains of text just to find the paragraph of information you really want. The only disadvantage here is that AIs tend to hallucinate, so you have to double check whatever it tells you. However, this will only improve over time.
    Last edited by Niya; May 16th, 2025 at 10:16 PM.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. - jmcilhinney

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

  4. #4
    Fanatic Member gaouser's Avatar
    Join Date
    Mar 2022
    Location
    Turkey, down the old sides of Fatih
    Posts
    607

    Re: Rise of the machines - AI replacing programmers in 3 - 5 years.

    Quote Originally Posted by Niya View Post
    I said this at least once here on these boards. I'll say it again: This is a good thing for programmers.

    AI cannot replace programmers because AI cannot think creatively. AI is really good at doing grunt work. Programmers can use it to boost productivity by giving it all the grunt work like writing boilerplate code. This can free the programmer to do more of what he does best which is to think creatively.

    Programmers also use Google a lot as a reference for information. AI is far better in this role than classic search engines as you can hone in on exactly what you want instead of having to wade through mountains of text just to find the paragraph of information you really want. The only disadvantage here is that AIs tend to hallucinate, so you have to double check whatever it tells you. However, this will only improve over time.
    Agreed. I try to not overuse AI, most times I use it is boring JSON parsing that removes your sanity, or websockets.

    got nuthin' to do but to make a new project, hype, then give up

    Check out all my cool stuff btw
    VB: EveryDiscord, a Discord client made fully in VB6 | MSPaint Modifier, a VB6-based MSPaint hooking engine, experimental | OpenIM, a fully VB6 instant messaging service based on TCP/IP connections | Kadooki (Overall the AltWWW project), the WWW re-imagined by me with continuations of HTML3.2's parts. | ClaFeed, A little feed algorithm I have been developing for a Twitter-style system. | CfmOS PC, my project CfmOS ported to VB6 in order to prototype faster, often lags on updates though!

    C: LegacyResource, a little ResHacker ripoff | CfmOS, A mobile OS designed to mimic AOSP (Stock Android) on an ESP32-S3, featuring a full bytecode architecture

  5. #5
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    Re: Rise of the machines - AI replacing programmers in 3 - 5 years.

    AI cannot replace programmers because AI cannot think creatively
    For once we agree on something. AI is very good at writing algorithms and very bad at creating systems.

    I do worry that the area AI is good at is the area typically occupied by Junior programmers, meaning it's rise might close the traditional entry point to our industry. That could have some bad side effects.
    The best argument against democracy is a five minute conversation with the average voter - Winston Churchill

    Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd

  6. #6
    PowerPoster PlausiblyDamp's Avatar
    Join Date
    Dec 2016
    Location
    Pontypool, Wales
    Posts
    2,958

    Re: Rise of the machines - AI replacing programmers in 3 - 5 years.

    Quote Originally Posted by FunkyDexter View Post
    For once we agree on something. AI is very good at writing algorithms and very bad at creating systems.

    I do worry that the area AI is good at is the area typically occupied by Junior programmers, meaning it's rise might close the traditional entry point to our industry. That could have some bad side effects.
    The problem is that often junior programmers are pretty good at writing code, they are not good at understanding testing, security, performance, governance, maintenance, business needs, seeing a problem in context, or best practices. Getting to be an experienced dev involves struggling through these things, making mistakes and learning as you go - hopefully with a decent team that can help you learn.

    AI isn't getting this additional help, and is just regurgitating whatever it finds on SO, Medium, or whatever - even worse AI is now causing a lot more poor quality code to make it onto the internet to train the next generation of AI models as well.

    Relying on AI is going to cause the next generation of devs to no longer think through a problem themselves, after all writing code is the end result of solving a problem - that is what good devs are all about, problem solving.

  7. #7
    Fanatic Member gaouser's Avatar
    Join Date
    Mar 2022
    Location
    Turkey, down the old sides of Fatih
    Posts
    607

    Re: Rise of the machines - AI replacing programmers in 3 - 5 years.

    Quote Originally Posted by PlausiblyDamp View Post
    The problem is that often junior programmers are pretty good at writing code, they are not good at understanding testing, security, performance, governance, maintenance, business needs, seeing a problem in context, or best practices. Getting to be an experienced dev involves struggling through these things, making mistakes and learning as you go - hopefully with a decent team that can help you learn.

    AI isn't getting this additional help, and is just regurgitating whatever it finds on SO, Medium, or whatever - even worse AI is now causing a lot more poor quality code to make it onto the internet to train the next generation of AI models as well.

    Relying on AI is going to cause the next generation of devs to no longer think through a problem themselves, after all writing code is the end result of solving a problem - that is what good devs are all about, problem solving.
    I often write the barebones parts myself, If its Win32, I give the windowing fully to AI as I don't have a good memory and MSDN Online is VERY lacking. I find myself better at bugfixing ever since I discovered that VB6 DID have breakpoint a few months ago...

    got nuthin' to do but to make a new project, hype, then give up

    Check out all my cool stuff btw
    VB: EveryDiscord, a Discord client made fully in VB6 | MSPaint Modifier, a VB6-based MSPaint hooking engine, experimental | OpenIM, a fully VB6 instant messaging service based on TCP/IP connections | Kadooki (Overall the AltWWW project), the WWW re-imagined by me with continuations of HTML3.2's parts. | ClaFeed, A little feed algorithm I have been developing for a Twitter-style system. | CfmOS PC, my project CfmOS ported to VB6 in order to prototype faster, often lags on updates though!

    C: LegacyResource, a little ResHacker ripoff | CfmOS, A mobile OS designed to mimic AOSP (Stock Android) on an ESP32-S3, featuring a full bytecode architecture

  8. #8
    Fanatic Member gaouser's Avatar
    Join Date
    Mar 2022
    Location
    Turkey, down the old sides of Fatih
    Posts
    607

    Re: Rise of the machines - AI replacing programmers in 3 - 5 years.

    It helps when function gets called but quits for no reason, mostly due to On Error Resume Next on a file I/O function. I don't use OERN much(unlike me from a few years ago) but I use it for JSON-parsing as its pretty prone to crashing but often doesn't have much effect on how the code runs as it often crashes on unused parameters etc. And also for Form_Resize as it just defaults below 0 values to 0 without writing more code.

    got nuthin' to do but to make a new project, hype, then give up

    Check out all my cool stuff btw
    VB: EveryDiscord, a Discord client made fully in VB6 | MSPaint Modifier, a VB6-based MSPaint hooking engine, experimental | OpenIM, a fully VB6 instant messaging service based on TCP/IP connections | Kadooki (Overall the AltWWW project), the WWW re-imagined by me with continuations of HTML3.2's parts. | ClaFeed, A little feed algorithm I have been developing for a Twitter-style system. | CfmOS PC, my project CfmOS ported to VB6 in order to prototype faster, often lags on updates though!

    C: LegacyResource, a little ResHacker ripoff | CfmOS, A mobile OS designed to mimic AOSP (Stock Android) on an ESP32-S3, featuring a full bytecode architecture

  9. #9

    Thread Starter
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: Rise of the machines - AI replacing programmers in 3 - 5 years.

    Quote Originally Posted by FunkyDexter View Post
    For once we agree on something. AI is very good at writing algorithms and very bad at creating systems.

    I do worry that the area AI is good at is the area typically occupied by Junior programmers, meaning it's rise might close the traditional entry point to our industry. That could have some bad side effects.
    This is what I think. A project that required 5 programmers can now be done with just 2 with the help of AI. So, manpower reduction is definitely going to happen in the next few years. There are companies that have stopped hiring programmers because of their reliance on AI. It cannot create systems, but the gamut of ideas it can present is amazing. In our workplace, we have NFL pool every season. This was maintained in an excel file.
    I was able to make a website using ASP .NEt in a day with the help of AI. The AI also wrote all of the test classes. It also pointed out the gaps that I needed to address.
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  10. #10
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    Re: Rise of the machines - AI replacing programmers in 3 - 5 years.

    When users can accurately give us requirements, that will be the day that I fear AI will take over my job. Until then, there will definitely be shifts in employment practices and shifts in the type of work developers do, but there will still be job security.
    You need to become a contractor (if you haven't already). When you're a permy, shifting requirements are a chore. When you're a contractor, they're a pending invoice.
    The best argument against democracy is a five minute conversation with the average voter - Winston Churchill

    Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width