HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lennoff

129 karmajoined 12 anni fa

comments

lennoff
·8 giorni fa·discuss
afaik before the final sampling, every "next" token has a probability, so theoretically it could select the 10 most likely tokens (based on some kind of sampling algorithm), but you'd end up with exponentially many output-sequences, so nobody does that.
lennoff
·8 giorni fa·discuss
i think it actually makes sense, an LLM just imitates human communication, which happens to be useful from time to time.
lennoff
·anno scorso·discuss
keep in mind that we have "vibe coding" now, where the goal is exactly to _not_ have a human in the loop (at least not constantly).
lennoff
·anno scorso·discuss
It's fun to theorize about an alternate universe where JavaScript has a LISP-like syntax (Brendan Eich originally wanted "Scheme in the browser"[1], so this isn't so far-fetched!). Indeed, `interpret` sounds like a LISP macro that can "partially evaluate" code (so someone else, ie. the browser can continue to evaluate it).

[1]: https://brendaneich.com/2008/04/popularity/
lennoff
·anno scorso·discuss
It seems like that the author by using JSX to express code directly as an AST re-invented LISP? See Greenspun's tenth rule[1].

[1]: https://wiki.c2.com/?GreenspunsTenthRuleOfProgramming