I agree with you. This generation of LLMs is on track to automate knowledge work. For the US, if we had strong unions, those gains could be absorbed by the workers to make our jobs easier. But instead we have at-will…
I'm sorry but the speech patterns of this article were so blatantly from Claude, I couldn't get past the first two paragraphs.
No, it will not affect you. The above post is mostly correct, but it's misleading because it's from the perspective of a trader trying to make short term profits. But most of us are considered investors, we periodically…
I can see the value of writing an emulator, but what was the benefit of translating from machine code to assembly instructions?
You can test this hypothesis by questioning GPT-4 until you hit a detail that it doesn't know. It will say something like "Without more context or a clearer reference to this detail in my training data, I can't provide…
On Reddit, I've heard from people in the games industry that concept artists are being replaced by AI like Midjourney. Concept art can be generated via a prompt by the game designers and art directors.
I tried asking GPT-4 a math question and it does do math: Me: "What (8 * 25) / 14 + 4 - 2?" AI: "Let's break down the expression and solve it step by step: Multiply 8 and 25: 8 * 25 = 200 Divide the result by 14: 200 /…
The backlog might shrink quickly when the LLM is testing and debugging the software 24/7 for the cost of a few dollars per hour.
Agreed, also consider C++ whose type system uses implicit conversions and mutability by default, leading to a number of non-memory related bugs.
What if the items in the array are bigger than a cache line?
It's absolutely true that C++ is too big to keep in one's head, that doesn't mean people can't or don't care to do excellent programming in it. A good team can create quality products in any language. It's possible that…
It does delete the file, as long as no other processes are accessing it and there are no other hard links to it.
I agree with you. This generation of LLMs is on track to automate knowledge work. For the US, if we had strong unions, those gains could be absorbed by the workers to make our jobs easier. But instead we have at-will…
I'm sorry but the speech patterns of this article were so blatantly from Claude, I couldn't get past the first two paragraphs.
No, it will not affect you. The above post is mostly correct, but it's misleading because it's from the perspective of a trader trying to make short term profits. But most of us are considered investors, we periodically…
I can see the value of writing an emulator, but what was the benefit of translating from machine code to assembly instructions?
You can test this hypothesis by questioning GPT-4 until you hit a detail that it doesn't know. It will say something like "Without more context or a clearer reference to this detail in my training data, I can't provide…
On Reddit, I've heard from people in the games industry that concept artists are being replaced by AI like Midjourney. Concept art can be generated via a prompt by the game designers and art directors.
I tried asking GPT-4 a math question and it does do math: Me: "What (8 * 25) / 14 + 4 - 2?" AI: "Let's break down the expression and solve it step by step: Multiply 8 and 25: 8 * 25 = 200 Divide the result by 14: 200 /…
The backlog might shrink quickly when the LLM is testing and debugging the software 24/7 for the cost of a few dollars per hour.
Agreed, also consider C++ whose type system uses implicit conversions and mutability by default, leading to a number of non-memory related bugs.
What if the items in the array are bigger than a cache line?
It's absolutely true that C++ is too big to keep in one's head, that doesn't mean people can't or don't care to do excellent programming in it. A good team can create quality products in any language. It's possible that…
It does delete the file, as long as no other processes are accessing it and there are no other hard links to it.