HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jxmorris12

5,016 karmajoined 10년 전
personal website: jxmo.io

Submissions

The Meridian of Her Greatness (2017)

samzdat.com
1 points·by jxmorris12·14시간 전·0 comments

The One-Step Trap (In AI Research)

incompleteideas.net
53 points·by jxmorris12·어제·10 comments

A Treatise on How to Use the Internet Without Committing Philosophical Suicide

pastebin.com
3 points·by jxmorris12·5일 전·0 comments

Are all evils caused by insufficient knowledge?

bretthall.org
3 points·by jxmorris12·6일 전·1 comments

Leverage Research 1.0

lydialaurenson.substack.com
7 points·by jxmorris12·11일 전·0 comments

TreeSheets (Hierarchical Spreadsheet)

strlen.com
2 points·by jxmorris12·15일 전·0 comments

Why eval startups fail (2025)

thomasliao.com
110 points·by jxmorris12·21일 전·56 comments

Are You in the Weights?

intheweights.com
5 points·by jxmorris12·25일 전·1 comments

Cursor and SpaceX: In search of a complete loop

kwokchain.com
5 points·by jxmorris12·26일 전·0 comments

Zen and the Art of Machine Learning Research

blog.jxmo.io
289 points·by jxmorris12·28일 전·105 comments

Demystifying Noise Contrastive Estimation

jxmo.io
5 points·by jxmorris12·29일 전·0 comments

Joan Didion: Staking Out California (1979)

nytimes.com
1 points·by jxmorris12·지난달·0 comments

Gram Newton-Schulz: A Fast, Hardware-Aware Newton-Schulz Algorithm for Muon

tridao.me
30 points·by jxmorris12·지난달·5 comments

The Decline of Token-Level Purchasing Power

bigspin.ai
2 points·by jxmorris12·지난달·0 comments

A one-parameter model that gets 100% on ARC-AGI-2

eitanturok.github.io
3 points·by jxmorris12·지난달·0 comments

The Effective Sample Size

alex.smola.org
25 points·by jxmorris12·지난달·1 comments

Can you go 82-0?

82-0.com
5 points·by jxmorris12·지난달·0 comments

Automating Plain-Text Location Updates with Apple Shortcuts and Redis

nanjiangwill.com
2 points·by jxmorris12·지난달·0 comments

Bias Compounds, Variance Washes Out

convergentthinking.sh
29 points·by jxmorris12·2개월 전·32 comments

Rothko for your current weather conditions

rothko.joonas.wtf
151 points·by jxmorris12·2개월 전·15 comments

comments

jxmorris12
·18일 전·discuss
Lo and behold, a nice arithmetic coding implementation that wasn't written by an LLM! A sight for sore eyes – a treat, even. Looks like it was written by someone else though.

Check it out: https://github.com/samyak112/pym-particles/blob/main/arithme...
jxmorris12
·23일 전·discuss
Haha. Unfortunately is my regular voice, since long before I started using Codex. You can check through some of my old writing. It definitely could've gotten worse though. Not sure if I'm training on Codex, or Codex is training on me...
jxmorris12
·24일 전·discuss
This is certainly part of it! My point was that focusing on problems proposed by others is one very specific and pretty short-term mode of thinking. Good researchers improve benchmark scores. Great researchers think about what problem they're solving.
jxmorris12
·25일 전·discuss
Incredible concept and a very well-crafted site. I scored very low, but then very high with my legal name. It seems DeepSeek knows a lot of arxiv papers (or at least, about the authors).
jxmorris12
·29일 전·discuss
There’s nothing to read.

Model A: A_1, …, A_n Model B: B_1, …, B_n

C_i = A_i * p + B_i * (1 - p)

In other words, it’s just a linear combination of the other models’ weights, per position.
jxmorris12
·지난달·discuss
> The app does absolutely no work in the background. It works by simply existing as a running process, thanks to having the same bundle identifier as the Music app.

I love clever, low-or-no-code engineering solutions like this. You typically need to understand a systems very deeply to reach this level of elegance. In this case, one has to understand exactly what happens when the play button is pressed in Mac OS, how bundle identifiers work, etc. And the outcome is an app with almost no code at all – just a collision – it's beautiful.

