← Back to context

Comment by bearjaws

3 days ago

Cerebras is crazy to watch on GPT OSS or Gemma, I feel like we need a new VibeOS demo but with Cerebras, the OS would literally build itself in a few seconds.

https://youtu.be/7NfyZhV1dKM?t=52

Thw bottleneck become compiling and running the code every iteration so it wont be seconds

  • JIT compilers largely solve that. The real question in my mind is whether fast LLMs bias stuff towards languages that either don't have a compile/typecheck phase at all or have one that's very fast (e.g. Java).