vote up 1 vote down star
1

Will there be a chance for software automation be the next big thing in future? The time taken for a code that's done by humans can be effectively reduced by automating it by programming tools. But what about the quality of your programs.

flag

I've seen this same question before.. just can't find the link. I'll keep looking. – Simucal Mar 30 at 8:21

11 Answers

vote up 13 vote down check

A good amount of code written repeatedly to perform common tasks (such as CRUD web pages, for example) will be largely automated, with some customizations each time. But no, software development will not get fully automated. And for the same reason brain surgery, or painting will never get fully automated. Human creativity cannot be (at least, for a very long time) duplicated by machines.

link|flag
I think brain surgery is perfect job for computer, because you should cut with very big precision. painting should also be automated with random generator - 1 on 100 generated picture would be amazing. Programming is hard to automate because its using so many technologies and requested features many times have no sense(brain surgery is always the same and with unknown they could use random number generator). – 01 Jul 23 at 14:49
I would like to know which random number has been used by Picasso, Dali, and Van Gogh. – Luc M Aug 7 at 21:18
1  
@Luc M, the answer is 42 – Nathan Koop Aug 18 at 13:03
vote up 0 vote down

Software creation requires along with other things, intelligence and creativity. It would be very very long time before computers can become intelligent and creative - and so software automation is not going to happen any time soon. I think the closest to SW Automation we have come is code re usability - which is actually code creation. There is much more to software than just writing parts of code!

link|flag
vote up 7 vote down

That's what they said mid-eighties about fourth-generation languages ...

link|flag
... and repeated again, again and again. – Theo Lenndorff Mar 30 at 7:23
vote up 2 vote down

You might want to listen to the recent Hanselminutes podcast with Kathleen Dollard who wrote a key book on (.NET) Code Generation.

Hanselminutes podcast

Dollard's book

Dollard's book cover

I think the general consensus is that Code Generation technology will free us up to be more creative where it matters - so the human programmer is going to be with us for the foreseeable future. It'll just be more fun!

link|flag
vote up 2 vote down

This question seems to pop up on a regular basis when some smart feature is hyped as the next big thing.

Obviously a lot of areas will benefit from new, smart features, but that rarely means that a specific task will be eliminated. In most cases it just means, that new levels of abstraction are introduced. I.e. we will be able to work more effectively instead of not having to work at all.

Unless we somehow can come up with the whatever-I-want-compiler, there will always be a large task of mapping changing user requirements to actual systems.

link|flag
vote up 2 vote down

A human being is a machine that writes code and charges you money to do so. The advantage of a different machine might be that you don't have to pay it so much; however, the development costs of that machine will be so vast that it will be a long time yet before the price comes down low enough to compete with billions of smart, cheap humans.

Also, none of the other problems associated with software development will be made any easier by such a change of machine; how does the customer explain what they want, and how does the coding machine understand their explanation?

The likely way we will produce such a machine is by copying the human brain genome - far easier than attempting to re-do millions of years of evolution. Unfortunately this will give side-effects such as grouchiness and a desire to be taken seriously as a person, and before long there will be campaigns for "coding-machine rights" to be properly respected. This will push the price up, especially when they start going on strike.

What people seem to want is a button they can press, labeled "Read my mind and make me happy." It would probably be easier to develop a button that when you press it, it modifies your mind so you become happy with with your present situation.

link|flag
1  
+1 for the button that modifies your mind. – Chris Lutz Mar 30 at 7:35
vote up -4 vote down

Even more programming-related activities will be automated meaning that the amount of "capable" programmers will grow and salaries will shrink. For example, today it's no more possible to earn by doing simple web sites (simple meaning not huge corporate portals) since they are created in just hours by customizing templates by cheap indians. ASP.NET has also lowered the entry level for web developers.

I think if you're not engaged in something unique, maybe a startup or just had luck or connections to find a good place it will be more challenging in the future to get a decent salary in IT and feel like a valued professional.

link|flag
vote up 1 vote down

Software creation is an Art and a Human activity and will never be completely automated.

link|flag
Good point! Unfortunately less and less people regard software creation as a creative activity. – User Mar 30 at 7:42
vote up 0 vote down

I, for one, welcome our AI replacement overlords. I will make an excellent QA drone!

That was humor, in case you missed it.

We're in no danger of being replaced by programs that write programs, at least not in the next 100+ years.

It is an interesting field. The more time we save not producing mundane crap, the more productive and innovative we can be.

There is a check and balance, the easier stuff becomes, the more prone we become to chasing bugs as we use languages in the fashion that they were specified only to find out that its 'expected behavior'.

Until then, hum 'domo arigato' while your driving to the bank to deposit your pay check.

Man, that shows my age.

link|flag
vote up 0 vote down

In a professional industry it is very hard to see amateurisation as a threat.

We all believe that our software is excellent and our expertise is irreplaceable.

However, in the same way that newspapers did not think bloggers were a threat, software creators may think that drag n drop 'build your own' apps are not a threat.

Currently they are not, but in 10-20 years will this still be the case?

link|flag
Do not confuse the content with the medium / tool to produce that content. While it is true that with current technology anybody can produce a newspaper (just a web page with some articles) but that does not say anything about it's quality.... – AZ Mar 30 at 9:27
... continuation... A good journalist / writer will hopefully be more capable of producing high quality articles so the blogging phenomenon will not put skilled writers out of work. They will just have to adapt to a new tool of producing and distributing content. – AZ Mar 30 at 9:30
I agree. However, newspapers are currently going bankrupt. In 10-20 years time there may be a lot less need for programmers. Let's hope not though :) – Jon Winstanley Mar 30 at 10:11
Developers will be ok, I agree. However the question was about the Industry, which incorporates all the other people in software companies. People who may well be cut out of the loop if automation takes off. – Jon Winstanley Mar 31 at 13:15
vote up 0 vote down

My feeling is that software engineering is in it's infancy. It's like we're bridge builders and with good luck and heartfelt best efforts we've just managed to cross a little stream. Or perhaps we're more like alchemists, on the verge of becoming true chemists.

I don't think we understand what we are doing with software anywhere near well enough to automate it but the levels of abstraction are getting higher.

The real challenges are to understand what people want, will understand and need. How can you automate that?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.