(As an aside, coding agents are terrible at this kind of thing; I'd guess Codex as of right now would write some overpowered application that polls in a loop looking for Music App starts and killing them)
jxmorris12
·지난달·discuss
For some reason I can't get past the start page; I press all the buttons but nothing happens. Rats.
jxmorris12
·2개월 전·discuss
Which one? San Francisco right now is "Untitled Brown and Gray"...
jxmorris12
·7개월 전·discuss
I also wonder why this article was flagged. The article is a highly-respected researcher and professor at CMU. His thoughts are worth reading.
jxmorris12
·8개월 전·discuss
Keep typing.
jxmorris12
·9개월 전·discuss
It's great that people are starting to take continual learning seriously, and it seems like Jessy has been thinking about LLMs and continual learning longer than almost anyone.

I especially like this taxonomy

> I think of continual learning as two subproblems:

> Generalization: given a piece of data (user feedback, a piece of experience, etc.), what update should we do to learn the “important bits” from that data?

> Forgetting/Integration: given a piece of data, how do we integrate it with what we already know?

My personal feeling is that generalization is a data issue: given a datapoint x, what are all the examples in the distribution of things that can be inferred from x? Maybe we can solve this with synthetic datagen. And forgetting might be solvable architecturally, e.g. with Cartridges (https://arxiv.org/abs/2506.06266) or something of that nature.
jxmorris12
·11개월 전·discuss
Matryoshka embeddings are not sparse. And SPLADE can scale to tens or hundreds of thousands of dimensions.
jxmorris12
·11개월 전·discuss
It seems to be an error with the classifier. Sorry everyone. I probably shouldn't have posted that graph; I knew it was buggy, I just thought that the Perl part might be interesting to people.

Here's a link to the model if you want to dive deeper: https://huggingface.co/philomath-1209/programming-language-i...
jxmorris12
·11개월 전·discuss
Hi again. I had already written about this later in my blog post (which is unrelated to this thread), but the point was that RLHF hadn't been applied to language models at scale until InstructGPT. I edited the post just now to clarify this. Thanks for the feedback!
jxmorris12
·12개월 전·discuss
Whoops. I hope you can overlook this minor logical error.
jxmorris12
·12개월 전·discuss
I don't think architecture matters. It seems to be more a function of the data somehow.

I once saw a LessWrong post claiming that the Platonic Representation Hypothesis doesn't hold when you only embed random noise, as opposed to natural images: http://lesswrong.com/posts/Su2pg7iwBM55yjQdt/exploring-the-p...
jxmorris12
·작년·discuss
I recently wrote a post about scaling RL that has some similar ideas:

> How to Scale RL to 10^26 FLOPs (blog.jxmo.io/p/how-to-scale-rl-to-1026-flops)

The basic premise behind both essays is that for AI to make another big jump in capabilities, we need to find new data to train on.

My proposal was reusing text from the Internet and doing RL on next-token prediction. The linked post here instead suggests doing 'replication training', which they define as "tasking AIs with duplicating existing software products, or specific features within them".
jxmorris12
·작년·discuss
My bad. Do they make this for Chrome?
jxmorris12
·작년·discuss
Yes, you can definitely convert the outputs from one model to the space of another, and then use them.
jxmorris12
·작년·discuss
Hey, I appreciate the perspective. We definitely should cite both those papers, and will do so in the next version of our draft. There are a lot of papers in this area, and they're all a few years old now, so you might understand how we missed two of them.

We tested all of the methods in the Python Optimal Transport package (https://pythonot.github.io/) and reported the max in most of our tables. So some of this is covered. A lot of these methods also require a seed dictionary, which we don't have in our case. That said, you're welcome to take any number of these tools and plug them into our codebase; the results would definitely be interesting, although we can expect the adversarial methods still work best, as they do in the problem settings you mention.

As for the name – the paper you recommend is called 'vecmap' which seems equally general, doesn't it? Google shows me there are others who have developed their own 'vec2vec'. There is a lot of repetition in AI these days, so collisions happen.