samiskin
|
7 months ago
|
on: Try and
I think this capture’s the essence better than anything else, “try and” simply behaving as “try and see if I can” (or whatever fits instead of “I” here)
samiskin
|
1 year ago
|
on: Training LLMs to Reason in a Continuous Latent Space
Language is definitely a significant part of thinking, but when I remember how cold it was outside yesterday to figure out if it was colder than today, I'm not bringing words to mind. I'm bringing up some other non-discrete information that I could never precisely encode into words and then factoring that in with the other non-discrete information I'm currently taking in through my senses. Its only after that processing that I encode it as a lossy "It was colder yesterday" statement.
samiskin
|
2 years ago
|
on: Language models can explain neurons in language models
Evolution created intelligence without even being intelligent itself
samiskin
|
3 years ago
|
on: Programming breakthroughs we need
This all makes sense given "for the contexts I care about (small web applications largely written by solo devs)". Unfortunately for you most software (and therefore what most developers work with) isn't for those contexts, but rather for larger projects written by multiple devs, where being lower level and compiled (runtime speed) and having static typing (more explicit and easily understood by other devs) become much more valued.
You'll probably always be in the minority with your preferences because of this.
samiskin
|
3 years ago
|
on: Functional programming jargon in plain English
This makes a lot more sense than anything I've read about this in the past, thanks for the explanation!
samiskin
|
3 years ago
|
on: State machine replication, and why you should care
This seems like a more restrictive version where the "Actors" must also be entirely deterministic and single threaded without really blocking in the middle of processing something.