Hacker News new | ask | show | jobs
by phendrenad2 2040 days ago
He's wrong. There's no such thing as a CRUD developer. No one would pay someone just to make essentially GUIs for the database tables. Also CRUD is ancient history, webapps are all interactive react now. CSS is hard. Also AI-generated CRUD or even CSS would be hilarious, I want to see that.
4 comments

Another thing though, web apps are not all interactive React now. That's falsified information. There are multiple cases where webapps aren't even backed by React.

Webapps are still being built in CRUD frameworks.

Yes, but no one is hired to just make CRUD apps. Those are like 10% of the work that needs to be done to maintain a business. Just throwing in authorization/authentication provides enough "house rules" (business-specific rules) that AI would have trouble with it.
Yeah that's definitely true. No one just makes CRUD apps.
GPT3 has some impressive results with generated code [1]. I don't think it's production ready but it seems to have potential to one day replace a room of frontend devs with just 1 dev to clean up the code.

[1] https://twitter.com/sharifshameem/status/1282676454690451457...

That would actually be a pretty fun project to build, AI generated CSS, HTML and MVC.

What he meant by CRUD devs was, developers whose job is just to build stuff like, a contact information page, or basically anything that does CRUD operations. He for some reason considers only `input->compute->output` as the correct paradigm which also aligns with his jalbreaking stuff and what he's doing at comma.ai now.

You write to and read from a data store? That's what CRUD is, and it predates web apps. It has zero to do with CSS or react or any other presentational technology.