Simon Willison’s Weblog

Subscribe

Monday, 23rd December 2024

Whether you’re an AI-programming skeptic or an enthusiast, the reality is that many programming tasks are beyond the reach of today’s models. But many decent dev tools are actually quite easy for AI to build, and can help the rest of the programming go smoother. In general, these days any time I’m spending more than a minute staring at a JSON blob, I consider whether it’s worth building a custom UI for it.

Geoffrey Litt

# 4:22 am / geoffrey-litt, ai-assisted-programming, generative-ai, ai, llms

There’s been a lot of strange reporting recently about how ‘scaling is hitting a wall’ – in a very narrow sense this is true in that larger models were getting less score improvement on challenging benchmarks than their predecessors, but in a larger sense this is false – techniques like those which power O3 means scaling is continuing (and if anything the curve has steepened), you just now need to account for scaling both within the training of the model and in the compute you spend on it once trained.

Jack Clark

# 3:34 pm / jack-clark, generative-ai, inference-scaling, o3, ai, llms