Look, if you can’t take the time to communicate with me, I won’t waste my time listening to you.
Writing is not hard. It’s a fundamental skill. Even before LLMs, any successful professional had strong writing skills, and those that didn’t were treading water at best. This isn’t classism. It’s just that we literally can not communicate if you aren’t willing to put in the effort. And if you don’t need to take the time to put it in writing then I don’t need to read it.
LLMs literally are incapable of writing in the way humans are. Generating a string of tokens is a completely different task than composing prose be it fiction, documentation, or product releases. It would take an insane harness on the par of a complexity of a coding harness to write at the level of college graduate.
So when I see someone saying LLMs are suitable for this use I must assume that they don’t think what they are writing is worth the effort or they don’t understand how effective written communication works. Either way, I’m resentful of it in the way someone reviewing a slop PR is.
I’ve been thinking about this a lot this week after having fable try to write some design docs and it outputting 1k line docs which I had to manually rewrite to 200-300 lines. I should of just did it myself to start.
Like set an generic marker struct IsEncrypted<T> where T is yes or now and only allow its state to change when proven and then write the shutdown function to only take the yes variant?
Meh, the amount of effort required to keep up to date with the python ecosystem churn is around the same as learning rust. More so if you are starting from scratch.
I quit python after realizing the amount of effort it required to just implement the tooling for a project… when all of that comes included with rust. I have spent maybe an hour in the last year thinking about tooling. Glorious.
But yeah, I feel for you. It is an impossible sell when they pay off is impossible to understand without a Time Machine and the only thing known about the cost is that it’s high. But for new people and projects, I can’t imagine starting with python in 2026.
I rewatched it recently and it’s still such a good movie.
I’ll always remember the outrage I felt when they go to the hospital when her father needs heart surgery and they have to pretend not to know the hospital director because he was previously their janitor and they were afraid to embarrass him by acknowledging that and not getting treatment. Absurdity.
I don’t think that will ever be possible. Remember that every other news source is mostly just sourcing content from those legacy media outlets stories. So if they offered it as an open API or one that was easy to scrape, they’d be killing their own business.
They all have APIs of course, but you have to contact sales for what I’m sure is a very expensive negotiation. I believe that’s what news aggregators like Apple News and ground news does.
But yeah, it sucks. AP is outstanding. Their push notifications are all the mainstream news anyone really needs for timely updates. But their App is awful once you click on those notifications.
Bro, they make 99% of the revenue providing internet connection where markets and governments have failed to provide good options. A trillion dollar valuation competing with the commodity cost of running fiber. Supporting off-grid internet is not a trillion dollar industry even combining it with all the revenue from other uses of satellites. It’s the next step in rockets which is more equivalent to better horse shoes than the age of sail.
The internet’s reaction to Tron 3 was a breaking point for me: either the internet is full of karma farming bots or people really are just stupid, small creatures, incapable of thinking for themselves. It’s not a great movie. It’s a kids/family adventure film like the other tron movies. It’s fine. But it was hate post after hate post for it in a way I’ve never seen before and for a movie that didn’t do particularly well, so I know most people didn’t watch it. Utterly bizarre that people would commit themselves so much to tearing something down they didn’t even watch.
I also thought the terminal usage was neat. The movie starts with a sudo command. I also think I saw PyTorch.
Yes. I wrote a paper on it a long time ago. Even on the lowest carbon footprint, vegan, diet and even with coal power and even accounting for production and lifetime costs, electric bicycles have a smaller footprint than walking or traditional bicycles. Probably even more so now as the numbers I were using were 20 years ago when e-bikes were not fully enjoying economies of scale.
E-bikes are really power efficient, and food production is very inefficient. Your average American commute probably uses less power per day than a refrigerator.
That said, it’s not really meaningful when comparing to the carbon footprint of driving. Diet and e-bike vs bike just really does not matter compared to the choice of driving an ICE or not driving an ICE. It’s more of just a neat fact.
I don’t care about gen AI video content. That’s fine. Saves creators from having to buy b-roll. I appreciate cinematography, but it’s not what I come to YouTube for.
What I absolutely loathe and instantly block is AI narration. That’s an instant deal breaker for me. And it’s gotten to the point that without a shot of the creator or obvious humanisms like microphone sounds, I assume a new creator is AI tts reading an LLM generated script. There are thousands of these channels.
It’s a by product of tax policies and lax anti-monopoly policies that allows incompetence to thrive. If a company gets too big to fail, then it stops calibrating for competency.
The most effective military leaders in history had a deep understanding of fighting war because they came up through the system and the cost of failure was their death.
1.5s for a massive project, on a laptop,like the OP said is still barely anything in the context of agentic coding. It’s less than a single percentage point of the total time in the loop, even if the agent has to compile multiple times.
This is cope.
I do give you that rust is more verbose and thus more token heavy. However that verbosity is meaningful and the LLM would have to spend tokens thinking about the code to understand less verbose languages. So I’d consider that a wash - in some cases it hurts and in some it helps.
The detailed compiler errors and strong type system makes the change -> compile -> change loop simple for agents to handle. Rust provides very strong rails it forces users on to. Codex always manages to get something to compile.
The downside is that maybe it should fail sometimes when an idiomatic approach isn’t viable… instead it will implement something stupid that compiles and meets the request.