Hacker Newsnew | past | comments | ask | show | jobs | submit | cageface's commentslogin

Do you have any citations for this? Not that I doubt you but I’d like to read more about it.


Yes, the V8 team released a blog when they introduced jitless mode: https://v8.dev/blog/jitless

In synthetic benchmarks, there was a 40-80% reduction in performance when disabling the JIT. But in a simulated test on YouTube.com, the performance delta was only 6%.

This isn’t the best source as it’s a bit old, and it wasn’t just JIT that was disabled. But the core idea is the same: calculation-heavy code can see an improvement, but most code won’t. Why this matters is how people actually use JS on the web. It’s not for cryptography and such, it’s to manipulate the DOM.

Microsoft also has some benchmarks here: https://microsoftedge.github.io/edgevr/posts/Super-Duper-Sec...

For PHP the RFC analyzes it: https://wiki.php.net/rfc/jit

We see a similar pattern: in synthetic benchmarks, the performance gain is large. But Wordpress, by far the largest PHP deployment in the wild, only saw ~3% performance gain. It again comes down to how PHP is used. It’s mostly HTML construction and database calls, neither of which will see any performance gain from a JIT. And, PHP has extensions, where most heavy code is moved to. Things like cryptography are done in PHP extensions, in C, where the JIT doesn’t matter. I’m more familiar with PHP, so I’ve known about the history of PHP not shipping a JIT due to the lackluster performance.


The new concise output style they just released definitely helps with Opus 5 in general.


I’ve been getting good results from using Sol for planning and Luna for everything else. At current rates it barely scratches my weekly quota.

Makes me wonder if the current Luna prices are sustainable.


>Makes me wonder if the current Luna prices are sustainable.

It likely is. Going by the performance of very competitive small models, Luna is likely pretty small (do they publish sizes?) to the point it might be runnable locally like Qwen 3.8 27B.

The specialized hardware cloud runners have can likely run a small model very cheaply.


I’ve had good experiences with Flutter too. It’s actually much easier to build a performant macOS app with flutter than with SwiftUI.


> It’s actually much easier to build a performant macOS app with flutter than with SwiftUI.

Got any case studies?


Just my own apps. Getting good performance out of SwiftUI on Mac is quite difficult. Loads of footguns.


And yet I dont see any Flutter macos apps at all.


This is true but if you want to monetize it then there are similar review hurdles you're going to have to clear.


Verified this locally myself. Thanks for the concrete test. I guess it's time to give Claude another try.


This is preliminary, but it seems like it might somehow be related to the `## Intermediary updates` system prompt that's provided to the model. Seems like it forces the model to stop thinking and return early to provide updates. Removing that entirely makes all runs succeed [1].

I wonder if it's somehow getting confused between what's supposed to be an intermediate update vs the final result.

[1] https://github.com/openai/codex/issues/30364#issuecomment-48...


yea i just tried it and it works!!! i dont know why it works but now gpt 5.5 feels exactly like how I remembered it a month and half ago.


I would switch to Claude if they kept Fable 5 in the sub

I'm also afraid to lose my "spot" if I leave codex and 5.6 is coming out so...


Codex does better if you ask it to take screenshots and critique its own UI work and iterate. It rarely one-shots something I like but it can get there in steps.


In the US. In many other countries it's borderline useless.


LLMs tend to do better with component libraries like shadcn or daisy than writing raw CSS in my experience.


The pro plan is useless. You need at least the 5x max plan to get any real work done.

That said I find the GPT plans much better value.


Yeah. But then you have to use GPT


GPT 5.4 in Codex is good enough now.

Try it.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: