Viewing a single comment thread. View all comments

goomyman t1_j67z1rv wrote

Easy coding has been obsolete since forever.

Every language updates makes coding “complex” things easier.

C to c++. Classes make things easier.

C++ to Java - managed code makes things easier

Python - simpler syntax makes things easier.

Can’t code at all? Use widgets in an if this than that visual workflow.

Want to create a website for your business… a non tech mom/dad can do it.

Want to deploy a new webservice all over the world with infinite scale. Push a button - and have a lot of money.

Backups, offline storage, server upgrades, geo redundancy- one button press away.

It’s not about coding. Its always been problem solving. Let me know when an AI can problem solve.

There has always been a wizard or template to create awesome websites. If an AI can save me from copy pasting a change or perform a refactoring pattern with a push of a button that’s an awesome time saver. But that value is over exaggerated. Because it’s a known problem.

When AIs can solve unknown problems and create business solutions that’s when it gets really valuable

10