HN user

gashmol

96 karma
Posts10
Comments58
View on HN

The layoffs and/or pay cuts are coming this year.

I don't see companies keeping large engineering head counts when they can get working software in minutes from specs.

So, I suggest you become better in writing software specs.

Writing specs is safe for the foreseeable future because:

1. There is still no ai architecture that is comparable to human brain other than rot memory.

2. There is no enough data to train a model from such architecture if and when it's invented.

IMHO the crutial word is not premature but rather optimaization. Not everything is an optimazation.

Merging two loops into one is an optimazion that should be postponed until it's necessary and the system have been profiled.

Joining two large lists by a hash join instead of a nested loop is a design decision that should be made at the outset.