Can there be too much of a good thing? The 7-day view so far:
– Grok 3 was released
– Claude 3.7 was released
– DeepSeek shipped some awesome stuff in their open-source week
– DeepSeek announced to release R2 soon
– OpenAI made Deep Research free for Plus users
– Google is made
@rasbt
-
AI Model Releases Accelerate: Too Much Progress in One Week?
By
–
-
Claude 3.7 Model: Clarifying Distillation vs RL Training Scaling
By
–
> – Claude 3.7 is the new o3-mini-high
Wait, 3.7 is a distilled model? I thought the system card said it was RL-trained plus it uses inference time scaling? -
GPT4.5 Technical Details and OpenAI’s Lack of Documentation
By
–
GPT2 and GPT3 were the good old times with technical reports. GPT3.5 had at least the InstructGPT report. GPT4 had strong bigger+MoE rumors.
Does anyone know what's new in GPT4.5? -
Question about dataset consistency and paper link issue
By
–
Thanks for sharing! Are those based on the same dataset as described in the Phi-4 paper in December? I really appreciated that one for all the insights into the synthetic data usage. PS: Unfortunately, the paper link in your post doesn't seem to work.
-
Running efficiently on a 2020 MacBook Air
By
–
Haha you never know . I am running this in a 2020 MacBook Air so efficiency is key.
-
AI Lowers Development Barriers for Custom Applications
By
–
That's true. I used to do that for years, where I write my own command line tools. I never developed smartphone apps etc though because of the overhead. I can see though how AI can lower the barrier here to make certain custom apps.
-

Building LLMs from Scratch: Setting Up Your Code Environment
By
–
Setting up your code environment is often the 1st step when building LLMs for education, research, or production. Made a new video where share my personal setup: "Build an LLM from Scratch 1: Set up your code environment": https://
youtube.com/watch?v=yAcWnf
sZhzo
…
(Are videos like this helpful?) -
Gemini as an Introductory Code Assistant Tool for Beginners
By
–
Btw I am not saying this is a good tool or I recommend it (I haven't actually even used Gemini really). My main read of this was that it's a nice intro code assistant for more people to try out and learn how to integrate code assistants into their workflow.
-

Mixed Feedback on VSCode Integration, Curious to Try
By
–
Just seeing the feedback on the VSCode integration is also mixed. But I am curious and will probably give it a try anyways this week.
-
Gemini Code Assist vs Claude 3.7: Different Use Cases in Development
By
–
I think it is a slightly different use case in a typical workflow. I think Gemini Code Assist is more meant as your always-on Copilot-style VSCode plugin. Claude 3.7 is sth you explicitly ask to generate specific code, provide code feedback etc. Pls correct me if I'm wrong.