Time for OpenAI and Anthropic to close the gap by spinning up Kimi K3 on vLLM and running a distillation attack.
HN user
imjonse
But perhaps we're the only intelligent species in the entire universe. That is also a possibility. Some big names in astrophysics, such as David Kipping, suggest strongly that we should not rule out that hypothesis
They may be planted by alien AI to lull us into false sense of security.
apps took off before browsers had the capabilities required for native-like behaviour (fast graphics, hw functionality, notifications) and then were used even for apps that could have been web-apps.
While the majority of comments are absolutely right in recognizing and lamenting such situations plaguing our industry, let's not forget this is an ultimate first world problem. It can be stressful and frustrating but we are a privileged bunch to be able to call this 'pain'.
It's no coincidence cigarettes were named 'torches of freedom' to get women to start paying up for the privilege of using them a hundred years ago.
A website stating the obvious, given small target audience it will probably reach, and a call to arms consisting in emailing a random unknown person.
We're saved /s
Instead of doing a vanity site with a shelf-life of a few days, see where the action already is in online local LLM research and communities and contribute.
The obvious question is, how many of those were the sort that writing in a memory-safe language would make impossible?
They should prompt one of the more adventurous LLMs to find security bugs and with some luck it will deviate from the prompt and rewrite ffmpeg in Rust.
Small government has always been a euphemism for a government working on less distribution of wealth. Governments always intervene in the economy one way or another.
To what extent are the mechanisms you identified causing companies to go bad the same for non-profits, associations, political parties, etc.?
Since that is valid for every model from any country, it's a good idea to review the code the agent creates :)
They forgot to add 'make it as simple as possible' in the prompt is one possible cause.
On a more serious note using a react-like lib for TUI in the hope you'll share the codebase with the web version is a more likely explanation. Still not the best idea.
How experienced were you at that time?
Being able to finetune is part of 'the gains of AI shared globally', so it's ok.
"How can we ensure the gains of AI are shared globally? We do not have a mechanism for this" Somebody inform Anthropic about open models and research.
it wasn't about industrialization, but about not being complicit, the machine was the metaphor for the system (this was the 1960s)
'usa ip theft 19th century' in your fav search engine
Hammock-driven development will get a new meaning.
They're OSS projects in a friendly competition, both working towards the goal of having alternatives to big closed source players. No need for jabs.
If anyone cares about plants suffering they should go vegan, as many more plants are consumed to raise animals than would be if there was a direct plant intake in humans for the same amount of calories and nutrients. Ditto for land use, water, CO2 emissions, etc. but let's assume our friend cares strictly about reducing suffering short of starving themselves to death.
The real answer is something HN doesn't like so I won't advocate it openly, but it involves society paying to take care of people to provide homes, provide medical access, things like this. Neither party is interested in that.
There are enough people on HN who think working social democracy is a great option; not everybody here is a libertarian cryptobro, an eastern european with decades-long PTSD or a hardcore conservative.
nice to see that.
It probably goes against Vim tradition, culture and freedom to choose, but I wish they added even more built-in features (like Helix) that are currently implemented in competing and sometimes brittle plugins and have to be put together into also competing vim starter packs and distros of plugins and config files just to have a modern setup out of the box.
"The TurboQuant paper (ICLR 2026) contains serious issues in how it describes RaBitQ, including incorrect technical claims and misleading theory/experiment comparisons.
We flagged these issues to the authors before submission. They acknowledged them, but chose not to fix them. The paper was later accepted and widely promoted by Google, reaching tens of millions of views.
We’re speaking up now because once a misleading narrative spreads, it becomes much harder to correct. We’ve written a public comment on openreview (https://openreview.net/forum?id=tO3AS KZlok ).
We would greatly appreciate your attention and help in sharing it."
games could cause a lot of 'lost' time, but you had a say in games; there's a lot more consuming and almost no producing in social media use. And games did not cause you anxiety and FOMO, nor did they programatically lure you into spending your time and money on them.
It’s called parenting.
That clearly is required here, but the scale of the existing and potential harm is such that relying on parenting only is the equivalent of using paper instead of plastic straws when the worlds biggest companies and militaries are burning down the environment.
I don't envy the kids that found an outlet doing something productive only to have a nanny state eventually rip it away from them.
99% of today's social media usage is the opposite of productive, too bad the laws concentrate on policing internet use though.
what other assumptions sound more reasonable?
As a european I see what you mean, but that 'we all' in your sentence probably hasn't included those from Latin America, and large parts of Africa or Asia since long before Trump. The US pulled quite a few less than admirable tricks (to use an euphemism) on non-europeans during the 20th century.
I was a bit worried you are paraphrasing Rob Pike, but no, he actually agrees with that Knuth quote.
I am almost certain that people building bloated software are not willfully misunderstanding this quote; it's likely they never heard about it. Let's not ignore the relevance of this half a century old advice just because many programmers do not care about efficiency or do not understand how computers work. Premature optimization is exactly that, the fact that is premature makes it wrong, regardless if it's about GOTO statements in the 70s or a some modern equivalent where in the name of craft or fun people make their apps a lot more complex than they should be. I wouldn't be surprised if some of the brutally inefficient code you mention was so because people optimized prematurely for web-scale and their app never ever needed those abstractions and extra components. The advice applies both to hackers doing micro-optimizations and architecture astronauts dreaming too big IMHO.
On the LLM Architecture Gallery, it’s interesting to see the variations between models, but I think the 30,000ft view of this is that in the last seven years since GPT-2 there have been a lot of improvements to LLM architecture but no fundamental innovations in that area.
After years of showing up in papers and toy models, hybrid architectures like Qwen3.5 contain one such fundamental innovation - linear attention variants which replace the core of transformer, the self-attention mechanism. In Qwen3.5 in particular only one of every four layers is a self-attention layer.
MoEs are another fundamental innovation - also from a Google paper.