Damus
cle profile picture
cle
@cle

I cringe when LLMs are referred to as "thinking" or "reasoning".
They merely simulate these concepts through advanced pattern matching. Admittedly, the models are quite successful and convincing doing that, but it is still a long way away from intelligence.
> "All models are wrong, but some are useful" George E. P. Box

Relays (1)
  • wss://relay.ditto.pub – read & write

Recent Notes

Michael Kennedy · 3w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpq9delkfznhdft9nujfsajxvly5du5h94ecpd0ufd29s07xdgvytdqhxdqcn nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqmra03uy4nskr9rsqzqjnqz6m34xvg3clcw4nz829jvx3ex3p23uqfyy6wx nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpq084evu2rqpp6g2yca...
Michael Kennedy · 11w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpq9delkfznhdft9nujfsajxvly5du5h94ecpd0ufd29s07xdgvytdqhxdqcn nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpq084evu2rqpp6g2ycardj3p4a9ujhpxgj2nuztvyxd0ae9nfr88hqhx5t7f I love the idea of your post. I’ll cover it next week.
cle profile picture
Instead of trying to prevent LLM training on our code, we should be demanding that the models themselves be freed.

I want my code to be used for LLM training. What I don't want is for that training to produce proprietary models that become the exclusive property of AI corporations. The problem isn't the technology or even the training process itself. The problem is the enclosure of the commons, the privatization of collective knowledge, the one-way flow of value from the many to the few.

This isn't a new problem. It's the same problem FLOSS has always fought, just wearing new clothes.

https://writings.hongminhee.org/2026/01/histomat-foss-llm/
cle profile picture
#bevy's Fifth Birthday: The Editor

Bevy is a highly modular, code first, entirely Rust based game engine. So, why an editor? The simple truth is there are aspects of game development that code is not conducive to the final product or developer experience, such as level design. The lack of an editor is a consistent pushback against using Bevy, especially for artists in teams. While the code first approach of Bevy won't be replaced by the editor, instead using it to supplement the approach, it's undeniable that an editor in the modern game development world is necessary.

https://open.substack.com/pub/rinoxide/p/bevys-fifth-birthday-the-editor

#rust #gamedev #editor #bevy