Now, what if you order a construction crew for building your house? What if you also hire an architect to design the plan? And an overseer who manages everything? Surely at some point you would stop saying "I built this…
Sure, but "10x faster, but only applies on small greenfield, throwaway projects" is a major caveat. In fact, there's a good chance this doesn't disprove the original blog post, you could be way faster on small projects…
Opus 4.5/4.6 are what many people consider the first 'good' models and it's from last year/start of this year. But fine, let's say everything before gpt 5.5 was unusable crap. Then there should still be projects that…
>I just did a ~6 month project in ~2 weeks using a frontier model. Claims like this are hard for me to take seriously because 'good' models have been available since the start of the year. So, if they really 10x one's…
This is a very strange mindset. Even if you want to treat everything as sort of billable hours this doesn't really make sense because the average boss's boss's isn't paid anywhere near 144x. If a SWE spends 100 hours to…
Anthropic had to settle with authors because they literally pirated books! Their behavior regarding distillation is genuinely beyond parody.
Except it's not just a tool. It's when a woodworker, musician or painter completely outsources their work and just marks what's wrong, sending those parts back. Yes, the final art piece might be the same, but the artist…
Shared memory of the past meant reserving a part of the memory for the GPU, which could then not be used or accessed by the CPU. If the CPU wanted to access something, it had to copy it from the GPU's section of the…
If that was the real reason, why wouldn't they just make it so that if you don't correctly use caching you use up more of your limit?
The quill and ink at least communicates that it's about writing. The new one is so abstract that when I first looked at it I had no idea what I was even looking at, it certainly doesn't communicate "this is like word"…
The key thing is that you teach multiplication tables in a structured, incremental manner. Yes, it's just rote memorization, but the structure makes it way easier. You don't just dump all tables on the student at once…
How is the raw Gemini 3 CoT accessed? Isn't it hidden?
They're not making money on inference alone because they blow ungodly amounts on R&D. Otherwise it'd be a very profitable business.
> These games are the starting point, but the bulk of the game is new puzzles combining mechanics from different games together Seems like the puzzles are novel, but the mechanics are not?
An almost 50% price increase. Benchmarks look nice, but 50% more nice...?
Unfortunately not, this model is noticeably worse. I imagine horizon is either gpt 5 nano/mini.
Even near-perfect LLMs would benefit from the compiler optimizations that types allow. However perfect LLMs would just replace compilers and programming languages above assembly completely.
This is the fault of sloppy language. In Lean, _proofs_ (equivalent to functions) and _proof objects/certificates_ (values) need to be distinguished. You can't compute proofs, only proof objects. In the above quote,…
Caveat: Coercions exist in Lean, so subtypes actually can be used like the supertype, similar to other languages. This is done via essentially adding an implicit casting operation when such a usage is encountered.
I think the concept of a game DSL is cool, but it just feels so undercooked to me. Like, I'm a huge fan of gradual typing, especially TypeScript's, but gdscript's is just so primitive. Not even to speak of something…
What's the issue with the remix -> react-router transition? As far as I can tell it's just a branding thing.
I think the fact that all (good) LLM datasets are full with licensed/pirated material means we'll never really see a decent open source model under the strict definition. Open weight + open source code is really the…
No, that's a different scenario. In the one I gave there's explicitly a dependency between requests. If you use gather, the network requests would be executed in parallel. If you have dependencies they're sequential by…
The reason is that the usage is completely different from coroutine based async. With GPUs you want to queue _as many async operations as possible_ and only then synchronize. That is, you would have a program like this…
On their subscriptions, specifically the pro subscription, because it's a flatrate to their most expensive model. The API prices are all much more expensive. It's unclear whether they're losing money on the normal…
Now, what if you order a construction crew for building your house? What if you also hire an architect to design the plan? And an overseer who manages everything? Surely at some point you would stop saying "I built this…
Sure, but "10x faster, but only applies on small greenfield, throwaway projects" is a major caveat. In fact, there's a good chance this doesn't disprove the original blog post, you could be way faster on small projects…
Opus 4.5/4.6 are what many people consider the first 'good' models and it's from last year/start of this year. But fine, let's say everything before gpt 5.5 was unusable crap. Then there should still be projects that…
>I just did a ~6 month project in ~2 weeks using a frontier model. Claims like this are hard for me to take seriously because 'good' models have been available since the start of the year. So, if they really 10x one's…
This is a very strange mindset. Even if you want to treat everything as sort of billable hours this doesn't really make sense because the average boss's boss's isn't paid anywhere near 144x. If a SWE spends 100 hours to…
Anthropic had to settle with authors because they literally pirated books! Their behavior regarding distillation is genuinely beyond parody.
Except it's not just a tool. It's when a woodworker, musician or painter completely outsources their work and just marks what's wrong, sending those parts back. Yes, the final art piece might be the same, but the artist…
Shared memory of the past meant reserving a part of the memory for the GPU, which could then not be used or accessed by the CPU. If the CPU wanted to access something, it had to copy it from the GPU's section of the…
If that was the real reason, why wouldn't they just make it so that if you don't correctly use caching you use up more of your limit?
The quill and ink at least communicates that it's about writing. The new one is so abstract that when I first looked at it I had no idea what I was even looking at, it certainly doesn't communicate "this is like word"…
The key thing is that you teach multiplication tables in a structured, incremental manner. Yes, it's just rote memorization, but the structure makes it way easier. You don't just dump all tables on the student at once…
How is the raw Gemini 3 CoT accessed? Isn't it hidden?
They're not making money on inference alone because they blow ungodly amounts on R&D. Otherwise it'd be a very profitable business.
> These games are the starting point, but the bulk of the game is new puzzles combining mechanics from different games together Seems like the puzzles are novel, but the mechanics are not?
An almost 50% price increase. Benchmarks look nice, but 50% more nice...?
Unfortunately not, this model is noticeably worse. I imagine horizon is either gpt 5 nano/mini.
Even near-perfect LLMs would benefit from the compiler optimizations that types allow. However perfect LLMs would just replace compilers and programming languages above assembly completely.
This is the fault of sloppy language. In Lean, _proofs_ (equivalent to functions) and _proof objects/certificates_ (values) need to be distinguished. You can't compute proofs, only proof objects. In the above quote,…
Caveat: Coercions exist in Lean, so subtypes actually can be used like the supertype, similar to other languages. This is done via essentially adding an implicit casting operation when such a usage is encountered.
I think the concept of a game DSL is cool, but it just feels so undercooked to me. Like, I'm a huge fan of gradual typing, especially TypeScript's, but gdscript's is just so primitive. Not even to speak of something…
What's the issue with the remix -> react-router transition? As far as I can tell it's just a branding thing.
I think the fact that all (good) LLM datasets are full with licensed/pirated material means we'll never really see a decent open source model under the strict definition. Open weight + open source code is really the…
No, that's a different scenario. In the one I gave there's explicitly a dependency between requests. If you use gather, the network requests would be executed in parallel. If you have dependencies they're sequential by…
The reason is that the usage is completely different from coroutine based async. With GPUs you want to queue _as many async operations as possible_ and only then synchronize. That is, you would have a program like this…
On their subscriptions, specifically the pro subscription, because it's a flatrate to their most expensive model. The API prices are all much more expensive. It's unclear whether they're losing money on the normal…