注册并分享邀请链接,可获得视频播放与邀请奖励。

François Chollet 的个人资料封面
François Chollet 的头像

François Chollet (@fchollet)

@fchollet
Co-founder @ndea. Co-founder @arcprize. Creator of Keras and ARC-AGI. Author of 'Deep Learning with Python'.
826 正在关注    689.3K 粉丝
Creativity feeds on constraints
0
32
176
20
转发到社区
Decision making was the bottleneck all along. Productivity is the rate at which you make open-ended decisions, the rate at which you reduce future paths.
0
60
863
75
转发到社区
Every Pixar movie hits way harder when you're an unc than when you're a kid
0
23
335
7
转发到社区
If you're not obsessed with the research problem you're working on, for its own sake, you're unlikely to succeed. Intrinsic motivation is far more powerful than external rewards.
An Econ PhD student at the 20th ranked program who is working on stuff they are passionate about will have a better job market than one at MIT who's been doing nothing but phd-app-maxxing since undergrad. People get confused by this because they don't observe *how* successful people came about their insane knowledge bases. It wasn't by relentlessly grinding away at stuff because they had to. They look at Scott Kominers and say "if i grind and learn as much math as he did, i will be successful." You can't! *You* can't learn as much math as Kominers because he gets energized by configuration results for type ii lattices. You will burn out if you try to do it this way. You cannot, through grind alone, learn more about the economics of cities than Glaeser, or about how to maximize a value function than Acemoglu. Research careers are long. Most people give up and stop working on research (graph is share of elite PhD graduates with at least one publication in year X after graduation). If you're starting a PhD, you're presumably doing it to have a successful 40-year research career. The number one factor in whether that happens is not which program you get into, it's whether you find a research angle that energizes you enough to push through the endless barriers an academic career throws in your path. This is why a lot of the received wisdom around PhD applications is wrong. If you're 100% consumed by the predoc rat race already, it's going to be a long, hard road ahead. Obv you still have to do admissions, you should study a lot for the GRE, sigh it seems like taking real analysis is probably worth it. But spending time on the things that energize you about economics is a no-brainer, whether it's policy, or blogging, or whatever, you gotta do the things that light your fire and make you want to be on this road.
显示更多
0
32
1K
80
转发到社区
Most documented psychological biases are not irrational, they are highly optimized, energy-efficient shortcuts meant for a biological substrate operating under strict real-time physical constraints and a limited caloric budget
显示更多
0
112
1.1K
92
转发到社区
The JAX package is now around the same level, 20M monthly downloads. Which is incredibly fast growth, because 5 years ago I recall it being below 2M or so. It went from niche to mainstream in the past couple of years. Well deserved success.
显示更多
The Keras package recently crossed 21M monthly downloads on PyPI, an all-time high (the daily ATH is around 900k). I still remember when it first crossed 10M monthly downloads about 5 years ago and I thought it couldn't possibly go any higher...
显示更多
0
17
192
8
转发到社区
This reminds me of computerization. The amount of "work" people could execute on computers increased by a huge factor, but their productivity did not. The amount of work "needed" to arrive at the same high-level outputs exploded.
显示更多
0
27
591
34
转发到社区
The quantity of code that devs ship has roughly 10xed. But net developer productivity (value created by unit of time) is only up by a bit, if at all. Part of it is that the additional code is solving more incremental problems. A bigger part is that the new code is creating problems of its own.
显示更多
0
168
1.8K
150
转发到社区
Symbolic learning is not a replacement for coding agents, it's a replacement for gradient descent & NNs: a low-level, completely general, extremely scalable new learning substrate.
0
79
711
53
转发到社区
Intuition is the precursor to all important ideas.
0
25
380
26
转发到社区
This means that agentic coding isn't exactly a replacement for software engineering. It is a fundamentally different way of producing software, with different best practices and different use cases. Just like ML.
显示更多
0
19
186
10
转发到社区
Agentic coding is a form of machine learning. Generated code is best treated as a blackbox artifact whose behavior and generalization should be managed via empirical evaluation, like with any ML model.
显示更多
Sufficiently advanced agentic coding is essentially machine learning: the engineer sets up the optimization goal as well as some constraints on the search space (the spec and its tests), then an optimization process (coding agents) iterates until the goal is reached. The result is a blackbox model (the generated codebase): an artifact that performs the task, that you deploy without ever inspecting its internal logic, just as we ignore individual weights in a neural network. This implies that all classic issues encountered in ML will soon become problems for agentic coding: overfitting to the spec, Clever Hans shortcuts that don't generalize outside the tests, data leakage, concept drift, etc. I would also ask: what will be the Keras of agentic coding? What will be the optimal set of high-level abstractions that allow humans to steer codebase 'training' with minimal cognitive overhead?
显示更多
0
88
1.1K
100
转发到社区
It was always the case that agency was self-compounding, but AI is magnifying the effect. Low-agency AI users further lose agency, high-agency AI users further gain agency.
0
76
945
96
转发到社区