This idea gets recycled every generation. I can’t count how many “low code” no-programming-skills-required tools I’ve seen come and go in the last four decades. Both COBOL and SQL got presented in these terms. I’ve yet to see a “non-technical manager” write a non-trivial SQL query, much less know how to confirm they got the correct results. The various 4GL tools that proliferated in the 90s led to complex amateur spa…
80% of tech could be built outside IT by 2024, thanks to low-code tools
51–60 of 230 posts
Re: 80% of tech could be built outside IT by 2024, thanks to low-code tools
#5280% of all types of software? No. 80% of the type of software you are building? No.
Almost all of a new category of software that is only economical to create because such tools exist? Perhaps, yes.
Small simple tools, things only needed for a couple of months, things that used to be spreadsheets or physical whiteboards. Things that are useful, and better digitised, but nowhere near worth the cost of building as custom software.
All kinds of companies of all sizes are full of such things. The domain is massive. Arbitrary dates aside, I think it's clear the trend is correct - we will see a lot of growth in this category of software and the tools used to build them.
I'm working on such a tool at Stacker (YC S20). If you're intrigued by what I've said, we're hiring! email's in my profile :-)
Re: 80% of tech could be built outside IT by 2024, thanks to low-code tools
#53This idea gets recycled every generation. I can’t count how many “low code” no-programming-skills-required tools I’ve seen come and go in the last four decades. Both COBOL and SQL got presented in these terms. I’ve yet to see a “non-technical manager” write a non-trivial SQL query, much less know how to confirm they got the correct results. The various 4GL tools that proliferated in the 90s led to complex amateur spa…
I agree, but there is a kernel of truth here, which is making programming more accessible by means of higher level constructs that are easy to use while also being less general. Excel is a great example, in that it opened up the world of macros and programming to a huge population. Yes, you still need technical skills and programming skills, but the entry bar is lowered in exchange for playing in a tighter sandbox. I…
This is a replay of previous attempts to pretend to democratize programming and reduce the dependence on rare and expensive programmers. Those are real problems but I don’t think we get there by pretending that anyone can build a system out of software Lego blocks. The actual market here is VCs and C-suite managers looking at software dev labor costs, and misunderstanding (and getting misled) about the reasons for those costs.
Re: 80% of tech could be built outside IT by 2024, thanks to low-code tools
#54I used to use low code for create games,as gamemaker, easy to start, but at the end they all look the same and you quickly find that has nothing better than text for dealing with abstraction
Re: 80% of tech could be built outside IT by 2024, thanks to low-code tools
#55No No No There is such a thing as software literacy just as there is a thing called literacy. We spend the first 15-20 years of life teaching literacy so that a young person will be productive in life. What makes us think it's going to be different with software? The idea of low-code is like the idea of writing a novel by cut and pasting loads of blank comic book panels carefully crafted by Marvel Studios. This job u…
A lot of the developers these days tend to be integrators. The no-code tooling can help actually take that procedure to a higher abstraction where understanding of the system would still be needed but understanding of the low level details of coding can be completely eliminated. Think languages like JS or PHP. World have been built using these and many of the developers in these languages don’t have understanding on…
PHP and JS are not considered low-quality languages. They are low-hanging fruit for amateurs to write low-quality software. Yes, people who don’t really know what they’re doing can make money with PHP and JS, just like people who don’t know about food, cooking, nutrition can run a restaurant. That’s not really a good argument for low-code, though.
Re: 80% of tech could be built outside IT by 2024, thanks to low-code tools
#56When I first started building applications back in the 90’s, I did it using the only thing I could get my hands on at the time, Access 95. Many of these low-code tools just feel like a web version of that. Form builders, drag and drop, define data types, hook up queries to forms and fields to text boxes and grids. I guess I just got old enough to see the approach come full circle.
That was an explicit design goal of one I worked on a number of years ago. These tools have their place: they allow smart technical people to be highly productive whilst abstracting a lot of the complexity away. Low-code tools fill a gap, they're the PHP / Rails / Python for Line-Of-Business / data-driven apps. They allow you to achieve in days what would take weeks in those languages and months in C++.
How often do you see commercial or enterprise software written in Access or VBA? What happened to all of those? They either couldn’t grow with the business requirements, or they were so specific and idiosyncratic they couldn’t adapt and constrained the business with their limitations for years.
Re: 80% of tech could be built outside IT by 2024, thanks to low-code tools
#57Timing is dubious but I can picture a situation in which some version of 80% (by capitalized cost e.g.) of enterprise CRM, ticketing software, ERP, etc. is configured through something you could legitimately call "low code". I think it's already the case in many places. I also predict that it will become more and more of a bloated mess, because of lower skill people working on it "anyone can set it up easily, no codi…
Re: 80% of tech could be built outside IT by 2024, thanks to low-code tools
#58Predictions like these always overlook where 90% of the software lifecycle really takes place: legacy code. Code-generators-for-the-masses my be able to create new code but it can't modify, extend, repair, or maintain old code. To change an app, all code generators require that you modify the app's configuration and then generate all new code. That works fine if you know what part of the configuration caused the fail…
Re: 80% of tech could be built outside IT by 2024, thanks to low-code tools
#59100% this won’t happen, and certainly not by 2024. By 2024, enterprises won’t even have them on their radar.
They already do, most ERPs or CRMs are partly made/customised from some sort of version of lowcode soup (eg dynamics, salesforce).
Re: 80% of tech could be built outside IT by 2024, thanks to low-code tools
#60They have been saying this for years. I’ll start believing it once I have been replaced by some no-code hack that graduated a 2 week boot camp in . Anybody remember “dream weaver” for front end development? Thus was supposed to change the game, yet all we got was unmaintainable, and bloated code.