Earlier quoted context omitted.
I assume it's because he is seeking to pay rent, food bills, and other expenses through employment.
I mean maybe that is because I live in a still mostly not failed state (Germany), but I can't imagine that these things would be _so bad_ that living in fear of saying the wrong thing would be something worth considering. Plus, and leaving that aside, I have my doubts that even if you did that, that that company would stay alive for very long. Reality has the habit of eventually ripping this kind of unproductively de…
Not everyone is using AI for everything
121–130 of 565 posts
Re: Not everyone is using AI for everything
#122On the post-grad job hunt right now - I note that most employers will ask in a technical interview or whiteboard interview "how are you using LLMs?" It's tough to answer because you want to hedge for both an AI enthused employer and an AI hesitant employer with limited information about who they are and how they personally use these products. I've been responding with a sort of long winded answer about how 'there is…
> re-factoring a big repo of decades old fortran+C cod Having been in academia in the past and now in software I can say with a lot of certainty that this will take a lot more upfront work than otherwise. Academic code does not have a lot of structure. And usually lacks a lot in terms of tests. While AI is best when it can mimic patterns as well as there are tests to target. So you will probably need to budget a few…
Even with 3 weeks I'm just not the Fortran/C programmer to get that job done so I moved on to other things.
Re: Not everyone is using AI for everything
#123Earlier quoted context omitted.
I mean maybe that is because I live in a still mostly not failed state (Germany), but I can't imagine that these things would be _so bad_ that living in fear of saying the wrong thing would be something worth considering. Plus, and leaving that aside, I have my doubts that even if you did that, that that company would stay alive for very long. Reality has the habit of eventually ripping this kind of unproductively de…
How is Germany relevant in this?
The same might not be true everywhere.
Re: Not everyone is using AI for everything
#124> People are consuming AI like they eat meat: some are embracing it, some are limiting their use of it, and some are avoiding it altogether. That's an interesting analogy as, despite the real ecological issues with it and principled arguments against meat eating, in general meat consumption has trended upward globally in country after country for decades.
Re: Not everyone is using AI for everything
#125Earlier quoted context omitted.
Because typing “code” takes time and significant amounts of it. We are slowly waking up to the fact, which was always true, that “coding” is just a fanciful preparatory task in order to appease the spirits properly so that we may invoke the spirit of what we are actually after: a live, running process that does useful things. Code is completely useless when separated from that fact. Typing it is a complete waste of t…
The typing was never the bottleneck.
Code is obscenely low level.
Re: Not everyone is using AI for everything
#126Earlier quoted context omitted.
I assume it's because he is seeking to pay rent, food bills, and other expenses through employment.
I mean maybe that is because I live in a still mostly not failed state (Germany), but I can't imagine that these things would be _so bad_ that living in fear of saying the wrong thing would be something worth considering. Plus, and leaving that aside, I have my doubts that even if you did that, that that company would stay alive for very long. Reality has the habit of eventually ripping this kind of unproductively de…
Re: Not everyone is using AI for everything
#127On the post-grad job hunt right now - I note that most employers will ask in a technical interview or whiteboard interview "how are you using LLMs?" It's tough to answer because you want to hedge for both an AI enthused employer and an AI hesitant employer with limited information about who they are and how they personally use these products. I've been responding with a sort of long winded answer about how 'there is…
> It's tough to answer because you want to hedge for both an AI enthused employer and an AI hesitant employer with limited information about who they are and how they personally use these products. Have you considered just answering truthfully? Would you even want to work somewhere where you need to play a role and where they flip out when you say the wrong word you should've correctly guessed through mind reading? T…
I remember the graduate recruitment days - If you told the truth you were the only candidate they saw all day that wasn't the captain of the football team, top of the class and voted most likely to succeed - aka the worst candidate they saw all day.
Re: Not everyone is using AI for everything
#128Re: Not everyone is using AI for everything
#129Earlier quoted context omitted.
How is Germany relevant in this?
Acknowledging that my perception might be skewed because there are still a ton of social safety nets in place. The same might not be true everywhere.
Update:
Every street corner has a yellow garbage bin for recycling. That is where your plastic bottles go. Seems like a better system than having elderly going through bins.
Re: Not everyone is using AI for everything
#130Earlier quoted context omitted.
Or just write it yourself?
Because typing “code” takes time and significant amounts of it. We are slowly waking up to the fact, which was always true, that “coding” is just a fanciful preparatory task in order to appease the spirits properly so that we may invoke the spirit of what we are actually after: a live, running process that does useful things. Code is completely useless when separated from that fact. Typing it is a complete waste of t…
If you find yourself writing repetitive code you should consider adding a layer of abstraction. If your language isn't powerful enough you can write a code generator.