HackerTrans
TopNewTrendsCommentsPastAskShowJobs

williamtrask

no profile record

Submissions

Today's Frontier AI companies will never exceed the AI capability frontier again

andrewtrask.substack.com
26 points·by williamtrask·26 days ago·9 comments

Frontier AI companies will never exceed the capability frontier again

andrewtrask.substack.com
9 points·by williamtrask·27 days ago·0 comments

Show HN: AbcGPT

twitter.com
2 points·by williamtrask·last month·0 comments

Decentralized AI from Scratch (Python Tutorial) [video]

youtube.com
3 points·by williamtrask·3 months ago·0 comments

Decentralized AI in 50 Lines of Python

iamtrask.github.io
5 points·by williamtrask·3 months ago·2 comments

Decentralized AI from Scratch

github.com
3 points·by williamtrask·3 months ago·1 comments

Zero-Setup Federated Learning: Train Models Across Private Datasets with GColab

openmined.org
1 points·by williamtrask·6 months ago·0 comments

Leadership Lab: The Craft of Writing Effectively [video]

youtube.com
2 points·by williamtrask·6 months ago·0 comments

The Bitter Lesson's Bitter Lesson

twitter.com
5 points·by williamtrask·10 months ago·1 comments

Unlocking a Million Times More Data for AI

ifp.org
31 points·by williamtrask·10 months ago·56 comments

comments

williamtrask
·2 months ago·discuss
The scandals/year page has a little more umph to it than the main page https://ycombinator.fyi/timeline
williamtrask
·2 months ago·discuss
Yeah... probably right. I do hold out hope that this is mostly a timeframe thing. Like, the library, printing press, etc. all had their moments of centralization. But eventually they federated.
williamtrask
·2 months ago·discuss
fwiw - i think the design looks good.
williamtrask
·2 months ago·discuss
I wonder if a popularization moment for local AI will ultimately be the pin-prick that pops the AI bubble. Like the deepseek or openclaw moments but bigger/next.
williamtrask
·2 months ago·discuss
A non-profit to deconcentrate power over AI through better infrastructure for external auditing/oversight, and better infrastructure for local/federated inference/training https://openmined.org/

Also, we're hiring engineers and PMs (the eng position is about to be up). https://openmined.org/careers/#brxe-zgsziy
williamtrask
·2 months ago·discuss
i like your comment better than mine. more please.
williamtrask
·2 months ago·discuss
i'm not sure it's productive to think this way. senators could be making more money on prediction markets. they took a nice step which will lead them to make no money on prediction markets (less money overall). it also sets a precedent which could easily be applied to the stock market.

what you're saying is probably on the mind of at least one Senator, but all things considered, this feels like a net-positive move which they didn't have to do.
williamtrask
·2 months ago·discuss
Sometimes I find joy in noticing the importance of comma placement:

Everything the incumbents ship, in an open codebase your firm owns.

vs

Everything the incumbents ship in an open codebase, your firm owns.
williamtrask
·3 months ago·discuss
<3 - have ambitious plans to release a new video/blogpost each week, but that's pretty ambitious we'll see
williamtrask
·6 months ago·discuss
...with a price :)
williamtrask
·6 months ago·discuss
"Conclusion Our monorepo isn't about following a trend. It's about removing friction between things that naturally belong together, something that is critical when related context is everything.

When a feature touches the backend API, the frontend component, the documentation, and the marketing site—why should that be four repositories, four PRs, four merge coordination meetings?

The monorepo isn't a constraint. It's a force multiplier."

Thank you Claude :)
williamtrask
·8 months ago·discuss
tried searching for "noodlesUK" and didn't find anything meaningful
williamtrask
·9 months ago·discuss
Nit: regarding (2), Phil Blunsom did (same Blunsom from the article, and who was leading language modeling at DeepMind for about 7-8 years). He would often opine at Oxford (where he taught) that solving next word prediction is a viable meta path to AGI. Almost nobody agreed at the time. He also called out early that scaling and better data were the key, and they did end up being, although Google wasn’t as “risk on” as OpenAI on gathering the data for GPT-1/2. Had they been history could easily have been different. People forget the position OAI was in at the time. Elon/funding had left, key talent had left. Risk appetite was high for that kind of thing… and it paid off.
williamtrask
·10 months ago·discuss
"This is not the reason, the reason is that this data is private. LLMs do not just learn from data, they can often reproduce it verbatim, you cannot give medical records or bank records of real people, that will put them at a very real risk."

(OP) You make great points. I think we're actually more in agreement than might be obvious. Part of the reason you need to "give" data to an LLM is because of the way LLMs are constructed... which creates the privacy risk.

The principle of attribution-based control suggested in this article would break that principle, enabling each data owner to control which AI predictions they make more intelligent (as opposed to only controlling which IA models they help train).

So to your point... this is a very rigorous privacy protection. Another way to TLDR the article is "if we get really good at privacy... there's a LOT more data out there... so let's start really caring about privacy"

Anyway... I agree with everything in your comment. Just thought I'd drop by and try to lend clarity to how the article agrees with you (sounds like there's room for improvement on how to describe attribution-based control though).
williamtrask
·10 months ago·discuss
With you on this one. I do think ABC is a step in the right direction to improve things. <3
williamtrask
·10 months ago·discuss
"The claim that humans need petabytes of data to develop their mind seems completely indefensible to me."

And yet every human you know is using petabytes of data to develop their mind. :)
williamtrask
·10 months ago·discuss
I'm relatively close to publishing my PhD thesis which is broadly a survey paper of what you're describing. Will share (almost done with revisions).
williamtrask
·10 months ago·discuss
I think this is the right question to ask. I think it depends on the task. For example, if you want to predict whether someone has cancer, then access to avast amounts of medical information would be important.
williamtrask
·10 months ago·discuss
This article is meant for a policy audience, so that does keep the technical depth pretty thin. It's rooted in more rigorous deep learning work. Happy to send your way if interested.
williamtrask
·10 months ago·discuss
I agree with you in a way - that it seems likely that new data will be incorproated in more inference-like ways. RAG is a little extreme... but i think there's going to be middle grounds betweeen full pre-training and RAG. Git-rebasin, MoE, etc.