Earlier quoted context omitted.
I completely agree. This guy is way outside his area of expertise. For those unaware, Howard Marks is a legendary investment manager with a decades-long impressive track record. Additionally, these "insights" letters are also legendary in the money management business. Personally, I would say his wisdom is one notch below Warren Buffett. I am sure he is regularly asked (badgered?) by investors what he thinks about th…
Follow-up: This letter feels like a "jump the shark" moment. Ref: https://blog.codinghorror.com/has-joel-spolsky-jumped-the-sh...
Is it a bubble?
361–370 of 605 posts
Re: Is it a bubble?
#362This says it all: > I haven’t met anyone who doesn’t believe artificial intelligence has the potential to be one of the biggest technological developments of all time, reshaping both daily life and the global economy. You’re trying to weigh in on this topic and you didn’t even _talk_ to a bear?
Re: Is it a bubble?
#363Earlier quoted context omitted.
That would be considered a derivative work of the C code, therefore copyright protected, I believe. Can you replay all of your prompts exactly the way you wrote them and get the same behaviour out of the LLM generated code? In that case, the situation might be similar. If you're prodding an LLM to give you a variety of resu But significantly editing LLM generated code _should_ make it your copyright again, I believe.…
"Can you replay all of your prompts exactly the way you wrote them and get the same behaviour out of the LLM generated code? In that case, the situation might be similar. If that's not the case, probably not." Yes and no. It's possible in theory, but in practice it requires control over the seed, which you typically don't have in the AI coding tools. At least if you're using local models, you can control the seed and…
So in my understanding (not as a lawyer, but someone who's had to deal with legal issues around software a lot), if you _save_ all the inputs that will lead to the LLM creating pretty much the same system with the same behaviour, you could probably argue that it's a derivative work of your input (which is creative work done by a human), and therefore copyright protected.
If you don't keep your input, it's harder to argue because you can't prove your authorship.
It probably comes down to the details. Is your prompt "make me some kind of blog", that's probably too trivial and unspecific to benefit from copyright protection. If you specify requirements to the degree where they resemble code in natural language (minus boilerplate), different story, I think.
(I meant to include more concrete logic in my post above, but it appears I'm not too good with the edit function, I garbled it :P)
Re: Is it a bubble?
#364This says it all: > I haven’t met anyone who doesn’t believe artificial intelligence has the potential to be one of the biggest technological developments of all time, reshaping both daily life and the global economy. You’re trying to weigh in on this topic and you didn’t even _talk_ to a bear?
...AI is currently the subject of great enthusiasm. If that enthusiasm doesn’t produce a bubble conforming to the historical pattern, that will be a first.
Re: Is it a bubble?
#365This says it all: > I haven’t met anyone who doesn’t believe artificial intelligence has the potential to be one of the biggest technological developments of all time, reshaping both daily life and the global economy. You’re trying to weigh in on this topic and you didn’t even _talk_ to a bear?
"My technosolutionist bubble says it's not a bubble, trust me bro"
I'm going to steal this for my arrr rspod conversations.
Re: Is it a bubble?
#366Re: Is it a bubble?
#367IMHO for now LLMs are just clever text generators with excellent natural language comprehension. Certainly a change of many paradigms in SWE. Is it also a $10T extra for the valley?
Re: Is it a bubble?
#368> In many advanced software teams, developers no longer write the code; they type in what they want, and AI systems generate the code for them. What a wild and speculative claim. Is there any source for this information?
I just did a review and 16% of our committed production code was generated by an LLM. Almost 80% of our code comments are LLM This is mission critical robotics software
Re: Is it a bubble?
#369Re: Is it a bubble?
#370This says it all: > I haven’t met anyone who doesn’t believe artificial intelligence has the potential to be one of the biggest technological developments of all time, reshaping both daily life and the global economy. You’re trying to weigh in on this topic and you didn’t even _talk_ to a bear?
People seem to have forgotten about the dotcom bubble.