I gave the article a chance regardless and it's nothing I've not read before.
AI is definitely on a scale of magnitude more but it has inherent value outside of “scarcity”. It’s actually quite the opposite with sheer supply/demand balance. Also investing in crypto made me less money than investing in myself by using AI to learn and challenge myself to think differently.
The vast majority of AI development is public. There are papers literally every single day to read. In fact everything you need to build Claude and GPT models is public. Thanks to Google, DeepSeek, and all the other research labs. There are more research labs than there are closed shops. In fact there really is only one Anthropic, and lately maybe OpenAI. Google still releases papers all the time on AI.
There are more open source models than closed source models and all of them are accessible without a subscription. Yeah you still need to pay for them, but hey as we build out infrastructure and more time is put into efficient models today will easily run on person compute of the future.
> I just hope that the setiment against AI will continue to sour, and that humanity may prevail while maybe stopping everything from going to shit. I hope the AI companies collapse, alongside the vast majority of AI investment that big tech has commited to it (and big tech collapsing would be quite neat too).
even if all LLM progress was to freeze right now there would still be value in building more datacenters to make tokens cheaper and demand for them higher. LLMs pull text from the universe of all possible text biased towards your prompt and they do it rather well. should you run a decent, non-agentic, specific and constrained prompt a thousand times do you imagine there will not be at least one result that is better than anything you could do?AI is going to transform people's lives for the better, because every single solitary advancement in human technology in history has had both benefits and drawbacks. If the only thing you can come up with is drawbacks, you're being willfully ignorant.
I do not understand what the problem is. There are both closed and open models. You can run your own machine with dozens of open models. You can train your own model. You can do everything on your own.
Of course, there are limitations. For example, you cannot magically have all the best hardware at your disposal, but that limitation also exists in normal programming.
atleastoptimal•41m ago
In 5-10 years AI is going to be so much better than even the best human coder that this is a moot point. If anything AI will be used to correct all the crappy human made code that is still being pushed due to the vanity of coders still pretending that they are better than AI at coding.
I can understand hating AI, but it seems like many who are against genAI have a strange delusional disbelief of how good the models are, and the trend-line we are on. They think that their special skills will never be eclipsed by an AI model. If you are going on a crusade against genAI and LLM’s at least be honest about what you’re up against.
daishi55•34m ago
atleastoptimal•29m ago
kelseyfrog•20m ago
llbbdd•13m ago
king_zee•10m ago
The issue about AI is that it's gobbling so much information that at some point you couldn't tell the difference. Programming specifically is something that inherently documents itself, meaning while human communication and context and memes and culture is something that evolves and exists many times outside of textual mediums, as soon as any new piece of code is born it is now part of the AI's dataset. And it doesn't help that a vast majority of our code is pretty damn repetitive, especially if you insert code written in the span of two decades and more into the future.
Tldr : The better we get at coding, the more code we write, the better AI gets at coding.